Skip to main content

ModelEntityType

Type-level definition (e.g. IfcWallType, IfcDoorType) with its own property and quantity sets. Products reference their type via ModelProduct.type.

Index

Properties

readonlyclassName

className: string

Full IFC type class name (e.g. 'IfcWallType').

readonlydata

data: Record<string, string | number | boolean>

Type-level scalar data values.

readonlyglobalId

globalId: string

optionalreadonlyname

name?: string

readonlypropertySets

propertySets: Record<string, T8PropertySet<T8Unit>>

readonlyquantitySets

quantitySets: Record<string, T8QuantitySet<T8Unit>>