CurvePrimitiveType Type alias

Describes the concrete type of a CurvePrimitive. Each type name maps to a specific subclass and can be used for type-switching in conditional statements.

see AnyCurvePrimitive for a union type that supports compile-time type narrowing.

CurvePrimitiveType = "arc" | "lineSegment" | "lineString" | "bsplineCurve" | "bezierCurve" | "transitionSpiral" | "curveChainWithDistanceIndex" | "interpolationCurve" | "akimaCurve"

Defined in

Last Updated: 29 November, 2022