Revit 2025 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: 25.0.0.0 (25.0.0.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