is_curve_line
- compas_rhino.objects.is_curve_line(guid)[source]
Verify that a curve is a line.
- Parameters:
- guidSystem.Guid
The identifier of the curve.
- Returns:
- bool
True if the curve is a line. False otherwise.
Site Navigation
Verify that a curve is a line.
The identifier of the curve.
True if the curve is a line. False otherwise.