2024 Method
Changes 0
M

BRepBuilder.AddLoop

Description:
Creates an empty loop in a given face of the geometry being built. Other BRepBuilder methods are used to add co-edges to the loop.
public BRepBuilderGeometryId AddLoop(
	BRepBuilderGeometryId faceId
)
Return Value BRepBuilderGeometryId An id that can be used to identify the loop while the BRepBuilder is actively building geometry (e.g., to add co-edges to the loop).