2023 Method
Changes 0
M

BRepBuilder.AddEdge

Description:
Add a new edge to the geometry being built. The BRepBuilder uses edges only to store edge geometry and to track pairs of co-edges that share an edge.
public BRepBuilderGeometryId AddEdge(
	BRepBuilderEdgeGeometry edgeGeom
)
Return Value BRepBuilderGeometryId Id of the edge, to be used in calls to other BRepBuilder methods such as AddCoEdge().