IfcElements
const
IfcElements:object
A map of IFC element types to their corresponding names. The keys are the IFC entity type numbers, and the values are the names of the IFC entities.
Remarks
This map is used to provide a mapping between IFC entity type numbers and their names. It is useful for identifying and processing different types of IFC elements in a project.
Index signature
[key
: number
]: string