BRepBuilder.IsValidEdgeId
Method
Description:
A validator function that checks whether the edge id corresponds to an edge previously added to this BRepBuilder object.
A validator function that checks whether the edge id corresponds to an edge previously added to this BRepBuilder object.
Parameters
Parameter | Type | Description |
---|---|---|
edgeId | BRepBuilderGeometryId | Edge id to be validated. |
Return Value
Type | Description |
---|---|
Boolean | True if edgeId corresponds to an edge previously added to this BRepBuilder, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |