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