BRepBuilder.IsValidPersistentIdsMap
Method
Description:
A validator function that makes sure that all BRepBuilderGeometryIds in the input map can be found in this BRepBuilder object.
A validator function that makes sure that all BRepBuilderGeometryIds in the input map can be found in this BRepBuilder object.
Parameters
Parameter | Type | Description |
---|---|---|
brepPersistentIds | BRepBuilderPersistentIds | The map that associates ExternalGeometryIds to BRepBuilderGeometryIds. |
Return Value
Type | Description |
---|---|
Boolean | True if all BRepBuilderGeometryIds in the input map can be found in this BRepBuilder object, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |