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