emitStrokes Method

Add strokes from this spiral to dest.

  • Linestrings will usually stroke as just their points.
  • If maxEdgeLength is given, this will sub-stroke within the linestring -- not what we want.

emitStrokes(dest: LineString3d, options?: StrokeOptions): void

Parameter Type Description
dest LineString3d  
options StrokeOptions  

Returns - void

Defined in

Last Updated: 25 April, 2024