<Code Lib>
2023 Method
Changes 2
M

BRepBuilderPersistentIds.IsValidBRepBuilderGeometryIdForNewCorrespondence

Description:
Validates the input BRepBuilderGeometryId that will be used to create a correspondence. In order to be valid, a correspondence for the input BRepBuilderGeometryId must not already exist.

public bool IsValidBRepBuilderGeometryIdForNewCorrespondence(
	BRepBuilderGeometryId brepBuilderGeometryId
)

Return Value bool True if the input BRepBuilderGeometryId can be used to create a new correspondence.

Loading…