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.

CurvePrimitiveType = "arc" = undefined | "lineSegment" = undefined | "lineString" = undefined | "bsplineCurve" = undefined | "bezierCurve" = undefined | "transitionSpiral" = undefined | "curveChainWithDistanceIndex" = undefined

Defined in

Last Updated: 08 January, 2020