ClockworkForDynamo icon indicating copy to clipboard operation
ClockworkForDynamo copied to clipboard

A collection of 450+ custom nodes for the Dynamo visual programming environment

Results 48 ClockworkForDynamo issues
Sort by recently updated
recently updated
newest added

ToDo: Make a list here of any nodes that contain try/except

Improvement

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.

Bug

- [x] Maintenance script - [x] 2.x docs - [ ] 3.x docs

Documentation

The following nodes contain Python nodes which need to be converted into CPython: - [ ] All Elements Of Category+ - [ ] All Elements Of Class+ - [ ]...

New Feature

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...

Cleanup

The saga continues... - [ ] DetailComponent.ByCurve - [ ] DetailCurve.ByCurve+ - [ ] DividedSurface.AddIntersect #158 - [ ] Document.LoadFamily #145 - [ ] Element.Geometry+ #174 - [ ] Element.SetSubCategory...

Improvement
Cleanup

...because we're not checking for access rights - [x] fix for 3.x - [ ] backport to 2.x

Bug

Need a couple more nodes for working with global parameters. - [ ] GlobalParameter.AffectedElements - [ ] GlobalParameter.Formula - [ ] GlobalParameter.SetFormula - [ ] Element.AssociatedGlobalParameterByParameter - [ ] Element.AssociateParameterWithGlobalParameter...

New Feature