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