CurveCollectionType Type alias

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

CurveCollectionType = "loop" = undefined | "path" = undefined | "unionRegion" = undefined | "parityRegion" = undefined | "bagOfCurves" = undefined

Defined in

Last Updated: 08 January, 2020