CurveLoop.IsRectangular
Method
Description:
Identifies if the curve loop is rectangular with respect to a given projection plane.
Identifies if the curve loop is rectangular with respect to a given projection plane.
Parameters
Parameter | Type | Description |
---|---|---|
plane | Plane | The plane to which the curves will be projected to determine if they represent a rectangle. |
Return Value
Type | Description |
---|---|
Boolean | True if the curve loop is rectangular, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |