<Code Lib>
2022 Method
Changes 0
M

BRepBuilder.IsValidFaceId

Description:
A validator function that checks whether the face id corresponds to a face previously added to this BRepBuilder object.

public bool IsValidFaceId(
	BRepBuilderGeometryId faceId
)

Return Value bool True if faceId corresponds to a face previously added to this BRepBuilder, false otherwise.

Loading…