OCCBrepEdge.from_point_point
- classmethod OCCBrepEdge.from_point_point(a, b)
Construct an edge from two points.
- Parameters:
- a
compas.geometry.Point
The first point.
- b
compas.geometry.Point
The second point.
- a
- Returns:
BrepEdge
The constructed edge.