2024 Method
Changes 0
M

BRepBuilder.FinishLoop

Description:
Indicates that the caller has finished defining the given loop.
Remarks:
No functions that modify the given loop's definition should be called after calling this function (e.g., AddCoEdge(BRepBuilderGeometryId, BRepBuilderGeometryId, Boolean)). The BRepBuilder may take the opportunity to validate some of the loop's data and report any problems it finds.
public void FinishLoop(
	BRepBuilderGeometryId loopId
)