azimuthDegrees property

double? azimuthDegrees
getter/setter pair

Compass direction the roof segment is pointing in.

0 = North, 90 = East, 180 = South. For a "flat" roof segment (pitch_degrees very near 0), azimuth is not well defined, so for consistency, we define it arbitrarily to be 0 (North).

Implementation

core.double? azimuthDegrees;