appendInterpolatedStrokePoints Method
Append points constructed as interpolation between two points.
appendInterpolatedStrokePoints(numStrokes: number, point0: Point3d, point1: Point3d, include01: boolean): void
| Parameter | Type | Description | 
|---|---|---|
| numStrokes | number | number of strokes. | 
| point0 | Point3d | first point | 
| point1 | Point3d | last point | 
| include01 | boolean | if false, OMIT both start and end points (i.e. only compute and add true interior points) | 
Returns - void
Defined in
- curve/LineString3d.ts Line 1072
Last Updated: 20 June, 2023