AnalyticalSurfaceBase.IsOuterContourValid
Method
Description:
Checks if contour is valid for this Analytical Surface.
Checks if contour is valid for this Analytical Surface.
Remarks:
This method verifies if the contour is valid for a planar Analytical Surface or for a curved Analytical Panel.
This method verifies if the contour is valid for a planar Analytical Surface or for a curved Analytical Panel.
Parameters
Parameter | Type | Description |
---|---|---|
contour | CurveLoop | The curve loop to be checked. |
Return Value
Type | Description |
---|---|
Boolean | Returns true if curve loop is ok, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |