curve_to_compas_circle

compas_rhino.conversions.curve_to_compas_circle(curve)[source]

Convert a Rhino curve to a COMPAS circle.

Parameters:
curveRhino.Geometry.Curve
Returns:
compas.geometry.Circle
Raises:
ConversionError

If the curve cannot be converted to a circle.