AnalyticalSurfaceBase.IsCurveLoopValid
Method
Description:
Checks if curve loop is valid for Analytical Surface.
Checks if curve loop is valid for Analytical Surface.
Syntax
[ObsoleteAttribute("This method is deprecated in Revit 2025 and may be removed in a later version of Revit. We suggest you use the 'IsOuterContourValid' method instead.")]
public static bool IsCurveLoopValid(
CurveLoop profile
)
Parameters
Parameter | Type | Description |
---|---|---|
profile | 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 |