OCCBrepEdge.from_circle
- classmethod OCCBrepEdge.from_circle(circle, params=None, points=None, vertices=None)
Construct an edge from a circle.
- Parameters:
- circle
compas.geometry.Circle The circle.
- paramstuple of float, optional
The parameters of the circle.
- pointstuple of
compas.geometry.Point, optional The start and end points of the circle.
- verticestuple of
BrepVertex, optional The start and end vertices of the circle.
- circle
- Returns:
BrepEdgeThe constructed edge.