Shapemetry API / SplitByPlaneResult
Interface: SplitByPlaneResult<T>
Defined in: types.ts:83
Type Parameters
T
T
Properties
above
above:
T|null
Defined in: types.ts:84
below
below:
T|null
Defined in: types.ts:85
boundaries
boundaries:
PolyShape
Defined in: types.ts:87
Cut boundary as a PolyShape (rings in the plane's local frame; PolyShape.transformation lifts to 3D).