OCCBrepEdge.from_ellipse
- classmethod OCCBrepEdge.from_ellipse(ellipse)
Construct an edge from an ellipse.
- Parameters:
- ellipse
compas.geometry.Ellipse
The ellipse.
- ellipse
- Returns:
BrepEdge
The constructed edge.
Construct an edge from an ellipse.
compas.geometry.Ellipse
The ellipse.
BrepEdge
The constructed edge.