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
compas
compas_blender
compas_ghpython
compas_rhino
Insert a point at the specified index.
The index of the insertion point.
compas.geometry.Point
The point to insert.