-
Notifications
You must be signed in to change notification settings - Fork 636
API Changes in Dynamo 2.16.0
aparajit-pratap edited this page Aug 25, 2022
·
4 revisions
- This release brings in new methods, while deprecating older ones.
⚠️ Dynamo 2.16 requires ASM version228.5
minimum to function. Support for ASM277 - 228.4
is dropped.-
Curve.Offset
has been deprecated and replaced withCurve.OffsetMany
-
PolyCurve.Offset
has been deprecated and replaced withPolyCurve.OffsetMany
-
Curve.TrimSegmentsByParameter(double[] parameters)
has been deprecated and replaced withCurve.TrimSegmentsByParameter(double[] parameters, bool discardEvenSegments)
-
PolyCurve.ByJoinedCurves(IEnumerable<Curve> curves, double joinTolerance)
has been deprecated and replaced withPolyCurve.ByJoinedCurves(IEnumerable<Curve> curves, double joinTolerance, bool trimCurves, double trimLength)
-
PolyCurve.ByGroupedCurves(IEnumerable<Curve> curves, double joinTolerance)
has been deprecated and replaced withPolyCurve.ByGroupedCurves(IEnumerable<Curve> curves, double joinTolerance, bool trimCurves, double trimLength)
-
Polygon.Points
property has been moved to the base class asPolyCurve.Points
-
Surface.TrimWithEdgeLoops(IEnumerable<PolyCurve> loops)
has been deprecated and replaced withSurface.TrimWithEdgeLoops(IEnumerable<PolyCurve> loops, double tolerance)
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