OCCBrepEdge.from_vertex_vertex
- classmethod OCCBrepEdge.from_vertex_vertex(a, b)
Construct an edge from two vertices.
- Parameters:
- a
BrepVertex
The first vertex.
- b
BrepVertex
The second vertex.
- a
- Returns:
BrepEdge
The constructed edge.
Construct an edge from two vertices.
BrepVertex
The first vertex.
BrepVertex
The second vertex.
BrepEdge
The constructed edge.