Showing:

Annotations
Diagram
Properties
Constraints
Compositions
Used By
Source
Definition FloorplanFootprint
definitions_FloorplanFootprint.html#/definitions/FloorplanFootprint/properties/DesiredAspectRatio
Annotations
Title  FloorplanFootprint

Description  The desired footprint of this floorplan.
Diagram
Type object
Properties
Name Occurrence
DesiredAspectRatio
optional
Additional Properties false
Used by
Source

 "FloorplanFootprint": {
  "type": "object",
  "additionalProperties": false,
  "title": "FloorplanFootprint",
  "description": "The desired footprint of this floorplan.",
  "properties": {
    "DesiredAspectRatio": {
      "title": "Desiredaspectratio",
      "default": {
        "x": 1,
        "y": 1
      },
      "allOf": [
        {"$ref": "#/definitions/AspectRatio"}
      ]
    }
  }
}


Definition DesiredAspectRatio
#/definitions/FloorplanFootprint/properties/DesiredAspectRatio/allOf/0
Annotations
Title  Desiredaspectratio

Diagram
Type object
Constraints
Default : {x=1.0, y=1.0}

All of
Additional Properties false
Used by
Source

 "DesiredAspectRatio": {
  "title": "Desiredaspectratio",
  "default": {
    "x": 1,
    "y": 1
  },
  "allOf": [
    {"$ref": "#/definitions/AspectRatio"}
  ]
}


Definition allOf/0
definitions_AspectRatio.html#/definitions/AspectRatio
Diagram
Type reference
Refers AspectRatio
Used by
Source

{"$ref": "#/definitions/AspectRatio"}