Revit 2025.3 API
Curve |
Returns whether the curve loop is open or closed, as determined by an internal flag.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsOpen()
Public Function IsOpen As Boolean
public: bool IsOpen()
member IsOpen : unit -> bool
Return Value
BooleanTrue if the CurveLoop is marked open, false if marked closed.

Some routines in Revit may set the CurveLoop to be marked "open" or "closed" in spite of the actual geometry of the curves.
In these special cases, the CurveLoop class does not require that the CurveLoop is correctly marked.
See Also