Revit 2026 API
Multiplanar |
Input argument type for Rebar.GetCenterlineCurves method.
Controls whether all curves of a multi-planar Rebar element are returned by
GetCenterlineCurves, or only the curves in the primary plane.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
Members
| Member name | Value | Description |
|---|---|---|
| IncludeAllMultiplanarCurves | 0 | Include all curves. |
| IncludeOnlyPlanarCurves | 1 | Include only curves which lie in the Rebar's primary plane. |
See Also