curve_to_compas_ellipse
- compas_rhino.conversions.curve_to_compas_ellipse(curve)[source]
Convert a Rhino curve to a COMPAS ellipse.
- Parameters:
- curveRhino.Geometry.Curve
- Returns:
- Raises:
- ConversionError
If the curve cannot be converted to an ellipse.