OCCBrepEdge.from_vertex_vertex

classmethod OCCBrepEdge.from_vertex_vertex(a, b)

Construct an edge from two vertices.

Parameters:
aBrepVertex

The first vertex.

bBrepVertex

The second vertex.

Returns:
BrepEdge

The constructed edge.