MultiSegmentGrid.IsValidCurveLoop
Method
Description:
Identifies whether the specified curve loop is valid for creation of a MultiSegmentGrid.
Identifies whether the specified curve loop is valid for creation of a MultiSegmentGrid.
Parameters
| Parameter | Type | Description |
|---|---|---|
| curveLoop | CurveLoop | The curve loop. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the curve loop is an open curve loop consisting of lines and arcs, and false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |