Skip to main content

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.

ParameterTypeDescription
...pointsPoint2DLike[]The points where geometry should be trimmed (optional)