CurveLoop.GetRectangularWidth
Description:
Returns the width of a curve loop if it is rectangular with respect to the projection plane.
Returns the width of a curve loop if it is rectangular with respect to the projection plane.
Remarks:
The width is determined by the U extents of the UV curve created by from the curve loop plane.
The width is determined by the U extents of the UV curve created by from the curve loop plane.
public double GetRectangularWidth(
Plane plane
)
-
planeThe plane to which the curves will be projected.
Return Value
The width.
The width.
-
A non-optional argument was null
-
The curve loop is not rectangular when projected to the input plane.