ClipPrimitiveShapeProps Interface
Wire format describing a ClipShape.
Properties
| Name | Type | Description | |
|---|---|---|---|
| shape | { invisible?: boolean, mask?: boolean, points?: XYZProps[], trans?: TransformProps, zhigh?: number, zlow?: number } | undefined | The clip polygon. | 
Defined in
- clipping/ClipPrimitive.ts Line 73
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.