Namespace:
Autodesk.Revit.DB.Structure
AnalyticalDirection
Enumeration
Description:
Specifies a direction for manipulating analytical model.
Specifies a direction for manipulating analytical model.
Syntax
[ObsoleteAttribute("This enum is deprecated in Revit 2023 and may be removed in a future version of Revit.")]
public enum AnalyticalDirection
Unknown Namespace Members:
Name | Description |
---|---|
Vertical | Change in vertical direction only. |
VerticalTop | Vertical change, for top of Element's analytical model. |
VerticalBottom | Vertical change, for bottom of Element's analytical model. |
Horizontal | Change in horizontal direction only (no elevation change). |
HorizontalStart | Horizontal change, corresponding to start of Curve Driver. |
HorizontalEnd | Horizontal change, corresponding to end of Curve Driver. |
Any | Any change, including vertical and horizontal. |
X | Change in X direction |
Y | Change in Y direction |
Z | Change in Z direction |