BRepEdge.to_ellipse

BRepEdge.to_ellipse() compas.geometry.primitives.ellipse.Ellipse[source]

Convert the edge geometry to an ellipse.

Returns

Ellipse – A COMPAS ellipse.

Raises

ValueError – If the underlying geometry is not an ellipse.