2024 Method
Changes 0
M

BRepBuilder.FinishFace

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