SolidPrimitiveType Type alias

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

SolidPrimitiveType = "box" | "cone" | "sphere" | "linearSweep" | "rotationalSweep" | "ruledSweep" | "torusPipe"

Defined in

Last Updated: 18 April, 2024