BRepBuilderPersistentIds.IsValidExternalGeometryIdForNewCorrespondence
Method
Description:
Validates the input ExternalGeometryId that will be used to create a correspondence. In order to be valid, a correspondence for the input ExternalGeometryId must not already exist.
Validates the input ExternalGeometryId that will be used to create a correspondence. In order to be valid, a correspondence for the input ExternalGeometryId must not already exist.
Syntax
public bool IsValidExternalGeometryIdForNewCorrespondence(
ExternalGeometryId externalGeometryId
)
Parameters
Parameter | Type | Description |
---|---|---|
externalGeometryId | ExternalGeometryId | The ExternalGeometryId to be used in a new correspondence. |
Return Value
Type | Description |
---|---|
Boolean | True if the input ExternalGeometryId can be used to create a new correspondence. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |