Revit 2026 API
Energy |
The tilt angle for this surface, in radians.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double Tilt { get; }
Public ReadOnly Property Tilt As Double Get
public: property double Tilt { double get (); }
member Tilt : float with get
Property Value
Double
The tilt is computed as the angle of rotation between
the outward normal of the surface and the Z-axis.
See Also