Returns the width of a curve loop if it is rectangular with respect to the projection plane.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public double GetRectangularWidth(
Plane plane
)
Parameters
- plane Plane
-
The plane to which the curves will be projected.
Return Value
Double
The width.
Exceptions
Remarks
The width is determined by the U extents of the UV curve created by from the curve loop plane.
See Also
Reference