-
Notifications
You must be signed in to change notification settings - Fork 667
API Changes in Dynamo 2.14.0
aparajit-pratap edited this page Apr 4, 2022
·
8 revisions
- New method
Curve.SweepAsSolid(Curve path, bool cutEndOff)replaces methodCurve.Solid SweepAsSolid(Curve path), now deprecated` - New method
Surface.BySweep(Curve profile, Curve path, Boolean cutEndOff = false)replacesSurface.BySweep(Curve profile, Curve path), now deprecated. - New method
Solid.BySweep(Curve profile, Curve path, Boolean cutEndOff = false)replacesSolid.BySweep(Curve profile, Curve path), now deprecated.
Looking for help with using the Dynamo application? Try dynamobim.org.
- Dynamo 2.0 Language Changes Explained
- How Replication and Replication Guide work: Part 1
- How Replication and Replication Guide work: Part 2
- How Replication and Replication Guide work: Part 3