ClockworkForDynamo
ClockworkForDynamo copied to clipboard
A collection of 450+ custom nodes for the Dynamo visual programming environment
If there are no older Revit installations present, the python library path is incorrect. Will need to go through the package directories of the current dyanmo installation.
- [x] Maintenance script - [x] 2.x docs - [ ] 3.x docs
The following nodes contain Python nodes which need to be converted into CPython: - [ ] All Elements Of Category+ - [ ] All Elements Of Class+ - [ ]...
Anything related to Revit 2021 and prior versions can be removed since CPython is only included as of Revit 2022 - [ ] All Intersecting Elements Of Category By BoundingBox...
The saga continues... - [ ] DetailComponent.ByCurve - [ ] DetailCurve.ByCurve+ - [ ] DividedSurface.AddIntersect #158 - [ ] Document.LoadFamily #145 - [ ] Element.Geometry+ #174 - [ ] Element.SetSubCategory...
...because we're not checking for access rights - [x] fix for 3.x - [ ] backport to 2.x
Need a couple more nodes for working with global parameters. - [ ] GlobalParameter.AffectedElements - [ ] GlobalParameter.Formula - [ ] GlobalParameter.SetFormula - [ ] Element.AssociatedGlobalParameterByParameter - [ ] Element.AssociateParameterWithGlobalParameter...