createBlock MethodStatic
Create a ClipShape that exists as a 3 dimensional box of the range given. Optionally choose to also store this shape's zLow and zHigh members from the range through the use of a RangePlaneBitMask.
createBlock(extremities: Range3d, clipMask: ClipMaskXYZRangePlanes, isMask: boolean = false, invisible: boolean = false, transform?: Transform, result?: ClipShape): ClipShape
| Parameter | Type | Description |
|---|---|---|
| extremities | Range3d | |
| clipMask | ClipMaskXYZRangePlanes | |
| isMask | boolean | |
| invisible | boolean | |
| transform | Transform | |
| result | ClipShape |
Returns - ClipShape
Defined in
- clipping/ClipPrimitive.ts Line 503
Last Updated: 30 November, 2023