2024 Method
Changes 2
M

BRepBuilderPersistentIds.IsBRepBuilderGeometryIdFaceOrEdge

Description:
Validates the input BRepBuilderGeometryId that will be used to create a correspondence. In order to be valid, the input BRepBuilderGeometryId must represent the ID of either a Face or an Edge.
Remarks:
This method returns false also in the case when the associated BRepBuilder is not valid. Call IsAssociatedBRepBuilderValid. to check the associated BRepBuilder.
public bool IsBRepBuilderGeometryIdFaceOrEdge(
	BRepBuilderGeometryId brepBuilderGeometryId
)
Return Value bool True if the input BRepBuilderGeometryId represents the ID of either a Face or an Edge, false otherwise.