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. 
 
- a
- Returns:
- BrepEdge
- The constructed edge. 
 
 
Construct an edge from two vertices.
BrepVertexThe first vertex.
BrepVertexThe second vertex.
BrepEdgeThe constructed edge.