RVTDocs.com
Namespace: Autodesk.Revit.DB Class: CurveLoop

CurveLoop.GetRectangularHeight

Method
Description:
Returns the width of a curve loop if it is rectangular with respect to the projection plane.
Remarks:
The height is determined by the V extents of the UV curve created by from the curve loop plane.
Syntax
Parameters
Parameter Type Description
plane Plane The plane to which the curves will be projected.
Return Value
Type Description
Double The height.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
InvalidOperationException The curve loop is not rectangular when projected to the input plane.