Trim
Methods
pick()
pick(...points: Point2DLike[]): Trim
Enters interactive trimming mode, optionally trimming edges at the given points.
Returns: Trim
| Parameter | Type | Description |
|---|---|---|
...points | Point2DLike[] | Points where geometry should be trimmed; the nearest edge segment to each point is removed. (optional) |