emitStrokableParts Method
Emit strokable parts of the curve to a caller-supplied handler. If the stroke options does not have a maxEdgeLength, one stroke is emitted for each segment of the linestring. If the stroke options has a maxEdgeLength, smaller segments are emitted as needed.
emitStrokableParts(handler: IStrokeHandler, options?: StrokeOptions): void
Parameter | Type | Description |
---|---|---|
handler | IStrokeHandler | |
options | StrokeOptions |
Returns - void
Defined in
- curve/LineString3d.ts Line 1118
Last Updated: 20 June, 2023