RVTDocs.com

AnalyticalSurfaceBase.IsOuterContourValid

Method
Description:
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.
Syntax
public bool IsOuterContourValid(
	CurveLoop contour
)
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