Polyline.insert
- Polyline.insert(i, point)[source]
Insert a point at the specified index.
- Parameters:
- iint
The index of the insertion point.
- point[float, float, float] |
compas.geometry.Point
The point to insert.
Site Navigation
Insert a point at the specified index.
The index of the insertion point.
compas.geometry.Point
The point to insert.