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.
- "loop" => Loop
- "path" => Path
- "unionRegion" => UnionRegion
- "parityRegion" => ParityRegion
- "bagOfCurves" => BagOfCurves
CurveCollectionType = "loop" | "path" | "unionRegion" | "parityRegion" | "bagOfCurves"
Defined in
- curve/CurveCollection.ts Line 40
Last Updated: 20 June, 2023