CurveLoop.GetPlane Method

Gets the plane of the curve loop, if it is planar.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public Plane GetPlane()

Return Value

Plane
The plane of the curve loop.

Exceptions

ExceptionCondition
InvalidOperationException The curve loop does not lie in a single plane.

See Also

Reference

CurveLoop Class
Autodesk.Revit.DB Namespace