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.

Returns:
BrepEdge

The constructed edge.