improved
AutoDesigner API: Flat and Pitched Face Parameters
over 2 years ago by Andriy Mysyk
You can now customize panel tilt, spacing, and orientation depending on whether a roof face is flat or pitched in order to align with your design and installation best practices and maximize irradiance and system production.
- Define the degree threshold above which a roof is considered pitched:
pitched_face_tilt_threshold_deg
(new field). - Set default fields for column spacing, row spacing, panel tilt, and panel orientation:
column_spacing_meters
(existing field),row_spacing_meters
(existing field),panel_tilt_deg
(new field), andorientations
(existing field). - Then, set following fields (all new) if you would like the corresponding behavior for flat faces to be different from the default fields:
flat_face_column_spacing_meters
, flat_face_row_spacing_meters
, flat_face_panel_tilt_deg
, and flat_face_orientations
.
See Run AutoDesigner endpoint documentation for more details.