addPoint Method
Add a point to the linestring.
addPoint(point: Point3d): void
Parameter | Type | Description |
---|---|---|
point | Point3d |
Returns - void
Defined in
- curve/LineString3d.ts Line 200
Last Updated: 20 June, 2023
Add a point to the linestring.
addPoint(point: Point3d): void
Parameter | Type | Description |
---|---|---|
point | Point3d |
Returns - void
Last Updated: 20 June, 2023