Created
December 17, 2025 00:11
-
-
Save elliotlarson/8c855f3a6996be235a383e06b1d062d7 to your computer and use it in GitHub Desktop.
API V4 Attachment Spans: simple_grip_d with deckThickness
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "parameters": { | |
| "asce": "7-16", | |
| "zipCode": "91320", | |
| "windSpeed": 94, | |
| "groundSnowLoad": 1, | |
| "windExposure": "B", | |
| "sds": 1.25, | |
| "siteElevation": 699, | |
| "panelLengthMm": 1130, | |
| "panelWidthMm": 500, | |
| "panelWeightKg": 30, | |
| "panelThicknessMm": 30, | |
| "buildingHeight": 18.89, | |
| "roofSlope": 24.65, | |
| "roofShape": "gable", | |
| "riskCategory": "II", | |
| "orientations": { | |
| "portrait": { | |
| "zones": { | |
| "1/2e": { | |
| "maxSpans": { | |
| "normal": 103, | |
| "exposed": 103, | |
| "edge": 98 | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "roofAttachments": ["simple_grip_d"], | |
| "railPlatform": "xr", | |
| "deckThickness": "15/32" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment