import {Storey} from '@xeokit/xeokit-sdk/src/plugins/StoreyViewsPlugin/Storey.js'
Storey
Information about an IfcBuildingStorey
.
These are provided by a StoreyViewsPlugin.
Member Summary
Public Members | ||
public |
this member was deprecated.
Axis-aligned World-space boundary of the Entitys that represent the IfcBuildingStorey. |
|
public |
Axis-aligned World-space boundary of the Entitys that represent the model. |
|
public |
ID of the model. |
|
public |
Number of Entitys within the IfcBuildingStorey. |
|
public |
The StoreyViewsPlugin this Storey belongs to. |
|
public |
storeyAABB: Number[] Axis-aligned World-space boundary of the Entitys that represent the IfcBuildingStorey. |
|
public |
ID of the IfcBuildingStorey. |
Public Members
public aabb: Number[] source
Axis-aligned World-space boundary of the Entitys that represent the IfcBuildingStorey.
The boundary is a six-element Float64Array containing the min/max extents of the
axis-aligned boundary, ie. [xmin, ymin, zmin, xmax, ymax, zmax]
Properties:
Name | Type | Attribute | Description |
storeyAABB | * |
public modelAABB: Number[] source
Axis-aligned World-space boundary of the Entitys that represent the model.
The boundary is a six-element Float64Array containing the min/max extents of the
axis-aligned boundary, ie. [xmin, ymin, zmin, xmax, ymax, zmax]
Properties:
Name | Type | Attribute | Description |
modelAABB | * |
public modelId: String | Number source
ID of the model.
This matches the ID of the MetaModel that contains the IfcBuildingStorey's MetaObject.
Properties:
Name | Type | Attribute | Description |
modelId | * |
public numObjects: Number source
Number of Entitys within the IfcBuildingStorey.
Properties:
Name | Type | Attribute | Description |
numObjects | * |
public plugin: StoreyViewsPlugin source
The StoreyViewsPlugin this Storey belongs to.
Properties:
Name | Type | Attribute | Description |
plugin | * |
public storeyAABB: Number[] source
Axis-aligned World-space boundary of the Entitys that represent the IfcBuildingStorey.
The boundary is a six-element Float64Array containing the min/max extents of the
axis-aligned boundary, ie. [xmin, ymin, zmin, xmax, ymax, zmax]
Properties:
Name | Type | Attribute | Description |
storeyAABB | * |
public storeyId: String source
ID of the IfcBuildingStorey.
This matches IDs of the IfcBuildingStorey's MetaObject and Entity.
Properties:
Name | Type | Attribute | Description |
storeyId | * |