CurveCollectionType Type
CurveCollectionType = "loop" | "path" | "unionRegion" | "parityRegion" | "bagOfCurves"
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
Defined in
- curve/CurveCollection.ts Line 48
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.