RVTDocs.com

CurveByPointsUtils.GetSketchOnSurface

Method
Description:
Gets the relationship between the CurveElement and face.
Syntax
public static bool GetSketchOnSurface(
	CurveElement curveElem
)
Parameters
Parameter Type Description
curveElem CurveElement The CurveElement.
Return Value
Type Description
Boolean Whether or not the CurveElement should lie on the face and be able to be added to the face.
Exceptions
Exception Condition
ArgumentException The input CurveElement is not a CurveByPoints.
ArgumentNullException A non-optional argument was null