import {StoreyMap} from '@xeokit/xeokit-sdk/src/plugins/StoreyViewsPlugin/StoreyMap.js'StoreyMap
A 2D plan view image of an IfcBuildingStorey.
These are created by a StoreyViewsPlugin.
Member Summary
| Public Members | ||
| public |
The image format - "png" or "jpeg". |
|
| public |
Height of the image, in pixels. |
|
| public |
Base64-encoded plan view image. |
|
| public |
ID of the IfcBuildingStorey. |
|
| public |
Width of the image, in pixels. |
|
Public Members
public format: String source
The image format - "png" or "jpeg".
Properties:
| Name | Type | Attribute | Description |
| format | * |
public height: Number source
Height of the image, in pixels.
Properties:
| Name | Type | Attribute | Description |
| height | * |
public imageData: String source
Base64-encoded plan view image.
Properties:
| Name | Type | Attribute | Description |
| imageData | * |
public storeyId: String source
ID of the IfcBuildingStorey.
This matches IDs of the IfcBuildingStorey's MetaObject and Entity.
Properties:
| Name | Type | Attribute | Description |
| storeyId | * |
Reference
Source
