ENUM
FloorplanFlag
link GraphQL Schema definition
- enum FloorplanFlag {
- # Indicates the floorplan includes only wall locations and is suitable for use
- # as a schematic floorplan.
- # Indicates the floorplan includes top-down imagery of the floor.
- # Indicates the floorplan includes an alpha mask for objects that may obscure the
- # top down view.
- # Indicates the floorplan includes a color mask over each room to help visually
- # differentiate them.
- # Indicates the floorplan includes measurement markings.
- }
link Require by
- FloorplanA floorplan, often formatted as an image, although other options may be available.
- ModelAssetsA container for all of the assets associated with a model. The elements within this will generally implement Asset and/or AssetBundle in order to provide links for downloading the Asset. Once these links are generated they will often only be valid for a short period of time (which may be checked via `validUntil`) so they should be downloaded immediately or a new request for the url should be sent.