Model.curve_vertices
- Model.curve_vertices(tag)
Get the vertices of a curve.
- Parameters:
- tagint
The identifier of the curve.
- Returns:
- dict[int, list[float]]
The vertices of the curve.
Get the vertices of a curve.
The identifier of the curve.
The vertices of the curve.