appendStrokePoint Method
Append (clone of) one point.
- BUT ... skip if duplicates the tail of prior points.
- if fraction is given, "duplicate" considers both point and fraction.
appendStrokePoint(point: Point3d, fraction?: number): void
| Parameter | Type | Description |
|---|---|---|
| point | Point3d | |
| fraction | number |
Returns - void
Defined in
- curve/LineString3d.ts Line 985
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.