API Reference > geometry-core > Curve > LineString3d > emitStrokableParts 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 core/geometry/src/curve/LineString3d.ts Line 1049 Last Updated: 13 June, 2024