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