Skip to main content

trim()

Trims all sketch geometry segments.

Returns: Trim

tip

See the guide for detailed usage examples.

Signatures

trim(): Trim

Trims all sketch geometry segments.


trim(...filters: EdgeFilter[]): Trim

Trims sketch geometry segments matching the given edge filters.

ParameterTypeDescription
...filtersEdgeFilter[]Edge filters that select which edges to remove (optional)