MeshModel.curve_to_polyline
- MeshModel.curve_to_polyline(tag, n=100)
Get the coordinates of a point on a curve in the model.
- Parameters:
- tagint
The identifier of the curve.
- nint, optional
The number of points on the curve.
- Returns:
Polyline
The polyline that is a discretisation of the curve.