Skip to main content

Grid System

The grid is made up of the following components:

  • main - The main shed
    • gutterRight - Gutter wall sections
    • gutterLeft - Gutter wall sections
    • gable - Gable wall sections
    • roofRight - Roof sections
    • roofLeft - Roof sections
  • awningRight - Right awning
    • gutter - Gutter wall sections
    • roof - Roof sections
    • gable - Gable wall sections
  • awningLeft - Left awning
    • gutter - Gutter wall sections
    • roof - Roof sections
    • gable - Gable wall sections

The following diagram represents this: Webshed Grid System

Wall Section Example

{
"visible": true,
"models": [
{
"type": "Roller Door",
"alignmentX": "Right",
"height": 1.2,
"width": 1.2
},
{
"type": "Roller Door",
"alignmentX": "Left",
"height": 1.5,
"width": 1.5
},
{
"type": "PADoor",
"alignmentX": "Center",
"doorWidth": 870,
"doorHeight": 2030
},
{
"type": "Window",
"alignmentX": "Right",
"windowWidth": 816,
"windowHeight": 790
}
]
}

Roof Section Example

{
"models": [
{
"type": "Skylight",
"alignmentX": "Center"
},
{
"type": "Skylight",
"alignmentX": "Left"
},
{
"type": "Skylight",
"alignmentX": "Right"
}
]
}