Reference Source
public class | source

Storey

Information about an IfcBuildingStorey.

These are provided by a StoreyViewsPlugin.

Member Summary

Public Members
public

Axis-aligned World-space boundary of the Entitys that represent the IfcBuildingStorey.

public

ID of the model.

public

Number of Entitys within the IfcBuildingStorey.

public

The StoreyViewsPlugin this Storey belongs to.

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 Float32Array containing the min/max extents of the axis-aligned boundary, ie. [xmin, ymin, zmin, xmax, ymax, zmax]

Properties:

NameTypeAttributeDescription
aabb *

public modelId: String | Number source

ID of the model.

This matches the ID of the MetaModel that contains the IfcBuildingStorey's MetaObject.

Properties:

NameTypeAttributeDescription
modelId *

public numObjects: Number source

Number of Entitys within the IfcBuildingStorey.

Properties:

NameTypeAttributeDescription
numObjects *

public plugin: StoreyViewsPlugin source

The StoreyViewsPlugin this Storey belongs to.

Properties:

NameTypeAttributeDescription
plugin *

public storeyId: String source

ID of the IfcBuildingStorey.

This matches IDs of the IfcBuildingStorey's MetaObject and Entity.

Properties:

NameTypeAttributeDescription
storeyId *