API Reference > geometry-core > Curve > CurveCollectionType 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" = undefined | "path" = undefined | "unionRegion" = undefined | "parityRegion" = undefined | "bagOfCurves" = undefined Defined in core/geometry/src/curve/CurveCollection.ts Line 198 Last Updated: 13 June, 2024