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