Namespace:
Autodesk.Revit.DB.Structure
MultiplanarOption
Enumeration
Description:
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.
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.
Syntax
public enum MultiplanarOption
Unknown Namespace Members:
Name | Description |
---|---|
IncludeAllMultiplanarCurves | Include all curves. |
IncludeOnlyPlanarCurves | Include only curves which lie in the Rebar's primary plane. |