{"id":27103167,"url":"https://github.com/studiole/dynamoscripts","last_synced_at":"2026-02-12T06:31:44.095Z","repository":{"id":146634610,"uuid":"136757866","full_name":"StudioLE/DynamoScripts","owner":"StudioLE","description":"A compilation of potentially useful Dynamo Scripts to enhance Autodesk Revit","archived":false,"fork":false,"pushed_at":"2021-05-30T09:20:53.000Z","size":3498,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-05T21:52:32.638Z","etag":null,"topics":["architecture","bim","dynamo","dynamobim","revit"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StudioLE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-09T21:02:57.000Z","updated_at":"2025-06-01T10:14:28.000Z","dependencies_parsed_at":"2023-07-05T20:17:16.016Z","dependency_job_id":null,"html_url":"https://github.com/StudioLE/DynamoScripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/StudioLE/DynamoScripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StudioLE%2FDynamoScripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StudioLE%2FDynamoScripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StudioLE%2FDynamoScripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StudioLE%2FDynamoScripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StudioLE","download_url":"https://codeload.github.com/StudioLE/DynamoScripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StudioLE%2FDynamoScripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29360644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["architecture","bim","dynamo","dynamobim","revit"],"created_at":"2025-04-06T16:39:44.192Z","updated_at":"2026-02-12T06:31:44.090Z","avatar_url":"https://github.com/StudioLE.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dynamo Scipts from StudioLE\n\nA compilation of potentially useful [Dynamo Scripts](http://dynamobim.org/) to enhance [Autodesk Revit](https://www.autodesk.com/products/revit/overview).\n\n## CO Check\n\n*An automated tool for checking brick co-ordinating sizes.*\n\nSelect a dimension element within a Revit project and CO Check will calculate which are accurate brick co-ordinating (CO-, CO, and CO+) sizes.\n\nWhere dimensions aren't valid CO sizes it will suggest what you should change them to.\n\n### Usage\n\nCO Check is incredibly easy to use, first follow the download \u0026 install instructions below then follow these steps to use the tool.\n\n![CO Check Example](https://raw.githubusercontent.com/StudioLE/DynamoScripts/master/Examples/Screenshots/CO%20Check%20Example%2001.gif)\n\n1) Open `Dynamo Player` within Revit and press the `Run script` icon next to CO Check.\n\n2) After a brief pause a dialog box will appear asking you to select a dimension element. After selecting a dimension, press continue.\n\n3) Another dialog will appear with a summary of which dimensions aren't valid co-ordinating dimensions and suggestions of the closest valid values you could use instead.\n\n4) At the bottom of this dialog is an option to `Set text below dimension to` ensure that `CO Status` is selected and press continue.\n\n5) The status of each dimension will now be shown beneath the value.\n\n6) Running the script a couple more times will enable you to co-ordinate the changes needed to fix the CO sizing like so:\n\n![CO Check Example](https://raw.githubusercontent.com/StudioLE/DynamoScripts/master/Examples/Screenshots/CO%20Check%20Example%2002.gif)\n\n7) If you wish to clear the CO Status from below the dimension just re-run the script but select the `Empty` option instead of `CO Status` when prompted to `Set text below dimension to`. \n\n### Download \u0026 Install\n\n1) The scripts require a couple of Dynamo packages (`Rhythm` and `Data-Shapes`) to function, these are easily installed from within Dynamo, so open up Revit, load an existing file or a new document then go to the `Manage` tab where you'll find the `Dynamo` under `Visual Programming`. Once it has loaded click `Packages` on the menu bar then `Search for a Package..`. Give it a few seconds to synchronise with the server then search for `Rhythm` and press the large download arrow to install the latest version.\n\n2) Once that package is installed search for `Data-Shapes` and install that. You're now free to close Dynamo.\n\n3) Next, either download the dynamo script you need individually or download all the scripts and examples as a [zip archive](https://github.com/StudioLE/DynamoScripts/archive/master.zip).\n\n4) Then extract the zip or copy the individual script to a suitable directory on your computer.\n\n5) Within Revit go to the `Manage` tab where you'll find the `Dynamo Player` under `Visual Programming`. In the Dynamo Player click the `Browse to folder` icon and locate the directory you've saved the scripts to.\n\n6) The scripts should now be loaded and ready to use. Just hit the `Run script` icon to use them.\n\n## Contributing\n\nI'm always on the look out for collaborators so feel free to get in touch, suggest new features, or just fork the repository to add your own families at will.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudiole%2Fdynamoscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstudiole%2Fdynamoscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudiole%2Fdynamoscripts/lists"}