BRepBuilderPersistentIds.IsValidBRepBuilderGeometryIdForNewCorrespondence
Method
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.
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.
Syntax
public bool IsValidBRepBuilderGeometryIdForNewCorrespondence(
BRepBuilderGeometryId brepBuilderGeometryId
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| brepBuilderGeometryId | BRepBuilderGeometryId | The BRepBuilderGeometryId to be used in a new correspondence. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the input BRepBuilderGeometryId can be used to create a new correspondence. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |