curve_to_compas_circle

compas_rhino.conversions.curve_to_compas_circle(curve)[source]

Convert a Rhino curve to a COMPAS circle.

Parameters

curve (Rhino.Geometry.Curve)

Returns

Circle

Raises

ConversionError – If the curve cannot be converted to a circle.