SolidPrimitive Class
Base class for SolidPrimitive variants.
- The base class holds capped flag for all derived classes.
 
Extends
Extended by
Methods
| Name | 
 Description | 
 | 
| constructor(capped: boolean): SolidPrimitive Protected | 
  | 
  | 
| constantVSection(_vFraction: number): CurveCollection | undefined Abstract | 
Return a cross section at specified vFraction. | 
  | 
| getConstructiveFrame(): Transform | undefined Abstract | 
Return a Transform from the local system of the solid to world. | 
  | 
Inherited methods
Properties
| Name | 
Type | 
Description | 
 | 
| _capped Protected | 
boolean | 
flag indicating whether cap region is considered closed (i.e. | 
  | 
| capped Accessor | 
 boolean | 
Ask if this is a capped solid | 
  | 
| geometryCategory | 
"solid" = "solid" | 
String name for schema properties | 
  | 
| isClosedVolume Accessor ReadOnly | 
 boolean | 
  | 
  | 
| solidPrimitiveType Abstract | 
SolidPrimitiveType | 
String name for schema properties | 
  | 
Inherited properties
| Name | 
Type | 
Inherited from | 
Description | 
| children Accessor ReadOnly | 
 GeometryQuery[] | undefined | 
GeometryQuery | 
return GeometryQuery children for recursive queries.
  * leaf classes do not need to implement. | 
Defined in
            Last Updated:
                08 January, 2020