Reference Source
public class | source

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:

NameTypeAttributeDescription
format *

public height: Number source

Height of the image, in pixels.

Properties:

NameTypeAttributeDescription
height *

public imageData: String source

Base64-encoded plan view image.

Properties:

NameTypeAttributeDescription
imageData *

public storeyId: String source

ID of the IfcBuildingStorey.

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

Properties:

NameTypeAttributeDescription
storeyId *

public width: Number source

Width of the image, in pixels.

Properties:

NameTypeAttributeDescription
width *