@twinfinity/coreInterfacesModelEntityTypeOn this pageModelEntityType Type-level definition (e.g. IfcWallType, IfcDoorType) with its own property and quantity sets. Products reference their type via ModelProduct.type.Index PropertiesclassNamedataglobalIdnamepropertySetsquantitySetsProperties readonlyclassNameclassName: stringFull IFC type class name (e.g. 'IfcWallType').readonlydatadata: Record<string, string | number | boolean>Type-level scalar data values.readonlyglobalIdglobalId: stringoptionalreadonlynamename?: stringreadonlypropertySetspropertySets: Record<string, T8PropertySet<T8Unit>>readonlyquantitySetsquantitySets: Record<string, T8QuantitySet<T8Unit>>
Type-level definition (e.g.
IfcWallType,IfcDoorType) with its own property and quantity sets. Products reference their type via ModelProduct.type.