hasCurves

Indicates if the part contains any curve segments. Prior to v100.12, only LineSegment linear segments were available to be added to mutable parts when building geometries.

From v100.12, geometry builders support curve segments. This property returns true if any segments where Segment.isCurve is true have been added to the part.

Since

200.1.0

See also