trim()
Trims all sketch geometry segments.
Returns: SceneObject
tip
See the guide for detailed usage examples.
Signatures
trim(): SceneObject
Trims all sketch geometry segments.
trim(...points: Point2DLike[]): SceneObject
Trims sketch geometry segments at the given points.
| Parameter | Type | Description |
|---|---|---|
...points | Point2DLike[] | The points where geometry should be trimmed (optional) |