Revit 2025.3 API
Energy |
The tilt angle for this surface.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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