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: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.