CFx SDK Documentation 2024 SP0
|
#include <IfcEntity.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdIfcEntity) | |
OdIfcEntity () | |
~OdIfcEntity () | |
virtual bool | isKindOf (OdIfcEntityType entityType) const |
bool | isInstanceOf (OdIfcEntityType entityType) const |
virtual OdIfcEntityType | type () const |
virtual OdRxValue | getAttr (const OdIfcAttribute attrDef) const |
virtual bool | testAttr (const char *explicitAttrName) const |
virtual bool | testAttr (const OdIfcAttribute explicitAttrDef) const |
virtual void | unsetAttr (const char *explicitAttrName) |
virtual void | unsetAttr (const OdIfcAttribute explicitAttrDef) |
virtual bool | putAttr (const char *explicitAttrName, const OdRxValue &val) |
virtual bool | putAttr (const OdIfcAttribute explicitAttrDef, const OdRxValue &val) |
IfcOpResult | resolved () |
void | resolve (IfcOpResult resolved, void *resPtr) |
void | unresolve () |
virtual void | setGsNode (OdGsCache *pGsNode) |
virtual OdGsCache * | gsNode () const |
virtual OdUInt32 | subSetAttributes (OdGiDrawableTraits *traits) const |
virtual bool | subWorldDraw (OdGiWorldDraw *wd) const |
Static Public Member Functions | |
static const OdGePoint3d * | asPoint3d (const OdIfcEntity *pEnt) |
static const OdGePoint2d * | asPoint2d (const OdIfcEntity *pEnt) |
static const OdGeVector3d * | asVector3d (const OdIfcEntity *pEnt) |
static const OdGeVector2d * | asVector2d (const OdIfcEntity *pEnt) |
static const OdGeMatrix2d * | asMatrix2d (const OdIfcEntity *pEnt) |
static const OdGeMatrix3d * | asMatrix3d (const OdIfcEntity *pEnt) |
static OdIfcCompoundPtr | asCompound (OdSmartPtr< OdIfcEntity > pEnt) |
static const OdCmEntityColor * | asRgbColor (const OdIfcEntity *pEnt) |
Protected Attributes | |
void * | m_resPtr |
IfcOpResult | m_resolved |
Friends | |
class | OdIfcCompound |
A class that represents an entity instance of an IFC file and provides IFC-specific functionality.
Definition at line 86 of file IfcEntity.h.
OdIfc::OdIfcEntity::OdIfcEntity | ( | ) |
Creates a new entity object with default parameters.
OdIfc::OdIfcEntity::~OdIfcEntity | ( | ) |
Destroys the entity object.
|
static |
Returns the result of the entity resolution represented as a compound object.
pEnt | [in] A smart pointer to an entity to get the compound object from. |
|
inlinestatic |
Returns the result of the entity resolution represented as a two-dimensional matrix.
pEnt | [in] A smart pointer to an entity to be resolved. |
Definition at line 285 of file IfcEntity.h.
|
inlinestatic |
Returns the result of the entity resolution represented as a three-dimensional vector.
pEnt | [in] A smart pointer to an entity to be resolved. |
Definition at line 300 of file IfcEntity.h.
|
inlinestatic |
Returns the result of the entity resolution represented as a two-dimensional point.
pEnt | [in] A smart pointer to an entity to be resolved. |
Definition at line 238 of file IfcEntity.h.
|
inlinestatic |
Returns the result of the entity resolution represented as a three-dimensional point.
pEnt | [in] A smart pointer to an entity to be resolved. |
Definition at line 222 of file IfcEntity.h.
|
inlinestatic |
Returns the result of the entity resolution represented as an <exref target="https://docs.opendesign.com/tkernel/OdCmEntityColor.html">RGB color</exref> object.
pEnt | [in] A smart pointer to an entity to be resolved. |
Definition at line 325 of file IfcEntity.h.
|
inlinestatic |
Returns the result of the entity resolution represented as a two-dimensional vector.
pEnt | [in] A smart pointer to an entity to be resolved. |
Definition at line 270 of file IfcEntity.h.
|
inlinestatic |
Returns the result of the entity resolution represented as a three-dimensional vector.
pEnt | [in] A smart pointer to an entity to be resolved. |
Definition at line 254 of file IfcEntity.h.
|
virtual |
Retrieves the current value of an attribute specified by its definition.
attrDef | [in] A value of the <link OdIfc::OdIfcAttribute, OdIfcAttribute> enumeration that represents the attribute definition. |
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcActorRole, OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAddress, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAnnotationFillArea, OdIfc2x2_final::IfcAnnotationFillAreaOccurrence, OdIfc2x2_final::IfcApplication, OdIfc2x2_final::IfcAppliedValue, OdIfc2x2_final::IfcAppliedValueRelationship, OdIfc2x2_final::IfcApprovalActorRelationship, OdIfc2x2_final::IfcApproval, OdIfc2x2_final::IfcApprovalPropertyRelationship, OdIfc2x2_final::IfcApprovalRelationship, OdIfc2x2_final::IfcArbitraryClosedProfileDef, OdIfc2x2_final::IfcArbitraryOpenProfileDef, OdIfc2x2_final::IfcArbitraryProfileDefWithVoids, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcAsymmetricIShapeProfileDef, OdIfc2x2_final::IfcAxis1Placement, OdIfc2x2_final::IfcAxis2Placement2D, OdIfc2x2_final::IfcAxis2Placement3D, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBooleanResult, OdIfc2x2_final::IfcBoundaryCondition, OdIfc2x2_final::IfcBoundaryEdgeCondition, OdIfc2x2_final::IfcBoundaryFaceCondition, OdIfc2x2_final::IfcBoundaryNodeCondition, OdIfc2x2_final::IfcBoundaryNodeConditionWarping, OdIfc2x2_final::IfcBoundingBox, OdIfc2x2_final::IfcBoxedHalfSpace, OdIfc2x2_final::IfcBSplineCurve, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcCalendarDate, OdIfc2x2_final::IfcCartesianPoint, OdIfc2x2_final::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator3D, OdIfc2x2_final::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCircle, OdIfc2x2_final::IfcCircleHollowProfileDef, OdIfc2x2_final::IfcCircleProfileDef, OdIfc2x2_final::IfcClassification, OdIfc2x2_final::IfcClassificationItem, OdIfc2x2_final::IfcClassificationItemRelationship, OdIfc2x2_final::IfcClassificationNotation, OdIfc2x2_final::IfcClassificationNotationFacet, OdIfc2x2_final::IfcClassificationReference, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColourRgb, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcComplexProperty, OdIfc2x2_final::IfcCompositeCurve, OdIfc2x2_final::IfcCompositeCurveSegment, OdIfc2x2_final::IfcCompositeProfileDef, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConic, OdIfc2x2_final::IfcConnectedFaceSet, OdIfc2x2_final::IfcConnectionCurveGeometry, OdIfc2x2_final::IfcConnectionPointGeometry, OdIfc2x2_final::IfcConnectionPortGeometry, OdIfc2x2_final::IfcConnectionSurfaceGeometry, OdIfc2x2_final::IfcConstraintAggregationRelationship, OdIfc2x2_final::IfcConstraint, OdIfc2x2_final::IfcConstraintClassificationRelationship, OdIfc2x2_final::IfcConstraintRelationship, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcContextDependentUnit, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcConversionBasedUnit, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCoordinatedUniversalTimeOffset, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCostValue, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcCraneRailAShapeProfileDef, OdIfc2x2_final::IfcCraneRailFShapeProfileDef, OdIfc2x2_final::IfcCsgSolid, OdIfc2x2_final::IfcCShapeProfileDef, OdIfc2x2_final::IfcCurrencyRelationship, OdIfc2x2_final::IfcCurveBoundedPlane, OdIfc2x2_final::IfcCurveStyle, OdIfc2x2_final::IfcCurveStyleFontAndScaling, OdIfc2x2_final::IfcCurveStyleFont, OdIfc2x2_final::IfcCurveStyleFontPattern, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDateAndTime, OdIfc2x2_final::IfcDefinedSymbol, OdIfc2x2_final::IfcDerivedProfileDef, OdIfc2x2_final::IfcDerivedUnit, OdIfc2x2_final::IfcDerivedUnitElement, OdIfc2x2_final::IfcDimensionalExponents, OdIfc2x2_final::IfcDimensionCurve, OdIfc2x2_final::IfcDimensionCurve, OdIfc2x2_final::IfcDimensionCurveTerminator, OdIfc2x2_final::IfcDirection, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDocumentElectronicFormat, OdIfc2x2_final::IfcDocumentInformation, OdIfc2x2_final::IfcDocumentInformationRelationship, OdIfc2x2_final::IfcDocumentReference, OdIfc2x2_final::IfcDocumentReference, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDraughtingCallout, OdIfc2x2_final::IfcDraughtingCalloutRelationship, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcEdge, OdIfc2x2_final::IfcEdgeCurve, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcEdgeLoop, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementarySurface, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEllipse, OdIfc2x2_final::IfcEllipseProfileDef, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEnvironmentalImpactValue, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcExtendedMaterialProperties, OdIfc2x2_final::IfcExternalReference, OdIfc2x2_final::IfcExtrudedAreaSolid, OdIfc2x2_final::IfcFace, OdIfc2x2_final::IfcFaceBasedSurfaceModel, OdIfc2x2_final::IfcFaceBound, OdIfc2x2_final::IfcFaceSurface, OdIfc2x2_final::IfcFacetedBrepWithVoids, OdIfc2x2_final::IfcFailureConnectionCondition, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFillAreaStyle, OdIfc2x2_final::IfcFillAreaStyleHatching, OdIfc2x2_final::IfcFillAreaStyleTiles, OdIfc2x2_final::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFuelProperties, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcGeneralMaterialProperties, OdIfc2x2_final::IfcGeneralProfileProperties, OdIfc2x2_final::IfcGeometricRepresentationContext, OdIfc2x2_final::IfcGeometricRepresentationSubContext, OdIfc2x2_final::IfcGeometricSet, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGridAxis, OdIfc2x2_final::IfcGridPlacement, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcHalfSpaceSolid, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcHygroscopicMaterialProperties, OdIfc2x2_final::IfcImageTexture, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcIrregularTimeSeries, OdIfc2x2_final::IfcIrregularTimeSeriesValue, OdIfc2x2_final::IfcIShapeProfileDef, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLibraryInformation, OdIfc2x2_final::IfcLibraryReference, OdIfc2x2_final::IfcLibraryReference, OdIfc2x2_final::IfcLightDistributionData, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcLightIntensityDistribution, OdIfc2x2_final::IfcLightSource, OdIfc2x2_final::IfcLightSourceDirectional, OdIfc2x2_final::IfcLightSourceGoniometric, OdIfc2x2_final::IfcLightSourcePositional, OdIfc2x2_final::IfcLightSourceSpot, OdIfc2x2_final::IfcLine, OdIfc2x2_final::IfcLocalPlacement, OdIfc2x2_final::IfcLocalTime, OdIfc2x2_final::IfcLShapeProfileDef, OdIfc2x2_final::IfcManifoldSolidBrep, OdIfc2x2_final::IfcMappedItem, OdIfc2x2_final::IfcMaterial, OdIfc2x2_final::IfcMaterialClassificationRelationship, OdIfc2x2_final::IfcMaterialLayer, OdIfc2x2_final::IfcMaterialLayerSet, OdIfc2x2_final::IfcMaterialLayerSetUsage, OdIfc2x2_final::IfcMaterialList, OdIfc2x2_final::IfcMaterialProperties, OdIfc2x2_final::IfcMeasureWithUnit, OdIfc2x2_final::IfcMechanicalConcreteMaterialProperties, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMechanicalMaterialProperties, OdIfc2x2_final::IfcMechanicalSteelMaterialProperties, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMetric, OdIfc2x2_final::IfcMonetaryUnit, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcNamedUnit, OdIfc2x2_final::IfcObject, OdIfc2x2_final::IfcObjective, OdIfc2x2_final::IfcObjectPlacement, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOffsetCurve2D, OdIfc2x2_final::IfcOffsetCurve3D, OdIfc2x2_final::IfcOneDirectionRepeatFactor, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOpticalMaterialProperties, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcOrganization, OdIfc2x2_final::IfcOrganizationRelationship, OdIfc2x2_final::IfcOrientedEdge, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcOwnerHistory, OdIfc2x2_final::IfcParameterizedProfileDef, OdIfc2x2_final::IfcPath, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPersonAndOrganization, OdIfc2x2_final::IfcPerson, OdIfc2x2_final::IfcPhysicalComplexQuantity, OdIfc2x2_final::IfcPhysicalQuantity, OdIfc2x2_final::IfcPhysicalSimpleQuantity, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPixelTexture, OdIfc2x2_final::IfcPlacement, OdIfc2x2_final::IfcPlanarBox, OdIfc2x2_final::IfcPlanarExtent, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPointOnCurve, OdIfc2x2_final::IfcPointOnSurface, OdIfc2x2_final::IfcPolygonalBoundedHalfSpace, OdIfc2x2_final::IfcPolyline, OdIfc2x2_final::IfcPolyLoop, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcPostalAddress, OdIfc2x2_final::IfcPreDefinedItem, OdIfc2x2_final::IfcPresentationLayerAssignment, OdIfc2x2_final::IfcPresentationLayerAssignmentWithStyle, OdIfc2x2_final::IfcPresentationStyleAssignment, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProductDefinitionShape, OdIfc2x2_final::IfcProductDefinitionShape, OdIfc2x2_final::IfcProductRepresentation, OdIfc2x2_final::IfcProductsOfCombustionProperties, OdIfc2x2_final::IfcProfileDef, OdIfc2x2_final::IfcProfileProperties, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProperty, OdIfc2x2_final::IfcPropertyBoundedValue, OdIfc2x2_final::IfcPropertyConstraintRelationship, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertyDependencyRelationship, OdIfc2x2_final::IfcPropertyEnumeratedValue, OdIfc2x2_final::IfcPropertyEnumeration, OdIfc2x2_final::IfcPropertyListValue, OdIfc2x2_final::IfcPropertyReferenceValue, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcPropertySingleValue, OdIfc2x2_final::IfcPropertyTableValue, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcQuantityArea, OdIfc2x2_final::IfcQuantityCount, OdIfc2x2_final::IfcQuantityLength, OdIfc2x2_final::IfcQuantityTime, OdIfc2x2_final::IfcQuantityVolume, OdIfc2x2_final::IfcQuantityWeight, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcRationalBezierCurve, OdIfc2x2_final::IfcRectangleHollowProfileDef, OdIfc2x2_final::IfcRectangleProfileDef, OdIfc2x2_final::IfcRectangularTrimmedSurface, OdIfc2x2_final::IfcReferencesValueDocument, OdIfc2x2_final::IfcRegularTimeSeries, OdIfc2x2_final::IfcReinforcementBarProperties, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcRelAssigns, OdIfc2x2_final::IfcRelAssignsTasks, OdIfc2x2_final::IfcRelAssignsToActor, OdIfc2x2_final::IfcRelAssignsToControl, OdIfc2x2_final::IfcRelAssignsToGroup, OdIfc2x2_final::IfcRelAssignsToProcess, OdIfc2x2_final::IfcRelAssignsToProduct, OdIfc2x2_final::IfcRelAssignsToResource, OdIfc2x2_final::IfcRelAssociatesAppliedValue, OdIfc2x2_final::IfcRelAssociatesApproval, OdIfc2x2_final::IfcRelAssociates, OdIfc2x2_final::IfcRelAssociatesClassification, OdIfc2x2_final::IfcRelAssociatesConstraint, OdIfc2x2_final::IfcRelAssociatesDocument, OdIfc2x2_final::IfcRelAssociatesLibrary, OdIfc2x2_final::IfcRelAssociatesMaterial, OdIfc2x2_final::IfcRelAssociatesProfileProperties, OdIfc2x2_final::IfcRelaxation, OdIfc2x2_final::IfcRelConnectsElements, OdIfc2x2_final::IfcRelConnectsPathElements, OdIfc2x2_final::IfcRelConnectsPorts, OdIfc2x2_final::IfcRelConnectsPortToElement, OdIfc2x2_final::IfcRelConnectsStructuralActivity, OdIfc2x2_final::IfcRelConnectsStructuralMember, OdIfc2x2_final::IfcRelConnectsWithRealizingElements, OdIfc2x2_final::IfcRelContainedInSpatialStructure, OdIfc2x2_final::IfcRelCoversBldgElements, OdIfc2x2_final::IfcRelDecomposes, OdIfc2x2_final::IfcRelDefines, OdIfc2x2_final::IfcRelDefinesByProperties, OdIfc2x2_final::IfcRelDefinesByType, OdIfc2x2_final::IfcRelFillsElement, OdIfc2x2_final::IfcRelFlowControlElements, OdIfc2x2_final::IfcRelInteractionRequirements, OdIfc2x2_final::IfcRelOverridesProperties, OdIfc2x2_final::IfcRelProjectsElement, OdIfc2x2_final::IfcRelSequence, OdIfc2x2_final::IfcRelServicesBuildings, OdIfc2x2_final::IfcRelSpaceBoundary, OdIfc2x2_final::IfcRelVoidsElement, OdIfc2x2_final::IfcRepresentation, OdIfc2x2_final::IfcRepresentationContext, OdIfc2x2_final::IfcRepresentationMap, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRevolvedAreaSolid, OdIfc2x2_final::IfcRibPlateProfileProperties, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoot, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcRoundedRectangleProfileDef, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcSectionedSpine, OdIfc2x2_final::IfcSectionProperties, OdIfc2x2_final::IfcSectionReinforcementProperties, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcShapeAspect, OdIfc2x2_final::IfcShapeRepresentation, OdIfc2x2_final::IfcShapeRepresentation, OdIfc2x2_final::IfcShellBasedSurfaceModel, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSIUnit, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSlippageConnectionCondition, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralConnectionCondition, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoad, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralLoadLinearForce, OdIfc2x2_final::IfcStructuralLoadPlanarForce, OdIfc2x2_final::IfcStructuralLoadSingleDisplacement, OdIfc2x2_final::IfcStructuralLoadSingleDisplacementDistortion, OdIfc2x2_final::IfcStructuralLoadSingleForce, OdIfc2x2_final::IfcStructuralLoadSingleForceWarping, OdIfc2x2_final::IfcStructuralLoadTemperature, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralProfileProperties, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSteelProfileProperties, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcStyledItem, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSubedge, OdIfc2x2_final::IfcSurfaceCurveSweptAreaSolid, OdIfc2x2_final::IfcSurfaceOfLinearExtrusion, OdIfc2x2_final::IfcSurfaceOfRevolution, OdIfc2x2_final::IfcSurfaceStyle, OdIfc2x2_final::IfcSurfaceStyleLighting, OdIfc2x2_final::IfcSurfaceStyleRefraction, OdIfc2x2_final::IfcSurfaceStyleRendering, OdIfc2x2_final::IfcSurfaceStyleShading, OdIfc2x2_final::IfcSurfaceStyleWithTextures, OdIfc2x2_final::IfcSurfaceTexture, OdIfc2x2_final::IfcSweptAreaSolid, OdIfc2x2_final::IfcSweptDiskSolid, OdIfc2x2_final::IfcSweptSurface, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSymbolStyle, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTable, OdIfc2x2_final::IfcTableRow, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTelecomAddress, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTerminatorSymbol, OdIfc2x2_final::IfcTextLiteral, OdIfc2x2_final::IfcTextLiteralWithExtent, OdIfc2x2_final::IfcTextStyle, OdIfc2x2_final::IfcTextStyleWithBoxCharacteristics, OdIfc2x2_final::IfcTextStyleWithMirror, OdIfc2x2_final::IfcTextStyleWithSpacing, OdIfc2x2_final::IfcTextureCoordinate, OdIfc2x2_final::IfcTextureCoordinateGenerator, OdIfc2x2_final::IfcTextureMap, OdIfc2x2_final::IfcTextureVertex, OdIfc2x2_final::IfcThermalMaterialProperties, OdIfc2x2_final::IfcTimeSeries, OdIfc2x2_final::IfcTimeSeriesReferenceRelationship, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTimeSeriesValue, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTrapeziumProfileDef, OdIfc2x2_final::IfcTrimmedCurve, OdIfc2x2_final::IfcTShapeProfileDef, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTwoDirectionRepeatFactor, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcUnitAssignment, OdIfc2x2_final::IfcUShapeProfileDef, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVector, OdIfc2x2_final::IfcVertexBasedTextureMap, OdIfc2x2_final::IfcVertexLoop, OdIfc2x2_final::IfcVertexPoint, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcVirtualGridIntersection, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWaterProperties, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, OdIfc2x2_final::IfcWindowStyle, OdIfc2x2_final::IfcWorkControl, OdIfc2x2_final::IfcZShapeProfileDef, OdIfc2x3::IfcActionRequest, OdIfc2x3::IfcActor, OdIfc2x3::IfcActorRole, OdIfc2x3::IfcActuatorType, OdIfc2x3::IfcAddress, OdIfc2x3::IfcAirTerminalBoxType, OdIfc2x3::IfcAirTerminalType, OdIfc2x3::IfcAirToAirHeatRecoveryType, OdIfc2x3::IfcAlarmType, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAnnotationFillArea, OdIfc2x3::IfcAnnotationFillAreaOccurrence, OdIfc2x3::IfcAnnotationSurface, OdIfc2x3::IfcApplication, OdIfc2x3::IfcAppliedValue, OdIfc2x3::IfcAppliedValueRelationship, OdIfc2x3::IfcApprovalActorRelationship, OdIfc2x3::IfcApproval, OdIfc2x3::IfcApprovalPropertyRelationship, OdIfc2x3::IfcApprovalRelationship, OdIfc2x3::IfcArbitraryClosedProfileDef, OdIfc2x3::IfcArbitraryOpenProfileDef, OdIfc2x3::IfcArbitraryProfileDefWithVoids, OdIfc2x3::IfcAsset, OdIfc2x3::IfcAsymmetricIShapeProfileDef, OdIfc2x3::IfcAxis1Placement, OdIfc2x3::IfcAxis2Placement2D, OdIfc2x3::IfcAxis2Placement3D, OdIfc2x3::IfcBeamType, OdIfc2x3::IfcBlobTexture, OdIfc2x3::IfcBlock, OdIfc2x3::IfcBoilerType, OdIfc2x3::IfcBooleanResult, OdIfc2x3::IfcBoundaryCondition, OdIfc2x3::IfcBoundaryEdgeCondition, OdIfc2x3::IfcBoundaryFaceCondition, OdIfc2x3::IfcBoundaryNodeCondition, OdIfc2x3::IfcBoundaryNodeConditionWarping, OdIfc2x3::IfcBoundingBox, OdIfc2x3::IfcBoxedHalfSpace, OdIfc2x3::IfcBSplineCurve, OdIfc2x3::IfcBuilding, OdIfc2x3::IfcBuildingElementProxy, OdIfc2x3::IfcBuildingElementProxyType, OdIfc2x3::IfcBuildingStorey, OdIfc2x3::IfcCableCarrierFittingType, OdIfc2x3::IfcCableCarrierSegmentType, OdIfc2x3::IfcCableSegmentType, OdIfc2x3::IfcCalendarDate, OdIfc2x3::IfcCartesianPoint, OdIfc2x3::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator3D, OdIfc2x3::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator, OdIfc2x3::IfcCenterLineProfileDef, OdIfc2x3::IfcChamferEdgeFeature, OdIfc2x3::IfcChillerType, OdIfc2x3::IfcCircle, OdIfc2x3::IfcCircleHollowProfileDef, OdIfc2x3::IfcCircleProfileDef, OdIfc2x3::IfcClassification, OdIfc2x3::IfcClassificationItem, OdIfc2x3::IfcClassificationItemRelationship, OdIfc2x3::IfcClassificationNotation, OdIfc2x3::IfcClassificationNotationFacet, OdIfc2x3::IfcClassificationReference, OdIfc2x3::IfcCoilType, OdIfc2x3::IfcColourRgb, OdIfc2x3::IfcColourSpecification, OdIfc2x3::IfcColumnType, OdIfc2x3::IfcComplexProperty, OdIfc2x3::IfcCompositeCurve, OdIfc2x3::IfcCompositeCurveSegment, OdIfc2x3::IfcCompositeProfileDef, OdIfc2x3::IfcCompressorType, OdIfc2x3::IfcCondenserType, OdIfc2x3::IfcConditionCriterion, OdIfc2x3::IfcConic, OdIfc2x3::IfcConnectedFaceSet, OdIfc2x3::IfcConnectionCurveGeometry, OdIfc2x3::IfcConnectionPointEccentricity, OdIfc2x3::IfcConnectionPointGeometry, OdIfc2x3::IfcConnectionPortGeometry, OdIfc2x3::IfcConnectionSurfaceGeometry, OdIfc2x3::IfcConstraintAggregationRelationship, OdIfc2x3::IfcConstraint, OdIfc2x3::IfcConstraintClassificationRelationship, OdIfc2x3::IfcConstraintRelationship, OdIfc2x3::IfcConstructionMaterialResource, OdIfc2x3::IfcConstructionResource, OdIfc2x3::IfcContextDependentUnit, OdIfc2x3::IfcControl, OdIfc2x3::IfcControl, OdIfc2x3::IfcControllerType, OdIfc2x3::IfcConversionBasedUnit, OdIfc2x3::IfcCooledBeamType, OdIfc2x3::IfcCoolingTowerType, OdIfc2x3::IfcCoordinatedUniversalTimeOffset, OdIfc2x3::IfcCostSchedule, OdIfc2x3::IfcCostValue, OdIfc2x3::IfcCovering, OdIfc2x3::IfcCoveringType, OdIfc2x3::IfcCraneRailAShapeProfileDef, OdIfc2x3::IfcCraneRailFShapeProfileDef, OdIfc2x3::IfcCsgPrimitive3D, OdIfc2x3::IfcCsgSolid, OdIfc2x3::IfcCShapeProfileDef, OdIfc2x3::IfcCurrencyRelationship, OdIfc2x3::IfcCurtainWallType, OdIfc2x3::IfcCurveBoundedPlane, OdIfc2x3::IfcCurveStyle, OdIfc2x3::IfcCurveStyleFontAndScaling, OdIfc2x3::IfcCurveStyleFont, OdIfc2x3::IfcCurveStyleFontPattern, OdIfc2x3::IfcDamperType, OdIfc2x3::IfcDateAndTime, OdIfc2x3::IfcDefinedSymbol, OdIfc2x3::IfcDerivedProfileDef, OdIfc2x3::IfcDerivedUnit, OdIfc2x3::IfcDerivedUnitElement, OdIfc2x3::IfcDimensionalExponents, OdIfc2x3::IfcDimensionCurve, OdIfc2x3::IfcDimensionCurve, OdIfc2x3::IfcDimensionCurveTerminator, OdIfc2x3::IfcDirection, OdIfc2x3::IfcDistributionChamberElementType, OdIfc2x3::IfcDistributionControlElement, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionPort, OdIfc2x3::IfcDocumentElectronicFormat, OdIfc2x3::IfcDocumentInformation, OdIfc2x3::IfcDocumentInformationRelationship, OdIfc2x3::IfcDocumentReference, OdIfc2x3::IfcDocumentReference, OdIfc2x3::IfcDoor, OdIfc2x3::IfcDoorLiningProperties, OdIfc2x3::IfcDoorPanelProperties, OdIfc2x3::IfcDoorStyle, OdIfc2x3::IfcDraughtingCallout, OdIfc2x3::IfcDraughtingCalloutRelationship, OdIfc2x3::IfcDuctFittingType, OdIfc2x3::IfcDuctSegmentType, OdIfc2x3::IfcDuctSilencerType, OdIfc2x3::IfcEdge, OdIfc2x3::IfcEdgeCurve, OdIfc2x3::IfcEdgeFeature, OdIfc2x3::IfcEdgeLoop, OdIfc2x3::IfcElectricalBaseProperties, OdIfc2x3::IfcElectricApplianceType, OdIfc2x3::IfcElectricDistributionPoint, OdIfc2x3::IfcElectricFlowStorageDeviceType, OdIfc2x3::IfcElectricGeneratorType, OdIfc2x3::IfcElectricHeaterType, OdIfc2x3::IfcElectricMotorType, OdIfc2x3::IfcElectricTimeControlType, OdIfc2x3::IfcElementarySurface, OdIfc2x3::IfcElementAssembly, OdIfc2x3::IfcElement, OdIfc2x3::IfcElementQuantity, OdIfc2x3::IfcElementType, OdIfc2x3::IfcEllipse, OdIfc2x3::IfcEllipseProfileDef, OdIfc2x3::IfcEnergyProperties, OdIfc2x3::IfcEnvironmentalImpactValue, OdIfc2x3::IfcEvaporativeCoolerType, OdIfc2x3::IfcEvaporatorType, OdIfc2x3::IfcExtendedMaterialProperties, OdIfc2x3::IfcExternalReference, OdIfc2x3::IfcExtrudedAreaSolid, OdIfc2x3::IfcFace, OdIfc2x3::IfcFaceBasedSurfaceModel, OdIfc2x3::IfcFaceBound, OdIfc2x3::IfcFaceSurface, OdIfc2x3::IfcFacetedBrepWithVoids, OdIfc2x3::IfcFailureConnectionCondition, OdIfc2x3::IfcFanType, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFillAreaStyle, OdIfc2x3::IfcFillAreaStyleHatching, OdIfc2x3::IfcFillAreaStyleTiles, OdIfc2x3::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x3::IfcFilterType, OdIfc2x3::IfcFireSuppressionTerminalType, OdIfc2x3::IfcFlowInstrumentType, OdIfc2x3::IfcFlowMeterType, OdIfc2x3::IfcFluidFlowProperties, OdIfc2x3::IfcFooting, OdIfc2x3::IfcFuelProperties, OdIfc2x3::IfcFurnitureType, OdIfc2x3::IfcGasTerminalType, OdIfc2x3::IfcGeneralMaterialProperties, OdIfc2x3::IfcGeneralProfileProperties, OdIfc2x3::IfcGeometricRepresentationContext, OdIfc2x3::IfcGeometricRepresentationSubContext, OdIfc2x3::IfcGeometricSet, OdIfc2x3::IfcGrid, OdIfc2x3::IfcGridAxis, OdIfc2x3::IfcGridPlacement, OdIfc2x3::IfcGroup, OdIfc2x3::IfcGroup, OdIfc2x3::IfcHalfSpaceSolid, OdIfc2x3::IfcHeatExchangerType, OdIfc2x3::IfcHumidifierType, OdIfc2x3::IfcHygroscopicMaterialProperties, OdIfc2x3::IfcImageTexture, OdIfc2x3::IfcInventory, OdIfc2x3::IfcIrregularTimeSeries, OdIfc2x3::IfcIrregularTimeSeriesValue, OdIfc2x3::IfcIShapeProfileDef, OdIfc2x3::IfcJunctionBoxType, OdIfc2x3::IfcLaborResource, OdIfc2x3::IfcLampType, OdIfc2x3::IfcLibraryInformation, OdIfc2x3::IfcLibraryReference, OdIfc2x3::IfcLibraryReference, OdIfc2x3::IfcLightDistributionData, OdIfc2x3::IfcLightFixtureType, OdIfc2x3::IfcLightIntensityDistribution, OdIfc2x3::IfcLightSource, OdIfc2x3::IfcLightSourceDirectional, OdIfc2x3::IfcLightSourceGoniometric, OdIfc2x3::IfcLightSourcePositional, OdIfc2x3::IfcLightSourceSpot, OdIfc2x3::IfcLine, OdIfc2x3::IfcLocalPlacement, OdIfc2x3::IfcLocalTime, OdIfc2x3::IfcLShapeProfileDef, OdIfc2x3::IfcManifoldSolidBrep, OdIfc2x3::IfcMappedItem, OdIfc2x3::IfcMaterial, OdIfc2x3::IfcMaterialClassificationRelationship, OdIfc2x3::IfcMaterialDefinitionRepresentation, OdIfc2x3::IfcMaterialLayer, OdIfc2x3::IfcMaterialLayerSet, OdIfc2x3::IfcMaterialLayerSetUsage, OdIfc2x3::IfcMaterialList, OdIfc2x3::IfcMaterialProperties, OdIfc2x3::IfcMeasureWithUnit, OdIfc2x3::IfcMechanicalConcreteMaterialProperties, OdIfc2x3::IfcMechanicalFastener, OdIfc2x3::IfcMechanicalMaterialProperties, OdIfc2x3::IfcMechanicalSteelMaterialProperties, OdIfc2x3::IfcMemberType, OdIfc2x3::IfcMetric, OdIfc2x3::IfcMonetaryUnit, OdIfc2x3::IfcMotorConnectionType, OdIfc2x3::IfcMove, OdIfc2x3::IfcNamedUnit, OdIfc2x3::IfcObject, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcObjective, OdIfc2x3::IfcObjectPlacement, OdIfc2x3::IfcOccupant, OdIfc2x3::IfcOffsetCurve2D, OdIfc2x3::IfcOffsetCurve3D, OdIfc2x3::IfcOneDirectionRepeatFactor, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOpticalMaterialProperties, OdIfc2x3::IfcOrderAction, OdIfc2x3::IfcOrganization, OdIfc2x3::IfcOrganizationRelationship, OdIfc2x3::IfcOrientedEdge, OdIfc2x3::IfcOutletType, OdIfc2x3::IfcOwnerHistory, OdIfc2x3::IfcParameterizedProfileDef, OdIfc2x3::IfcPath, OdIfc2x3::IfcPerformanceHistory, OdIfc2x3::IfcPermeableCoveringProperties, OdIfc2x3::IfcPermit, OdIfc2x3::IfcPersonAndOrganization, OdIfc2x3::IfcPerson, OdIfc2x3::IfcPhysicalComplexQuantity, OdIfc2x3::IfcPhysicalQuantity, OdIfc2x3::IfcPhysicalSimpleQuantity, OdIfc2x3::IfcPile, OdIfc2x3::IfcPipeFittingType, OdIfc2x3::IfcPipeSegmentType, OdIfc2x3::IfcPixelTexture, OdIfc2x3::IfcPlacement, OdIfc2x3::IfcPlanarBox, OdIfc2x3::IfcPlanarExtent, OdIfc2x3::IfcPlateType, OdIfc2x3::IfcPointOnCurve, OdIfc2x3::IfcPointOnSurface, OdIfc2x3::IfcPolygonalBoundedHalfSpace, OdIfc2x3::IfcPolyline, OdIfc2x3::IfcPolyLoop, OdIfc2x3::IfcPort, OdIfc2x3::IfcPort, OdIfc2x3::IfcPostalAddress, OdIfc2x3::IfcPreDefinedItem, OdIfc2x3::IfcPresentationLayerAssignment, OdIfc2x3::IfcPresentationLayerWithStyle, OdIfc2x3::IfcPresentationStyleAssignment, OdIfc2x3::IfcPresentationStyle, OdIfc2x3::IfcProcedure, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProduct, OdIfc2x3::IfcProductDefinitionShape, OdIfc2x3::IfcProductDefinitionShape, OdIfc2x3::IfcProductRepresentation, OdIfc2x3::IfcProductsOfCombustionProperties, OdIfc2x3::IfcProfileDef, OdIfc2x3::IfcProfileProperties, OdIfc2x3::IfcProject, OdIfc2x3::IfcProjectOrder, OdIfc2x3::IfcProjectOrderRecord, OdIfc2x3::IfcProperty, OdIfc2x3::IfcPropertyBoundedValue, OdIfc2x3::IfcPropertyConstraintRelationship, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertyDependencyRelationship, OdIfc2x3::IfcPropertyEnumeratedValue, OdIfc2x3::IfcPropertyEnumeration, OdIfc2x3::IfcPropertyListValue, OdIfc2x3::IfcPropertyReferenceValue, OdIfc2x3::IfcPropertySet, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcPropertySingleValue, OdIfc2x3::IfcPropertyTableValue, OdIfc2x3::IfcProtectiveDeviceType, OdIfc2x3::IfcProxy, OdIfc2x3::IfcPumpType, OdIfc2x3::IfcQuantityArea, OdIfc2x3::IfcQuantityCount, OdIfc2x3::IfcQuantityLength, OdIfc2x3::IfcQuantityTime, OdIfc2x3::IfcQuantityVolume, OdIfc2x3::IfcQuantityWeight, OdIfc2x3::IfcRailing, OdIfc2x3::IfcRailingType, OdIfc2x3::IfcRamp, OdIfc2x3::IfcRampFlightType, OdIfc2x3::IfcRationalBezierCurve, OdIfc2x3::IfcRectangleHollowProfileDef, OdIfc2x3::IfcRectangleProfileDef, OdIfc2x3::IfcRectangularPyramid, OdIfc2x3::IfcRectangularTrimmedSurface, OdIfc2x3::IfcReferencesValueDocument, OdIfc2x3::IfcRegularTimeSeries, OdIfc2x3::IfcReinforcementBarProperties, OdIfc2x3::IfcReinforcementDefinitionProperties, OdIfc2x3::IfcReinforcingBar, OdIfc2x3::IfcReinforcingElement, OdIfc2x3::IfcReinforcingMesh, OdIfc2x3::IfcRelAssigns, OdIfc2x3::IfcRelAssignsTasks, OdIfc2x3::IfcRelAssignsToActor, OdIfc2x3::IfcRelAssignsToControl, OdIfc2x3::IfcRelAssignsToGroup, OdIfc2x3::IfcRelAssignsToProcess, OdIfc2x3::IfcRelAssignsToProduct, OdIfc2x3::IfcRelAssignsToResource, OdIfc2x3::IfcRelAssociatesAppliedValue, OdIfc2x3::IfcRelAssociatesApproval, OdIfc2x3::IfcRelAssociates, OdIfc2x3::IfcRelAssociatesClassification, OdIfc2x3::IfcRelAssociatesConstraint, OdIfc2x3::IfcRelAssociatesDocument, OdIfc2x3::IfcRelAssociatesLibrary, OdIfc2x3::IfcRelAssociatesMaterial, OdIfc2x3::IfcRelAssociatesProfileProperties, OdIfc2x3::IfcRelaxation, OdIfc2x3::IfcRelConnectsElements, OdIfc2x3::IfcRelConnectsPathElements, OdIfc2x3::IfcRelConnectsPorts, OdIfc2x3::IfcRelConnectsPortToElement, OdIfc2x3::IfcRelConnectsStructuralActivity, OdIfc2x3::IfcRelConnectsStructuralElement, OdIfc2x3::IfcRelConnectsStructuralMember, OdIfc2x3::IfcRelConnectsWithEccentricity, OdIfc2x3::IfcRelConnectsWithRealizingElements, OdIfc2x3::IfcRelContainedInSpatialStructure, OdIfc2x3::IfcRelCoversBldgElements, OdIfc2x3::IfcRelCoversSpaces, OdIfc2x3::IfcRelDecomposes, OdIfc2x3::IfcRelDefines, OdIfc2x3::IfcRelDefinesByProperties, OdIfc2x3::IfcRelDefinesByType, OdIfc2x3::IfcRelFillsElement, OdIfc2x3::IfcRelFlowControlElements, OdIfc2x3::IfcRelInteractionRequirements, OdIfc2x3::IfcRelOverridesProperties, OdIfc2x3::IfcRelProjectsElement, OdIfc2x3::IfcRelReferencedInSpatialStructure, OdIfc2x3::IfcRelSequence, OdIfc2x3::IfcRelServicesBuildings, OdIfc2x3::IfcRelSpaceBoundary, OdIfc2x3::IfcRelVoidsElement, OdIfc2x3::IfcRepresentation, OdIfc2x3::IfcRepresentationContext, OdIfc2x3::IfcRepresentationItem, OdIfc2x3::IfcRepresentationMap, OdIfc2x3::IfcResource, OdIfc2x3::IfcResource, OdIfc2x3::IfcRevolvedAreaSolid, OdIfc2x3::IfcRibPlateProfileProperties, OdIfc2x3::IfcRightCircularCone, OdIfc2x3::IfcRightCircularCylinder, OdIfc2x3::IfcRoof, OdIfc2x3::IfcRoot, OdIfc2x3::IfcRoundedEdgeFeature, OdIfc2x3::IfcRoundedRectangleProfileDef, OdIfc2x3::IfcSanitaryTerminalType, OdIfc2x3::IfcScheduleTimeControl, OdIfc2x3::IfcSectionedSpine, OdIfc2x3::IfcSectionProperties, OdIfc2x3::IfcSectionReinforcementProperties, OdIfc2x3::IfcSensorType, OdIfc2x3::IfcServiceLife, OdIfc2x3::IfcServiceLifeFactor, OdIfc2x3::IfcShapeAspect, OdIfc2x3::IfcShapeModel, OdIfc2x3::IfcShapeModel, OdIfc2x3::IfcShellBasedSurfaceModel, OdIfc2x3::IfcSite, OdIfc2x3::IfcSIUnit, OdIfc2x3::IfcSlab, OdIfc2x3::IfcSlabType, OdIfc2x3::IfcSlippageConnectionCondition, OdIfc2x3::IfcSoundProperties, OdIfc2x3::IfcSoundValue, OdIfc2x3::IfcSpace, OdIfc2x3::IfcSpaceHeaterType, OdIfc2x3::IfcSpaceProgram, OdIfc2x3::IfcSpaceThermalLoadProperties, OdIfc2x3::IfcSpaceType, OdIfc2x3::IfcSpatialStructureElement, OdIfc2x3::IfcSphere, OdIfc2x3::IfcStackTerminalType, OdIfc2x3::IfcStair, OdIfc2x3::IfcStairFlight, OdIfc2x3::IfcStairFlightType, OdIfc2x3::IfcStructuralAction, OdIfc2x3::IfcStructuralActivity, OdIfc2x3::IfcStructuralAnalysisModel, OdIfc2x3::IfcStructuralConnection, OdIfc2x3::IfcStructuralConnectionCondition, OdIfc2x3::IfcStructuralCurveMember, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralLinearAction, OdIfc2x3::IfcStructuralLinearActionVarying, OdIfc2x3::IfcStructuralLoad, OdIfc2x3::IfcStructuralLoadGroup, OdIfc2x3::IfcStructuralLoadLinearForce, OdIfc2x3::IfcStructuralLoadPlanarForce, OdIfc2x3::IfcStructuralLoadSingleDisplacement, OdIfc2x3::IfcStructuralLoadSingleDisplacementDistortion, OdIfc2x3::IfcStructuralLoadSingleForce, OdIfc2x3::IfcStructuralLoadSingleForceWarping, OdIfc2x3::IfcStructuralLoadTemperature, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralPlanarAction, OdIfc2x3::IfcStructuralPlanarActionVarying, OdIfc2x3::IfcStructuralProfileProperties, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralResultGroup, OdIfc2x3::IfcStructuralSteelProfileProperties, OdIfc2x3::IfcStructuralSurfaceMember, OdIfc2x3::IfcStructuralSurfaceMemberVarying, OdIfc2x3::IfcStyledItem, OdIfc2x3::IfcSubContractResource, OdIfc2x3::IfcSubedge, OdIfc2x3::IfcSurfaceCurveSweptAreaSolid, OdIfc2x3::IfcSurfaceOfLinearExtrusion, OdIfc2x3::IfcSurfaceOfRevolution, OdIfc2x3::IfcSurfaceStyle, OdIfc2x3::IfcSurfaceStyleLighting, OdIfc2x3::IfcSurfaceStyleRefraction, OdIfc2x3::IfcSurfaceStyleRendering, OdIfc2x3::IfcSurfaceStyleShading, OdIfc2x3::IfcSurfaceStyleWithTextures, OdIfc2x3::IfcSurfaceTexture, OdIfc2x3::IfcSweptAreaSolid, OdIfc2x3::IfcSweptDiskSolid, OdIfc2x3::IfcSweptSurface, OdIfc2x3::IfcSwitchingDeviceType, OdIfc2x3::IfcSymbolStyle, OdIfc2x3::IfcSystem, OdIfc2x3::IfcSystem, OdIfc2x3::IfcTable, OdIfc2x3::IfcTableRow, OdIfc2x3::IfcTankType, OdIfc2x3::IfcTask, OdIfc2x3::IfcTelecomAddress, OdIfc2x3::IfcTendon, OdIfc2x3::IfcTerminatorSymbol, OdIfc2x3::IfcTextLiteral, OdIfc2x3::IfcTextLiteralWithExtent, OdIfc2x3::IfcTextStyle, OdIfc2x3::IfcTextStyleFontModel, OdIfc2x3::IfcTextStyleForDefinedFont, OdIfc2x3::IfcTextStyleTextModel, OdIfc2x3::IfcTextStyleWithBoxCharacteristics, OdIfc2x3::IfcTextureCoordinate, OdIfc2x3::IfcTextureCoordinateGenerator, OdIfc2x3::IfcTextureMap, OdIfc2x3::IfcTextureVertex, OdIfc2x3::IfcThermalMaterialProperties, OdIfc2x3::IfcTimeSeries, OdIfc2x3::IfcTimeSeriesReferenceRelationship, OdIfc2x3::IfcTimeSeriesSchedule, OdIfc2x3::IfcTimeSeriesValue, OdIfc2x3::IfcTransformerType, OdIfc2x3::IfcTransportElement, OdIfc2x3::IfcTransportElementType, OdIfc2x3::IfcTrapeziumProfileDef, OdIfc2x3::IfcTrimmedCurve, OdIfc2x3::IfcTShapeProfileDef, OdIfc2x3::IfcTubeBundleType, OdIfc2x3::IfcTwoDirectionRepeatFactor, OdIfc2x3::IfcTypeObject, OdIfc2x3::IfcTypeProduct, OdIfc2x3::IfcUnitaryEquipmentType, OdIfc2x3::IfcUnitAssignment, OdIfc2x3::IfcUShapeProfileDef, OdIfc2x3::IfcValveType, OdIfc2x3::IfcVector, OdIfc2x3::IfcVertexBasedTextureMap, OdIfc2x3::IfcVertexLoop, OdIfc2x3::IfcVertexPoint, OdIfc2x3::IfcVibrationIsolatorType, OdIfc2x3::IfcVirtualGridIntersection, OdIfc2x3::IfcWallType, OdIfc2x3::IfcWasteTerminalType, OdIfc2x3::IfcWaterProperties, OdIfc2x3::IfcWindow, OdIfc2x3::IfcWindowLiningProperties, OdIfc2x3::IfcWindowPanelProperties, OdIfc2x3::IfcWindowStyle, OdIfc2x3::IfcWorkControl, OdIfc2x3::IfcZShapeProfileDef, OdIfc2x_final::IfcActionTimeControl, OdIfc2x_final::IfcActor, OdIfc2x_final::IfcActorRole, OdIfc2x_final::IfcActuator, OdIfc2x_final::IfcAddress, OdIfc2x_final::IfcAirFilter, OdIfc2x_final::IfcAirTerminal, OdIfc2x_final::IfcAirTerminalBox, OdIfc2x_final::IfcApplication, OdIfc2x_final::IfcApproval, OdIfc2x_final::IfcApprovalUsage, OdIfc2x_final::IfcArbitraryClosedProfileDef, OdIfc2x_final::IfcArbitraryOpenProfileDef, OdIfc2x_final::IfcArbitraryProfileDefWithVoids, OdIfc2x_final::IfcAssessory, OdIfc2x_final::IfcAsset, OdIfc2x_final::IfcAxis1Placement, OdIfc2x_final::IfcAxis2Placement2D, OdIfc2x_final::IfcAxis2Placement3D, OdIfc2x_final::IfcBoiler, OdIfc2x_final::IfcBooleanResult, OdIfc2x_final::IfcBoundingBox, OdIfc2x_final::IfcBoxedHalfSpace, OdIfc2x_final::IfcBudget, OdIfc2x_final::IfcBuilding, OdIfc2x_final::IfcBuildingElement, OdIfc2x_final::IfcBuildingElement, OdIfc2x_final::IfcBuildingElementProxy, OdIfc2x_final::IfcBuildingStorey, OdIfc2x_final::IfcBuiltIn, OdIfc2x_final::IfcCalendarDate, OdIfc2x_final::IfcCartesianPoint, OdIfc2x_final::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x_final::IfcCartesianTransformationOperator3D, OdIfc2x_final::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x_final::IfcCartesianTransformationOperator, OdIfc2x_final::IfcChangeOrder, OdIfc2x_final::IfcChiller, OdIfc2x_final::IfcCircle, OdIfc2x_final::IfcCircleProfileDef, OdIfc2x_final::IfcClassification, OdIfc2x_final::IfcClassificationItem, OdIfc2x_final::IfcClassificationItemRelationship, OdIfc2x_final::IfcClassificationNotation, OdIfc2x_final::IfcClassificationNotationFacet, OdIfc2x_final::IfcClassificationReference, OdIfc2x_final::IfcCMDocPackage, OdIfc2x_final::IfcCoil, OdIfc2x_final::IfcCompartment, OdIfc2x_final::IfcComplexProperty, OdIfc2x_final::IfcCompositeCurve, OdIfc2x_final::IfcCompositeCurveSegment, OdIfc2x_final::IfcCompositeProfileDef, OdIfc2x_final::IfcCompressor, OdIfc2x_final::IfcConic, OdIfc2x_final::IfcConnectedFaceSet, OdIfc2x_final::IfcConnectionConstraint, OdIfc2x_final::IfcConnectionCurveGeometry, OdIfc2x_final::IfcConnectionPointGeometry, OdIfc2x_final::IfcConnectionPortGeometry, OdIfc2x_final::IfcConnectionSurfaceGeometry, OdIfc2x_final::IfcConstraintAggregationRelationship, OdIfc2x_final::IfcConstraint, OdIfc2x_final::IfcConstraintUsage, OdIfc2x_final::IfcConstructionMaterialResource, OdIfc2x_final::IfcContextDependentUnit, OdIfc2x_final::IfcControl, OdIfc2x_final::IfcControl, OdIfc2x_final::IfcControlElement, OdIfc2x_final::IfcConversionBasedUnit, OdIfc2x_final::IfcCoolingTower, OdIfc2x_final::IfcCoordinatedUniversalTimeOffset, OdIfc2x_final::IfcCost, OdIfc2x_final::IfcCostModifier, OdIfc2x_final::IfcCostModifierValue, OdIfc2x_final::IfcCostQuantity, OdIfc2x_final::IfcCostSchedule, OdIfc2x_final::IfcCostValue, OdIfc2x_final::IfcCostValueRelationship, OdIfc2x_final::IfcCovering, OdIfc2x_final::IfcCsgSolid, OdIfc2x_final::IfcCurveBoundedPlane, OdIfc2x_final::IfcDamper, OdIfc2x_final::IfcDateAndTime, OdIfc2x_final::IfcDerivedProfileDef, OdIfc2x_final::IfcDerivedUnit, OdIfc2x_final::IfcDerivedUnitElement, OdIfc2x_final::IfcDimensionalExponents, OdIfc2x_final::IfcDirectionalLightSource, OdIfc2x_final::IfcDirection, OdIfc2x_final::IfcDiscreteElement, OdIfc2x_final::IfcDistributionFlowElement, OdIfc2x_final::IfcDocumentElectronicFormat, OdIfc2x_final::IfcDocumentInformation, OdIfc2x_final::IfcDocumentInformationRelationship, OdIfc2x_final::IfcDocumentReference, OdIfc2x_final::IfcDocumentReference, OdIfc2x_final::IfcDoor, OdIfc2x_final::IfcDoorLiningProperties, OdIfc2x_final::IfcDoorPanelProperties, OdIfc2x_final::IfcDoorStyle, OdIfc2x_final::IfcEdge, OdIfc2x_final::IfcEdgeCurve, OdIfc2x_final::IfcElectricalAppliance, OdIfc2x_final::IfcElectricalBaseProperties, OdIfc2x_final::IfcElectricalExtendedProperties, OdIfc2x_final::IfcElectricMotor, OdIfc2x_final::IfcElementarySurface, OdIfc2x_final::IfcElement, OdIfc2x_final::IfcElementQuantity, OdIfc2x_final::IfcEllipse, OdIfc2x_final::IfcEllipseProfileDef, OdIfc2x_final::IfcExtendedMaterialProperties, OdIfc2x_final::IfcExternalReference, OdIfc2x_final::IfcExtrudedAreaSolid, OdIfc2x_final::IfcFace, OdIfc2x_final::IfcFaceBasedSurfaceModel, OdIfc2x_final::IfcFaceBound, OdIfc2x_final::IfcFaceSurface, OdIfc2x_final::IfcFacetedBrepWithVoids, OdIfc2x_final::IfcFan, OdIfc2x_final::IfcFlowFitting, OdIfc2x_final::IfcFlowSegment, OdIfc2x_final::IfcFluidFlowProperties, OdIfc2x_final::IfcFluidMovingDevice, OdIfc2x_final::IfcGeneralMaterialProperties, OdIfc2x_final::IfcGeometricRepresentationContext, OdIfc2x_final::IfcGeometricSet, OdIfc2x_final::IfcGrid, OdIfc2x_final::IfcGridAxis, OdIfc2x_final::IfcGridPlacement, OdIfc2x_final::IfcGroup, OdIfc2x_final::IfcGroup, OdIfc2x_final::IfcHalfSpaceSolid, OdIfc2x_final::IfcHeatExchanger, OdIfc2x_final::IfcHeatTransferDevice, OdIfc2x_final::IfcHydronicHeater, OdIfc2x_final::IfcHygroscopicMaterialProperties, OdIfc2x_final::IfcInventory, OdIfc2x_final::IfcIshapeProfileDef, OdIfc2x_final::IfcLaborResource, OdIfc2x_final::IfcLibraryInformation, OdIfc2x_final::IfcLibraryReference, OdIfc2x_final::IfcLibraryReference, OdIfc2x_final::IfcLightFixture, OdIfc2x_final::IfcLine, OdIfc2x_final::IfcLocalPlacement, OdIfc2x_final::IfcLocalTime, OdIfc2x_final::IfcMaintenanceRecord, OdIfc2x_final::IfcMaintenanceWorkOrder, OdIfc2x_final::IfcManifoldSolidBrep, OdIfc2x_final::IfcManufacturerInformation, OdIfc2x_final::IfcMappedItem, OdIfc2x_final::IfcMaterial, OdIfc2x_final::IfcMaterialClassificationRelationship, OdIfc2x_final::IfcMaterialLayer, OdIfc2x_final::IfcMaterialLayerSet, OdIfc2x_final::IfcMaterialLayerSetUsage, OdIfc2x_final::IfcMaterialList, OdIfc2x_final::IfcMaterialProperties, OdIfc2x_final::IfcMeasureWithUnit, OdIfc2x_final::IfcMechanicalMaterialProperties, OdIfc2x_final::IfcMetric, OdIfc2x_final::IfcMetricBenchmark, OdIfc2x_final::IfcMetricValue, OdIfc2x_final::IfcMonetaryUnit, OdIfc2x_final::IfcMove, OdIfc2x_final::IfcNamedUnit, OdIfc2x_final::IfcObject, OdIfc2x_final::IfcObjective, OdIfc2x_final::IfcObjectPlacement, OdIfc2x_final::IfcOccupant, OdIfc2x_final::IfcOffsetCurve2D, OdIfc2x_final::IfcOffsetCurve3D, OdIfc2x_final::IfcOpeningElement, OdIfc2x_final::IfcOpeningElement, OdIfc2x_final::IfcOpticalMaterialProperties, OdIfc2x_final::IfcOrganization, OdIfc2x_final::IfcOrganizationRelationship, OdIfc2x_final::IfcOrientedEdge, OdIfc2x_final::IfcOutlet, OdIfc2x_final::IfcOwnerHistory, OdIfc2x_final::IfcPath, OdIfc2x_final::IfcPermeableCoveringProperties, OdIfc2x_final::IfcPersonAndOrganization, OdIfc2x_final::IfcPerson, OdIfc2x_final::IfcPhysicalQuantity, OdIfc2x_final::IfcPlacement, OdIfc2x_final::IfcPointLightSource, OdIfc2x_final::IfcPolygonalBoundedHalfSpace, OdIfc2x_final::IfcPolyline, OdIfc2x_final::IfcPolyLoop, OdIfc2x_final::IfcPostalAddress, OdIfc2x_final::IfcPresentationLightSource, OdIfc2x_final::IfcProcess, OdIfc2x_final::IfcProduct, OdIfc2x_final::IfcProductDefinitionShape, OdIfc2x_final::IfcProductDefinitionShape, OdIfc2x_final::IfcProductRepresentation, OdIfc2x_final::IfcProfileDef, OdIfc2x_final::IfcProject, OdIfc2x_final::IfcProjectOrder, OdIfc2x_final::IfcProperty, OdIfc2x_final::IfcPropertyBoundedValue, OdIfc2x_final::IfcPropertyDefinition, OdIfc2x_final::IfcPropertyDefinition, OdIfc2x_final::IfcPropertyEnumeratedValue, OdIfc2x_final::IfcPropertyEnumeration, OdIfc2x_final::IfcPropertyReferenceValue, OdIfc2x_final::IfcPropertySet, OdIfc2x_final::IfcPropertySetDefinition, OdIfc2x_final::IfcPropertySetDefinition, OdIfc2x_final::IfcPropertySingleValue, OdIfc2x_final::IfcPropertyTableValue, OdIfc2x_final::IfcProxy, OdIfc2x_final::IfcPump, OdIfc2x_final::IfcPurchaseOrder, OdIfc2x_final::IfcQuantityArea, OdIfc2x_final::IfcQuantityCount, OdIfc2x_final::IfcQuantityLength, OdIfc2x_final::IfcQuantityVolume, OdIfc2x_final::IfcQuantityWeight, OdIfc2x_final::IfcRailing, OdIfc2x_final::IfcRamp, OdIfc2x_final::IfcRectangleProfileDef, OdIfc2x_final::IfcRectangularTrimmedSurface, OdIfc2x_final::IfcReferenceEdge, OdIfc2x_final::IfcReferenceFace, OdIfc2x_final::IfcReferenceGeometry, OdIfc2x_final::IfcReferencesCostDocument, OdIfc2x_final::IfcReferenceVertex, OdIfc2x_final::IfcRelAggregatesResources, OdIfc2x_final::IfcRelAssigns, OdIfc2x_final::IfcRelAssignsFMStandard, OdIfc2x_final::IfcRelAssignsTasks, OdIfc2x_final::IfcRelAssignsToActor, OdIfc2x_final::IfcRelAssignsToControl, OdIfc2x_final::IfcRelAssignsToGroup, OdIfc2x_final::IfcRelAssignsToProcess, OdIfc2x_final::IfcRelAssignsToProduct, OdIfc2x_final::IfcRelAssignsToResource, OdIfc2x_final::IfcRelAssociates, OdIfc2x_final::IfcRelAssociatesClassification, OdIfc2x_final::IfcRelAssociatesDocument, OdIfc2x_final::IfcRelAssociatesLibrary, OdIfc2x_final::IfcRelAssociatesMaterial, OdIfc2x_final::IfcRelConnectsElements, OdIfc2x_final::IfcRelConnectsPathElements, OdIfc2x_final::IfcRelConnectsPorts, OdIfc2x_final::IfcRelContainedInSpatialStructure, OdIfc2x_final::IfcRelCoversBldgElements, OdIfc2x_final::IfcRelDecomposes, OdIfc2x_final::IfcRelDefines, OdIfc2x_final::IfcRelDefinesByProperties, OdIfc2x_final::IfcRelDefinesByType, OdIfc2x_final::IfcRelFillsElement, OdIfc2x_final::IfcRelFlowControlElements, OdIfc2x_final::IfcRelInteractionRequirements, OdIfc2x_final::IfcRelMaintenanceEvent, OdIfc2x_final::IfcRelOverridesProperties, OdIfc2x_final::IfcRelSequence, OdIfc2x_final::IfcRelServicesBuildings, OdIfc2x_final::IfcRelSpaceBoundary, OdIfc2x_final::IfcRelUsesResource, OdIfc2x_final::IfcRelVoidsElement, OdIfc2x_final::IfcRepresentation, OdIfc2x_final::IfcRepresentationContext, OdIfc2x_final::IfcRepresentationMap, OdIfc2x_final::IfcResource, OdIfc2x_final::IfcRevolvedAreaSolid, OdIfc2x_final::IfcRoof, OdIfc2x_final::IfcRoot, OdIfc2x_final::IfcRoundedRectangleProfileDef, OdIfc2x_final::IfcSanitaryTerminal, OdIfc2x_final::IfcScheduleTimeControl, OdIfc2x_final::IfcSectionedSpine, OdIfc2x_final::IfcSensor, OdIfc2x_final::IfcShapeAspect, OdIfc2x_final::IfcShapeRepresentation, OdIfc2x_final::IfcShapeRepresentation, OdIfc2x_final::IfcShellBasedSurfaceModel, OdIfc2x_final::IfcSite, OdIfc2x_final::IfcSIUnit, OdIfc2x_final::IfcSlab, OdIfc2x_final::IfcSpace, OdIfc2x_final::IfcSpaceProgram, OdIfc2x_final::IfcSpaceProgramGroup, OdIfc2x_final::IfcSpaceThermalLoad, OdIfc2x_final::IfcSpatialStructureElement, OdIfc2x_final::IfcSpotLightSource, OdIfc2x_final::IfcStair, OdIfc2x_final::IfcStairFlight, OdIfc2x_final::IfcSubContractResource, OdIfc2x_final::IfcSurfaceExtendedProperties, OdIfc2x_final::IfcSurfaceOfLinearExtrusion, OdIfc2x_final::IfcSurfaceOfRevolution, OdIfc2x_final::IfcSurfaceRenderingProperties, OdIfc2x_final::IfcSurfaceShadingProperties, OdIfc2x_final::IfcSurfaceStyle, OdIfc2x_final::IfcSurfaceStyleProperties, OdIfc2x_final::IfcSurfaceStyleUsage, OdIfc2x_final::IfcSweptAreaSolid, OdIfc2x_final::IfcSweptSurface, OdIfc2x_final::IfcSystem, OdIfc2x_final::IfcSystem, OdIfc2x_final::IfcTable, OdIfc2x_final::IfcTableRow, OdIfc2x_final::IfcTank, OdIfc2x_final::IfcTask, OdIfc2x_final::IfcTelecomAddress, OdIfc2x_final::IfcThermalMaterialProperties, OdIfc2x_final::IfcTransportElement, OdIfc2x_final::IfcTrapeziumProfileDef, OdIfc2x_final::IfcTrimmedCurve, OdIfc2x_final::IfcTubeBundle, OdIfc2x_final::IfcTypeObject, OdIfc2x_final::IfcTypeProduct, OdIfc2x_final::IfcUnitAssignment, OdIfc2x_final::IfcValve, OdIfc2x_final::IfcVector, OdIfc2x_final::IfcVertexPoint, OdIfc2x_final::IfcVirtualGridIntersection, OdIfc2x_final::IfcWindow, OdIfc2x_final::IfcWindowLiningProperties, OdIfc2x_final::IfcWindowPanelProperties, OdIfc2x_final::IfcWindowStyle, OdIfc2x_final::IfcWorkControl, OdIfc2x_final::IfcWorkOrder, OdIfc4::IfcActionRequest, OdIfc4::IfcActor, OdIfc4::IfcActorRole, OdIfc4::IfcActuator, OdIfc4::IfcActuatorType, OdIfc4::IfcAddress, OdIfc4::IfcAdvancedBrepWithVoids, OdIfc4::IfcAirTerminal, OdIfc4::IfcAirTerminalBox, OdIfc4::IfcAirTerminalBoxType, OdIfc4::IfcAirTerminalType, OdIfc4::IfcAirToAirHeatRecovery, OdIfc4::IfcAirToAirHeatRecoveryType, OdIfc4::IfcAlarm, OdIfc4::IfcAlarmType, OdIfc4::IfcAnnotation, OdIfc4::IfcAnnotation, OdIfc4::IfcAnnotationFillArea, OdIfc4::IfcApplication, OdIfc4::IfcAppliedValue, OdIfc4::IfcApproval, OdIfc4::IfcApprovalRelationship, OdIfc4::IfcArbitraryClosedProfileDef, OdIfc4::IfcArbitraryOpenProfileDef, OdIfc4::IfcArbitraryProfileDefWithVoids, OdIfc4::IfcAsset, OdIfc4::IfcAsymmetricIShapeProfileDef, OdIfc4::IfcAudioVisualAppliance, OdIfc4::IfcAudioVisualApplianceType, OdIfc4::IfcAxis1Placement, OdIfc4::IfcAxis2Placement2D, OdIfc4::IfcAxis2Placement3D, OdIfc4::IfcBeam, OdIfc4::IfcBeamType, OdIfc4::IfcBlobTexture, OdIfc4::IfcBlock, OdIfc4::IfcBoiler, OdIfc4::IfcBoilerType, OdIfc4::IfcBooleanResult, OdIfc4::IfcBoundaryCondition, OdIfc4::IfcBoundaryEdgeCondition, OdIfc4::IfcBoundaryFaceCondition, OdIfc4::IfcBoundaryNodeCondition, OdIfc4::IfcBoundaryNodeConditionWarping, OdIfc4::IfcBoundingBox, OdIfc4::IfcBoxedHalfSpace, OdIfc4::IfcBSplineCurve, OdIfc4::IfcBSplineCurveWithKnots, OdIfc4::IfcBSplineSurface, OdIfc4::IfcBSplineSurfaceWithKnots, OdIfc4::IfcBuilding, OdIfc4::IfcBuildingElementPart, OdIfc4::IfcBuildingElementPartType, OdIfc4::IfcBuildingElementProxy, OdIfc4::IfcBuildingElementProxyType, OdIfc4::IfcBuildingStorey, OdIfc4::IfcBuildingSystem, OdIfc4::IfcBurner, OdIfc4::IfcBurnerType, OdIfc4::IfcCableCarrierFitting, OdIfc4::IfcCableCarrierFittingType, OdIfc4::IfcCableCarrierSegment, OdIfc4::IfcCableCarrierSegmentType, OdIfc4::IfcCableFitting, OdIfc4::IfcCableFittingType, OdIfc4::IfcCableSegment, OdIfc4::IfcCableSegmentType, OdIfc4::IfcCartesianPoint, OdIfc4::IfcCartesianPointList2D, OdIfc4::IfcCartesianPointList3D, OdIfc4::IfcCartesianTransformationOperator2DnonUniform, OdIfc4::IfcCartesianTransformationOperator3D, OdIfc4::IfcCartesianTransformationOperator3DnonUniform, OdIfc4::IfcCartesianTransformationOperator, OdIfc4::IfcCenterLineProfileDef, OdIfc4::IfcChiller, OdIfc4::IfcChillerType, OdIfc4::IfcChimney, OdIfc4::IfcChimneyType, OdIfc4::IfcCircle, OdIfc4::IfcCircleHollowProfileDef, OdIfc4::IfcCircleProfileDef, OdIfc4::IfcClassification, OdIfc4::IfcClassificationReference, OdIfc4::IfcCoil, OdIfc4::IfcCoilType, OdIfc4::IfcColourRgb, OdIfc4::IfcColourRgbList, OdIfc4::IfcColourSpecification, OdIfc4::IfcColumn, OdIfc4::IfcColumnType, OdIfc4::IfcCommunicationsAppliance, OdIfc4::IfcCommunicationsApplianceType, OdIfc4::IfcComplexProperty, OdIfc4::IfcComplexPropertyTemplate, OdIfc4::IfcCompositeCurve, OdIfc4::IfcCompositeCurveSegment, OdIfc4::IfcCompositeProfileDef, OdIfc4::IfcCompressor, OdIfc4::IfcCompressorType, OdIfc4::IfcCondenser, OdIfc4::IfcCondenserType, OdIfc4::IfcConic, OdIfc4::IfcConnectedFaceSet, OdIfc4::IfcConnectionCurveGeometry, OdIfc4::IfcConnectionPointEccentricity, OdIfc4::IfcConnectionPointGeometry, OdIfc4::IfcConnectionSurfaceGeometry, OdIfc4::IfcConnectionVolumeGeometry, OdIfc4::IfcConstraint, OdIfc4::IfcConstructionEquipmentResource, OdIfc4::IfcConstructionEquipmentResourceType, OdIfc4::IfcConstructionMaterialResource, OdIfc4::IfcConstructionMaterialResourceType, OdIfc4::IfcConstructionProductResource, OdIfc4::IfcConstructionProductResourceType, OdIfc4::IfcConstructionResource, OdIfc4::IfcConstructionResourceType, OdIfc4::IfcContext, OdIfc4::IfcContextDependentUnit, OdIfc4::IfcControl, OdIfc4::IfcController, OdIfc4::IfcControllerType, OdIfc4::IfcConversionBasedUnit, OdIfc4::IfcConversionBasedUnitWithOffset, OdIfc4::IfcCooledBeam, OdIfc4::IfcCooledBeamType, OdIfc4::IfcCoolingTower, OdIfc4::IfcCoolingTowerType, OdIfc4::IfcCoordinateOperation, OdIfc4::IfcCoordinateReferenceSystem, OdIfc4::IfcCostItem, OdIfc4::IfcCostSchedule, OdIfc4::IfcCovering, OdIfc4::IfcCoveringType, OdIfc4::IfcCrewResource, OdIfc4::IfcCrewResourceType, OdIfc4::IfcCsgPrimitive3D, OdIfc4::IfcCsgSolid, OdIfc4::IfcCShapeProfileDef, OdIfc4::IfcCurrencyRelationship, OdIfc4::IfcCurtainWall, OdIfc4::IfcCurtainWallType, OdIfc4::IfcCurveBoundedPlane, OdIfc4::IfcCurveBoundedSurface, OdIfc4::IfcCurveStyle, OdIfc4::IfcCurveStyleFontAndScaling, OdIfc4::IfcCurveStyleFont, OdIfc4::IfcCurveStyleFontPattern, OdIfc4::IfcCylindricalSurface, OdIfc4::IfcDamper, OdIfc4::IfcDamperType, OdIfc4::IfcDerivedProfileDef, OdIfc4::IfcDerivedUnit, OdIfc4::IfcDerivedUnitElement, OdIfc4::IfcDimensionalExponents, OdIfc4::IfcDirection, OdIfc4::IfcDiscreteAccessory, OdIfc4::IfcDiscreteAccessoryType, OdIfc4::IfcDistributionChamberElement, OdIfc4::IfcDistributionChamberElementType, OdIfc4::IfcDistributionControlElement, OdIfc4::IfcDistributionControlElement, OdIfc4::IfcDistributionElement, OdIfc4::IfcDistributionElement, OdIfc4::IfcDistributionFlowElement, OdIfc4::IfcDistributionFlowElement, OdIfc4::IfcDistributionPort, OdIfc4::IfcDistributionSystem, OdIfc4::IfcDocumentInformation, OdIfc4::IfcDocumentInformationRelationship, OdIfc4::IfcDocumentReference, OdIfc4::IfcDoor, OdIfc4::IfcDoorLiningProperties, OdIfc4::IfcDoorPanelProperties, OdIfc4::IfcDoorStyle, OdIfc4::IfcDoorType, OdIfc4::IfcDuctFitting, OdIfc4::IfcDuctFittingType, OdIfc4::IfcDuctSegment, OdIfc4::IfcDuctSegmentType, OdIfc4::IfcDuctSilencer, OdIfc4::IfcDuctSilencerType, OdIfc4::IfcEdge, OdIfc4::IfcEdgeCurve, OdIfc4::IfcEdgeLoop, OdIfc4::IfcElectricAppliance, OdIfc4::IfcElectricApplianceType, OdIfc4::IfcElectricDistributionBoard, OdIfc4::IfcElectricDistributionBoardType, OdIfc4::IfcElectricFlowStorageDevice, OdIfc4::IfcElectricFlowStorageDeviceType, OdIfc4::IfcElectricGenerator, OdIfc4::IfcElectricGeneratorType, OdIfc4::IfcElectricMotor, OdIfc4::IfcElectricMotorType, OdIfc4::IfcElectricTimeControl, OdIfc4::IfcElectricTimeControlType, OdIfc4::IfcElementarySurface, OdIfc4::IfcElementAssembly, OdIfc4::IfcElementAssemblyType, OdIfc4::IfcElement, OdIfc4::IfcElementQuantity, OdIfc4::IfcElementType, OdIfc4::IfcEllipse, OdIfc4::IfcEllipseProfileDef, OdIfc4::IfcEngine, OdIfc4::IfcEngineType, OdIfc4::IfcEvaporativeCooler, OdIfc4::IfcEvaporativeCoolerType, OdIfc4::IfcEvaporator, OdIfc4::IfcEvaporatorType, OdIfc4::IfcEvent, OdIfc4::IfcEventTime, OdIfc4::IfcEventType, OdIfc4::IfcExtendedProperties, OdIfc4::IfcExternalReference, OdIfc4::IfcExternalReferenceRelationship, OdIfc4::IfcExternalSpatialElement, OdIfc4::IfcExtrudedAreaSolid, OdIfc4::IfcExtrudedAreaSolidTapered, OdIfc4::IfcFace, OdIfc4::IfcFaceBasedSurfaceModel, OdIfc4::IfcFaceBound, OdIfc4::IfcFaceSurface, OdIfc4::IfcFacetedBrepWithVoids, OdIfc4::IfcFailureConnectionCondition, OdIfc4::IfcFan, OdIfc4::IfcFanType, OdIfc4::IfcFastener, OdIfc4::IfcFastenerType, OdIfc4::IfcFeatureElementAddition, OdIfc4::IfcFeatureElementAddition, OdIfc4::IfcFeatureElementSubtraction, OdIfc4::IfcFeatureElementSubtraction, OdIfc4::IfcFillAreaStyle, OdIfc4::IfcFillAreaStyleHatching, OdIfc4::IfcFillAreaStyleTiles, OdIfc4::IfcFilter, OdIfc4::IfcFilterType, OdIfc4::IfcFireSuppressionTerminal, OdIfc4::IfcFireSuppressionTerminalType, OdIfc4::IfcFixedReferenceSweptAreaSolid, OdIfc4::IfcFlowInstrument, OdIfc4::IfcFlowInstrumentType, OdIfc4::IfcFlowMeter, OdIfc4::IfcFlowMeterType, OdIfc4::IfcFooting, OdIfc4::IfcFootingType, OdIfc4::IfcFurniture, OdIfc4::IfcFurnitureType, OdIfc4::IfcGeographicElement, OdIfc4::IfcGeographicElementType, OdIfc4::IfcGeometricRepresentationContext, OdIfc4::IfcGeometricRepresentationSubContext, OdIfc4::IfcGeometricSet, OdIfc4::IfcGrid, OdIfc4::IfcGridAxis, OdIfc4::IfcGridPlacement, OdIfc4::IfcGroup, OdIfc4::IfcGroup, OdIfc4::IfcHalfSpaceSolid, OdIfc4::IfcHeatExchanger, OdIfc4::IfcHeatExchangerType, OdIfc4::IfcHumidifier, OdIfc4::IfcHumidifierType, OdIfc4::IfcImageTexture, OdIfc4::IfcIndexedColourMap, OdIfc4::IfcIndexedPolyCurve, OdIfc4::IfcIndexedPolygonalFace, OdIfc4::IfcIndexedPolygonalFaceWithVoids, OdIfc4::IfcIndexedTextureMap, OdIfc4::IfcIndexedTriangleTextureMap, OdIfc4::IfcInterceptor, OdIfc4::IfcInterceptorType, OdIfc4::IfcInventory, OdIfc4::IfcIrregularTimeSeries, OdIfc4::IfcIrregularTimeSeriesValue, OdIfc4::IfcIShapeProfileDef, OdIfc4::IfcJunctionBox, OdIfc4::IfcJunctionBoxType, OdIfc4::IfcLaborResource, OdIfc4::IfcLaborResourceType, OdIfc4::IfcLagTime, OdIfc4::IfcLamp, OdIfc4::IfcLampType, OdIfc4::IfcLibraryInformation, OdIfc4::IfcLibraryReference, OdIfc4::IfcLightDistributionData, OdIfc4::IfcLightFixture, OdIfc4::IfcLightFixtureType, OdIfc4::IfcLightIntensityDistribution, OdIfc4::IfcLightSource, OdIfc4::IfcLightSourceDirectional, OdIfc4::IfcLightSourceGoniometric, OdIfc4::IfcLightSourcePositional, OdIfc4::IfcLightSourceSpot, OdIfc4::IfcLine, OdIfc4::IfcLocalPlacement, OdIfc4::IfcLShapeProfileDef, OdIfc4::IfcManifoldSolidBrep, OdIfc4::IfcMapConversion, OdIfc4::IfcMappedItem, OdIfc4::IfcMaterial, OdIfc4::IfcMaterialClassificationRelationship, OdIfc4::IfcMaterialConstituent, OdIfc4::IfcMaterialConstituentSet, OdIfc4::IfcMaterialDefinition, OdIfc4::IfcMaterialDefinitionRepresentation, OdIfc4::IfcMaterialLayer, OdIfc4::IfcMaterialLayerSet, OdIfc4::IfcMaterialLayerSetUsage, OdIfc4::IfcMaterialLayerWithOffsets, OdIfc4::IfcMaterialList, OdIfc4::IfcMaterialProfile, OdIfc4::IfcMaterialProfileSet, OdIfc4::IfcMaterialProfileSetUsage, OdIfc4::IfcMaterialProfileSetUsageTapering, OdIfc4::IfcMaterialProfileWithOffsets, OdIfc4::IfcMaterialProperties, OdIfc4::IfcMaterialRelationship, OdIfc4::IfcMaterialUsageDefinition, OdIfc4::IfcMeasureWithUnit, OdIfc4::IfcMechanicalFastener, OdIfc4::IfcMechanicalFastenerType, OdIfc4::IfcMedicalDevice, OdIfc4::IfcMedicalDeviceType, OdIfc4::IfcMember, OdIfc4::IfcMemberType, OdIfc4::IfcMetric, OdIfc4::IfcMonetaryUnit, OdIfc4::IfcMotorConnection, OdIfc4::IfcMotorConnectionType, OdIfc4::IfcNamedUnit, OdIfc4::IfcObject, OdIfc4::IfcObjectDefinition, OdIfc4::IfcObjectDefinition, OdIfc4::IfcObjective, OdIfc4::IfcObjectPlacement, OdIfc4::IfcOccupant, OdIfc4::IfcOffsetCurve2D, OdIfc4::IfcOffsetCurve3D, OdIfc4::IfcOpeningElement, OdIfc4::IfcOrganization, OdIfc4::IfcOrganizationRelationship, OdIfc4::IfcOrientedEdge, OdIfc4::IfcOutlet, OdIfc4::IfcOutletType, OdIfc4::IfcOwnerHistory, OdIfc4::IfcParameterizedProfileDef, OdIfc4::IfcPath, OdIfc4::IfcPcurve, OdIfc4::IfcPerformanceHistory, OdIfc4::IfcPermeableCoveringProperties, OdIfc4::IfcPermit, OdIfc4::IfcPersonAndOrganization, OdIfc4::IfcPerson, OdIfc4::IfcPhysicalComplexQuantity, OdIfc4::IfcPhysicalQuantity, OdIfc4::IfcPhysicalSimpleQuantity, OdIfc4::IfcPile, OdIfc4::IfcPileType, OdIfc4::IfcPipeFitting, OdIfc4::IfcPipeFittingType, OdIfc4::IfcPipeSegment, OdIfc4::IfcPipeSegmentType, OdIfc4::IfcPixelTexture, OdIfc4::IfcPlacement, OdIfc4::IfcPlanarBox, OdIfc4::IfcPlanarExtent, OdIfc4::IfcPlate, OdIfc4::IfcPlateType, OdIfc4::IfcPointOnCurve, OdIfc4::IfcPointOnSurface, OdIfc4::IfcPolygonalBoundedHalfSpace, OdIfc4::IfcPolygonalFaceSet, OdIfc4::IfcPolyline, OdIfc4::IfcPolyLoop, OdIfc4::IfcPort, OdIfc4::IfcPort, OdIfc4::IfcPostalAddress, OdIfc4::IfcPreDefinedItem, OdIfc4::IfcPresentationLayerAssignment, OdIfc4::IfcPresentationLayerWithStyle, OdIfc4::IfcPresentationStyleAssignment, OdIfc4::IfcPresentationStyle, OdIfc4::IfcProcedure, OdIfc4::IfcProcedureType, OdIfc4::IfcProcess, OdIfc4::IfcProduct, OdIfc4::IfcProductDefinitionShape, OdIfc4::IfcProductDefinitionShape, OdIfc4::IfcProductRepresentation, OdIfc4::IfcProfileDef, OdIfc4::IfcProfileProperties, OdIfc4::IfcProjectedCRS, OdIfc4::IfcProjectionElement, OdIfc4::IfcProjectOrder, OdIfc4::IfcPropertyAbstraction, OdIfc4::IfcProperty, OdIfc4::IfcPropertyBoundedValue, OdIfc4::IfcPropertyDefinition, OdIfc4::IfcPropertyDefinition, OdIfc4::IfcPropertyDependencyRelationship, OdIfc4::IfcPropertyEnumeratedValue, OdIfc4::IfcPropertyEnumeration, OdIfc4::IfcPropertyListValue, OdIfc4::IfcPropertyReferenceValue, OdIfc4::IfcPropertySet, OdIfc4::IfcPropertySetDefinition, OdIfc4::IfcPropertySetDefinition, OdIfc4::IfcPropertySetTemplate, OdIfc4::IfcPropertySingleValue, OdIfc4::IfcPropertyTableValue, OdIfc4::IfcPropertyTemplate, OdIfc4::IfcPropertyTemplate, OdIfc4::IfcProtectiveDevice, OdIfc4::IfcProtectiveDeviceTrippingUnit, OdIfc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4::IfcProtectiveDeviceType, OdIfc4::IfcProxy, OdIfc4::IfcPump, OdIfc4::IfcPumpType, OdIfc4::IfcQuantityArea, OdIfc4::IfcQuantityCount, OdIfc4::IfcQuantityLength, OdIfc4::IfcQuantityTime, OdIfc4::IfcQuantityVolume, OdIfc4::IfcQuantityWeight, OdIfc4::IfcRailing, OdIfc4::IfcRailingType, OdIfc4::IfcRamp, OdIfc4::IfcRampFlight, OdIfc4::IfcRampFlightType, OdIfc4::IfcRampType, OdIfc4::IfcRationalBSplineCurveWithKnots, OdIfc4::IfcRationalBSplineSurfaceWithKnots, OdIfc4::IfcRectangleHollowProfileDef, OdIfc4::IfcRectangleProfileDef, OdIfc4::IfcRectangularPyramid, OdIfc4::IfcRectangularTrimmedSurface, OdIfc4::IfcRecurrencePattern, OdIfc4::IfcReference, OdIfc4::IfcRegularTimeSeries, OdIfc4::IfcReinforcementBarProperties, OdIfc4::IfcReinforcementDefinitionProperties, OdIfc4::IfcReinforcingBar, OdIfc4::IfcReinforcingBarType, OdIfc4::IfcReinforcingElement, OdIfc4::IfcReinforcingMesh, OdIfc4::IfcReinforcingMeshType, OdIfc4::IfcRelAggregates, OdIfc4::IfcRelAssigns, OdIfc4::IfcRelAssignsToActor, OdIfc4::IfcRelAssignsToControl, OdIfc4::IfcRelAssignsToGroup, OdIfc4::IfcRelAssignsToGroupByFactor, OdIfc4::IfcRelAssignsToProcess, OdIfc4::IfcRelAssignsToProduct, OdIfc4::IfcRelAssignsToResource, OdIfc4::IfcRelAssociatesApproval, OdIfc4::IfcRelAssociates, OdIfc4::IfcRelAssociatesClassification, OdIfc4::IfcRelAssociatesConstraint, OdIfc4::IfcRelAssociatesDocument, OdIfc4::IfcRelAssociatesLibrary, OdIfc4::IfcRelAssociatesMaterial, OdIfc4::IfcRelConnectsElements, OdIfc4::IfcRelConnectsPathElements, OdIfc4::IfcRelConnectsPorts, OdIfc4::IfcRelConnectsPortToElement, OdIfc4::IfcRelConnectsStructuralActivity, OdIfc4::IfcRelConnectsStructuralMember, OdIfc4::IfcRelConnectsWithEccentricity, OdIfc4::IfcRelConnectsWithRealizingElements, OdIfc4::IfcRelContainedInSpatialStructure, OdIfc4::IfcRelCoversBldgElements, OdIfc4::IfcRelCoversSpaces, OdIfc4::IfcRelDeclares, OdIfc4::IfcRelDefinesByObject, OdIfc4::IfcRelDefinesByProperties, OdIfc4::IfcRelDefinesByTemplate, OdIfc4::IfcRelDefinesByType, OdIfc4::IfcRelFillsElement, OdIfc4::IfcRelFlowControlElements, OdIfc4::IfcRelInterferesElements, OdIfc4::IfcRelNests, OdIfc4::IfcRelProjectsElement, OdIfc4::IfcRelReferencedInSpatialStructure, OdIfc4::IfcRelSequence, OdIfc4::IfcRelServicesBuildings, OdIfc4::IfcRelSpaceBoundary1stLevel, OdIfc4::IfcRelSpaceBoundary2ndLevel, OdIfc4::IfcRelSpaceBoundary, OdIfc4::IfcRelVoidsElement, OdIfc4::IfcReparametrisedCompositeCurveSegment, OdIfc4::IfcRepresentation, OdIfc4::IfcRepresentationContext, OdIfc4::IfcRepresentationItem, OdIfc4::IfcRepresentationMap, OdIfc4::IfcResourceApprovalRelationship, OdIfc4::IfcResource, OdIfc4::IfcResourceConstraintRelationship, OdIfc4::IfcResourceLevelRelationship, OdIfc4::IfcResourceTime, OdIfc4::IfcRevolvedAreaSolid, OdIfc4::IfcRevolvedAreaSolidTapered, OdIfc4::IfcRightCircularCone, OdIfc4::IfcRightCircularCylinder, OdIfc4::IfcRoof, OdIfc4::IfcRoofType, OdIfc4::IfcRoot, OdIfc4::IfcRoundedRectangleProfileDef, OdIfc4::IfcSanitaryTerminal, OdIfc4::IfcSanitaryTerminalType, OdIfc4::IfcSchedulingTime, OdIfc4::IfcSectionedSpine, OdIfc4::IfcSectionProperties, OdIfc4::IfcSectionReinforcementProperties, OdIfc4::IfcSensor, OdIfc4::IfcSensorType, OdIfc4::IfcShadingDevice, OdIfc4::IfcShadingDeviceType, OdIfc4::IfcShapeAspect, OdIfc4::IfcShapeModel, OdIfc4::IfcShapeModel, OdIfc4::IfcShellBasedSurfaceModel, OdIfc4::IfcSimplePropertyTemplate, OdIfc4::IfcSite, OdIfc4::IfcSIUnit, OdIfc4::IfcSlab, OdIfc4::IfcSlabType, OdIfc4::IfcSlippageConnectionCondition, OdIfc4::IfcSolarDevice, OdIfc4::IfcSolarDeviceType, OdIfc4::IfcSpace, OdIfc4::IfcSpaceHeater, OdIfc4::IfcSpaceHeaterType, OdIfc4::IfcSpaceType, OdIfc4::IfcSpatialElement, OdIfc4::IfcSpatialElementType, OdIfc4::IfcSpatialStructureElement, OdIfc4::IfcSpatialZone, OdIfc4::IfcSpatialZoneType, OdIfc4::IfcSphere, OdIfc4::IfcSphericalSurface, OdIfc4::IfcStackTerminal, OdIfc4::IfcStackTerminalType, OdIfc4::IfcStair, OdIfc4::IfcStairFlight, OdIfc4::IfcStairFlightType, OdIfc4::IfcStairType, OdIfc4::IfcStructuralAction, OdIfc4::IfcStructuralActivity, OdIfc4::IfcStructuralAnalysisModel, OdIfc4::IfcStructuralConnection, OdIfc4::IfcStructuralConnectionCondition, OdIfc4::IfcStructuralCurveAction, OdIfc4::IfcStructuralCurveConnection, OdIfc4::IfcStructuralCurveMember, OdIfc4::IfcStructuralCurveReaction, OdIfc4::IfcStructuralItem, OdIfc4::IfcStructuralItem, OdIfc4::IfcStructuralLoad, OdIfc4::IfcStructuralLoadCase, OdIfc4::IfcStructuralLoadConfiguration, OdIfc4::IfcStructuralLoadGroup, OdIfc4::IfcStructuralLoadLinearForce, OdIfc4::IfcStructuralLoadPlanarForce, OdIfc4::IfcStructuralLoadSingleDisplacement, OdIfc4::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4::IfcStructuralLoadSingleForce, OdIfc4::IfcStructuralLoadSingleForceWarping, OdIfc4::IfcStructuralLoadTemperature, OdIfc4::IfcStructuralMember, OdIfc4::IfcStructuralMember, OdIfc4::IfcStructuralPointConnection, OdIfc4::IfcStructuralResultGroup, OdIfc4::IfcStructuralSurfaceAction, OdIfc4::IfcStructuralSurfaceMember, OdIfc4::IfcStructuralSurfaceReaction, OdIfc4::IfcStyledItem, OdIfc4::IfcSubContractResource, OdIfc4::IfcSubContractResourceType, OdIfc4::IfcSubedge, OdIfc4::IfcSurfaceCurve, OdIfc4::IfcSurfaceCurveSweptAreaSolid, OdIfc4::IfcSurfaceFeature, OdIfc4::IfcSurfaceOfLinearExtrusion, OdIfc4::IfcSurfaceOfRevolution, OdIfc4::IfcSurfaceReinforcementArea, OdIfc4::IfcSurfaceStyle, OdIfc4::IfcSurfaceStyleLighting, OdIfc4::IfcSurfaceStyleRefraction, OdIfc4::IfcSurfaceStyleRendering, OdIfc4::IfcSurfaceStyleShading, OdIfc4::IfcSurfaceStyleWithTextures, OdIfc4::IfcSurfaceTexture, OdIfc4::IfcSweptAreaSolid, OdIfc4::IfcSweptDiskSolid, OdIfc4::IfcSweptDiskSolidPolygonal, OdIfc4::IfcSweptSurface, OdIfc4::IfcSwitchingDevice, OdIfc4::IfcSwitchingDeviceType, OdIfc4::IfcSystem, OdIfc4::IfcSystem, OdIfc4::IfcSystemFurnitureElement, OdIfc4::IfcSystemFurnitureElementType, OdIfc4::IfcTable, OdIfc4::IfcTableColumn, OdIfc4::IfcTableRow, OdIfc4::IfcTank, OdIfc4::IfcTankType, OdIfc4::IfcTask, OdIfc4::IfcTaskTime, OdIfc4::IfcTaskTimeRecurring, OdIfc4::IfcTaskType, OdIfc4::IfcTelecomAddress, OdIfc4::IfcTendonAnchor, OdIfc4::IfcTendonAnchorType, OdIfc4::IfcTendon, OdIfc4::IfcTendonType, OdIfc4::IfcTessellatedFaceSet, OdIfc4::IfcTextLiteral, OdIfc4::IfcTextLiteralWithExtent, OdIfc4::IfcTextStyle, OdIfc4::IfcTextStyleFontModel, OdIfc4::IfcTextStyleForDefinedFont, OdIfc4::IfcTextStyleTextModel, OdIfc4::IfcTextureCoordinate, OdIfc4::IfcTextureCoordinateGenerator, OdIfc4::IfcTextureMap, OdIfc4::IfcTextureVertex, OdIfc4::IfcTextureVertexList, OdIfc4::IfcTimePeriod, OdIfc4::IfcTimeSeries, OdIfc4::IfcTimeSeriesValue, OdIfc4::IfcToroidalSurface, OdIfc4::IfcTransformer, OdIfc4::IfcTransformerType, OdIfc4::IfcTransportElement, OdIfc4::IfcTransportElementType, OdIfc4::IfcTrapeziumProfileDef, OdIfc4::IfcTriangulatedFaceSet, OdIfc4::IfcTrimmedCurve, OdIfc4::IfcTShapeProfileDef, OdIfc4::IfcTubeBundle, OdIfc4::IfcTubeBundleType, OdIfc4::IfcTypeObject, OdIfc4::IfcTypeProcess, OdIfc4::IfcTypeProduct, OdIfc4::IfcTypeResource, OdIfc4::IfcUnitaryControlElement, OdIfc4::IfcUnitaryControlElementType, OdIfc4::IfcUnitaryEquipment, OdIfc4::IfcUnitaryEquipmentType, OdIfc4::IfcUnitAssignment, OdIfc4::IfcUShapeProfileDef, OdIfc4::IfcValve, OdIfc4::IfcValveType, OdIfc4::IfcVector, OdIfc4::IfcVertexLoop, OdIfc4::IfcVertexPoint, OdIfc4::IfcVibrationIsolator, OdIfc4::IfcVibrationIsolatorType, OdIfc4::IfcVirtualGridIntersection, OdIfc4::IfcVoidingFeature, OdIfc4::IfcWall, OdIfc4::IfcWallType, OdIfc4::IfcWasteTerminal, OdIfc4::IfcWasteTerminalType, OdIfc4::IfcWindow, OdIfc4::IfcWindowLiningProperties, OdIfc4::IfcWindowPanelProperties, OdIfc4::IfcWindowStyle, OdIfc4::IfcWindowType, OdIfc4::IfcWorkCalendar, OdIfc4::IfcWorkControl, OdIfc4::IfcWorkPlan, OdIfc4::IfcWorkSchedule, OdIfc4::IfcWorkTime, OdIfc4::IfcZone, OdIfc4::IfcZShapeProfileDef, OdIfc4x1::IfcActionRequest, OdIfc4x1::IfcActor, OdIfc4x1::IfcActorRole, OdIfc4x1::IfcActuator, OdIfc4x1::IfcActuatorType, OdIfc4x1::IfcAddress, OdIfc4x1::IfcAdvancedBrepWithVoids, OdIfc4x1::IfcAirTerminal, OdIfc4x1::IfcAirTerminalBox, OdIfc4x1::IfcAirTerminalBoxType, OdIfc4x1::IfcAirTerminalType, OdIfc4x1::IfcAirToAirHeatRecovery, OdIfc4x1::IfcAirToAirHeatRecoveryType, OdIfc4x1::IfcAlarm, OdIfc4x1::IfcAlarmType, OdIfc4x1::IfcAlignment2DHorizontal, OdIfc4x1::IfcAlignment2DHorizontalSegment, OdIfc4x1::IfcAlignment2DSegment, OdIfc4x1::IfcAlignment2DVerSegCircularArc, OdIfc4x1::IfcAlignment2DVerSegParabolicArc, OdIfc4x1::IfcAlignment2DVertical, OdIfc4x1::IfcAlignment2DVerticalSegment, OdIfc4x1::IfcAlignment, OdIfc4x1::IfcAlignmentCurve, OdIfc4x1::IfcAnnotation, OdIfc4x1::IfcAnnotation, OdIfc4x1::IfcAnnotationFillArea, OdIfc4x1::IfcApplication, OdIfc4x1::IfcAppliedValue, OdIfc4x1::IfcApproval, OdIfc4x1::IfcApprovalRelationship, OdIfc4x1::IfcArbitraryClosedProfileDef, OdIfc4x1::IfcArbitraryOpenProfileDef, OdIfc4x1::IfcArbitraryProfileDefWithVoids, OdIfc4x1::IfcAsset, OdIfc4x1::IfcAsymmetricIShapeProfileDef, OdIfc4x1::IfcAudioVisualAppliance, OdIfc4x1::IfcAudioVisualApplianceType, OdIfc4x1::IfcAxis1Placement, OdIfc4x1::IfcAxis2Placement2D, OdIfc4x1::IfcAxis2Placement3D, OdIfc4x1::IfcBeam, OdIfc4x1::IfcBeamType, OdIfc4x1::IfcBlobTexture, OdIfc4x1::IfcBlock, OdIfc4x1::IfcBoiler, OdIfc4x1::IfcBoilerType, OdIfc4x1::IfcBooleanResult, OdIfc4x1::IfcBoundaryCondition, OdIfc4x1::IfcBoundaryEdgeCondition, OdIfc4x1::IfcBoundaryFaceCondition, OdIfc4x1::IfcBoundaryNodeCondition, OdIfc4x1::IfcBoundaryNodeConditionWarping, OdIfc4x1::IfcBoundingBox, OdIfc4x1::IfcBoxedHalfSpace, OdIfc4x1::IfcBSplineCurve, OdIfc4x1::IfcBSplineCurveWithKnots, OdIfc4x1::IfcBSplineSurface, OdIfc4x1::IfcBSplineSurfaceWithKnots, OdIfc4x1::IfcBuilding, OdIfc4x1::IfcBuildingElementPart, OdIfc4x1::IfcBuildingElementPartType, OdIfc4x1::IfcBuildingElementProxy, OdIfc4x1::IfcBuildingElementProxyType, OdIfc4x1::IfcBuildingStorey, OdIfc4x1::IfcBuildingSystem, OdIfc4x1::IfcBurner, OdIfc4x1::IfcBurnerType, OdIfc4x1::IfcCableCarrierFitting, OdIfc4x1::IfcCableCarrierFittingType, OdIfc4x1::IfcCableCarrierSegment, OdIfc4x1::IfcCableCarrierSegmentType, OdIfc4x1::IfcCableFitting, OdIfc4x1::IfcCableFittingType, OdIfc4x1::IfcCableSegment, OdIfc4x1::IfcCableSegmentType, OdIfc4x1::IfcCartesianPoint, OdIfc4x1::IfcCartesianPointList2D, OdIfc4x1::IfcCartesianPointList3D, OdIfc4x1::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x1::IfcCartesianTransformationOperator3D, OdIfc4x1::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x1::IfcCartesianTransformationOperator, OdIfc4x1::IfcCenterLineProfileDef, OdIfc4x1::IfcChiller, OdIfc4x1::IfcChillerType, OdIfc4x1::IfcChimney, OdIfc4x1::IfcChimneyType, OdIfc4x1::IfcCircle, OdIfc4x1::IfcCircleHollowProfileDef, OdIfc4x1::IfcCircleProfileDef, OdIfc4x1::IfcCircularArcSegment2D, OdIfc4x1::IfcClassification, OdIfc4x1::IfcClassificationReference, OdIfc4x1::IfcCoil, OdIfc4x1::IfcCoilType, OdIfc4x1::IfcColourRgb, OdIfc4x1::IfcColourRgbList, OdIfc4x1::IfcColourSpecification, OdIfc4x1::IfcColumn, OdIfc4x1::IfcColumnType, OdIfc4x1::IfcCommunicationsAppliance, OdIfc4x1::IfcCommunicationsApplianceType, OdIfc4x1::IfcComplexProperty, OdIfc4x1::IfcComplexPropertyTemplate, OdIfc4x1::IfcCompositeCurve, OdIfc4x1::IfcCompositeCurveSegment, OdIfc4x1::IfcCompositeProfileDef, OdIfc4x1::IfcCompressor, OdIfc4x1::IfcCompressorType, OdIfc4x1::IfcCondenser, OdIfc4x1::IfcCondenserType, OdIfc4x1::IfcConic, OdIfc4x1::IfcConnectedFaceSet, OdIfc4x1::IfcConnectionCurveGeometry, OdIfc4x1::IfcConnectionPointEccentricity, OdIfc4x1::IfcConnectionPointGeometry, OdIfc4x1::IfcConnectionSurfaceGeometry, OdIfc4x1::IfcConnectionVolumeGeometry, OdIfc4x1::IfcConstraint, OdIfc4x1::IfcConstructionEquipmentResource, OdIfc4x1::IfcConstructionEquipmentResourceType, OdIfc4x1::IfcConstructionMaterialResource, OdIfc4x1::IfcConstructionMaterialResourceType, OdIfc4x1::IfcConstructionProductResource, OdIfc4x1::IfcConstructionProductResourceType, OdIfc4x1::IfcConstructionResource, OdIfc4x1::IfcConstructionResourceType, OdIfc4x1::IfcContext, OdIfc4x1::IfcContextDependentUnit, OdIfc4x1::IfcControl, OdIfc4x1::IfcController, OdIfc4x1::IfcControllerType, OdIfc4x1::IfcConversionBasedUnit, OdIfc4x1::IfcConversionBasedUnitWithOffset, OdIfc4x1::IfcCooledBeam, OdIfc4x1::IfcCooledBeamType, OdIfc4x1::IfcCoolingTower, OdIfc4x1::IfcCoolingTowerType, OdIfc4x1::IfcCoordinateOperation, OdIfc4x1::IfcCoordinateReferenceSystem, OdIfc4x1::IfcCostItem, OdIfc4x1::IfcCostSchedule, OdIfc4x1::IfcCovering, OdIfc4x1::IfcCoveringType, OdIfc4x1::IfcCrewResource, OdIfc4x1::IfcCrewResourceType, OdIfc4x1::IfcCsgPrimitive3D, OdIfc4x1::IfcCsgSolid, OdIfc4x1::IfcCShapeProfileDef, OdIfc4x1::IfcCurrencyRelationship, OdIfc4x1::IfcCurtainWall, OdIfc4x1::IfcCurtainWallType, OdIfc4x1::IfcCurveBoundedPlane, OdIfc4x1::IfcCurveBoundedSurface, OdIfc4x1::IfcCurveSegment2D, OdIfc4x1::IfcCurveStyle, OdIfc4x1::IfcCurveStyleFontAndScaling, OdIfc4x1::IfcCurveStyleFont, OdIfc4x1::IfcCurveStyleFontPattern, OdIfc4x1::IfcCylindricalSurface, OdIfc4x1::IfcDamper, OdIfc4x1::IfcDamperType, OdIfc4x1::IfcDerivedProfileDef, OdIfc4x1::IfcDerivedUnit, OdIfc4x1::IfcDerivedUnitElement, OdIfc4x1::IfcDimensionalExponents, OdIfc4x1::IfcDirection, OdIfc4x1::IfcDiscreteAccessory, OdIfc4x1::IfcDiscreteAccessoryType, OdIfc4x1::IfcDistanceExpression, OdIfc4x1::IfcDistributionChamberElement, OdIfc4x1::IfcDistributionChamberElementType, OdIfc4x1::IfcDistributionControlElement, OdIfc4x1::IfcDistributionControlElement, OdIfc4x1::IfcDistributionElement, OdIfc4x1::IfcDistributionElement, OdIfc4x1::IfcDistributionFlowElement, OdIfc4x1::IfcDistributionFlowElement, OdIfc4x1::IfcDistributionPort, OdIfc4x1::IfcDistributionSystem, OdIfc4x1::IfcDocumentInformation, OdIfc4x1::IfcDocumentInformationRelationship, OdIfc4x1::IfcDocumentReference, OdIfc4x1::IfcDoor, OdIfc4x1::IfcDoorLiningProperties, OdIfc4x1::IfcDoorPanelProperties, OdIfc4x1::IfcDoorStyle, OdIfc4x1::IfcDoorType, OdIfc4x1::IfcDuctFitting, OdIfc4x1::IfcDuctFittingType, OdIfc4x1::IfcDuctSegment, OdIfc4x1::IfcDuctSegmentType, OdIfc4x1::IfcDuctSilencer, OdIfc4x1::IfcDuctSilencerType, OdIfc4x1::IfcEdge, OdIfc4x1::IfcEdgeCurve, OdIfc4x1::IfcEdgeLoop, OdIfc4x1::IfcElectricAppliance, OdIfc4x1::IfcElectricApplianceType, OdIfc4x1::IfcElectricDistributionBoard, OdIfc4x1::IfcElectricDistributionBoardType, OdIfc4x1::IfcElectricFlowStorageDevice, OdIfc4x1::IfcElectricFlowStorageDeviceType, OdIfc4x1::IfcElectricGenerator, OdIfc4x1::IfcElectricGeneratorType, OdIfc4x1::IfcElectricMotor, OdIfc4x1::IfcElectricMotorType, OdIfc4x1::IfcElectricTimeControl, OdIfc4x1::IfcElectricTimeControlType, OdIfc4x1::IfcElementarySurface, OdIfc4x1::IfcElementAssembly, OdIfc4x1::IfcElementAssemblyType, OdIfc4x1::IfcElement, OdIfc4x1::IfcElementQuantity, OdIfc4x1::IfcElementType, OdIfc4x1::IfcEllipse, OdIfc4x1::IfcEllipseProfileDef, OdIfc4x1::IfcEngine, OdIfc4x1::IfcEngineType, OdIfc4x1::IfcEvaporativeCooler, OdIfc4x1::IfcEvaporativeCoolerType, OdIfc4x1::IfcEvaporator, OdIfc4x1::IfcEvaporatorType, OdIfc4x1::IfcEvent, OdIfc4x1::IfcEventTime, OdIfc4x1::IfcEventType, OdIfc4x1::IfcExtendedProperties, OdIfc4x1::IfcExternalReference, OdIfc4x1::IfcExternalReferenceRelationship, OdIfc4x1::IfcExternalSpatialElement, OdIfc4x1::IfcExtrudedAreaSolid, OdIfc4x1::IfcExtrudedAreaSolidTapered, OdIfc4x1::IfcFace, OdIfc4x1::IfcFaceBasedSurfaceModel, OdIfc4x1::IfcFaceBound, OdIfc4x1::IfcFaceSurface, OdIfc4x1::IfcFacetedBrepWithVoids, OdIfc4x1::IfcFailureConnectionCondition, OdIfc4x1::IfcFan, OdIfc4x1::IfcFanType, OdIfc4x1::IfcFastener, OdIfc4x1::IfcFastenerType, OdIfc4x1::IfcFeatureElementAddition, OdIfc4x1::IfcFeatureElementAddition, OdIfc4x1::IfcFeatureElementSubtraction, OdIfc4x1::IfcFeatureElementSubtraction, OdIfc4x1::IfcFillAreaStyle, OdIfc4x1::IfcFillAreaStyleHatching, OdIfc4x1::IfcFillAreaStyleTiles, OdIfc4x1::IfcFilter, OdIfc4x1::IfcFilterType, OdIfc4x1::IfcFireSuppressionTerminal, OdIfc4x1::IfcFireSuppressionTerminalType, OdIfc4x1::IfcFixedReferenceSweptAreaSolid, OdIfc4x1::IfcFlowInstrument, OdIfc4x1::IfcFlowInstrumentType, OdIfc4x1::IfcFlowMeter, OdIfc4x1::IfcFlowMeterType, OdIfc4x1::IfcFooting, OdIfc4x1::IfcFootingType, OdIfc4x1::IfcFurniture, OdIfc4x1::IfcFurnitureType, OdIfc4x1::IfcGeographicElement, OdIfc4x1::IfcGeographicElementType, OdIfc4x1::IfcGeometricRepresentationContext, OdIfc4x1::IfcGeometricRepresentationSubContext, OdIfc4x1::IfcGeometricSet, OdIfc4x1::IfcGrid, OdIfc4x1::IfcGridAxis, OdIfc4x1::IfcGridPlacement, OdIfc4x1::IfcGroup, OdIfc4x1::IfcGroup, OdIfc4x1::IfcHalfSpaceSolid, OdIfc4x1::IfcHeatExchanger, OdIfc4x1::IfcHeatExchangerType, OdIfc4x1::IfcHumidifier, OdIfc4x1::IfcHumidifierType, OdIfc4x1::IfcImageTexture, OdIfc4x1::IfcIndexedColourMap, OdIfc4x1::IfcIndexedPolyCurve, OdIfc4x1::IfcIndexedPolygonalFace, OdIfc4x1::IfcIndexedPolygonalFaceWithVoids, OdIfc4x1::IfcIndexedTextureMap, OdIfc4x1::IfcIndexedTriangleTextureMap, OdIfc4x1::IfcInterceptor, OdIfc4x1::IfcInterceptorType, OdIfc4x1::IfcInventory, OdIfc4x1::IfcIrregularTimeSeries, OdIfc4x1::IfcIrregularTimeSeriesValue, OdIfc4x1::IfcIShapeProfileDef, OdIfc4x1::IfcJunctionBox, OdIfc4x1::IfcJunctionBoxType, OdIfc4x1::IfcLaborResource, OdIfc4x1::IfcLaborResourceType, OdIfc4x1::IfcLagTime, OdIfc4x1::IfcLamp, OdIfc4x1::IfcLampType, OdIfc4x1::IfcLibraryInformation, OdIfc4x1::IfcLibraryReference, OdIfc4x1::IfcLightDistributionData, OdIfc4x1::IfcLightFixture, OdIfc4x1::IfcLightFixtureType, OdIfc4x1::IfcLightIntensityDistribution, OdIfc4x1::IfcLightSource, OdIfc4x1::IfcLightSourceDirectional, OdIfc4x1::IfcLightSourceGoniometric, OdIfc4x1::IfcLightSourcePositional, OdIfc4x1::IfcLightSourceSpot, OdIfc4x1::IfcLinearPlacement, OdIfc4x1::IfcLinearPositioningElement, OdIfc4x1::IfcLine, OdIfc4x1::IfcLocalPlacement, OdIfc4x1::IfcLShapeProfileDef, OdIfc4x1::IfcManifoldSolidBrep, OdIfc4x1::IfcMapConversion, OdIfc4x1::IfcMappedItem, OdIfc4x1::IfcMaterial, OdIfc4x1::IfcMaterialClassificationRelationship, OdIfc4x1::IfcMaterialConstituent, OdIfc4x1::IfcMaterialConstituentSet, OdIfc4x1::IfcMaterialDefinition, OdIfc4x1::IfcMaterialDefinitionRepresentation, OdIfc4x1::IfcMaterialLayer, OdIfc4x1::IfcMaterialLayerSet, OdIfc4x1::IfcMaterialLayerSetUsage, OdIfc4x1::IfcMaterialLayerWithOffsets, OdIfc4x1::IfcMaterialList, OdIfc4x1::IfcMaterialProfile, OdIfc4x1::IfcMaterialProfileSet, OdIfc4x1::IfcMaterialProfileSetUsage, OdIfc4x1::IfcMaterialProfileSetUsageTapering, OdIfc4x1::IfcMaterialProfileWithOffsets, OdIfc4x1::IfcMaterialProperties, OdIfc4x1::IfcMaterialRelationship, OdIfc4x1::IfcMaterialUsageDefinition, OdIfc4x1::IfcMeasureWithUnit, OdIfc4x1::IfcMechanicalFastener, OdIfc4x1::IfcMechanicalFastenerType, OdIfc4x1::IfcMedicalDevice, OdIfc4x1::IfcMedicalDeviceType, OdIfc4x1::IfcMember, OdIfc4x1::IfcMemberType, OdIfc4x1::IfcMetric, OdIfc4x1::IfcMonetaryUnit, OdIfc4x1::IfcMotorConnection, OdIfc4x1::IfcMotorConnectionType, OdIfc4x1::IfcNamedUnit, OdIfc4x1::IfcObject, OdIfc4x1::IfcObjectDefinition, OdIfc4x1::IfcObjectDefinition, OdIfc4x1::IfcObjective, OdIfc4x1::IfcObjectPlacement, OdIfc4x1::IfcOccupant, OdIfc4x1::IfcOffsetCurve2D, OdIfc4x1::IfcOffsetCurve3D, OdIfc4x1::IfcOffsetCurve, OdIfc4x1::IfcOffsetCurveByDistances, OdIfc4x1::IfcOpeningElement, OdIfc4x1::IfcOrganization, OdIfc4x1::IfcOrganizationRelationship, OdIfc4x1::IfcOrientationExpression, OdIfc4x1::IfcOrientedEdge, OdIfc4x1::IfcOutlet, OdIfc4x1::IfcOutletType, OdIfc4x1::IfcOwnerHistory, OdIfc4x1::IfcParameterizedProfileDef, OdIfc4x1::IfcPath, OdIfc4x1::IfcPcurve, OdIfc4x1::IfcPerformanceHistory, OdIfc4x1::IfcPermeableCoveringProperties, OdIfc4x1::IfcPermit, OdIfc4x1::IfcPersonAndOrganization, OdIfc4x1::IfcPerson, OdIfc4x1::IfcPhysicalComplexQuantity, OdIfc4x1::IfcPhysicalQuantity, OdIfc4x1::IfcPhysicalSimpleQuantity, OdIfc4x1::IfcPile, OdIfc4x1::IfcPileType, OdIfc4x1::IfcPipeFitting, OdIfc4x1::IfcPipeFittingType, OdIfc4x1::IfcPipeSegment, OdIfc4x1::IfcPipeSegmentType, OdIfc4x1::IfcPixelTexture, OdIfc4x1::IfcPlacement, OdIfc4x1::IfcPlanarBox, OdIfc4x1::IfcPlanarExtent, OdIfc4x1::IfcPlate, OdIfc4x1::IfcPlateType, OdIfc4x1::IfcPointOnCurve, OdIfc4x1::IfcPointOnSurface, OdIfc4x1::IfcPolygonalBoundedHalfSpace, OdIfc4x1::IfcPolygonalFaceSet, OdIfc4x1::IfcPolyline, OdIfc4x1::IfcPolyLoop, OdIfc4x1::IfcPort, OdIfc4x1::IfcPort, OdIfc4x1::IfcPositioningElement, OdIfc4x1::IfcPositioningElement, OdIfc4x1::IfcPostalAddress, OdIfc4x1::IfcPreDefinedItem, OdIfc4x1::IfcPresentationLayerAssignment, OdIfc4x1::IfcPresentationLayerWithStyle, OdIfc4x1::IfcPresentationStyleAssignment, OdIfc4x1::IfcPresentationStyle, OdIfc4x1::IfcProcedure, OdIfc4x1::IfcProcedureType, OdIfc4x1::IfcProcess, OdIfc4x1::IfcProduct, OdIfc4x1::IfcProductDefinitionShape, OdIfc4x1::IfcProductDefinitionShape, OdIfc4x1::IfcProductRepresentation, OdIfc4x1::IfcProfileDef, OdIfc4x1::IfcProfileProperties, OdIfc4x1::IfcProjectedCRS, OdIfc4x1::IfcProjectionElement, OdIfc4x1::IfcProjectOrder, OdIfc4x1::IfcPropertyAbstraction, OdIfc4x1::IfcProperty, OdIfc4x1::IfcPropertyBoundedValue, OdIfc4x1::IfcPropertyDefinition, OdIfc4x1::IfcPropertyDefinition, OdIfc4x1::IfcPropertyDependencyRelationship, OdIfc4x1::IfcPropertyEnumeratedValue, OdIfc4x1::IfcPropertyEnumeration, OdIfc4x1::IfcPropertyListValue, OdIfc4x1::IfcPropertyReferenceValue, OdIfc4x1::IfcPropertySet, OdIfc4x1::IfcPropertySetDefinition, OdIfc4x1::IfcPropertySetDefinition, OdIfc4x1::IfcPropertySetTemplate, OdIfc4x1::IfcPropertySingleValue, OdIfc4x1::IfcPropertyTableValue, OdIfc4x1::IfcPropertyTemplate, OdIfc4x1::IfcPropertyTemplate, OdIfc4x1::IfcProtectiveDevice, OdIfc4x1::IfcProtectiveDeviceTrippingUnit, OdIfc4x1::IfcProtectiveDeviceTrippingUnitType, OdIfc4x1::IfcProtectiveDeviceType, OdIfc4x1::IfcProxy, OdIfc4x1::IfcPump, OdIfc4x1::IfcPumpType, OdIfc4x1::IfcQuantityArea, OdIfc4x1::IfcQuantityCount, OdIfc4x1::IfcQuantityLength, OdIfc4x1::IfcQuantityTime, OdIfc4x1::IfcQuantityVolume, OdIfc4x1::IfcQuantityWeight, OdIfc4x1::IfcRailing, OdIfc4x1::IfcRailingType, OdIfc4x1::IfcRamp, OdIfc4x1::IfcRampFlight, OdIfc4x1::IfcRampFlightType, OdIfc4x1::IfcRampType, OdIfc4x1::IfcRationalBSplineCurveWithKnots, OdIfc4x1::IfcRationalBSplineSurfaceWithKnots, OdIfc4x1::IfcRectangleHollowProfileDef, OdIfc4x1::IfcRectangleProfileDef, OdIfc4x1::IfcRectangularPyramid, OdIfc4x1::IfcRectangularTrimmedSurface, OdIfc4x1::IfcRecurrencePattern, OdIfc4x1::IfcReference, OdIfc4x1::IfcReferent, OdIfc4x1::IfcRegularTimeSeries, OdIfc4x1::IfcReinforcementBarProperties, OdIfc4x1::IfcReinforcementDefinitionProperties, OdIfc4x1::IfcReinforcingBar, OdIfc4x1::IfcReinforcingBarType, OdIfc4x1::IfcReinforcingElement, OdIfc4x1::IfcReinforcingMesh, OdIfc4x1::IfcReinforcingMeshType, OdIfc4x1::IfcRelAggregates, OdIfc4x1::IfcRelAssigns, OdIfc4x1::IfcRelAssignsToActor, OdIfc4x1::IfcRelAssignsToControl, OdIfc4x1::IfcRelAssignsToGroup, OdIfc4x1::IfcRelAssignsToGroupByFactor, OdIfc4x1::IfcRelAssignsToProcess, OdIfc4x1::IfcRelAssignsToProduct, OdIfc4x1::IfcRelAssignsToResource, OdIfc4x1::IfcRelAssociatesApproval, OdIfc4x1::IfcRelAssociates, OdIfc4x1::IfcRelAssociatesClassification, OdIfc4x1::IfcRelAssociatesConstraint, OdIfc4x1::IfcRelAssociatesDocument, OdIfc4x1::IfcRelAssociatesLibrary, OdIfc4x1::IfcRelAssociatesMaterial, OdIfc4x1::IfcRelConnectsElements, OdIfc4x1::IfcRelConnectsPathElements, OdIfc4x1::IfcRelConnectsPorts, OdIfc4x1::IfcRelConnectsPortToElement, OdIfc4x1::IfcRelConnectsStructuralActivity, OdIfc4x1::IfcRelConnectsStructuralMember, OdIfc4x1::IfcRelConnectsWithEccentricity, OdIfc4x1::IfcRelConnectsWithRealizingElements, OdIfc4x1::IfcRelContainedInSpatialStructure, OdIfc4x1::IfcRelCoversBldgElements, OdIfc4x1::IfcRelCoversSpaces, OdIfc4x1::IfcRelDeclares, OdIfc4x1::IfcRelDefinesByObject, OdIfc4x1::IfcRelDefinesByProperties, OdIfc4x1::IfcRelDefinesByTemplate, OdIfc4x1::IfcRelDefinesByType, OdIfc4x1::IfcRelFillsElement, OdIfc4x1::IfcRelFlowControlElements, OdIfc4x1::IfcRelInterferesElements, OdIfc4x1::IfcRelNests, OdIfc4x1::IfcRelProjectsElement, OdIfc4x1::IfcRelReferencedInSpatialStructure, OdIfc4x1::IfcRelSequence, OdIfc4x1::IfcRelServicesBuildings, OdIfc4x1::IfcRelSpaceBoundary1stLevel, OdIfc4x1::IfcRelSpaceBoundary2ndLevel, OdIfc4x1::IfcRelSpaceBoundary, OdIfc4x1::IfcRelVoidsElement, OdIfc4x1::IfcReparametrisedCompositeCurveSegment, OdIfc4x1::IfcRepresentation, OdIfc4x1::IfcRepresentationContext, OdIfc4x1::IfcRepresentationItem, OdIfc4x1::IfcRepresentationMap, OdIfc4x1::IfcResourceApprovalRelationship, OdIfc4x1::IfcResource, OdIfc4x1::IfcResourceConstraintRelationship, OdIfc4x1::IfcResourceLevelRelationship, OdIfc4x1::IfcResourceTime, OdIfc4x1::IfcRevolvedAreaSolid, OdIfc4x1::IfcRevolvedAreaSolidTapered, OdIfc4x1::IfcRightCircularCone, OdIfc4x1::IfcRightCircularCylinder, OdIfc4x1::IfcRoof, OdIfc4x1::IfcRoofType, OdIfc4x1::IfcRoot, OdIfc4x1::IfcRoundedRectangleProfileDef, OdIfc4x1::IfcSanitaryTerminal, OdIfc4x1::IfcSanitaryTerminalType, OdIfc4x1::IfcSchedulingTime, OdIfc4x1::IfcSectionedSolid, OdIfc4x1::IfcSectionedSolidHorizontal, OdIfc4x1::IfcSectionedSpine, OdIfc4x1::IfcSectionProperties, OdIfc4x1::IfcSectionReinforcementProperties, OdIfc4x1::IfcSensor, OdIfc4x1::IfcSensorType, OdIfc4x1::IfcShadingDevice, OdIfc4x1::IfcShadingDeviceType, OdIfc4x1::IfcShapeAspect, OdIfc4x1::IfcShapeModel, OdIfc4x1::IfcShapeModel, OdIfc4x1::IfcShellBasedSurfaceModel, OdIfc4x1::IfcSimplePropertyTemplate, OdIfc4x1::IfcSite, OdIfc4x1::IfcSIUnit, OdIfc4x1::IfcSlab, OdIfc4x1::IfcSlabType, OdIfc4x1::IfcSlippageConnectionCondition, OdIfc4x1::IfcSolarDevice, OdIfc4x1::IfcSolarDeviceType, OdIfc4x1::IfcSpace, OdIfc4x1::IfcSpaceHeater, OdIfc4x1::IfcSpaceHeaterType, OdIfc4x1::IfcSpaceType, OdIfc4x1::IfcSpatialElement, OdIfc4x1::IfcSpatialElementType, OdIfc4x1::IfcSpatialStructureElement, OdIfc4x1::IfcSpatialZone, OdIfc4x1::IfcSpatialZoneType, OdIfc4x1::IfcSphere, OdIfc4x1::IfcSphericalSurface, OdIfc4x1::IfcStackTerminal, OdIfc4x1::IfcStackTerminalType, OdIfc4x1::IfcStair, OdIfc4x1::IfcStairFlight, OdIfc4x1::IfcStairFlightType, OdIfc4x1::IfcStairType, OdIfc4x1::IfcStructuralAction, OdIfc4x1::IfcStructuralActivity, OdIfc4x1::IfcStructuralAnalysisModel, OdIfc4x1::IfcStructuralConnection, OdIfc4x1::IfcStructuralConnectionCondition, OdIfc4x1::IfcStructuralCurveAction, OdIfc4x1::IfcStructuralCurveConnection, OdIfc4x1::IfcStructuralCurveMember, OdIfc4x1::IfcStructuralCurveReaction, OdIfc4x1::IfcStructuralItem, OdIfc4x1::IfcStructuralItem, OdIfc4x1::IfcStructuralLoad, OdIfc4x1::IfcStructuralLoadCase, OdIfc4x1::IfcStructuralLoadConfiguration, OdIfc4x1::IfcStructuralLoadGroup, OdIfc4x1::IfcStructuralLoadLinearForce, OdIfc4x1::IfcStructuralLoadPlanarForce, OdIfc4x1::IfcStructuralLoadSingleDisplacement, OdIfc4x1::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x1::IfcStructuralLoadSingleForce, OdIfc4x1::IfcStructuralLoadSingleForceWarping, OdIfc4x1::IfcStructuralLoadTemperature, OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralPointConnection, OdIfc4x1::IfcStructuralResultGroup, OdIfc4x1::IfcStructuralSurfaceAction, OdIfc4x1::IfcStructuralSurfaceMember, OdIfc4x1::IfcStructuralSurfaceReaction, OdIfc4x1::IfcStyledItem, OdIfc4x1::IfcSubContractResource, OdIfc4x1::IfcSubContractResourceType, OdIfc4x1::IfcSubedge, OdIfc4x1::IfcSurfaceCurve, OdIfc4x1::IfcSurfaceCurveSweptAreaSolid, OdIfc4x1::IfcSurfaceFeature, OdIfc4x1::IfcSurfaceOfLinearExtrusion, OdIfc4x1::IfcSurfaceOfRevolution, OdIfc4x1::IfcSurfaceReinforcementArea, OdIfc4x1::IfcSurfaceStyle, OdIfc4x1::IfcSurfaceStyleLighting, OdIfc4x1::IfcSurfaceStyleRefraction, OdIfc4x1::IfcSurfaceStyleRendering, OdIfc4x1::IfcSurfaceStyleShading, OdIfc4x1::IfcSurfaceStyleWithTextures, OdIfc4x1::IfcSurfaceTexture, OdIfc4x1::IfcSweptAreaSolid, OdIfc4x1::IfcSweptDiskSolid, OdIfc4x1::IfcSweptDiskSolidPolygonal, OdIfc4x1::IfcSweptSurface, OdIfc4x1::IfcSwitchingDevice, OdIfc4x1::IfcSwitchingDeviceType, OdIfc4x1::IfcSystem, OdIfc4x1::IfcSystem, OdIfc4x1::IfcSystemFurnitureElement, OdIfc4x1::IfcSystemFurnitureElementType, OdIfc4x1::IfcTable, OdIfc4x1::IfcTableColumn, OdIfc4x1::IfcTableRow, OdIfc4x1::IfcTank, OdIfc4x1::IfcTankType, OdIfc4x1::IfcTask, OdIfc4x1::IfcTaskTime, OdIfc4x1::IfcTaskTimeRecurring, OdIfc4x1::IfcTaskType, OdIfc4x1::IfcTelecomAddress, OdIfc4x1::IfcTendonAnchor, OdIfc4x1::IfcTendonAnchorType, OdIfc4x1::IfcTendon, OdIfc4x1::IfcTendonType, OdIfc4x1::IfcTessellatedFaceSet, OdIfc4x1::IfcTextLiteral, OdIfc4x1::IfcTextLiteralWithExtent, OdIfc4x1::IfcTextStyle, OdIfc4x1::IfcTextStyleFontModel, OdIfc4x1::IfcTextStyleForDefinedFont, OdIfc4x1::IfcTextStyleTextModel, OdIfc4x1::IfcTextureCoordinate, OdIfc4x1::IfcTextureCoordinateGenerator, OdIfc4x1::IfcTextureMap, OdIfc4x1::IfcTextureVertex, OdIfc4x1::IfcTextureVertexList, OdIfc4x1::IfcTimePeriod, OdIfc4x1::IfcTimeSeries, OdIfc4x1::IfcTimeSeriesValue, OdIfc4x1::IfcToroidalSurface, OdIfc4x1::IfcTransformer, OdIfc4x1::IfcTransformerType, OdIfc4x1::IfcTransitionCurveSegment2D, OdIfc4x1::IfcTransportElement, OdIfc4x1::IfcTransportElementType, OdIfc4x1::IfcTrapeziumProfileDef, OdIfc4x1::IfcTriangulatedFaceSet, OdIfc4x1::IfcTriangulatedIrregularNetwork, OdIfc4x1::IfcTrimmedCurve, OdIfc4x1::IfcTShapeProfileDef, OdIfc4x1::IfcTubeBundle, OdIfc4x1::IfcTubeBundleType, OdIfc4x1::IfcTypeObject, OdIfc4x1::IfcTypeProcess, OdIfc4x1::IfcTypeProduct, OdIfc4x1::IfcTypeResource, OdIfc4x1::IfcUnitaryControlElement, OdIfc4x1::IfcUnitaryControlElementType, OdIfc4x1::IfcUnitaryEquipment, OdIfc4x1::IfcUnitaryEquipmentType, OdIfc4x1::IfcUnitAssignment, OdIfc4x1::IfcUShapeProfileDef, OdIfc4x1::IfcValve, OdIfc4x1::IfcValveType, OdIfc4x1::IfcVector, OdIfc4x1::IfcVertexLoop, OdIfc4x1::IfcVertexPoint, OdIfc4x1::IfcVibrationIsolator, OdIfc4x1::IfcVibrationIsolatorType, OdIfc4x1::IfcVirtualGridIntersection, OdIfc4x1::IfcVoidingFeature, OdIfc4x1::IfcWall, OdIfc4x1::IfcWallType, OdIfc4x1::IfcWasteTerminal, OdIfc4x1::IfcWasteTerminalType, OdIfc4x1::IfcWindow, OdIfc4x1::IfcWindowLiningProperties, OdIfc4x1::IfcWindowPanelProperties, OdIfc4x1::IfcWindowStyle, OdIfc4x1::IfcWindowType, OdIfc4x1::IfcWorkCalendar, OdIfc4x1::IfcWorkControl, OdIfc4x1::IfcWorkPlan, OdIfc4x1::IfcWorkSchedule, OdIfc4x1::IfcWorkTime, OdIfc4x1::IfcZone, OdIfc4x1::IfcZShapeProfileDef, OdIfc4x2::IfcActionRequest, OdIfc4x2::IfcActor, OdIfc4x2::IfcActorRole, OdIfc4x2::IfcActuator, OdIfc4x2::IfcActuatorType, OdIfc4x2::IfcAddress, OdIfc4x2::IfcAdvancedBrepWithVoids, OdIfc4x2::IfcAirTerminal, OdIfc4x2::IfcAirTerminalBox, OdIfc4x2::IfcAirTerminalBoxType, OdIfc4x2::IfcAirTerminalType, OdIfc4x2::IfcAirToAirHeatRecovery, OdIfc4x2::IfcAirToAirHeatRecoveryType, OdIfc4x2::IfcAlarm, OdIfc4x2::IfcAlarmType, OdIfc4x2::IfcAlignment2DHorizontal, OdIfc4x2::IfcAlignment2DHorizontalSegment, OdIfc4x2::IfcAlignment2DSegment, OdIfc4x2::IfcAlignment2DVerSegCircularArc, OdIfc4x2::IfcAlignment2DVerSegParabolicArc, OdIfc4x2::IfcAlignment2DVertical, OdIfc4x2::IfcAlignment2DVerticalSegment, OdIfc4x2::IfcAlignment, OdIfc4x2::IfcAlignmentCurve, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAnnotationFillArea, OdIfc4x2::IfcApplication, OdIfc4x2::IfcAppliedValue, OdIfc4x2::IfcApproval, OdIfc4x2::IfcApprovalRelationship, OdIfc4x2::IfcArbitraryClosedProfileDef, OdIfc4x2::IfcArbitraryOpenProfileDef, OdIfc4x2::IfcArbitraryProfileDefWithVoids, OdIfc4x2::IfcAsset, OdIfc4x2::IfcAsymmetricIShapeProfileDef, OdIfc4x2::IfcAudioVisualAppliance, OdIfc4x2::IfcAudioVisualApplianceType, OdIfc4x2::IfcAxis1Placement, OdIfc4x2::IfcAxis2Placement2D, OdIfc4x2::IfcAxis2Placement3D, OdIfc4x2::IfcBeam, OdIfc4x2::IfcBeamType, OdIfc4x2::IfcBearing, OdIfc4x2::IfcBearingType, OdIfc4x2::IfcBlobTexture, OdIfc4x2::IfcBlock, OdIfc4x2::IfcBoiler, OdIfc4x2::IfcBoilerType, OdIfc4x2::IfcBooleanResult, OdIfc4x2::IfcBoundaryCondition, OdIfc4x2::IfcBoundaryEdgeCondition, OdIfc4x2::IfcBoundaryFaceCondition, OdIfc4x2::IfcBoundaryNodeCondition, OdIfc4x2::IfcBoundaryNodeConditionWarping, OdIfc4x2::IfcBoundedCurve, OdIfc4x2::IfcBoundingBox, OdIfc4x2::IfcBoxedHalfSpace, OdIfc4x2::IfcBridge, OdIfc4x2::IfcBridgePart, OdIfc4x2::IfcBSplineCurve, OdIfc4x2::IfcBSplineCurveWithKnots, OdIfc4x2::IfcBSplineSurface, OdIfc4x2::IfcBSplineSurfaceWithKnots, OdIfc4x2::IfcBuilding, OdIfc4x2::IfcBuildingElementPart, OdIfc4x2::IfcBuildingElementPartType, OdIfc4x2::IfcBuildingElementProxy, OdIfc4x2::IfcBuildingElementProxyType, OdIfc4x2::IfcBuildingStorey, OdIfc4x2::IfcBuildingSystem, OdIfc4x2::IfcBurner, OdIfc4x2::IfcBurnerType, OdIfc4x2::IfcCableCarrierFitting, OdIfc4x2::IfcCableCarrierFittingType, OdIfc4x2::IfcCableCarrierSegment, OdIfc4x2::IfcCableCarrierSegmentType, OdIfc4x2::IfcCableFitting, OdIfc4x2::IfcCableFittingType, OdIfc4x2::IfcCableSegment, OdIfc4x2::IfcCableSegmentType, OdIfc4x2::IfcCaissonFoundation, OdIfc4x2::IfcCaissonFoundationType, OdIfc4x2::IfcCartesianPoint, OdIfc4x2::IfcCartesianPointList2D, OdIfc4x2::IfcCartesianPointList3D, OdIfc4x2::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator3D, OdIfc4x2::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator, OdIfc4x2::IfcCenterLineProfileDef, OdIfc4x2::IfcChiller, OdIfc4x2::IfcChillerType, OdIfc4x2::IfcChimney, OdIfc4x2::IfcChimneyType, OdIfc4x2::IfcCircle, OdIfc4x2::IfcCircleHollowProfileDef, OdIfc4x2::IfcCircleProfileDef, OdIfc4x2::IfcCircularArcSegment2D, OdIfc4x2::IfcClassification, OdIfc4x2::IfcClassificationReference, OdIfc4x2::IfcCoil, OdIfc4x2::IfcCoilType, OdIfc4x2::IfcColourRgb, OdIfc4x2::IfcColourRgbList, OdIfc4x2::IfcColourSpecification, OdIfc4x2::IfcColumn, OdIfc4x2::IfcColumnType, OdIfc4x2::IfcCommunicationsAppliance, OdIfc4x2::IfcCommunicationsApplianceType, OdIfc4x2::IfcComplexProperty, OdIfc4x2::IfcComplexPropertyTemplate, OdIfc4x2::IfcCompositeCurve, OdIfc4x2::IfcCompositeCurveSegment, OdIfc4x2::IfcCompositeProfileDef, OdIfc4x2::IfcCompressor, OdIfc4x2::IfcCompressorType, OdIfc4x2::IfcCondenser, OdIfc4x2::IfcCondenserType, OdIfc4x2::IfcConic, OdIfc4x2::IfcConnectedFaceSet, OdIfc4x2::IfcConnectionCurveGeometry, OdIfc4x2::IfcConnectionPointEccentricity, OdIfc4x2::IfcConnectionPointGeometry, OdIfc4x2::IfcConnectionSurfaceGeometry, OdIfc4x2::IfcConnectionVolumeGeometry, OdIfc4x2::IfcConstraint, OdIfc4x2::IfcConstructionEquipmentResource, OdIfc4x2::IfcConstructionEquipmentResourceType, OdIfc4x2::IfcConstructionMaterialResource, OdIfc4x2::IfcConstructionMaterialResourceType, OdIfc4x2::IfcConstructionProductResource, OdIfc4x2::IfcConstructionProductResourceType, OdIfc4x2::IfcConstructionResource, OdIfc4x2::IfcConstructionResourceType, OdIfc4x2::IfcContext, OdIfc4x2::IfcContextDependentUnit, OdIfc4x2::IfcControl, OdIfc4x2::IfcController, OdIfc4x2::IfcControllerType, OdIfc4x2::IfcConversionBasedUnit, OdIfc4x2::IfcConversionBasedUnitWithOffset, OdIfc4x2::IfcCooledBeam, OdIfc4x2::IfcCooledBeamType, OdIfc4x2::IfcCoolingTower, OdIfc4x2::IfcCoolingTowerType, OdIfc4x2::IfcCoordinateOperation, OdIfc4x2::IfcCoordinateReferenceSystem, OdIfc4x2::IfcCostItem, OdIfc4x2::IfcCostSchedule, OdIfc4x2::IfcCovering, OdIfc4x2::IfcCoveringType, OdIfc4x2::IfcCrewResource, OdIfc4x2::IfcCrewResourceType, OdIfc4x2::IfcCsgPrimitive3D, OdIfc4x2::IfcCsgSolid, OdIfc4x2::IfcCShapeProfileDef, OdIfc4x2::IfcCurrencyRelationship, OdIfc4x2::IfcCurtainWall, OdIfc4x2::IfcCurtainWallType, OdIfc4x2::IfcCurveBoundedPlane, OdIfc4x2::IfcCurveBoundedSurface, OdIfc4x2::IfcCurveSegment2D, OdIfc4x2::IfcCurveStyle, OdIfc4x2::IfcCurveStyleFontAndScaling, OdIfc4x2::IfcCurveStyleFont, OdIfc4x2::IfcCurveStyleFontPattern, OdIfc4x2::IfcCylindricalSurface, OdIfc4x2::IfcDamper, OdIfc4x2::IfcDamperType, OdIfc4x2::IfcDerivedProfileDef, OdIfc4x2::IfcDerivedUnit, OdIfc4x2::IfcDerivedUnitElement, OdIfc4x2::IfcDimensionalExponents, OdIfc4x2::IfcDirection, OdIfc4x2::IfcDiscreteAccessory, OdIfc4x2::IfcDiscreteAccessoryType, OdIfc4x2::IfcDistanceExpression, OdIfc4x2::IfcDistributionChamberElement, OdIfc4x2::IfcDistributionChamberElementType, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionPort, OdIfc4x2::IfcDistributionSystem, OdIfc4x2::IfcDocumentInformation, OdIfc4x2::IfcDocumentInformationRelationship, OdIfc4x2::IfcDocumentReference, OdIfc4x2::IfcDoor, OdIfc4x2::IfcDoorLiningProperties, OdIfc4x2::IfcDoorPanelProperties, OdIfc4x2::IfcDoorStyle, OdIfc4x2::IfcDoorType, OdIfc4x2::IfcDuctFitting, OdIfc4x2::IfcDuctFittingType, OdIfc4x2::IfcDuctSegment, OdIfc4x2::IfcDuctSegmentType, OdIfc4x2::IfcDuctSilencer, OdIfc4x2::IfcDuctSilencerType, OdIfc4x2::IfcEdge, OdIfc4x2::IfcEdgeCurve, OdIfc4x2::IfcEdgeLoop, OdIfc4x2::IfcElectricAppliance, OdIfc4x2::IfcElectricApplianceType, OdIfc4x2::IfcElectricDistributionBoard, OdIfc4x2::IfcElectricDistributionBoardType, OdIfc4x2::IfcElectricFlowStorageDevice, OdIfc4x2::IfcElectricFlowStorageDeviceType, OdIfc4x2::IfcElectricGenerator, OdIfc4x2::IfcElectricGeneratorType, OdIfc4x2::IfcElectricMotor, OdIfc4x2::IfcElectricMotorType, OdIfc4x2::IfcElectricTimeControl, OdIfc4x2::IfcElectricTimeControlType, OdIfc4x2::IfcElementarySurface, OdIfc4x2::IfcElementAssembly, OdIfc4x2::IfcElementAssemblyType, OdIfc4x2::IfcElement, OdIfc4x2::IfcElementQuantity, OdIfc4x2::IfcElementType, OdIfc4x2::IfcEllipse, OdIfc4x2::IfcEllipseProfileDef, OdIfc4x2::IfcEngine, OdIfc4x2::IfcEngineType, OdIfc4x2::IfcEvaporativeCooler, OdIfc4x2::IfcEvaporativeCoolerType, OdIfc4x2::IfcEvaporator, OdIfc4x2::IfcEvaporatorType, OdIfc4x2::IfcEvent, OdIfc4x2::IfcEventTime, OdIfc4x2::IfcEventType, OdIfc4x2::IfcExtendedProperties, OdIfc4x2::IfcExternalReference, OdIfc4x2::IfcExternalReferenceRelationship, OdIfc4x2::IfcExternalSpatialElement, OdIfc4x2::IfcExtrudedAreaSolid, OdIfc4x2::IfcExtrudedAreaSolidTapered, OdIfc4x2::IfcFace, OdIfc4x2::IfcFaceBasedSurfaceModel, OdIfc4x2::IfcFaceBound, OdIfc4x2::IfcFaceSurface, OdIfc4x2::IfcFacetedBrepWithVoids, OdIfc4x2::IfcFailureConnectionCondition, OdIfc4x2::IfcFan, OdIfc4x2::IfcFanType, OdIfc4x2::IfcFastener, OdIfc4x2::IfcFastenerType, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFillAreaStyle, OdIfc4x2::IfcFillAreaStyleHatching, OdIfc4x2::IfcFillAreaStyleTiles, OdIfc4x2::IfcFilter, OdIfc4x2::IfcFilterType, OdIfc4x2::IfcFireSuppressionTerminal, OdIfc4x2::IfcFireSuppressionTerminalType, OdIfc4x2::IfcFixedReferenceSweptAreaSolid, OdIfc4x2::IfcFlowInstrument, OdIfc4x2::IfcFlowInstrumentType, OdIfc4x2::IfcFlowMeter, OdIfc4x2::IfcFlowMeterType, OdIfc4x2::IfcFooting, OdIfc4x2::IfcFootingType, OdIfc4x2::IfcFurniture, OdIfc4x2::IfcFurnitureType, OdIfc4x2::IfcGeographicElement, OdIfc4x2::IfcGeographicElementType, OdIfc4x2::IfcGeometricRepresentationContext, OdIfc4x2::IfcGeometricRepresentationSubContext, OdIfc4x2::IfcGeometricSet, OdIfc4x2::IfcGrid, OdIfc4x2::IfcGridAxis, OdIfc4x2::IfcGridPlacement, OdIfc4x2::IfcGroup, OdIfc4x2::IfcGroup, OdIfc4x2::IfcHalfSpaceSolid, OdIfc4x2::IfcHeatExchanger, OdIfc4x2::IfcHeatExchangerType, OdIfc4x2::IfcHumidifier, OdIfc4x2::IfcHumidifierType, OdIfc4x2::IfcImageTexture, OdIfc4x2::IfcIndexedColourMap, OdIfc4x2::IfcIndexedPolyCurve, OdIfc4x2::IfcIndexedPolygonalFace, OdIfc4x2::IfcIndexedPolygonalFaceWithVoids, OdIfc4x2::IfcIndexedTextureMap, OdIfc4x2::IfcIndexedTriangleTextureMap, OdIfc4x2::IfcInterceptor, OdIfc4x2::IfcInterceptorType, OdIfc4x2::IfcInventory, OdIfc4x2::IfcIrregularTimeSeries, OdIfc4x2::IfcIrregularTimeSeriesValue, OdIfc4x2::IfcIShapeProfileDef, OdIfc4x2::IfcJunctionBox, OdIfc4x2::IfcJunctionBoxType, OdIfc4x2::IfcLaborResource, OdIfc4x2::IfcLaborResourceType, OdIfc4x2::IfcLagTime, OdIfc4x2::IfcLamp, OdIfc4x2::IfcLampType, OdIfc4x2::IfcLibraryInformation, OdIfc4x2::IfcLibraryReference, OdIfc4x2::IfcLightDistributionData, OdIfc4x2::IfcLightFixture, OdIfc4x2::IfcLightFixtureType, OdIfc4x2::IfcLightIntensityDistribution, OdIfc4x2::IfcLightSource, OdIfc4x2::IfcLightSourceDirectional, OdIfc4x2::IfcLightSourceGoniometric, OdIfc4x2::IfcLightSourcePositional, OdIfc4x2::IfcLightSourceSpot, OdIfc4x2::IfcLinearPlacement, OdIfc4x2::IfcLinearPositioningElement, OdIfc4x2::IfcLine, OdIfc4x2::IfcLocalPlacement, OdIfc4x2::IfcLShapeProfileDef, OdIfc4x2::IfcManifoldSolidBrep, OdIfc4x2::IfcMapConversion, OdIfc4x2::IfcMappedItem, OdIfc4x2::IfcMaterial, OdIfc4x2::IfcMaterialClassificationRelationship, OdIfc4x2::IfcMaterialConstituent, OdIfc4x2::IfcMaterialConstituentSet, OdIfc4x2::IfcMaterialDefinition, OdIfc4x2::IfcMaterialDefinitionRepresentation, OdIfc4x2::IfcMaterialLayer, OdIfc4x2::IfcMaterialLayerSet, OdIfc4x2::IfcMaterialLayerSetUsage, OdIfc4x2::IfcMaterialLayerWithOffsets, OdIfc4x2::IfcMaterialList, OdIfc4x2::IfcMaterialProfile, OdIfc4x2::IfcMaterialProfileSet, OdIfc4x2::IfcMaterialProfileSetUsage, OdIfc4x2::IfcMaterialProfileSetUsageTapering, OdIfc4x2::IfcMaterialProfileWithOffsets, OdIfc4x2::IfcMaterialProperties, OdIfc4x2::IfcMaterialRelationship, OdIfc4x2::IfcMaterialUsageDefinition, OdIfc4x2::IfcMeasureWithUnit, OdIfc4x2::IfcMechanicalFastener, OdIfc4x2::IfcMechanicalFastenerType, OdIfc4x2::IfcMedicalDevice, OdIfc4x2::IfcMedicalDeviceType, OdIfc4x2::IfcMember, OdIfc4x2::IfcMemberType, OdIfc4x2::IfcMetric, OdIfc4x2::IfcMonetaryUnit, OdIfc4x2::IfcMotorConnection, OdIfc4x2::IfcMotorConnectionType, OdIfc4x2::IfcNamedUnit, OdIfc4x2::IfcObject, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcObjective, OdIfc4x2::IfcObjectPlacement, OdIfc4x2::IfcOccupant, OdIfc4x2::IfcOffsetCurve2D, OdIfc4x2::IfcOffsetCurve3D, OdIfc4x2::IfcOffsetCurve, OdIfc4x2::IfcOffsetCurveByDistances, OdIfc4x2::IfcOpeningElement, OdIfc4x2::IfcOrganization, OdIfc4x2::IfcOrganizationRelationship, OdIfc4x2::IfcOrientationExpression, OdIfc4x2::IfcOrientedEdge, OdIfc4x2::IfcOutlet, OdIfc4x2::IfcOutletType, OdIfc4x2::IfcOwnerHistory, OdIfc4x2::IfcParameterizedProfileDef, OdIfc4x2::IfcPath, OdIfc4x2::IfcPcurve, OdIfc4x2::IfcPerformanceHistory, OdIfc4x2::IfcPermeableCoveringProperties, OdIfc4x2::IfcPermit, OdIfc4x2::IfcPersonAndOrganization, OdIfc4x2::IfcPerson, OdIfc4x2::IfcPhysicalComplexQuantity, OdIfc4x2::IfcPhysicalQuantity, OdIfc4x2::IfcPhysicalSimpleQuantity, OdIfc4x2::IfcPile, OdIfc4x2::IfcPileType, OdIfc4x2::IfcPipeFitting, OdIfc4x2::IfcPipeFittingType, OdIfc4x2::IfcPipeSegment, OdIfc4x2::IfcPipeSegmentType, OdIfc4x2::IfcPixelTexture, OdIfc4x2::IfcPlacement, OdIfc4x2::IfcPlanarBox, OdIfc4x2::IfcPlanarExtent, OdIfc4x2::IfcPlate, OdIfc4x2::IfcPlateType, OdIfc4x2::IfcPointOnCurve, OdIfc4x2::IfcPointOnSurface, OdIfc4x2::IfcPolygonalBoundedHalfSpace, OdIfc4x2::IfcPolygonalFaceSet, OdIfc4x2::IfcPolyline, OdIfc4x2::IfcPolyLoop, OdIfc4x2::IfcPort, OdIfc4x2::IfcPort, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcPostalAddress, OdIfc4x2::IfcPreDefinedItem, OdIfc4x2::IfcPresentationLayerAssignment, OdIfc4x2::IfcPresentationLayerWithStyle, OdIfc4x2::IfcPresentationStyleAssignment, OdIfc4x2::IfcPresentationStyle, OdIfc4x2::IfcProcedure, OdIfc4x2::IfcProcedureType, OdIfc4x2::IfcProcess, OdIfc4x2::IfcProduct, OdIfc4x2::IfcProductDefinitionShape, OdIfc4x2::IfcProductDefinitionShape, OdIfc4x2::IfcProductRepresentation, OdIfc4x2::IfcProfileDef, OdIfc4x2::IfcProfileProperties, OdIfc4x2::IfcProjectedCRS, OdIfc4x2::IfcProjectionElement, OdIfc4x2::IfcProjectOrder, OdIfc4x2::IfcPropertyAbstraction, OdIfc4x2::IfcProperty, OdIfc4x2::IfcPropertyBoundedValue, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertyDependencyRelationship, OdIfc4x2::IfcPropertyEnumeratedValue, OdIfc4x2::IfcPropertyEnumeration, OdIfc4x2::IfcPropertyListValue, OdIfc4x2::IfcPropertyReferenceValue, OdIfc4x2::IfcPropertySet, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetTemplate, OdIfc4x2::IfcPropertySingleValue, OdIfc4x2::IfcPropertyTableValue, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcProtectiveDevice, OdIfc4x2::IfcProtectiveDeviceTrippingUnit, OdIfc4x2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x2::IfcProtectiveDeviceType, OdIfc4x2::IfcProxy, OdIfc4x2::IfcPump, OdIfc4x2::IfcPumpType, OdIfc4x2::IfcQuantityArea, OdIfc4x2::IfcQuantityCount, OdIfc4x2::IfcQuantityLength, OdIfc4x2::IfcQuantityTime, OdIfc4x2::IfcQuantityVolume, OdIfc4x2::IfcQuantityWeight, OdIfc4x2::IfcRailing, OdIfc4x2::IfcRailingType, OdIfc4x2::IfcRamp, OdIfc4x2::IfcRampFlight, OdIfc4x2::IfcRampFlightType, OdIfc4x2::IfcRampType, OdIfc4x2::IfcRationalBSplineCurveWithKnots, OdIfc4x2::IfcRationalBSplineSurfaceWithKnots, OdIfc4x2::IfcRectangleHollowProfileDef, OdIfc4x2::IfcRectangleProfileDef, OdIfc4x2::IfcRectangularPyramid, OdIfc4x2::IfcRectangularTrimmedSurface, OdIfc4x2::IfcRecurrencePattern, OdIfc4x2::IfcReference, OdIfc4x2::IfcReferent, OdIfc4x2::IfcRegularTimeSeries, OdIfc4x2::IfcReinforcementBarProperties, OdIfc4x2::IfcReinforcementDefinitionProperties, OdIfc4x2::IfcReinforcingBar, OdIfc4x2::IfcReinforcingBarType, OdIfc4x2::IfcReinforcingElement, OdIfc4x2::IfcReinforcingMesh, OdIfc4x2::IfcReinforcingMeshType, OdIfc4x2::IfcRelAggregates, OdIfc4x2::IfcRelAssigns, OdIfc4x2::IfcRelAssignsToActor, OdIfc4x2::IfcRelAssignsToControl, OdIfc4x2::IfcRelAssignsToGroup, OdIfc4x2::IfcRelAssignsToGroupByFactor, OdIfc4x2::IfcRelAssignsToProcess, OdIfc4x2::IfcRelAssignsToProduct, OdIfc4x2::IfcRelAssignsToResource, OdIfc4x2::IfcRelAssociatesApproval, OdIfc4x2::IfcRelAssociates, OdIfc4x2::IfcRelAssociatesClassification, OdIfc4x2::IfcRelAssociatesConstraint, OdIfc4x2::IfcRelAssociatesDocument, OdIfc4x2::IfcRelAssociatesLibrary, OdIfc4x2::IfcRelAssociatesMaterial, OdIfc4x2::IfcRelConnectsElements, OdIfc4x2::IfcRelConnectsPathElements, OdIfc4x2::IfcRelConnectsPorts, OdIfc4x2::IfcRelConnectsPortToElement, OdIfc4x2::IfcRelConnectsStructuralActivity, OdIfc4x2::IfcRelConnectsStructuralMember, OdIfc4x2::IfcRelConnectsWithEccentricity, OdIfc4x2::IfcRelConnectsWithRealizingElements, OdIfc4x2::IfcRelContainedInSpatialStructure, OdIfc4x2::IfcRelCoversBldgElements, OdIfc4x2::IfcRelCoversSpaces, OdIfc4x2::IfcRelDeclares, OdIfc4x2::IfcRelDefinesByObject, OdIfc4x2::IfcRelDefinesByProperties, OdIfc4x2::IfcRelDefinesByTemplate, OdIfc4x2::IfcRelDefinesByType, OdIfc4x2::IfcRelFillsElement, OdIfc4x2::IfcRelFlowControlElements, OdIfc4x2::IfcRelInterferesElements, OdIfc4x2::IfcRelNests, OdIfc4x2::IfcRelPositions, OdIfc4x2::IfcRelProjectsElement, OdIfc4x2::IfcRelReferencedInSpatialStructure, OdIfc4x2::IfcRelSequence, OdIfc4x2::IfcRelServicesBuildings, OdIfc4x2::IfcRelSpaceBoundary1stLevel, OdIfc4x2::IfcRelSpaceBoundary2ndLevel, OdIfc4x2::IfcRelSpaceBoundary, OdIfc4x2::IfcRelVoidsElement, OdIfc4x2::IfcReparametrisedCompositeCurveSegment, OdIfc4x2::IfcRepresentation, OdIfc4x2::IfcRepresentationContext, OdIfc4x2::IfcRepresentationItem, OdIfc4x2::IfcRepresentationMap, OdIfc4x2::IfcResourceApprovalRelationship, OdIfc4x2::IfcResource, OdIfc4x2::IfcResourceConstraintRelationship, OdIfc4x2::IfcResourceLevelRelationship, OdIfc4x2::IfcResourceTime, OdIfc4x2::IfcRevolvedAreaSolid, OdIfc4x2::IfcRevolvedAreaSolidTapered, OdIfc4x2::IfcRightCircularCone, OdIfc4x2::IfcRightCircularCylinder, OdIfc4x2::IfcRoof, OdIfc4x2::IfcRoofType, OdIfc4x2::IfcRoot, OdIfc4x2::IfcRoundedRectangleProfileDef, OdIfc4x2::IfcSanitaryTerminal, OdIfc4x2::IfcSanitaryTerminalType, OdIfc4x2::IfcSchedulingTime, OdIfc4x2::IfcSectionedSolid, OdIfc4x2::IfcSectionedSolidHorizontal, OdIfc4x2::IfcSectionedSpine, OdIfc4x2::IfcSectionProperties, OdIfc4x2::IfcSectionReinforcementProperties, OdIfc4x2::IfcSensor, OdIfc4x2::IfcSensorType, OdIfc4x2::IfcShadingDevice, OdIfc4x2::IfcShadingDeviceType, OdIfc4x2::IfcShapeAspect, OdIfc4x2::IfcShapeModel, OdIfc4x2::IfcShapeModel, OdIfc4x2::IfcShellBasedSurfaceModel, OdIfc4x2::IfcSimplePropertyTemplate, OdIfc4x2::IfcSite, OdIfc4x2::IfcSIUnit, OdIfc4x2::IfcSlab, OdIfc4x2::IfcSlabType, OdIfc4x2::IfcSlippageConnectionCondition, OdIfc4x2::IfcSolarDevice, OdIfc4x2::IfcSolarDeviceType, OdIfc4x2::IfcSpace, OdIfc4x2::IfcSpaceHeater, OdIfc4x2::IfcSpaceHeaterType, OdIfc4x2::IfcSpaceType, OdIfc4x2::IfcSpatialElement, OdIfc4x2::IfcSpatialElementType, OdIfc4x2::IfcSpatialStructureElement, OdIfc4x2::IfcSpatialZone, OdIfc4x2::IfcSpatialZoneType, OdIfc4x2::IfcSphere, OdIfc4x2::IfcSphericalSurface, OdIfc4x2::IfcStackTerminal, OdIfc4x2::IfcStackTerminalType, OdIfc4x2::IfcStair, OdIfc4x2::IfcStairFlight, OdIfc4x2::IfcStairFlightType, OdIfc4x2::IfcStairType, OdIfc4x2::IfcStructuralAction, OdIfc4x2::IfcStructuralActivity, OdIfc4x2::IfcStructuralAnalysisModel, OdIfc4x2::IfcStructuralConnection, OdIfc4x2::IfcStructuralConnectionCondition, OdIfc4x2::IfcStructuralCurveAction, OdIfc4x2::IfcStructuralCurveConnection, OdIfc4x2::IfcStructuralCurveMember, OdIfc4x2::IfcStructuralCurveReaction, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralLoad, OdIfc4x2::IfcStructuralLoadCase, OdIfc4x2::IfcStructuralLoadConfiguration, OdIfc4x2::IfcStructuralLoadGroup, OdIfc4x2::IfcStructuralLoadLinearForce, OdIfc4x2::IfcStructuralLoadPlanarForce, OdIfc4x2::IfcStructuralLoadSingleDisplacement, OdIfc4x2::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x2::IfcStructuralLoadSingleForce, OdIfc4x2::IfcStructuralLoadSingleForceWarping, OdIfc4x2::IfcStructuralLoadTemperature, OdIfc4x2::IfcStructuralMember, OdIfc4x2::IfcStructuralMember, OdIfc4x2::IfcStructuralPointConnection, OdIfc4x2::IfcStructuralResultGroup, OdIfc4x2::IfcStructuralSurfaceAction, OdIfc4x2::IfcStructuralSurfaceMember, OdIfc4x2::IfcStructuralSurfaceReaction, OdIfc4x2::IfcStyledItem, OdIfc4x2::IfcSubContractResource, OdIfc4x2::IfcSubContractResourceType, OdIfc4x2::IfcSubedge, OdIfc4x2::IfcSurfaceCurve, OdIfc4x2::IfcSurfaceCurveSweptAreaSolid, OdIfc4x2::IfcSurfaceFeature, OdIfc4x2::IfcSurfaceOfLinearExtrusion, OdIfc4x2::IfcSurfaceOfRevolution, OdIfc4x2::IfcSurfaceReinforcementArea, OdIfc4x2::IfcSurfaceStyle, OdIfc4x2::IfcSurfaceStyleLighting, OdIfc4x2::IfcSurfaceStyleRefraction, OdIfc4x2::IfcSurfaceStyleRendering, OdIfc4x2::IfcSurfaceStyleShading, OdIfc4x2::IfcSurfaceStyleWithTextures, OdIfc4x2::IfcSurfaceTexture, OdIfc4x2::IfcSweptAreaSolid, OdIfc4x2::IfcSweptDiskSolid, OdIfc4x2::IfcSweptDiskSolidPolygonal, OdIfc4x2::IfcSweptSurface, OdIfc4x2::IfcSwitchingDevice, OdIfc4x2::IfcSwitchingDeviceType, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystemFurnitureElement, OdIfc4x2::IfcSystemFurnitureElementType, OdIfc4x2::IfcTable, OdIfc4x2::IfcTableColumn, OdIfc4x2::IfcTableRow, OdIfc4x2::IfcTank, OdIfc4x2::IfcTankType, OdIfc4x2::IfcTask, OdIfc4x2::IfcTaskTime, OdIfc4x2::IfcTaskTimeRecurring, OdIfc4x2::IfcTaskType, OdIfc4x2::IfcTelecomAddress, OdIfc4x2::IfcTendonAnchor, OdIfc4x2::IfcTendonAnchorType, OdIfc4x2::IfcTendon, OdIfc4x2::IfcTendonConduit, OdIfc4x2::IfcTendonConduitType, OdIfc4x2::IfcTendonType, OdIfc4x2::IfcTessellatedFaceSet, OdIfc4x2::IfcTextLiteral, OdIfc4x2::IfcTextLiteralWithExtent, OdIfc4x2::IfcTextStyle, OdIfc4x2::IfcTextStyleFontModel, OdIfc4x2::IfcTextStyleForDefinedFont, OdIfc4x2::IfcTextStyleTextModel, OdIfc4x2::IfcTextureCoordinate, OdIfc4x2::IfcTextureCoordinateGenerator, OdIfc4x2::IfcTextureMap, OdIfc4x2::IfcTextureVertex, OdIfc4x2::IfcTextureVertexList, OdIfc4x2::IfcTimePeriod, OdIfc4x2::IfcTimeSeries, OdIfc4x2::IfcTimeSeriesValue, OdIfc4x2::IfcToroidalSurface, OdIfc4x2::IfcTransformer, OdIfc4x2::IfcTransformerType, OdIfc4x2::IfcTransitionCurveSegment2D, OdIfc4x2::IfcTransportElement, OdIfc4x2::IfcTransportElementType, OdIfc4x2::IfcTrapeziumProfileDef, OdIfc4x2::IfcTriangulatedFaceSet, OdIfc4x2::IfcTriangulatedIrregularNetwork, OdIfc4x2::IfcTrimmedCurve, OdIfc4x2::IfcTShapeProfileDef, OdIfc4x2::IfcTubeBundle, OdIfc4x2::IfcTubeBundleType, OdIfc4x2::IfcTypeObject, OdIfc4x2::IfcTypeProcess, OdIfc4x2::IfcTypeProduct, OdIfc4x2::IfcTypeResource, OdIfc4x2::IfcUnitaryControlElement, OdIfc4x2::IfcUnitaryControlElementType, OdIfc4x2::IfcUnitaryEquipment, OdIfc4x2::IfcUnitaryEquipmentType, OdIfc4x2::IfcUnitAssignment, OdIfc4x2::IfcUShapeProfileDef, OdIfc4x2::IfcValve, OdIfc4x2::IfcValveType, OdIfc4x2::IfcVector, OdIfc4x2::IfcVertexLoop, OdIfc4x2::IfcVertexPoint, OdIfc4x2::IfcVibrationDamper, OdIfc4x2::IfcVibrationDamperType, OdIfc4x2::IfcVibrationIsolator, OdIfc4x2::IfcVibrationIsolatorType, OdIfc4x2::IfcVirtualGridIntersection, OdIfc4x2::IfcVoidingFeature, OdIfc4x2::IfcWall, OdIfc4x2::IfcWallType, OdIfc4x2::IfcWasteTerminal, OdIfc4x2::IfcWasteTerminalType, OdIfc4x2::IfcWindow, OdIfc4x2::IfcWindowLiningProperties, OdIfc4x2::IfcWindowPanelProperties, OdIfc4x2::IfcWindowStyle, OdIfc4x2::IfcWindowType, OdIfc4x2::IfcWorkCalendar, OdIfc4x2::IfcWorkControl, OdIfc4x2::IfcWorkPlan, OdIfc4x2::IfcWorkSchedule, OdIfc4x2::IfcWorkTime, OdIfc4x2::IfcZone, OdIfc4x2::IfcZShapeProfileDef, OdIfc4x3_rc1::IfcActionRequest, OdIfc4x3_rc1::IfcActor, OdIfc4x3_rc1::IfcActorRole, OdIfc4x3_rc1::IfcActuator, OdIfc4x3_rc1::IfcActuatorType, OdIfc4x3_rc1::IfcAddress, OdIfc4x3_rc1::IfcAdvancedBrepWithVoids, OdIfc4x3_rc1::IfcAirTerminal, OdIfc4x3_rc1::IfcAirTerminalBox, OdIfc4x3_rc1::IfcAirTerminalBoxType, OdIfc4x3_rc1::IfcAirTerminalType, OdIfc4x3_rc1::IfcAirToAirHeatRecovery, OdIfc4x3_rc1::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc1::IfcAlarm, OdIfc4x3_rc1::IfcAlarmType, OdIfc4x3_rc1::IfcAlignment2DCant, OdIfc4x3_rc1::IfcAlignment2DCantSegment, OdIfc4x3_rc1::IfcAlignment2DCantSegTransition, OdIfc4x3_rc1::IfcAlignment2DHorizontal, OdIfc4x3_rc1::IfcAlignment2DHorizontalSegment, OdIfc4x3_rc1::IfcAlignment2DSegment, OdIfc4x3_rc1::IfcAlignment2DVerSegCircularArc, OdIfc4x3_rc1::IfcAlignment2DVerSegParabolicArc, OdIfc4x3_rc1::IfcAlignment2DVerSegTransition, OdIfc4x3_rc1::IfcAlignment2DVertical, OdIfc4x3_rc1::IfcAlignment2DVerticalSegment, OdIfc4x3_rc1::IfcAlignment, OdIfc4x3_rc1::IfcAlignmentCurve, OdIfc4x3_rc1::IfcAnnotation, OdIfc4x3_rc1::IfcAnnotationFillArea, OdIfc4x3_rc1::IfcApplication, OdIfc4x3_rc1::IfcAppliedValue, OdIfc4x3_rc1::IfcApproval, OdIfc4x3_rc1::IfcApprovalRelationship, OdIfc4x3_rc1::IfcArbitraryClosedProfileDef, OdIfc4x3_rc1::IfcArbitraryOpenProfileDef, OdIfc4x3_rc1::IfcArbitraryProfileDefWithVoids, OdIfc4x3_rc1::IfcAsset, OdIfc4x3_rc1::IfcAsymmetricIShapeProfileDef, OdIfc4x3_rc1::IfcAudioVisualAppliance, OdIfc4x3_rc1::IfcAudioVisualApplianceType, OdIfc4x3_rc1::IfcAxis1Placement, OdIfc4x3_rc1::IfcAxis2Placement2D, OdIfc4x3_rc1::IfcAxis2Placement3D, OdIfc4x3_rc1::IfcAxisLateralInclination, OdIfc4x3_rc1::IfcBeam, OdIfc4x3_rc1::IfcBeamType, OdIfc4x3_rc1::IfcBearing, OdIfc4x3_rc1::IfcBearingType, OdIfc4x3_rc1::IfcBlobTexture, OdIfc4x3_rc1::IfcBlock, OdIfc4x3_rc1::IfcBoiler, OdIfc4x3_rc1::IfcBoilerType, OdIfc4x3_rc1::IfcBooleanResult, OdIfc4x3_rc1::IfcBoundaryCondition, OdIfc4x3_rc1::IfcBoundaryEdgeCondition, OdIfc4x3_rc1::IfcBoundaryFaceCondition, OdIfc4x3_rc1::IfcBoundaryNodeCondition, OdIfc4x3_rc1::IfcBoundaryNodeConditionWarping, OdIfc4x3_rc1::IfcBoundedCurve, OdIfc4x3_rc1::IfcBoundingBox, OdIfc4x3_rc1::IfcBoxedHalfSpace, OdIfc4x3_rc1::IfcBridge, OdIfc4x3_rc1::IfcBSplineCurve, OdIfc4x3_rc1::IfcBSplineCurveWithKnots, OdIfc4x3_rc1::IfcBSplineSurface, OdIfc4x3_rc1::IfcBSplineSurfaceWithKnots, OdIfc4x3_rc1::IfcBuilding, OdIfc4x3_rc1::IfcBuildingElementPart, OdIfc4x3_rc1::IfcBuildingElementPartType, OdIfc4x3_rc1::IfcBuildingElementProxy, OdIfc4x3_rc1::IfcBuildingElementProxyType, OdIfc4x3_rc1::IfcBuildingStorey, OdIfc4x3_rc1::IfcBuildingSystem, OdIfc4x3_rc1::IfcBuiltSystem, OdIfc4x3_rc1::IfcBurner, OdIfc4x3_rc1::IfcBurnerType, OdIfc4x3_rc1::IfcCableCarrierFitting, OdIfc4x3_rc1::IfcCableCarrierFittingType, OdIfc4x3_rc1::IfcCableCarrierSegment, OdIfc4x3_rc1::IfcCableCarrierSegmentType, OdIfc4x3_rc1::IfcCableFitting, OdIfc4x3_rc1::IfcCableFittingType, OdIfc4x3_rc1::IfcCableSegment, OdIfc4x3_rc1::IfcCableSegmentType, OdIfc4x3_rc1::IfcCaissonFoundation, OdIfc4x3_rc1::IfcCaissonFoundationType, OdIfc4x3_rc1::IfcCartesianPoint, OdIfc4x3_rc1::IfcCartesianPointList2D, OdIfc4x3_rc1::IfcCartesianPointList3D, OdIfc4x3_rc1::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x3_rc1::IfcCartesianTransformationOperator3D, OdIfc4x3_rc1::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x3_rc1::IfcCartesianTransformationOperator, OdIfc4x3_rc1::IfcCenterLineProfileDef, OdIfc4x3_rc1::IfcChiller, OdIfc4x3_rc1::IfcChillerType, OdIfc4x3_rc1::IfcChimney, OdIfc4x3_rc1::IfcChimneyType, OdIfc4x3_rc1::IfcCircle, OdIfc4x3_rc1::IfcCircleHollowProfileDef, OdIfc4x3_rc1::IfcCircleProfileDef, OdIfc4x3_rc1::IfcCircularArcSegment2D, OdIfc4x3_rc1::IfcClassification, OdIfc4x3_rc1::IfcClassificationReference, OdIfc4x3_rc1::IfcCoil, OdIfc4x3_rc1::IfcCoilType, OdIfc4x3_rc1::IfcColourRgb, OdIfc4x3_rc1::IfcColourRgbList, OdIfc4x3_rc1::IfcColourSpecification, OdIfc4x3_rc1::IfcColumn, OdIfc4x3_rc1::IfcColumnType, OdIfc4x3_rc1::IfcCommunicationsAppliance, OdIfc4x3_rc1::IfcCommunicationsApplianceType, OdIfc4x3_rc1::IfcComplexProperty, OdIfc4x3_rc1::IfcComplexPropertyTemplate, OdIfc4x3_rc1::IfcCompositeCurve, OdIfc4x3_rc1::IfcCompositeCurveSegment, OdIfc4x3_rc1::IfcCompositeProfileDef, OdIfc4x3_rc1::IfcCompressor, OdIfc4x3_rc1::IfcCompressorType, OdIfc4x3_rc1::IfcCondenser, OdIfc4x3_rc1::IfcCondenserType, OdIfc4x3_rc1::IfcConic, OdIfc4x3_rc1::IfcConnectedFaceSet, OdIfc4x3_rc1::IfcConnectionCurveGeometry, OdIfc4x3_rc1::IfcConnectionPointEccentricity, OdIfc4x3_rc1::IfcConnectionPointGeometry, OdIfc4x3_rc1::IfcConnectionSurfaceGeometry, OdIfc4x3_rc1::IfcConnectionVolumeGeometry, OdIfc4x3_rc1::IfcConstraint, OdIfc4x3_rc1::IfcConstructionEquipmentResource, OdIfc4x3_rc1::IfcConstructionEquipmentResourceType, OdIfc4x3_rc1::IfcConstructionMaterialResource, OdIfc4x3_rc1::IfcConstructionMaterialResourceType, OdIfc4x3_rc1::IfcConstructionProductResource, OdIfc4x3_rc1::IfcConstructionProductResourceType, OdIfc4x3_rc1::IfcConstructionResource, OdIfc4x3_rc1::IfcConstructionResourceType, OdIfc4x3_rc1::IfcContext, OdIfc4x3_rc1::IfcContextDependentUnit, OdIfc4x3_rc1::IfcControl, OdIfc4x3_rc1::IfcController, OdIfc4x3_rc1::IfcControllerType, OdIfc4x3_rc1::IfcConversionBasedUnit, OdIfc4x3_rc1::IfcConversionBasedUnitWithOffset, OdIfc4x3_rc1::IfcConveyorSegment, OdIfc4x3_rc1::IfcConveyorSegmentType, OdIfc4x3_rc1::IfcCooledBeam, OdIfc4x3_rc1::IfcCooledBeamType, OdIfc4x3_rc1::IfcCoolingTower, OdIfc4x3_rc1::IfcCoolingTowerType, OdIfc4x3_rc1::IfcCoordinateOperation, OdIfc4x3_rc1::IfcCoordinateReferenceSystem, OdIfc4x3_rc1::IfcCostItem, OdIfc4x3_rc1::IfcCostSchedule, OdIfc4x3_rc1::IfcCourse, OdIfc4x3_rc1::IfcCourseType, OdIfc4x3_rc1::IfcCovering, OdIfc4x3_rc1::IfcCoveringType, OdIfc4x3_rc1::IfcCrewResource, OdIfc4x3_rc1::IfcCrewResourceType, OdIfc4x3_rc1::IfcCsgPrimitive3D, OdIfc4x3_rc1::IfcCsgSolid, OdIfc4x3_rc1::IfcCShapeProfileDef, OdIfc4x3_rc1::IfcCurrencyRelationship, OdIfc4x3_rc1::IfcCurtainWall, OdIfc4x3_rc1::IfcCurtainWallType, OdIfc4x3_rc1::IfcCurveBoundedPlane, OdIfc4x3_rc1::IfcCurveBoundedSurface, OdIfc4x3_rc1::IfcCurveSegment2D, OdIfc4x3_rc1::IfcCurveStyle, OdIfc4x3_rc1::IfcCurveStyleFontAndScaling, OdIfc4x3_rc1::IfcCurveStyleFont, OdIfc4x3_rc1::IfcCurveStyleFontPattern, OdIfc4x3_rc1::IfcCylindricalSurface, OdIfc4x3_rc1::IfcDamper, OdIfc4x3_rc1::IfcDamperType, OdIfc4x3_rc1::IfcDerivedProfileDef, OdIfc4x3_rc1::IfcDerivedUnit, OdIfc4x3_rc1::IfcDerivedUnitElement, OdIfc4x3_rc1::IfcDimensionalExponents, OdIfc4x3_rc1::IfcDirection, OdIfc4x3_rc1::IfcDirectrixCurveSweptAreaSolid, OdIfc4x3_rc1::IfcDirectrixDistanceSweptAreaSolid, OdIfc4x3_rc1::IfcDiscreteAccessory, OdIfc4x3_rc1::IfcDiscreteAccessoryType, OdIfc4x3_rc1::IfcDistanceExpression, OdIfc4x3_rc1::IfcDistributionBoard, OdIfc4x3_rc1::IfcDistributionBoardType, OdIfc4x3_rc1::IfcDistributionChamberElement, OdIfc4x3_rc1::IfcDistributionChamberElementType, OdIfc4x3_rc1::IfcDistributionControlElement, OdIfc4x3_rc1::IfcDistributionControlElement, OdIfc4x3_rc1::IfcDistributionElement, OdIfc4x3_rc1::IfcDistributionElement, OdIfc4x3_rc1::IfcDistributionFlowElement, OdIfc4x3_rc1::IfcDistributionFlowElement, OdIfc4x3_rc1::IfcDistributionPort, OdIfc4x3_rc1::IfcDistributionSystem, OdIfc4x3_rc1::IfcDocumentInformation, OdIfc4x3_rc1::IfcDocumentInformationRelationship, OdIfc4x3_rc1::IfcDocumentReference, OdIfc4x3_rc1::IfcDoor, OdIfc4x3_rc1::IfcDoorLiningProperties, OdIfc4x3_rc1::IfcDoorPanelProperties, OdIfc4x3_rc1::IfcDoorStyle, OdIfc4x3_rc1::IfcDoorType, OdIfc4x3_rc1::IfcDuctFitting, OdIfc4x3_rc1::IfcDuctFittingType, OdIfc4x3_rc1::IfcDuctSegment, OdIfc4x3_rc1::IfcDuctSegmentType, OdIfc4x3_rc1::IfcDuctSilencer, OdIfc4x3_rc1::IfcDuctSilencerType, OdIfc4x3_rc1::IfcEarthworksCut, OdIfc4x3_rc1::IfcEarthworksFill, OdIfc4x3_rc1::IfcEdge, OdIfc4x3_rc1::IfcEdgeCurve, OdIfc4x3_rc1::IfcEdgeLoop, OdIfc4x3_rc1::IfcElectricAppliance, OdIfc4x3_rc1::IfcElectricApplianceType, OdIfc4x3_rc1::IfcElectricDistributionBoard, OdIfc4x3_rc1::IfcElectricDistributionBoardType, OdIfc4x3_rc1::IfcElectricFlowStorageDevice, OdIfc4x3_rc1::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc1::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc1::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc1::IfcElectricGenerator, OdIfc4x3_rc1::IfcElectricGeneratorType, OdIfc4x3_rc1::IfcElectricMotor, OdIfc4x3_rc1::IfcElectricMotorType, OdIfc4x3_rc1::IfcElectricTimeControl, OdIfc4x3_rc1::IfcElectricTimeControlType, OdIfc4x3_rc1::IfcElementarySurface, OdIfc4x3_rc1::IfcElementAssembly, OdIfc4x3_rc1::IfcElementAssemblyType, OdIfc4x3_rc1::IfcElement, OdIfc4x3_rc1::IfcElementQuantity, OdIfc4x3_rc1::IfcElementType, OdIfc4x3_rc1::IfcEllipse, OdIfc4x3_rc1::IfcEllipseProfileDef, OdIfc4x3_rc1::IfcEngine, OdIfc4x3_rc1::IfcEngineType, OdIfc4x3_rc1::IfcEvaporativeCooler, OdIfc4x3_rc1::IfcEvaporativeCoolerType, OdIfc4x3_rc1::IfcEvaporator, OdIfc4x3_rc1::IfcEvaporatorType, OdIfc4x3_rc1::IfcEvent, OdIfc4x3_rc1::IfcEventTime, OdIfc4x3_rc1::IfcEventType, OdIfc4x3_rc1::IfcExtendedProperties, OdIfc4x3_rc1::IfcExternalReference, OdIfc4x3_rc1::IfcExternalReferenceRelationship, OdIfc4x3_rc1::IfcExternalSpatialElement, OdIfc4x3_rc1::IfcExtrudedAreaSolid, OdIfc4x3_rc1::IfcExtrudedAreaSolidTapered, OdIfc4x3_rc1::IfcFace, OdIfc4x3_rc1::IfcFaceBasedSurfaceModel, OdIfc4x3_rc1::IfcFaceBound, OdIfc4x3_rc1::IfcFaceSurface, OdIfc4x3_rc1::IfcFacetedBrepWithVoids, OdIfc4x3_rc1::IfcFacilityPart, OdIfc4x3_rc1::IfcFailureConnectionCondition, OdIfc4x3_rc1::IfcFan, OdIfc4x3_rc1::IfcFanType, OdIfc4x3_rc1::IfcFastener, OdIfc4x3_rc1::IfcFastenerType, OdIfc4x3_rc1::IfcFeatureElementAddition, OdIfc4x3_rc1::IfcFeatureElementAddition, OdIfc4x3_rc1::IfcFeatureElementSubtraction, OdIfc4x3_rc1::IfcFeatureElementSubtraction, OdIfc4x3_rc1::IfcFillAreaStyle, OdIfc4x3_rc1::IfcFillAreaStyleHatching, OdIfc4x3_rc1::IfcFillAreaStyleTiles, OdIfc4x3_rc1::IfcFilter, OdIfc4x3_rc1::IfcFilterType, OdIfc4x3_rc1::IfcFireSuppressionTerminal, OdIfc4x3_rc1::IfcFireSuppressionTerminalType, OdIfc4x3_rc1::IfcFixedReferenceSweptAreaSolid, OdIfc4x3_rc1::IfcFlowInstrument, OdIfc4x3_rc1::IfcFlowInstrumentType, OdIfc4x3_rc1::IfcFlowMeter, OdIfc4x3_rc1::IfcFlowMeterType, OdIfc4x3_rc1::IfcFooting, OdIfc4x3_rc1::IfcFootingType, OdIfc4x3_rc1::IfcFurniture, OdIfc4x3_rc1::IfcFurnitureType, OdIfc4x3_rc1::IfcGeographicElement, OdIfc4x3_rc1::IfcGeographicElementType, OdIfc4x3_rc1::IfcGeometricRepresentationContext, OdIfc4x3_rc1::IfcGeometricRepresentationSubContext, OdIfc4x3_rc1::IfcGeometricSet, OdIfc4x3_rc1::IfcGrid, OdIfc4x3_rc1::IfcGridAxis, OdIfc4x3_rc1::IfcGridPlacement, OdIfc4x3_rc1::IfcGroup, OdIfc4x3_rc1::IfcGroup, OdIfc4x3_rc1::IfcHalfSpaceSolid, OdIfc4x3_rc1::IfcHeatExchanger, OdIfc4x3_rc1::IfcHeatExchangerType, OdIfc4x3_rc1::IfcHumidifier, OdIfc4x3_rc1::IfcHumidifierType, OdIfc4x3_rc1::IfcImageTexture, OdIfc4x3_rc1::IfcImpactProtectionDevice, OdIfc4x3_rc1::IfcImpactProtectionDeviceType, OdIfc4x3_rc1::IfcInclinedReferenceSweptAreaSolid, OdIfc4x3_rc1::IfcIndexedColourMap, OdIfc4x3_rc1::IfcIndexedPolyCurve, OdIfc4x3_rc1::IfcIndexedPolygonalFace, OdIfc4x3_rc1::IfcIndexedPolygonalFaceWithVoids, OdIfc4x3_rc1::IfcIndexedTextureMap, OdIfc4x3_rc1::IfcIndexedTriangleTextureMap, OdIfc4x3_rc1::IfcInterceptor, OdIfc4x3_rc1::IfcInterceptorType, OdIfc4x3_rc1::IfcInventory, OdIfc4x3_rc1::IfcIrregularTimeSeries, OdIfc4x3_rc1::IfcIrregularTimeSeriesValue, OdIfc4x3_rc1::IfcIShapeProfileDef, OdIfc4x3_rc1::IfcJunctionBox, OdIfc4x3_rc1::IfcJunctionBoxType, OdIfc4x3_rc1::IfcKerb, OdIfc4x3_rc1::IfcKerbType, OdIfc4x3_rc1::IfcLaborResource, OdIfc4x3_rc1::IfcLaborResourceType, OdIfc4x3_rc1::IfcLagTime, OdIfc4x3_rc1::IfcLamp, OdIfc4x3_rc1::IfcLampType, OdIfc4x3_rc1::IfcLibraryInformation, OdIfc4x3_rc1::IfcLibraryReference, OdIfc4x3_rc1::IfcLightDistributionData, OdIfc4x3_rc1::IfcLightFixture, OdIfc4x3_rc1::IfcLightFixtureType, OdIfc4x3_rc1::IfcLightIntensityDistribution, OdIfc4x3_rc1::IfcLightSource, OdIfc4x3_rc1::IfcLightSourceDirectional, OdIfc4x3_rc1::IfcLightSourceGoniometric, OdIfc4x3_rc1::IfcLightSourcePositional, OdIfc4x3_rc1::IfcLightSourceSpot, OdIfc4x3_rc1::IfcLinearAxisWithInclination, OdIfc4x3_rc1::IfcLinearPlacement, OdIfc4x3_rc1::IfcLinearPlacementWithInclination, OdIfc4x3_rc1::IfcLinearPositioningElement, OdIfc4x3_rc1::IfcLinearSpanPlacement, OdIfc4x3_rc1::IfcLine, OdIfc4x3_rc1::IfcLiquidTerminal, OdIfc4x3_rc1::IfcLiquidTerminalType, OdIfc4x3_rc1::IfcLocalPlacement, OdIfc4x3_rc1::IfcLShapeProfileDef, OdIfc4x3_rc1::IfcManifoldSolidBrep, OdIfc4x3_rc1::IfcMapConversion, OdIfc4x3_rc1::IfcMappedItem, OdIfc4x3_rc1::IfcMarineFacility, OdIfc4x3_rc1::IfcMaterial, OdIfc4x3_rc1::IfcMaterialClassificationRelationship, OdIfc4x3_rc1::IfcMaterialConstituent, OdIfc4x3_rc1::IfcMaterialConstituentSet, OdIfc4x3_rc1::IfcMaterialDefinition, OdIfc4x3_rc1::IfcMaterialDefinitionRepresentation, OdIfc4x3_rc1::IfcMaterialLayer, OdIfc4x3_rc1::IfcMaterialLayerSet, OdIfc4x3_rc1::IfcMaterialLayerSetUsage, OdIfc4x3_rc1::IfcMaterialLayerWithOffsets, OdIfc4x3_rc1::IfcMaterialList, OdIfc4x3_rc1::IfcMaterialProfile, OdIfc4x3_rc1::IfcMaterialProfileSet, OdIfc4x3_rc1::IfcMaterialProfileSetUsage, OdIfc4x3_rc1::IfcMaterialProfileSetUsageTapering, OdIfc4x3_rc1::IfcMaterialProfileWithOffsets, OdIfc4x3_rc1::IfcMaterialProperties, OdIfc4x3_rc1::IfcMaterialRelationship, OdIfc4x3_rc1::IfcMaterialUsageDefinition, OdIfc4x3_rc1::IfcMeasureWithUnit, OdIfc4x3_rc1::IfcMechanicalFastener, OdIfc4x3_rc1::IfcMechanicalFastenerType, OdIfc4x3_rc1::IfcMedicalDevice, OdIfc4x3_rc1::IfcMedicalDeviceType, OdIfc4x3_rc1::IfcMember, OdIfc4x3_rc1::IfcMemberType, OdIfc4x3_rc1::IfcMetric, OdIfc4x3_rc1::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc1::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc1::IfcMonetaryUnit, OdIfc4x3_rc1::IfcMooringDevice, OdIfc4x3_rc1::IfcMooringDeviceType, OdIfc4x3_rc1::IfcMotorConnection, OdIfc4x3_rc1::IfcMotorConnectionType, OdIfc4x3_rc1::IfcNamedUnit, OdIfc4x3_rc1::IfcNavigationElement, OdIfc4x3_rc1::IfcNavigationElementType, OdIfc4x3_rc1::IfcObject, OdIfc4x3_rc1::IfcObjectDefinition, OdIfc4x3_rc1::IfcObjectDefinition, OdIfc4x3_rc1::IfcObjective, OdIfc4x3_rc1::IfcObjectPlacement, OdIfc4x3_rc1::IfcOccupant, OdIfc4x3_rc1::IfcOffsetCurve2D, OdIfc4x3_rc1::IfcOffsetCurve3D, OdIfc4x3_rc1::IfcOffsetCurve, OdIfc4x3_rc1::IfcOffsetCurveByDistances, OdIfc4x3_rc1::IfcOpenCrossProfileDef, OdIfc4x3_rc1::IfcOpeningElement, OdIfc4x3_rc1::IfcOrganization, OdIfc4x3_rc1::IfcOrganizationRelationship, OdIfc4x3_rc1::IfcOrientationExpression, OdIfc4x3_rc1::IfcOrientedEdge, OdIfc4x3_rc1::IfcOutlet, OdIfc4x3_rc1::IfcOutletType, OdIfc4x3_rc1::IfcOwnerHistory, OdIfc4x3_rc1::IfcParameterizedProfileDef, OdIfc4x3_rc1::IfcPath, OdIfc4x3_rc1::IfcPavement, OdIfc4x3_rc1::IfcPavementType, OdIfc4x3_rc1::IfcPcurve, OdIfc4x3_rc1::IfcPerformanceHistory, OdIfc4x3_rc1::IfcPermeableCoveringProperties, OdIfc4x3_rc1::IfcPermit, OdIfc4x3_rc1::IfcPersonAndOrganization, OdIfc4x3_rc1::IfcPerson, OdIfc4x3_rc1::IfcPhysicalComplexQuantity, OdIfc4x3_rc1::IfcPhysicalQuantity, OdIfc4x3_rc1::IfcPhysicalSimpleQuantity, OdIfc4x3_rc1::IfcPile, OdIfc4x3_rc1::IfcPileType, OdIfc4x3_rc1::IfcPipeFitting, OdIfc4x3_rc1::IfcPipeFittingType, OdIfc4x3_rc1::IfcPipeSegment, OdIfc4x3_rc1::IfcPipeSegmentType, OdIfc4x3_rc1::IfcPixelTexture, OdIfc4x3_rc1::IfcPlacement, OdIfc4x3_rc1::IfcPlanarBox, OdIfc4x3_rc1::IfcPlanarExtent, OdIfc4x3_rc1::IfcPlate, OdIfc4x3_rc1::IfcPlateType, OdIfc4x3_rc1::IfcPointOnCurve, OdIfc4x3_rc1::IfcPointOnSurface, OdIfc4x3_rc1::IfcPolygonalBoundedHalfSpace, OdIfc4x3_rc1::IfcPolygonalFaceSet, OdIfc4x3_rc1::IfcPolyline, OdIfc4x3_rc1::IfcPolyLoop, OdIfc4x3_rc1::IfcPort, OdIfc4x3_rc1::IfcPort, OdIfc4x3_rc1::IfcPositioningElement, OdIfc4x3_rc1::IfcPositioningElement, OdIfc4x3_rc1::IfcPostalAddress, OdIfc4x3_rc1::IfcPreDefinedItem, OdIfc4x3_rc1::IfcPresentationLayerAssignment, OdIfc4x3_rc1::IfcPresentationLayerWithStyle, OdIfc4x3_rc1::IfcPresentationStyleAssignment, OdIfc4x3_rc1::IfcPresentationStyle, OdIfc4x3_rc1::IfcProcedure, OdIfc4x3_rc1::IfcProcedureType, OdIfc4x3_rc1::IfcProcess, OdIfc4x3_rc1::IfcProduct, OdIfc4x3_rc1::IfcProductDefinitionShape, OdIfc4x3_rc1::IfcProductDefinitionShape, OdIfc4x3_rc1::IfcProductRepresentation, OdIfc4x3_rc1::IfcProfileDef, OdIfc4x3_rc1::IfcProfileProperties, OdIfc4x3_rc1::IfcProjectedCRS, OdIfc4x3_rc1::IfcProjectionElement, OdIfc4x3_rc1::IfcProjectOrder, OdIfc4x3_rc1::IfcPropertyAbstraction, OdIfc4x3_rc1::IfcProperty, OdIfc4x3_rc1::IfcPropertyBoundedValue, OdIfc4x3_rc1::IfcPropertyDefinition, OdIfc4x3_rc1::IfcPropertyDefinition, OdIfc4x3_rc1::IfcPropertyDependencyRelationship, OdIfc4x3_rc1::IfcPropertyEnumeratedValue, OdIfc4x3_rc1::IfcPropertyEnumeration, OdIfc4x3_rc1::IfcPropertyListValue, OdIfc4x3_rc1::IfcPropertyReferenceValue, OdIfc4x3_rc1::IfcPropertySet, OdIfc4x3_rc1::IfcPropertySetDefinition, OdIfc4x3_rc1::IfcPropertySetDefinition, OdIfc4x3_rc1::IfcPropertySetTemplate, OdIfc4x3_rc1::IfcPropertySingleValue, OdIfc4x3_rc1::IfcPropertyTableValue, OdIfc4x3_rc1::IfcPropertyTemplate, OdIfc4x3_rc1::IfcPropertyTemplate, OdIfc4x3_rc1::IfcProtectiveDevice, OdIfc4x3_rc1::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc1::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc1::IfcProtectiveDeviceType, OdIfc4x3_rc1::IfcProxy, OdIfc4x3_rc1::IfcPump, OdIfc4x3_rc1::IfcPumpType, OdIfc4x3_rc1::IfcQuantityArea, OdIfc4x3_rc1::IfcQuantityCount, OdIfc4x3_rc1::IfcQuantityLength, OdIfc4x3_rc1::IfcQuantityTime, OdIfc4x3_rc1::IfcQuantityVolume, OdIfc4x3_rc1::IfcQuantityWeight, OdIfc4x3_rc1::IfcRail, OdIfc4x3_rc1::IfcRailing, OdIfc4x3_rc1::IfcRailingType, OdIfc4x3_rc1::IfcRailType, OdIfc4x3_rc1::IfcRamp, OdIfc4x3_rc1::IfcRampFlight, OdIfc4x3_rc1::IfcRampFlightType, OdIfc4x3_rc1::IfcRampType, OdIfc4x3_rc1::IfcRationalBSplineCurveWithKnots, OdIfc4x3_rc1::IfcRationalBSplineSurfaceWithKnots, OdIfc4x3_rc1::IfcRectangleHollowProfileDef, OdIfc4x3_rc1::IfcRectangleProfileDef, OdIfc4x3_rc1::IfcRectangularPyramid, OdIfc4x3_rc1::IfcRectangularTrimmedSurface, OdIfc4x3_rc1::IfcRecurrencePattern, OdIfc4x3_rc1::IfcReference, OdIfc4x3_rc1::IfcReferent, OdIfc4x3_rc1::IfcRegularTimeSeries, OdIfc4x3_rc1::IfcReinforcedSoil, OdIfc4x3_rc1::IfcReinforcementBarProperties, OdIfc4x3_rc1::IfcReinforcementDefinitionProperties, OdIfc4x3_rc1::IfcReinforcingBar, OdIfc4x3_rc1::IfcReinforcingBarType, OdIfc4x3_rc1::IfcReinforcingElement, OdIfc4x3_rc1::IfcReinforcingMesh, OdIfc4x3_rc1::IfcReinforcingMeshType, OdIfc4x3_rc1::IfcRelAggregates, OdIfc4x3_rc1::IfcRelAssigns, OdIfc4x3_rc1::IfcRelAssignsToActor, OdIfc4x3_rc1::IfcRelAssignsToControl, OdIfc4x3_rc1::IfcRelAssignsToGroup, OdIfc4x3_rc1::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc1::IfcRelAssignsToProcess, OdIfc4x3_rc1::IfcRelAssignsToProduct, OdIfc4x3_rc1::IfcRelAssignsToResource, OdIfc4x3_rc1::IfcRelAssociatesApproval, OdIfc4x3_rc1::IfcRelAssociates, OdIfc4x3_rc1::IfcRelAssociatesClassification, OdIfc4x3_rc1::IfcRelAssociatesConstraint, OdIfc4x3_rc1::IfcRelAssociatesDocument, OdIfc4x3_rc1::IfcRelAssociatesLibrary, OdIfc4x3_rc1::IfcRelAssociatesMaterial, OdIfc4x3_rc1::IfcRelAssociatesProfileDef, OdIfc4x3_rc1::IfcRelConnectsElements, OdIfc4x3_rc1::IfcRelConnectsPathElements, OdIfc4x3_rc1::IfcRelConnectsPorts, OdIfc4x3_rc1::IfcRelConnectsPortToElement, OdIfc4x3_rc1::IfcRelConnectsStructuralActivity, OdIfc4x3_rc1::IfcRelConnectsStructuralMember, OdIfc4x3_rc1::IfcRelConnectsWithEccentricity, OdIfc4x3_rc1::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc1::IfcRelContainedInSpatialStructure, OdIfc4x3_rc1::IfcRelCoversBldgElements, OdIfc4x3_rc1::IfcRelCoversSpaces, OdIfc4x3_rc1::IfcRelDeclares, OdIfc4x3_rc1::IfcRelDefinesByObject, OdIfc4x3_rc1::IfcRelDefinesByProperties, OdIfc4x3_rc1::IfcRelDefinesByTemplate, OdIfc4x3_rc1::IfcRelDefinesByType, OdIfc4x3_rc1::IfcRelFillsElement, OdIfc4x3_rc1::IfcRelFlowControlElements, OdIfc4x3_rc1::IfcRelInterferesElements, OdIfc4x3_rc1::IfcRelNests, OdIfc4x3_rc1::IfcRelPositions, OdIfc4x3_rc1::IfcRelProjectsElement, OdIfc4x3_rc1::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc1::IfcRelSequence, OdIfc4x3_rc1::IfcRelServicesBuildings, OdIfc4x3_rc1::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc1::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc1::IfcRelSpaceBoundary, OdIfc4x3_rc1::IfcRelVoidsElement, OdIfc4x3_rc1::IfcReparametrisedCompositeCurveSegment, OdIfc4x3_rc1::IfcRepresentation, OdIfc4x3_rc1::IfcRepresentationContext, OdIfc4x3_rc1::IfcRepresentationItem, OdIfc4x3_rc1::IfcRepresentationMap, OdIfc4x3_rc1::IfcResourceApprovalRelationship, OdIfc4x3_rc1::IfcResource, OdIfc4x3_rc1::IfcResourceConstraintRelationship, OdIfc4x3_rc1::IfcResourceLevelRelationship, OdIfc4x3_rc1::IfcResourceTime, OdIfc4x3_rc1::IfcRevolvedAreaSolid, OdIfc4x3_rc1::IfcRevolvedAreaSolidTapered, OdIfc4x3_rc1::IfcRightCircularCone, OdIfc4x3_rc1::IfcRightCircularCylinder, OdIfc4x3_rc1::IfcRoof, OdIfc4x3_rc1::IfcRoofType, OdIfc4x3_rc1::IfcRoot, OdIfc4x3_rc1::IfcRoundedRectangleProfileDef, OdIfc4x3_rc1::IfcSanitaryTerminal, OdIfc4x3_rc1::IfcSanitaryTerminalType, OdIfc4x3_rc1::IfcSchedulingTime, OdIfc4x3_rc1::IfcSectionedSolid, OdIfc4x3_rc1::IfcSectionedSolidHorizontal, OdIfc4x3_rc1::IfcSectionedSpine, OdIfc4x3_rc1::IfcSectionedSurface, OdIfc4x3_rc1::IfcSectionProperties, OdIfc4x3_rc1::IfcSectionReinforcementProperties, OdIfc4x3_rc1::IfcSensor, OdIfc4x3_rc1::IfcSensorType, OdIfc4x3_rc1::IfcShadingDevice, OdIfc4x3_rc1::IfcShadingDeviceType, OdIfc4x3_rc1::IfcShapeAspect, OdIfc4x3_rc1::IfcShapeModel, OdIfc4x3_rc1::IfcShapeModel, OdIfc4x3_rc1::IfcShellBasedSurfaceModel, OdIfc4x3_rc1::IfcSignal, OdIfc4x3_rc1::IfcSignalType, OdIfc4x3_rc1::IfcSign, OdIfc4x3_rc1::IfcSignType, OdIfc4x3_rc1::IfcSimplePropertyTemplate, OdIfc4x3_rc1::IfcSite, OdIfc4x3_rc1::IfcSIUnit, OdIfc4x3_rc1::IfcSlab, OdIfc4x3_rc1::IfcSlabType, OdIfc4x3_rc1::IfcSlippageConnectionCondition, OdIfc4x3_rc1::IfcSolarDevice, OdIfc4x3_rc1::IfcSolarDeviceType, OdIfc4x3_rc1::IfcSpace, OdIfc4x3_rc1::IfcSpaceHeater, OdIfc4x3_rc1::IfcSpaceHeaterType, OdIfc4x3_rc1::IfcSpaceType, OdIfc4x3_rc1::IfcSpatialElement, OdIfc4x3_rc1::IfcSpatialElementType, OdIfc4x3_rc1::IfcSpatialStructureElement, OdIfc4x3_rc1::IfcSpatialZone, OdIfc4x3_rc1::IfcSpatialZoneType, OdIfc4x3_rc1::IfcSphere, OdIfc4x3_rc1::IfcSphericalSurface, OdIfc4x3_rc1::IfcStackTerminal, OdIfc4x3_rc1::IfcStackTerminalType, OdIfc4x3_rc1::IfcStair, OdIfc4x3_rc1::IfcStairFlight, OdIfc4x3_rc1::IfcStairFlightType, OdIfc4x3_rc1::IfcStairType, OdIfc4x3_rc1::IfcStructuralAction, OdIfc4x3_rc1::IfcStructuralActivity, OdIfc4x3_rc1::IfcStructuralAnalysisModel, OdIfc4x3_rc1::IfcStructuralConnection, OdIfc4x3_rc1::IfcStructuralConnectionCondition, OdIfc4x3_rc1::IfcStructuralCurveAction, OdIfc4x3_rc1::IfcStructuralCurveConnection, OdIfc4x3_rc1::IfcStructuralCurveMember, OdIfc4x3_rc1::IfcStructuralCurveReaction, OdIfc4x3_rc1::IfcStructuralItem, OdIfc4x3_rc1::IfcStructuralItem, OdIfc4x3_rc1::IfcStructuralLoad, OdIfc4x3_rc1::IfcStructuralLoadCase, OdIfc4x3_rc1::IfcStructuralLoadConfiguration, OdIfc4x3_rc1::IfcStructuralLoadGroup, OdIfc4x3_rc1::IfcStructuralLoadLinearForce, OdIfc4x3_rc1::IfcStructuralLoadPlanarForce, OdIfc4x3_rc1::IfcStructuralLoadSingleDisplacement, OdIfc4x3_rc1::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x3_rc1::IfcStructuralLoadSingleForce, OdIfc4x3_rc1::IfcStructuralLoadSingleForceWarping, OdIfc4x3_rc1::IfcStructuralLoadTemperature, OdIfc4x3_rc1::IfcStructuralMember, OdIfc4x3_rc1::IfcStructuralMember, OdIfc4x3_rc1::IfcStructuralPointConnection, OdIfc4x3_rc1::IfcStructuralResultGroup, OdIfc4x3_rc1::IfcStructuralSurfaceAction, OdIfc4x3_rc1::IfcStructuralSurfaceMember, OdIfc4x3_rc1::IfcStructuralSurfaceReaction, OdIfc4x3_rc1::IfcStyledItem, OdIfc4x3_rc1::IfcSubContractResource, OdIfc4x3_rc1::IfcSubContractResourceType, OdIfc4x3_rc1::IfcSubedge, OdIfc4x3_rc1::IfcSurfaceCurve, OdIfc4x3_rc1::IfcSurfaceCurveSweptAreaSolid, OdIfc4x3_rc1::IfcSurfaceFeature, OdIfc4x3_rc1::IfcSurfaceOfLinearExtrusion, OdIfc4x3_rc1::IfcSurfaceOfRevolution, OdIfc4x3_rc1::IfcSurfaceReinforcementArea, OdIfc4x3_rc1::IfcSurfaceStyle, OdIfc4x3_rc1::IfcSurfaceStyleLighting, OdIfc4x3_rc1::IfcSurfaceStyleRefraction, OdIfc4x3_rc1::IfcSurfaceStyleRendering, OdIfc4x3_rc1::IfcSurfaceStyleShading, OdIfc4x3_rc1::IfcSurfaceStyleWithTextures, OdIfc4x3_rc1::IfcSurfaceTexture, OdIfc4x3_rc1::IfcSweptAreaSolid, OdIfc4x3_rc1::IfcSweptDiskSolid, OdIfc4x3_rc1::IfcSweptDiskSolidPolygonal, OdIfc4x3_rc1::IfcSweptSurface, OdIfc4x3_rc1::IfcSwitchingDevice, OdIfc4x3_rc1::IfcSwitchingDeviceType, OdIfc4x3_rc1::IfcSystem, OdIfc4x3_rc1::IfcSystem, OdIfc4x3_rc1::IfcSystemFurnitureElement, OdIfc4x3_rc1::IfcSystemFurnitureElementType, OdIfc4x3_rc1::IfcTable, OdIfc4x3_rc1::IfcTableColumn, OdIfc4x3_rc1::IfcTableRow, OdIfc4x3_rc1::IfcTank, OdIfc4x3_rc1::IfcTankType, OdIfc4x3_rc1::IfcTask, OdIfc4x3_rc1::IfcTaskTime, OdIfc4x3_rc1::IfcTaskTimeRecurring, OdIfc4x3_rc1::IfcTaskType, OdIfc4x3_rc1::IfcTelecomAddress, OdIfc4x3_rc1::IfcTendonAnchor, OdIfc4x3_rc1::IfcTendonAnchorType, OdIfc4x3_rc1::IfcTendon, OdIfc4x3_rc1::IfcTendonConduit, OdIfc4x3_rc1::IfcTendonConduitType, OdIfc4x3_rc1::IfcTendonType, OdIfc4x3_rc1::IfcTessellatedFaceSet, OdIfc4x3_rc1::IfcTextLiteral, OdIfc4x3_rc1::IfcTextLiteralWithExtent, OdIfc4x3_rc1::IfcTextStyle, OdIfc4x3_rc1::IfcTextStyleFontModel, OdIfc4x3_rc1::IfcTextStyleForDefinedFont, OdIfc4x3_rc1::IfcTextStyleTextModel, OdIfc4x3_rc1::IfcTextureCoordinate, OdIfc4x3_rc1::IfcTextureCoordinateGenerator, OdIfc4x3_rc1::IfcTextureMap, OdIfc4x3_rc1::IfcTextureVertex, OdIfc4x3_rc1::IfcTextureVertexList, OdIfc4x3_rc1::IfcTimePeriod, OdIfc4x3_rc1::IfcTimeSeries, OdIfc4x3_rc1::IfcTimeSeriesValue, OdIfc4x3_rc1::IfcToroidalSurface, OdIfc4x3_rc1::IfcTrackElement, OdIfc4x3_rc1::IfcTrackElementType, OdIfc4x3_rc1::IfcTransformer, OdIfc4x3_rc1::IfcTransformerType, OdIfc4x3_rc1::IfcTransitionCurveSegment2D, OdIfc4x3_rc1::IfcTransportElement, OdIfc4x3_rc1::IfcTransportElementType, OdIfc4x3_rc1::IfcTrapeziumProfileDef, OdIfc4x3_rc1::IfcTriangulatedFaceSet, OdIfc4x3_rc1::IfcTriangulatedIrregularNetwork, OdIfc4x3_rc1::IfcTrimmedCurve, OdIfc4x3_rc1::IfcTShapeProfileDef, OdIfc4x3_rc1::IfcTubeBundle, OdIfc4x3_rc1::IfcTubeBundleType, OdIfc4x3_rc1::IfcTypeObject, OdIfc4x3_rc1::IfcTypeProcess, OdIfc4x3_rc1::IfcTypeProduct, OdIfc4x3_rc1::IfcTypeResource, OdIfc4x3_rc1::IfcUnitaryControlElement, OdIfc4x3_rc1::IfcUnitaryControlElementType, OdIfc4x3_rc1::IfcUnitaryEquipment, OdIfc4x3_rc1::IfcUnitaryEquipmentType, OdIfc4x3_rc1::IfcUnitAssignment, OdIfc4x3_rc1::IfcUShapeProfileDef, OdIfc4x3_rc1::IfcValve, OdIfc4x3_rc1::IfcValveType, OdIfc4x3_rc1::IfcVector, OdIfc4x3_rc1::IfcVertexLoop, OdIfc4x3_rc1::IfcVertexPoint, OdIfc4x3_rc1::IfcVibrationDamper, OdIfc4x3_rc1::IfcVibrationDamperType, OdIfc4x3_rc1::IfcVibrationIsolator, OdIfc4x3_rc1::IfcVibrationIsolatorType, OdIfc4x3_rc1::IfcVirtualGridIntersection, OdIfc4x3_rc1::IfcVoidingFeature, OdIfc4x3_rc1::IfcWall, OdIfc4x3_rc1::IfcWallType, OdIfc4x3_rc1::IfcWasteTerminal, OdIfc4x3_rc1::IfcWasteTerminalType, OdIfc4x3_rc1::IfcWindow, OdIfc4x3_rc1::IfcWindowLiningProperties, OdIfc4x3_rc1::IfcWindowPanelProperties, OdIfc4x3_rc1::IfcWindowStyle, OdIfc4x3_rc1::IfcWindowType, OdIfc4x3_rc1::IfcWorkCalendar, OdIfc4x3_rc1::IfcWorkControl, OdIfc4x3_rc1::IfcWorkPlan, OdIfc4x3_rc1::IfcWorkSchedule, OdIfc4x3_rc1::IfcWorkTime, OdIfc4x3_rc1::IfcZone, OdIfc4x3_rc1::IfcZShapeProfileDef, OdIfc4x3_rc4::IfcActionRequest, OdIfc4x3_rc4::IfcActor, OdIfc4x3_rc4::IfcActorRole, OdIfc4x3_rc4::IfcActuator, OdIfc4x3_rc4::IfcActuatorType, OdIfc4x3_rc4::IfcAddress, OdIfc4x3_rc4::IfcAdvancedBrepWithVoids, OdIfc4x3_rc4::IfcAirTerminal, OdIfc4x3_rc4::IfcAirTerminalBox, OdIfc4x3_rc4::IfcAirTerminalBoxType, OdIfc4x3_rc4::IfcAirTerminalType, OdIfc4x3_rc4::IfcAirToAirHeatRecovery, OdIfc4x3_rc4::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc4::IfcAlarm, OdIfc4x3_rc4::IfcAlarmType, OdIfc4x3_rc4::IfcAlignment, OdIfc4x3_rc4::IfcAlignmentCant, OdIfc4x3_rc4::IfcAlignmentCantSegment, OdIfc4x3_rc4::IfcAlignmentHorizontalSegment, OdIfc4x3_rc4::IfcAlignmentParameterSegment, OdIfc4x3_rc4::IfcAlignmentSegment, OdIfc4x3_rc4::IfcAlignmentVerticalSegment, OdIfc4x3_rc4::IfcAnnotation, OdIfc4x3_rc4::IfcAnnotationFillArea, OdIfc4x3_rc4::IfcApplication, OdIfc4x3_rc4::IfcAppliedValue, OdIfc4x3_rc4::IfcApproval, OdIfc4x3_rc4::IfcApprovalRelationship, OdIfc4x3_rc4::IfcArbitraryClosedProfileDef, OdIfc4x3_rc4::IfcArbitraryOpenProfileDef, OdIfc4x3_rc4::IfcArbitraryProfileDefWithVoids, OdIfc4x3_rc4::IfcAsset, OdIfc4x3_rc4::IfcAsymmetricIShapeProfileDef, OdIfc4x3_rc4::IfcAudioVisualAppliance, OdIfc4x3_rc4::IfcAudioVisualApplianceType, OdIfc4x3_rc4::IfcAxis1Placement, OdIfc4x3_rc4::IfcAxis2Placement2D, OdIfc4x3_rc4::IfcAxis2Placement3D, OdIfc4x3_rc4::IfcAxis2PlacementLinear, OdIfc4x3_rc4::IfcBeam, OdIfc4x3_rc4::IfcBeamType, OdIfc4x3_rc4::IfcBearing, OdIfc4x3_rc4::IfcBearingType, OdIfc4x3_rc4::IfcBlobTexture, OdIfc4x3_rc4::IfcBlock, OdIfc4x3_rc4::IfcBoiler, OdIfc4x3_rc4::IfcBoilerType, OdIfc4x3_rc4::IfcBooleanResult, OdIfc4x3_rc4::IfcBoundaryCondition, OdIfc4x3_rc4::IfcBoundaryEdgeCondition, OdIfc4x3_rc4::IfcBoundaryFaceCondition, OdIfc4x3_rc4::IfcBoundaryNodeCondition, OdIfc4x3_rc4::IfcBoundaryNodeConditionWarping, OdIfc4x3_rc4::IfcBoundingBox, OdIfc4x3_rc4::IfcBoxedHalfSpace, OdIfc4x3_rc4::IfcBridge, OdIfc4x3_rc4::IfcBSplineCurve, OdIfc4x3_rc4::IfcBSplineCurveWithKnots, OdIfc4x3_rc4::IfcBSplineSurface, OdIfc4x3_rc4::IfcBSplineSurfaceWithKnots, OdIfc4x3_rc4::IfcBuilding, OdIfc4x3_rc4::IfcBuildingElementPart, OdIfc4x3_rc4::IfcBuildingElementPartType, OdIfc4x3_rc4::IfcBuildingElementProxy, OdIfc4x3_rc4::IfcBuildingElementProxyType, OdIfc4x3_rc4::IfcBuildingStorey, OdIfc4x3_rc4::IfcBuildingSystem, OdIfc4x3_rc4::IfcBuiltSystem, OdIfc4x3_rc4::IfcBurner, OdIfc4x3_rc4::IfcBurnerType, OdIfc4x3_rc4::IfcCableCarrierFitting, OdIfc4x3_rc4::IfcCableCarrierFittingType, OdIfc4x3_rc4::IfcCableCarrierSegment, OdIfc4x3_rc4::IfcCableCarrierSegmentType, OdIfc4x3_rc4::IfcCableFitting, OdIfc4x3_rc4::IfcCableFittingType, OdIfc4x3_rc4::IfcCableSegment, OdIfc4x3_rc4::IfcCableSegmentType, OdIfc4x3_rc4::IfcCaissonFoundation, OdIfc4x3_rc4::IfcCaissonFoundationType, OdIfc4x3_rc4::IfcCartesianPoint, OdIfc4x3_rc4::IfcCartesianPointList2D, OdIfc4x3_rc4::IfcCartesianPointList3D, OdIfc4x3_rc4::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x3_rc4::IfcCartesianTransformationOperator3D, OdIfc4x3_rc4::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x3_rc4::IfcCartesianTransformationOperator, OdIfc4x3_rc4::IfcCenterLineProfileDef, OdIfc4x3_rc4::IfcChiller, OdIfc4x3_rc4::IfcChillerType, OdIfc4x3_rc4::IfcChimney, OdIfc4x3_rc4::IfcChimneyType, OdIfc4x3_rc4::IfcCircle, OdIfc4x3_rc4::IfcCircleHollowProfileDef, OdIfc4x3_rc4::IfcCircleProfileDef, OdIfc4x3_rc4::IfcClassification, OdIfc4x3_rc4::IfcClassificationReference, OdIfc4x3_rc4::IfcClothoid, OdIfc4x3_rc4::IfcCoil, OdIfc4x3_rc4::IfcCoilType, OdIfc4x3_rc4::IfcColourRgb, OdIfc4x3_rc4::IfcColourRgbList, OdIfc4x3_rc4::IfcColourSpecification, OdIfc4x3_rc4::IfcColumn, OdIfc4x3_rc4::IfcColumnType, OdIfc4x3_rc4::IfcCommunicationsAppliance, OdIfc4x3_rc4::IfcCommunicationsApplianceType, OdIfc4x3_rc4::IfcComplexProperty, OdIfc4x3_rc4::IfcComplexPropertyTemplate, OdIfc4x3_rc4::IfcCompositeCurve, OdIfc4x3_rc4::IfcCompositeCurveSegment, OdIfc4x3_rc4::IfcCompositeProfileDef, OdIfc4x3_rc4::IfcCompressor, OdIfc4x3_rc4::IfcCompressorType, OdIfc4x3_rc4::IfcCondenser, OdIfc4x3_rc4::IfcCondenserType, OdIfc4x3_rc4::IfcConic, OdIfc4x3_rc4::IfcConnectedFaceSet, OdIfc4x3_rc4::IfcConnectionCurveGeometry, OdIfc4x3_rc4::IfcConnectionPointEccentricity, OdIfc4x3_rc4::IfcConnectionPointGeometry, OdIfc4x3_rc4::IfcConnectionSurfaceGeometry, OdIfc4x3_rc4::IfcConnectionVolumeGeometry, OdIfc4x3_rc4::IfcConstraint, OdIfc4x3_rc4::IfcConstructionEquipmentResource, OdIfc4x3_rc4::IfcConstructionEquipmentResourceType, OdIfc4x3_rc4::IfcConstructionMaterialResource, OdIfc4x3_rc4::IfcConstructionMaterialResourceType, OdIfc4x3_rc4::IfcConstructionProductResource, OdIfc4x3_rc4::IfcConstructionProductResourceType, OdIfc4x3_rc4::IfcConstructionResource, OdIfc4x3_rc4::IfcConstructionResourceType, OdIfc4x3_rc4::IfcContext, OdIfc4x3_rc4::IfcContextDependentUnit, OdIfc4x3_rc4::IfcControl, OdIfc4x3_rc4::IfcController, OdIfc4x3_rc4::IfcControllerType, OdIfc4x3_rc4::IfcConversionBasedUnit, OdIfc4x3_rc4::IfcConversionBasedUnitWithOffset, OdIfc4x3_rc4::IfcConveyorSegment, OdIfc4x3_rc4::IfcConveyorSegmentType, OdIfc4x3_rc4::IfcCooledBeam, OdIfc4x3_rc4::IfcCooledBeamType, OdIfc4x3_rc4::IfcCoolingTower, OdIfc4x3_rc4::IfcCoolingTowerType, OdIfc4x3_rc4::IfcCoordinateOperation, OdIfc4x3_rc4::IfcCoordinateReferenceSystem, OdIfc4x3_rc4::IfcCosine, OdIfc4x3_rc4::IfcCostItem, OdIfc4x3_rc4::IfcCostSchedule, OdIfc4x3_rc4::IfcCourse, OdIfc4x3_rc4::IfcCourseType, OdIfc4x3_rc4::IfcCovering, OdIfc4x3_rc4::IfcCoveringType, OdIfc4x3_rc4::IfcCrewResource, OdIfc4x3_rc4::IfcCrewResourceType, OdIfc4x3_rc4::IfcCsgPrimitive3D, OdIfc4x3_rc4::IfcCsgSolid, OdIfc4x3_rc4::IfcCShapeProfileDef, OdIfc4x3_rc4::IfcCurrencyRelationship, OdIfc4x3_rc4::IfcCurtainWall, OdIfc4x3_rc4::IfcCurtainWallType, OdIfc4x3_rc4::IfcCurveBoundedPlane, OdIfc4x3_rc4::IfcCurveBoundedSurface, OdIfc4x3_rc4::IfcCurveSegment, OdIfc4x3_rc4::IfcCurveStyle, OdIfc4x3_rc4::IfcCurveStyleFontAndScaling, OdIfc4x3_rc4::IfcCurveStyleFont, OdIfc4x3_rc4::IfcCurveStyleFontPattern, OdIfc4x3_rc4::IfcCylindricalSurface, OdIfc4x3_rc4::IfcDamper, OdIfc4x3_rc4::IfcDamperType, OdIfc4x3_rc4::IfcDerivedProfileDef, OdIfc4x3_rc4::IfcDerivedUnit, OdIfc4x3_rc4::IfcDerivedUnitElement, OdIfc4x3_rc4::IfcDimensionalExponents, OdIfc4x3_rc4::IfcDirection, OdIfc4x3_rc4::IfcDirectrixCurveSweptAreaSolid, OdIfc4x3_rc4::IfcDiscreteAccessory, OdIfc4x3_rc4::IfcDiscreteAccessoryType, OdIfc4x3_rc4::IfcDistributionBoard, OdIfc4x3_rc4::IfcDistributionBoardType, OdIfc4x3_rc4::IfcDistributionChamberElement, OdIfc4x3_rc4::IfcDistributionChamberElementType, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionPort, OdIfc4x3_rc4::IfcDistributionSystem, OdIfc4x3_rc4::IfcDocumentInformation, OdIfc4x3_rc4::IfcDocumentInformationRelationship, OdIfc4x3_rc4::IfcDocumentReference, OdIfc4x3_rc4::IfcDoor, OdIfc4x3_rc4::IfcDoorLiningProperties, OdIfc4x3_rc4::IfcDoorPanelProperties, OdIfc4x3_rc4::IfcDoorStyle, OdIfc4x3_rc4::IfcDoorType, OdIfc4x3_rc4::IfcDuctFitting, OdIfc4x3_rc4::IfcDuctFittingType, OdIfc4x3_rc4::IfcDuctSegment, OdIfc4x3_rc4::IfcDuctSegmentType, OdIfc4x3_rc4::IfcDuctSilencer, OdIfc4x3_rc4::IfcDuctSilencerType, OdIfc4x3_rc4::IfcEarthworksCut, OdIfc4x3_rc4::IfcEarthworksFill, OdIfc4x3_rc4::IfcEdge, OdIfc4x3_rc4::IfcEdgeCurve, OdIfc4x3_rc4::IfcEdgeLoop, OdIfc4x3_rc4::IfcElectricAppliance, OdIfc4x3_rc4::IfcElectricApplianceType, OdIfc4x3_rc4::IfcElectricDistributionBoard, OdIfc4x3_rc4::IfcElectricDistributionBoardType, OdIfc4x3_rc4::IfcElectricFlowStorageDevice, OdIfc4x3_rc4::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc4::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc4::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcElectricGenerator, OdIfc4x3_rc4::IfcElectricGeneratorType, OdIfc4x3_rc4::IfcElectricMotor, OdIfc4x3_rc4::IfcElectricMotorType, OdIfc4x3_rc4::IfcElectricTimeControl, OdIfc4x3_rc4::IfcElectricTimeControlType, OdIfc4x3_rc4::IfcElementarySurface, OdIfc4x3_rc4::IfcElementAssembly, OdIfc4x3_rc4::IfcElementAssemblyType, OdIfc4x3_rc4::IfcElement, OdIfc4x3_rc4::IfcElementQuantity, OdIfc4x3_rc4::IfcElementType, OdIfc4x3_rc4::IfcEllipse, OdIfc4x3_rc4::IfcEllipseProfileDef, OdIfc4x3_rc4::IfcEngine, OdIfc4x3_rc4::IfcEngineType, OdIfc4x3_rc4::IfcEvaporativeCooler, OdIfc4x3_rc4::IfcEvaporativeCoolerType, OdIfc4x3_rc4::IfcEvaporator, OdIfc4x3_rc4::IfcEvaporatorType, OdIfc4x3_rc4::IfcEvent, OdIfc4x3_rc4::IfcEventTime, OdIfc4x3_rc4::IfcEventType, OdIfc4x3_rc4::IfcExtendedProperties, OdIfc4x3_rc4::IfcExternalReference, OdIfc4x3_rc4::IfcExternalReferenceRelationship, OdIfc4x3_rc4::IfcExternalSpatialElement, OdIfc4x3_rc4::IfcExtrudedAreaSolid, OdIfc4x3_rc4::IfcExtrudedAreaSolidTapered, OdIfc4x3_rc4::IfcFace, OdIfc4x3_rc4::IfcFaceBasedSurfaceModel, OdIfc4x3_rc4::IfcFaceBound, OdIfc4x3_rc4::IfcFaceSurface, OdIfc4x3_rc4::IfcFacetedBrepWithVoids, OdIfc4x3_rc4::IfcFacilityPart, OdIfc4x3_rc4::IfcFailureConnectionCondition, OdIfc4x3_rc4::IfcFan, OdIfc4x3_rc4::IfcFanType, OdIfc4x3_rc4::IfcFastener, OdIfc4x3_rc4::IfcFastenerType, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFillAreaStyle, OdIfc4x3_rc4::IfcFillAreaStyleHatching, OdIfc4x3_rc4::IfcFillAreaStyleTiles, OdIfc4x3_rc4::IfcFilter, OdIfc4x3_rc4::IfcFilterType, OdIfc4x3_rc4::IfcFireSuppressionTerminal, OdIfc4x3_rc4::IfcFireSuppressionTerminalType, OdIfc4x3_rc4::IfcFixedReferenceSweptAreaSolid, OdIfc4x3_rc4::IfcFlowInstrument, OdIfc4x3_rc4::IfcFlowInstrumentType, OdIfc4x3_rc4::IfcFlowMeter, OdIfc4x3_rc4::IfcFlowMeterType, OdIfc4x3_rc4::IfcFooting, OdIfc4x3_rc4::IfcFootingType, OdIfc4x3_rc4::IfcFurniture, OdIfc4x3_rc4::IfcFurnitureType, OdIfc4x3_rc4::IfcGeographicElement, OdIfc4x3_rc4::IfcGeographicElementType, OdIfc4x3_rc4::IfcGeometricRepresentationContext, OdIfc4x3_rc4::IfcGeometricRepresentationSubContext, OdIfc4x3_rc4::IfcGeometricSet, OdIfc4x3_rc4::IfcGradientCurve, OdIfc4x3_rc4::IfcGrid, OdIfc4x3_rc4::IfcGridAxis, OdIfc4x3_rc4::IfcGridPlacement, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcHalfSpaceSolid, OdIfc4x3_rc4::IfcHeatExchanger, OdIfc4x3_rc4::IfcHeatExchangerType, OdIfc4x3_rc4::IfcHumidifier, OdIfc4x3_rc4::IfcHumidifierType, OdIfc4x3_rc4::IfcImageTexture, OdIfc4x3_rc4::IfcImpactProtectionDevice, OdIfc4x3_rc4::IfcImpactProtectionDeviceType, OdIfc4x3_rc4::IfcIndexedColourMap, OdIfc4x3_rc4::IfcIndexedPolyCurve, OdIfc4x3_rc4::IfcIndexedPolygonalFace, OdIfc4x3_rc4::IfcIndexedPolygonalFaceWithVoids, OdIfc4x3_rc4::IfcIndexedTextureMap, OdIfc4x3_rc4::IfcIndexedTriangleTextureMap, OdIfc4x3_rc4::IfcInterceptor, OdIfc4x3_rc4::IfcInterceptorType, OdIfc4x3_rc4::IfcInventory, OdIfc4x3_rc4::IfcIrregularTimeSeries, OdIfc4x3_rc4::IfcIrregularTimeSeriesValue, OdIfc4x3_rc4::IfcIShapeProfileDef, OdIfc4x3_rc4::IfcJunctionBox, OdIfc4x3_rc4::IfcJunctionBoxType, OdIfc4x3_rc4::IfcKerb, OdIfc4x3_rc4::IfcKerbType, OdIfc4x3_rc4::IfcLaborResource, OdIfc4x3_rc4::IfcLaborResourceType, OdIfc4x3_rc4::IfcLagTime, OdIfc4x3_rc4::IfcLamp, OdIfc4x3_rc4::IfcLampType, OdIfc4x3_rc4::IfcLibraryInformation, OdIfc4x3_rc4::IfcLibraryReference, OdIfc4x3_rc4::IfcLightDistributionData, OdIfc4x3_rc4::IfcLightFixture, OdIfc4x3_rc4::IfcLightFixtureType, OdIfc4x3_rc4::IfcLightIntensityDistribution, OdIfc4x3_rc4::IfcLightSource, OdIfc4x3_rc4::IfcLightSourceDirectional, OdIfc4x3_rc4::IfcLightSourceGoniometric, OdIfc4x3_rc4::IfcLightSourcePositional, OdIfc4x3_rc4::IfcLightSourceSpot, OdIfc4x3_rc4::IfcLinearPlacement, OdIfc4x3_rc4::IfcLine, OdIfc4x3_rc4::IfcLiquidTerminal, OdIfc4x3_rc4::IfcLiquidTerminalType, OdIfc4x3_rc4::IfcLocalPlacement, OdIfc4x3_rc4::IfcLShapeProfileDef, OdIfc4x3_rc4::IfcManifoldSolidBrep, OdIfc4x3_rc4::IfcMapConversion, OdIfc4x3_rc4::IfcMappedItem, OdIfc4x3_rc4::IfcMarineFacility, OdIfc4x3_rc4::IfcMaterial, OdIfc4x3_rc4::IfcMaterialClassificationRelationship, OdIfc4x3_rc4::IfcMaterialConstituent, OdIfc4x3_rc4::IfcMaterialConstituentSet, OdIfc4x3_rc4::IfcMaterialDefinition, OdIfc4x3_rc4::IfcMaterialDefinitionRepresentation, OdIfc4x3_rc4::IfcMaterialLayer, OdIfc4x3_rc4::IfcMaterialLayerSet, OdIfc4x3_rc4::IfcMaterialLayerSetUsage, OdIfc4x3_rc4::IfcMaterialLayerWithOffsets, OdIfc4x3_rc4::IfcMaterialList, OdIfc4x3_rc4::IfcMaterialProfile, OdIfc4x3_rc4::IfcMaterialProfileSet, OdIfc4x3_rc4::IfcMaterialProfileSetUsage, OdIfc4x3_rc4::IfcMaterialProfileSetUsageTapering, OdIfc4x3_rc4::IfcMaterialProfileWithOffsets, OdIfc4x3_rc4::IfcMaterialProperties, OdIfc4x3_rc4::IfcMaterialRelationship, OdIfc4x3_rc4::IfcMaterialUsageDefinition, OdIfc4x3_rc4::IfcMeasureWithUnit, OdIfc4x3_rc4::IfcMechanicalFastener, OdIfc4x3_rc4::IfcMechanicalFastenerType, OdIfc4x3_rc4::IfcMedicalDevice, OdIfc4x3_rc4::IfcMedicalDeviceType, OdIfc4x3_rc4::IfcMember, OdIfc4x3_rc4::IfcMemberType, OdIfc4x3_rc4::IfcMetric, OdIfc4x3_rc4::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc4::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc4::IfcMonetaryUnit, OdIfc4x3_rc4::IfcMooringDevice, OdIfc4x3_rc4::IfcMooringDeviceType, OdIfc4x3_rc4::IfcMotorConnection, OdIfc4x3_rc4::IfcMotorConnectionType, OdIfc4x3_rc4::IfcNamedUnit, OdIfc4x3_rc4::IfcNavigationElement, OdIfc4x3_rc4::IfcNavigationElementType, OdIfc4x3_rc4::IfcObject, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcObjective, OdIfc4x3_rc4::IfcObjectPlacement, OdIfc4x3_rc4::IfcOccupant, OdIfc4x3_rc4::IfcOffsetCurve2D, OdIfc4x3_rc4::IfcOffsetCurve3D, OdIfc4x3_rc4::IfcOffsetCurve, OdIfc4x3_rc4::IfcOffsetCurveByDistances, OdIfc4x3_rc4::IfcOpenCrossProfileDef, OdIfc4x3_rc4::IfcOpeningElement, OdIfc4x3_rc4::IfcOrganization, OdIfc4x3_rc4::IfcOrganizationRelationship, OdIfc4x3_rc4::IfcOrientedEdge, OdIfc4x3_rc4::IfcOutlet, OdIfc4x3_rc4::IfcOutletType, OdIfc4x3_rc4::IfcOwnerHistory, OdIfc4x3_rc4::IfcParameterizedProfileDef, OdIfc4x3_rc4::IfcPath, OdIfc4x3_rc4::IfcPavement, OdIfc4x3_rc4::IfcPavementType, OdIfc4x3_rc4::IfcPcurve, OdIfc4x3_rc4::IfcPerformanceHistory, OdIfc4x3_rc4::IfcPermeableCoveringProperties, OdIfc4x3_rc4::IfcPermit, OdIfc4x3_rc4::IfcPersonAndOrganization, OdIfc4x3_rc4::IfcPerson, OdIfc4x3_rc4::IfcPhysicalComplexQuantity, OdIfc4x3_rc4::IfcPhysicalQuantity, OdIfc4x3_rc4::IfcPhysicalSimpleQuantity, OdIfc4x3_rc4::IfcPile, OdIfc4x3_rc4::IfcPileType, OdIfc4x3_rc4::IfcPipeFitting, OdIfc4x3_rc4::IfcPipeFittingType, OdIfc4x3_rc4::IfcPipeSegment, OdIfc4x3_rc4::IfcPipeSegmentType, OdIfc4x3_rc4::IfcPixelTexture, OdIfc4x3_rc4::IfcPlacement, OdIfc4x3_rc4::IfcPlanarBox, OdIfc4x3_rc4::IfcPlanarExtent, OdIfc4x3_rc4::IfcPlate, OdIfc4x3_rc4::IfcPlateType, OdIfc4x3_rc4::IfcPointByDistanceExpression, OdIfc4x3_rc4::IfcPointOnCurve, OdIfc4x3_rc4::IfcPointOnSurface, OdIfc4x3_rc4::IfcPolygonalBoundedHalfSpace, OdIfc4x3_rc4::IfcPolygonalFaceSet, OdIfc4x3_rc4::IfcPolyline, OdIfc4x3_rc4::IfcPolyLoop, OdIfc4x3_rc4::IfcPolynomialCurve, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcPostalAddress, OdIfc4x3_rc4::IfcPreDefinedItem, OdIfc4x3_rc4::IfcPresentationLayerAssignment, OdIfc4x3_rc4::IfcPresentationLayerWithStyle, OdIfc4x3_rc4::IfcPresentationStyle, OdIfc4x3_rc4::IfcProcedure, OdIfc4x3_rc4::IfcProcedureType, OdIfc4x3_rc4::IfcProcess, OdIfc4x3_rc4::IfcProduct, OdIfc4x3_rc4::IfcProductDefinitionShape, OdIfc4x3_rc4::IfcProductDefinitionShape, OdIfc4x3_rc4::IfcProductRepresentation, OdIfc4x3_rc4::IfcProfileDef, OdIfc4x3_rc4::IfcProfileProperties, OdIfc4x3_rc4::IfcProjectedCRS, OdIfc4x3_rc4::IfcProjectionElement, OdIfc4x3_rc4::IfcProjectOrder, OdIfc4x3_rc4::IfcPropertyAbstraction, OdIfc4x3_rc4::IfcProperty, OdIfc4x3_rc4::IfcPropertyBoundedValue, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertyDependencyRelationship, OdIfc4x3_rc4::IfcPropertyEnumeratedValue, OdIfc4x3_rc4::IfcPropertyEnumeration, OdIfc4x3_rc4::IfcPropertyListValue, OdIfc4x3_rc4::IfcPropertyReferenceValue, OdIfc4x3_rc4::IfcPropertySet, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetTemplate, OdIfc4x3_rc4::IfcPropertySingleValue, OdIfc4x3_rc4::IfcPropertyTableValue, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcProtectiveDevice, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc4::IfcProtectiveDeviceType, OdIfc4x3_rc4::IfcProxy, OdIfc4x3_rc4::IfcPump, OdIfc4x3_rc4::IfcPumpType, OdIfc4x3_rc4::IfcQuantityArea, OdIfc4x3_rc4::IfcQuantityCount, OdIfc4x3_rc4::IfcQuantityLength, OdIfc4x3_rc4::IfcQuantityTime, OdIfc4x3_rc4::IfcQuantityVolume, OdIfc4x3_rc4::IfcQuantityWeight, OdIfc4x3_rc4::IfcRail, OdIfc4x3_rc4::IfcRailing, OdIfc4x3_rc4::IfcRailingType, OdIfc4x3_rc4::IfcRailType, OdIfc4x3_rc4::IfcRailway, OdIfc4x3_rc4::IfcRamp, OdIfc4x3_rc4::IfcRampFlight, OdIfc4x3_rc4::IfcRampFlightType, OdIfc4x3_rc4::IfcRampType, OdIfc4x3_rc4::IfcRationalBSplineCurveWithKnots, OdIfc4x3_rc4::IfcRationalBSplineSurfaceWithKnots, OdIfc4x3_rc4::IfcRectangleHollowProfileDef, OdIfc4x3_rc4::IfcRectangleProfileDef, OdIfc4x3_rc4::IfcRectangularPyramid, OdIfc4x3_rc4::IfcRectangularTrimmedSurface, OdIfc4x3_rc4::IfcRecurrencePattern, OdIfc4x3_rc4::IfcReference, OdIfc4x3_rc4::IfcReferent, OdIfc4x3_rc4::IfcRegularTimeSeries, OdIfc4x3_rc4::IfcReinforcedSoil, OdIfc4x3_rc4::IfcReinforcementBarProperties, OdIfc4x3_rc4::IfcReinforcementDefinitionProperties, OdIfc4x3_rc4::IfcReinforcingBar, OdIfc4x3_rc4::IfcReinforcingBarType, OdIfc4x3_rc4::IfcReinforcingElement, OdIfc4x3_rc4::IfcReinforcingMesh, OdIfc4x3_rc4::IfcReinforcingMeshType, OdIfc4x3_rc4::IfcRelAdheresToElement, OdIfc4x3_rc4::IfcRelAggregates, OdIfc4x3_rc4::IfcRelAssigns, OdIfc4x3_rc4::IfcRelAssignsToActor, OdIfc4x3_rc4::IfcRelAssignsToControl, OdIfc4x3_rc4::IfcRelAssignsToGroup, OdIfc4x3_rc4::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc4::IfcRelAssignsToProcess, OdIfc4x3_rc4::IfcRelAssignsToProduct, OdIfc4x3_rc4::IfcRelAssignsToResource, OdIfc4x3_rc4::IfcRelAssociatesApproval, OdIfc4x3_rc4::IfcRelAssociates, OdIfc4x3_rc4::IfcRelAssociatesClassification, OdIfc4x3_rc4::IfcRelAssociatesConstraint, OdIfc4x3_rc4::IfcRelAssociatesDocument, OdIfc4x3_rc4::IfcRelAssociatesLibrary, OdIfc4x3_rc4::IfcRelAssociatesMaterial, OdIfc4x3_rc4::IfcRelAssociatesProfileDef, OdIfc4x3_rc4::IfcRelConnectsElements, OdIfc4x3_rc4::IfcRelConnectsPathElements, OdIfc4x3_rc4::IfcRelConnectsPorts, OdIfc4x3_rc4::IfcRelConnectsPortToElement, OdIfc4x3_rc4::IfcRelConnectsStructuralActivity, OdIfc4x3_rc4::IfcRelConnectsStructuralMember, OdIfc4x3_rc4::IfcRelConnectsWithEccentricity, OdIfc4x3_rc4::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc4::IfcRelContainedInSpatialStructure, OdIfc4x3_rc4::IfcRelCoversBldgElements, OdIfc4x3_rc4::IfcRelCoversSpaces, OdIfc4x3_rc4::IfcRelDeclares, OdIfc4x3_rc4::IfcRelDefinesByObject, OdIfc4x3_rc4::IfcRelDefinesByProperties, OdIfc4x3_rc4::IfcRelDefinesByTemplate, OdIfc4x3_rc4::IfcRelDefinesByType, OdIfc4x3_rc4::IfcRelFillsElement, OdIfc4x3_rc4::IfcRelFlowControlElements, OdIfc4x3_rc4::IfcRelInterferesElements, OdIfc4x3_rc4::IfcRelNests, OdIfc4x3_rc4::IfcRelPositions, OdIfc4x3_rc4::IfcRelProjectsElement, OdIfc4x3_rc4::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc4::IfcRelSequence, OdIfc4x3_rc4::IfcRelServicesBuildings, OdIfc4x3_rc4::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary, OdIfc4x3_rc4::IfcRelVoidsElement, OdIfc4x3_rc4::IfcReparametrisedCompositeCurveSegment, OdIfc4x3_rc4::IfcRepresentation, OdIfc4x3_rc4::IfcRepresentationContext, OdIfc4x3_rc4::IfcRepresentationItem, OdIfc4x3_rc4::IfcRepresentationMap, OdIfc4x3_rc4::IfcResourceApprovalRelationship, OdIfc4x3_rc4::IfcResource, OdIfc4x3_rc4::IfcResourceConstraintRelationship, OdIfc4x3_rc4::IfcResourceLevelRelationship, OdIfc4x3_rc4::IfcResourceTime, OdIfc4x3_rc4::IfcRevolvedAreaSolid, OdIfc4x3_rc4::IfcRevolvedAreaSolidTapered, OdIfc4x3_rc4::IfcRightCircularCone, OdIfc4x3_rc4::IfcRightCircularCylinder, OdIfc4x3_rc4::IfcRoad, OdIfc4x3_rc4::IfcRoof, OdIfc4x3_rc4::IfcRoofType, OdIfc4x3_rc4::IfcRoot, OdIfc4x3_rc4::IfcRoundedRectangleProfileDef, OdIfc4x3_rc4::IfcSanitaryTerminal, OdIfc4x3_rc4::IfcSanitaryTerminalType, OdIfc4x3_rc4::IfcSchedulingTime, OdIfc4x3_rc4::IfcSecondOrderPolynomialSpiral, OdIfc4x3_rc4::IfcSectionedSolid, OdIfc4x3_rc4::IfcSectionedSolidHorizontal, OdIfc4x3_rc4::IfcSectionedSpine, OdIfc4x3_rc4::IfcSectionedSurface, OdIfc4x3_rc4::IfcSectionProperties, OdIfc4x3_rc4::IfcSectionReinforcementProperties, OdIfc4x3_rc4::IfcSegment, OdIfc4x3_rc4::IfcSegmentedReferenceCurve, OdIfc4x3_rc4::IfcSensor, OdIfc4x3_rc4::IfcSensorType, OdIfc4x3_rc4::IfcSeventhOrderPolynomialSpiral, OdIfc4x3_rc4::IfcShadingDevice, OdIfc4x3_rc4::IfcShadingDeviceType, OdIfc4x3_rc4::IfcShapeAspect, OdIfc4x3_rc4::IfcShapeModel, OdIfc4x3_rc4::IfcShapeModel, OdIfc4x3_rc4::IfcShellBasedSurfaceModel, OdIfc4x3_rc4::IfcSignal, OdIfc4x3_rc4::IfcSignalType, OdIfc4x3_rc4::IfcSign, OdIfc4x3_rc4::IfcSignType, OdIfc4x3_rc4::IfcSimplePropertyTemplate, OdIfc4x3_rc4::IfcSine, OdIfc4x3_rc4::IfcSite, OdIfc4x3_rc4::IfcSIUnit, OdIfc4x3_rc4::IfcSlab, OdIfc4x3_rc4::IfcSlabType, OdIfc4x3_rc4::IfcSlippageConnectionCondition, OdIfc4x3_rc4::IfcSolarDevice, OdIfc4x3_rc4::IfcSolarDeviceType, OdIfc4x3_rc4::IfcSpace, OdIfc4x3_rc4::IfcSpaceHeater, OdIfc4x3_rc4::IfcSpaceHeaterType, OdIfc4x3_rc4::IfcSpaceType, OdIfc4x3_rc4::IfcSpatialElement, OdIfc4x3_rc4::IfcSpatialElementType, OdIfc4x3_rc4::IfcSpatialStructureElement, OdIfc4x3_rc4::IfcSpatialZone, OdIfc4x3_rc4::IfcSpatialZoneType, OdIfc4x3_rc4::IfcSphere, OdIfc4x3_rc4::IfcSphericalSurface, OdIfc4x3_rc4::IfcSpiral, OdIfc4x3_rc4::IfcStackTerminal, OdIfc4x3_rc4::IfcStackTerminalType, OdIfc4x3_rc4::IfcStair, OdIfc4x3_rc4::IfcStairFlight, OdIfc4x3_rc4::IfcStairFlightType, OdIfc4x3_rc4::IfcStairType, OdIfc4x3_rc4::IfcStructuralAction, OdIfc4x3_rc4::IfcStructuralActivity, OdIfc4x3_rc4::IfcStructuralAnalysisModel, OdIfc4x3_rc4::IfcStructuralConnection, OdIfc4x3_rc4::IfcStructuralConnectionCondition, OdIfc4x3_rc4::IfcStructuralCurveAction, OdIfc4x3_rc4::IfcStructuralCurveConnection, OdIfc4x3_rc4::IfcStructuralCurveMember, OdIfc4x3_rc4::IfcStructuralCurveReaction, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralLoad, OdIfc4x3_rc4::IfcStructuralLoadCase, OdIfc4x3_rc4::IfcStructuralLoadConfiguration, OdIfc4x3_rc4::IfcStructuralLoadGroup, OdIfc4x3_rc4::IfcStructuralLoadLinearForce, OdIfc4x3_rc4::IfcStructuralLoadPlanarForce, OdIfc4x3_rc4::IfcStructuralLoadSingleDisplacement, OdIfc4x3_rc4::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x3_rc4::IfcStructuralLoadSingleForce, OdIfc4x3_rc4::IfcStructuralLoadSingleForceWarping, OdIfc4x3_rc4::IfcStructuralLoadTemperature, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralPointConnection, OdIfc4x3_rc4::IfcStructuralResultGroup, OdIfc4x3_rc4::IfcStructuralSurfaceAction, OdIfc4x3_rc4::IfcStructuralSurfaceMember, OdIfc4x3_rc4::IfcStructuralSurfaceReaction, OdIfc4x3_rc4::IfcStyledItem, OdIfc4x3_rc4::IfcSubContractResource, OdIfc4x3_rc4::IfcSubContractResourceType, OdIfc4x3_rc4::IfcSubedge, OdIfc4x3_rc4::IfcSurfaceCurve, OdIfc4x3_rc4::IfcSurfaceCurveSweptAreaSolid, OdIfc4x3_rc4::IfcSurfaceFeature, OdIfc4x3_rc4::IfcSurfaceOfLinearExtrusion, OdIfc4x3_rc4::IfcSurfaceOfRevolution, OdIfc4x3_rc4::IfcSurfaceReinforcementArea, OdIfc4x3_rc4::IfcSurfaceStyle, OdIfc4x3_rc4::IfcSurfaceStyleLighting, OdIfc4x3_rc4::IfcSurfaceStyleRefraction, OdIfc4x3_rc4::IfcSurfaceStyleRendering, OdIfc4x3_rc4::IfcSurfaceStyleShading, OdIfc4x3_rc4::IfcSurfaceStyleWithTextures, OdIfc4x3_rc4::IfcSurfaceTexture, OdIfc4x3_rc4::IfcSweptAreaSolid, OdIfc4x3_rc4::IfcSweptDiskSolid, OdIfc4x3_rc4::IfcSweptDiskSolidPolygonal, OdIfc4x3_rc4::IfcSweptSurface, OdIfc4x3_rc4::IfcSwitchingDevice, OdIfc4x3_rc4::IfcSwitchingDeviceType, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystemFurnitureElement, OdIfc4x3_rc4::IfcSystemFurnitureElementType, OdIfc4x3_rc4::IfcTable, OdIfc4x3_rc4::IfcTableColumn, OdIfc4x3_rc4::IfcTableRow, OdIfc4x3_rc4::IfcTank, OdIfc4x3_rc4::IfcTankType, OdIfc4x3_rc4::IfcTask, OdIfc4x3_rc4::IfcTaskTime, OdIfc4x3_rc4::IfcTaskTimeRecurring, OdIfc4x3_rc4::IfcTaskType, OdIfc4x3_rc4::IfcTelecomAddress, OdIfc4x3_rc4::IfcTendonAnchor, OdIfc4x3_rc4::IfcTendonAnchorType, OdIfc4x3_rc4::IfcTendon, OdIfc4x3_rc4::IfcTendonConduit, OdIfc4x3_rc4::IfcTendonConduitType, OdIfc4x3_rc4::IfcTendonType, OdIfc4x3_rc4::IfcTessellatedFaceSet, OdIfc4x3_rc4::IfcTextLiteral, OdIfc4x3_rc4::IfcTextLiteralWithExtent, OdIfc4x3_rc4::IfcTextStyle, OdIfc4x3_rc4::IfcTextStyleFontModel, OdIfc4x3_rc4::IfcTextStyleForDefinedFont, OdIfc4x3_rc4::IfcTextStyleTextModel, OdIfc4x3_rc4::IfcTextureCoordinate, OdIfc4x3_rc4::IfcTextureCoordinateGenerator, OdIfc4x3_rc4::IfcTextureMap, OdIfc4x3_rc4::IfcTextureVertex, OdIfc4x3_rc4::IfcTextureVertexList, OdIfc4x3_rc4::IfcThirdOrderPolynomialSpiral, OdIfc4x3_rc4::IfcTimePeriod, OdIfc4x3_rc4::IfcTimeSeries, OdIfc4x3_rc4::IfcTimeSeriesValue, OdIfc4x3_rc4::IfcToroidalSurface, OdIfc4x3_rc4::IfcTrackElement, OdIfc4x3_rc4::IfcTrackElementType, OdIfc4x3_rc4::IfcTransformer, OdIfc4x3_rc4::IfcTransformerType, OdIfc4x3_rc4::IfcTransportElement, OdIfc4x3_rc4::IfcTransportElementType, OdIfc4x3_rc4::IfcTrapeziumProfileDef, OdIfc4x3_rc4::IfcTriangulatedFaceSet, OdIfc4x3_rc4::IfcTriangulatedIrregularNetwork, OdIfc4x3_rc4::IfcTrimmedCurve, OdIfc4x3_rc4::IfcTShapeProfileDef, OdIfc4x3_rc4::IfcTubeBundle, OdIfc4x3_rc4::IfcTubeBundleType, OdIfc4x3_rc4::IfcTypeObject, OdIfc4x3_rc4::IfcTypeProcess, OdIfc4x3_rc4::IfcTypeProduct, OdIfc4x3_rc4::IfcTypeResource, OdIfc4x3_rc4::IfcUnitaryControlElement, OdIfc4x3_rc4::IfcUnitaryControlElementType, OdIfc4x3_rc4::IfcUnitaryEquipment, OdIfc4x3_rc4::IfcUnitaryEquipmentType, OdIfc4x3_rc4::IfcUnitAssignment, OdIfc4x3_rc4::IfcUShapeProfileDef, OdIfc4x3_rc4::IfcValve, OdIfc4x3_rc4::IfcValveType, OdIfc4x3_rc4::IfcVector, OdIfc4x3_rc4::IfcVertexLoop, OdIfc4x3_rc4::IfcVertexPoint, OdIfc4x3_rc4::IfcVibrationDamper, OdIfc4x3_rc4::IfcVibrationDamperType, OdIfc4x3_rc4::IfcVibrationIsolator, OdIfc4x3_rc4::IfcVibrationIsolatorType, OdIfc4x3_rc4::IfcVirtualGridIntersection, OdIfc4x3_rc4::IfcVoidingFeature, OdIfc4x3_rc4::IfcWall, OdIfc4x3_rc4::IfcWallType, OdIfc4x3_rc4::IfcWasteTerminal, OdIfc4x3_rc4::IfcWasteTerminalType, OdIfc4x3_rc4::IfcWindow, OdIfc4x3_rc4::IfcWindowLiningProperties, OdIfc4x3_rc4::IfcWindowPanelProperties, OdIfc4x3_rc4::IfcWindowStyle, OdIfc4x3_rc4::IfcWindowType, OdIfc4x3_rc4::IfcWorkCalendar, OdIfc4x3_rc4::IfcWorkControl, OdIfc4x3_rc4::IfcWorkPlan, OdIfc4x3_rc4::IfcWorkSchedule, OdIfc4x3_rc4::IfcWorkTime, OdIfc4x3_rc4::IfcZone, OdIfc4x3_rc4::IfcZShapeProfileDef, OdIfcInteroperable::OdIfcCartesianPointAuto, and OdIfcInteroperable::OdIfcDirectionAuto.
|
virtual |
Retrieves the current Gs node object of the entity.
bool OdIfc::OdIfcEntity::isInstanceOf | ( | OdIfcEntityType | entityType | ) | const |
Retrieves whether the entity is an instance of a specified type.
entityType | [in] An instance of the <link OdIfc::OdIfcEntityType, OdIfcEntityType> enumeration that represents the entity type. |
|
virtual |
Retrieves whether the entity belongs to a specified entity type.
entityType | [in] An entity type. |
Reimplemented in OdIfc2x2_final::Ifc2DCompositeCurve, OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcActorRole, OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAddress, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcAngularDimension, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAnnotationCurveOccurrence, OdIfc2x2_final::IfcAnnotationFillArea, OdIfc2x2_final::IfcAnnotationFillAreaOccurrence, OdIfc2x2_final::IfcAnnotationOccurrence, OdIfc2x2_final::IfcAnnotationSurfaceOccurrence, OdIfc2x2_final::IfcAnnotationSymbolOccurrence, OdIfc2x2_final::IfcAnnotationTextOccurrence, OdIfc2x2_final::IfcApplication, OdIfc2x2_final::IfcAppliedValue, OdIfc2x2_final::IfcAppliedValueRelationship, OdIfc2x2_final::IfcApprovalActorRelationship, OdIfc2x2_final::IfcApproval, OdIfc2x2_final::IfcApprovalPropertyRelationship, OdIfc2x2_final::IfcApprovalRelationship, OdIfc2x2_final::IfcArbitraryClosedProfileDef, OdIfc2x2_final::IfcArbitraryOpenProfileDef, OdIfc2x2_final::IfcArbitraryProfileDefWithVoids, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcAsymmetricIShapeProfileDef, OdIfc2x2_final::IfcAxis1Placement, OdIfc2x2_final::IfcAxis2Placement2D, OdIfc2x2_final::IfcAxis2Placement3D, OdIfc2x2_final::IfcBeam, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBezierCurve, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBooleanClippingResult, OdIfc2x2_final::IfcBooleanResult, OdIfc2x2_final::IfcBoundaryCondition, OdIfc2x2_final::IfcBoundaryEdgeCondition, OdIfc2x2_final::IfcBoundaryFaceCondition, OdIfc2x2_final::IfcBoundaryNodeCondition, OdIfc2x2_final::IfcBoundaryNodeConditionWarping, OdIfc2x2_final::IfcBoundedCurve, OdIfc2x2_final::IfcBoundedSurface, OdIfc2x2_final::IfcBoundingBox, OdIfc2x2_final::IfcBoxedHalfSpace, OdIfc2x2_final::IfcBSplineCurve, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElement, OdIfc2x2_final::IfcBuildingElementComponent, OdIfc2x2_final::IfcBuildingElementComponentType, OdIfc2x2_final::IfcBuildingElementPart, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingElementType, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcCalendarDate, OdIfc2x2_final::IfcCartesianPoint, OdIfc2x2_final::IfcCartesianTransformationOperator2D, OdIfc2x2_final::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator3D, OdIfc2x2_final::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCircle, OdIfc2x2_final::IfcCircleHollowProfileDef, OdIfc2x2_final::IfcCircleProfileDef, OdIfc2x2_final::IfcClassification, OdIfc2x2_final::IfcClassificationItem, OdIfc2x2_final::IfcClassificationItemRelationship, OdIfc2x2_final::IfcClassificationNotation, OdIfc2x2_final::IfcClassificationNotationFacet, OdIfc2x2_final::IfcClassificationReference, OdIfc2x2_final::IfcClosedShell, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColourRgb, OdIfc2x2_final::IfcColourSpecification, OdIfc2x2_final::IfcColumn, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcComplexProperty, OdIfc2x2_final::IfcCompositeCurve, OdIfc2x2_final::IfcCompositeCurveSegment, OdIfc2x2_final::IfcCompositeProfileDef, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcCondition, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConic, OdIfc2x2_final::IfcConnectedFaceSet, OdIfc2x2_final::IfcConnectionCurveGeometry, OdIfc2x2_final::IfcConnectionGeometry, OdIfc2x2_final::IfcConnectionPointGeometry, OdIfc2x2_final::IfcConnectionPortGeometry, OdIfc2x2_final::IfcConnectionSurfaceGeometry, OdIfc2x2_final::IfcConstraintAggregationRelationship, OdIfc2x2_final::IfcConstraint, OdIfc2x2_final::IfcConstraintClassificationRelationship, OdIfc2x2_final::IfcConstraintRelationship, OdIfc2x2_final::IfcConstructionEquipmentResource, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionProductResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcContextDependentUnit, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcConversionBasedUnit, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCoordinatedUniversalTimeOffset, OdIfc2x2_final::IfcCostItem, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCostValue, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcCraneRailAShapeProfileDef, OdIfc2x2_final::IfcCraneRailFShapeProfileDef, OdIfc2x2_final::IfcCrewResource, OdIfc2x2_final::IfcCsgSolid, OdIfc2x2_final::IfcCShapeProfileDef, OdIfc2x2_final::IfcCurrencyRelationship, OdIfc2x2_final::IfcCurtainWall, OdIfc2x2_final::IfcCurve, OdIfc2x2_final::IfcCurveBoundedPlane, OdIfc2x2_final::IfcCurveStyle, OdIfc2x2_final::IfcCurveStyleFontAndScaling, OdIfc2x2_final::IfcCurveStyleFont, OdIfc2x2_final::IfcCurveStyleFontPattern, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDateAndTime, OdIfc2x2_final::IfcDefinedSymbol, OdIfc2x2_final::IfcDerivedProfileDef, OdIfc2x2_final::IfcDerivedUnit, OdIfc2x2_final::IfcDerivedUnitElement, OdIfc2x2_final::IfcDiameterDimension, OdIfc2x2_final::IfcDimensionalExponents, OdIfc2x2_final::IfcDimensionCalloutRelationship, OdIfc2x2_final::IfcDimensionCurve, OdIfc2x2_final::IfcDimensionCurveDirectedCallout, OdIfc2x2_final::IfcDimensionCurveTerminator, OdIfc2x2_final::IfcDirection, OdIfc2x2_final::IfcDiscreteAccessory, OdIfc2x2_final::IfcDiscreteAccessoryType, OdIfc2x2_final::IfcDistributionChamberElement, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionControlElementType, OdIfc2x2_final::IfcDistributionElement, OdIfc2x2_final::IfcDistributionElementType, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionFlowElementType, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDocumentElectronicFormat, OdIfc2x2_final::IfcDocumentInformation, OdIfc2x2_final::IfcDocumentInformationRelationship, OdIfc2x2_final::IfcDocumentReference, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDraughtingCallout, OdIfc2x2_final::IfcDraughtingCalloutRelationship, OdIfc2x2_final::IfcDraughtingPreDefinedColour, OdIfc2x2_final::IfcDraughtingPreDefinedCurveFont, OdIfc2x2_final::IfcDraughtingPreDefinedTextFont, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcEdge, OdIfc2x2_final::IfcEdgeCurve, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcEdgeLoop, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricalCircuit, OdIfc2x2_final::IfcElectricalElement, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementarySurface, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementComponent, OdIfc2x2_final::IfcElementComponentType, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEllipse, OdIfc2x2_final::IfcEllipseProfileDef, OdIfc2x2_final::IfcEnergyConversionDevice, OdIfc2x2_final::IfcEnergyConversionDeviceType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEnvironmentalImpactValue, OdIfc2x2_final::IfcEquipmentElement, OdIfc2x2_final::IfcEquipmentStandard, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcExtendedMaterialProperties, OdIfc2x2_final::IfcExternallyDefinedHatchStyle, OdIfc2x2_final::IfcExternallyDefinedSufaceStyle, OdIfc2x2_final::IfcExternallyDefinedSymbol, OdIfc2x2_final::IfcExternallyDefinedTextFont, OdIfc2x2_final::IfcExternalReference, OdIfc2x2_final::IfcExtrudedAreaSolid, OdIfc2x2_final::IfcFace, OdIfc2x2_final::IfcFaceBasedSurfaceModel, OdIfc2x2_final::IfcFaceBound, OdIfc2x2_final::IfcFaceOuterBound, OdIfc2x2_final::IfcFaceSurface, OdIfc2x2_final::IfcFacetedBrep, OdIfc2x2_final::IfcFacetedBrepWithVoids, OdIfc2x2_final::IfcFailureConnectionCondition, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFastener, OdIfc2x2_final::IfcFastenerType, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElement, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFillAreaStyle, OdIfc2x2_final::IfcFillAreaStyleHatching, OdIfc2x2_final::IfcFillAreaStyleTiles, OdIfc2x2_final::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowController, OdIfc2x2_final::IfcFlowControllerType, OdIfc2x2_final::IfcFlowFitting, OdIfc2x2_final::IfcFlowFittingType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFlowMovingDevice, OdIfc2x2_final::IfcFlowMovingDeviceType, OdIfc2x2_final::IfcFlowSegment, OdIfc2x2_final::IfcFlowSegmentType, OdIfc2x2_final::IfcFlowStorageDevice, OdIfc2x2_final::IfcFlowStorageDeviceType, OdIfc2x2_final::IfcFlowTerminal, OdIfc2x2_final::IfcFlowTerminalType, OdIfc2x2_final::IfcFlowTreatmentDevice, OdIfc2x2_final::IfcFlowTreatmentDeviceType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFuelProperties, OdIfc2x2_final::IfcFurnishingElement, OdIfc2x2_final::IfcFurnishingElementType, OdIfc2x2_final::IfcFurnitureStandard, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcGeneralMaterialProperties, OdIfc2x2_final::IfcGeneralProfileProperties, OdIfc2x2_final::IfcGeometricCurveSet, OdIfc2x2_final::IfcGeometricRepresentationContext, OdIfc2x2_final::IfcGeometricRepresentationItem, OdIfc2x2_final::IfcGeometricRepresentationSubContext, OdIfc2x2_final::IfcGeometricSet, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGridAxis, OdIfc2x2_final::IfcGridPlacement, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcHalfSpaceSolid, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcHygroscopicMaterialProperties, OdIfc2x2_final::IfcImageTexture, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcIrregularTimeSeries, OdIfc2x2_final::IfcIrregularTimeSeriesValue, OdIfc2x2_final::IfcIShapeProfileDef, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLibraryInformation, OdIfc2x2_final::IfcLibraryReference, OdIfc2x2_final::IfcLightDistributionData, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcLightIntensityDistribution, OdIfc2x2_final::IfcLightSourceAmbient, OdIfc2x2_final::IfcLightSource, OdIfc2x2_final::IfcLightSourceDirectional, OdIfc2x2_final::IfcLightSourceGoniometric, OdIfc2x2_final::IfcLightSourcePositional, OdIfc2x2_final::IfcLightSourceSpot, OdIfc2x2_final::IfcLinearDimension, OdIfc2x2_final::IfcLine, OdIfc2x2_final::IfcLocalPlacement, OdIfc2x2_final::IfcLocalTime, OdIfc2x2_final::IfcLoop, OdIfc2x2_final::IfcLShapeProfileDef, OdIfc2x2_final::IfcManifoldSolidBrep, OdIfc2x2_final::IfcMappedItem, OdIfc2x2_final::IfcMaterial, OdIfc2x2_final::IfcMaterialClassificationRelationship, OdIfc2x2_final::IfcMaterialLayer, OdIfc2x2_final::IfcMaterialLayerSet, OdIfc2x2_final::IfcMaterialLayerSetUsage, OdIfc2x2_final::IfcMaterialList, OdIfc2x2_final::IfcMaterialProperties, OdIfc2x2_final::IfcMeasureWithUnit, OdIfc2x2_final::IfcMechanicalConcreteMaterialProperties, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMechanicalFastenerType, OdIfc2x2_final::IfcMechanicalMaterialProperties, OdIfc2x2_final::IfcMechanicalSteelMaterialProperties, OdIfc2x2_final::IfcMember, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMetric, OdIfc2x2_final::IfcMonetaryUnit, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcNamedUnit, OdIfc2x2_final::IfcObject, OdIfc2x2_final::IfcObjective, OdIfc2x2_final::IfcObjectPlacement, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOffsetCurve2D, OdIfc2x2_final::IfcOffsetCurve3D, OdIfc2x2_final::IfcOneDirectionRepeatFactor, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOpenShell, OdIfc2x2_final::IfcOpticalMaterialProperties, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcOrganization, OdIfc2x2_final::IfcOrganizationRelationship, OdIfc2x2_final::IfcOrientedEdge, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcOwnerHistory, OdIfc2x2_final::IfcParameterizedProfileDef, OdIfc2x2_final::IfcPath, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPersonAndOrganization, OdIfc2x2_final::IfcPerson, OdIfc2x2_final::IfcPhysicalComplexQuantity, OdIfc2x2_final::IfcPhysicalQuantity, OdIfc2x2_final::IfcPhysicalSimpleQuantity, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPixelTexture, OdIfc2x2_final::IfcPlacement, OdIfc2x2_final::IfcPlanarBox, OdIfc2x2_final::IfcPlanarExtent, OdIfc2x2_final::IfcPlane, OdIfc2x2_final::IfcPlate, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPoint, OdIfc2x2_final::IfcPointOnCurve, OdIfc2x2_final::IfcPointOnSurface, OdIfc2x2_final::IfcPolygonalBoundedHalfSpace, OdIfc2x2_final::IfcPolyline, OdIfc2x2_final::IfcPolyLoop, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcPostalAddress, OdIfc2x2_final::IfcPreDefinedColour, OdIfc2x2_final::IfcPreDefinedCurveFont, OdIfc2x2_final::IfcPreDefinedDimensionSymbol, OdIfc2x2_final::IfcPreDefinedItem, OdIfc2x2_final::IfcPreDefinedPointMarkerSymbol, OdIfc2x2_final::IfcPreDefinedSymbol, OdIfc2x2_final::IfcPreDefinedTerminatorSymbol, OdIfc2x2_final::IfcPreDefinedTextFont, OdIfc2x2_final::IfcPresentationLayerAssignment, OdIfc2x2_final::IfcPresentationLayerAssignmentWithStyle, OdIfc2x2_final::IfcPresentationStyleAssignment, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProductDefinitionShape, OdIfc2x2_final::IfcProductRepresentation, OdIfc2x2_final::IfcProductsOfCombustionProperties, OdIfc2x2_final::IfcProfileDef, OdIfc2x2_final::IfcProfileProperties, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectionCurve, OdIfc2x2_final::IfcProjectionElement, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProperty, OdIfc2x2_final::IfcPropertyBoundedValue, OdIfc2x2_final::IfcPropertyConstraintRelationship, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertyDependencyRelationship, OdIfc2x2_final::IfcPropertyEnumeratedValue, OdIfc2x2_final::IfcPropertyEnumeration, OdIfc2x2_final::IfcPropertyListValue, OdIfc2x2_final::IfcPropertyReferenceValue, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcPropertySingleValue, OdIfc2x2_final::IfcPropertyTableValue, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcQuantityArea, OdIfc2x2_final::IfcQuantityCount, OdIfc2x2_final::IfcQuantityLength, OdIfc2x2_final::IfcQuantityTime, OdIfc2x2_final::IfcQuantityVolume, OdIfc2x2_final::IfcQuantityWeight, OdIfc2x2_final::IfcRadiusDimension, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlight, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcRationalBezierCurve, OdIfc2x2_final::IfcRectangleHollowProfileDef, OdIfc2x2_final::IfcRectangleProfileDef, OdIfc2x2_final::IfcRectangularTrimmedSurface, OdIfc2x2_final::IfcReferencesValueDocument, OdIfc2x2_final::IfcRegularTimeSeries, OdIfc2x2_final::IfcReinforcementBarProperties, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcRelAggregates, OdIfc2x2_final::IfcRelAssigns, OdIfc2x2_final::IfcRelAssignsTasks, OdIfc2x2_final::IfcRelAssignsToActor, OdIfc2x2_final::IfcRelAssignsToControl, OdIfc2x2_final::IfcRelAssignsToGroup, OdIfc2x2_final::IfcRelAssignsToProcess, OdIfc2x2_final::IfcRelAssignsToProduct, OdIfc2x2_final::IfcRelAssignsToProjectOrder, OdIfc2x2_final::IfcRelAssignsToResource, OdIfc2x2_final::IfcRelAssociatesAppliedValue, OdIfc2x2_final::IfcRelAssociatesApproval, OdIfc2x2_final::IfcRelAssociates, OdIfc2x2_final::IfcRelAssociatesClassification, OdIfc2x2_final::IfcRelAssociatesConstraint, OdIfc2x2_final::IfcRelAssociatesDocument, OdIfc2x2_final::IfcRelAssociatesLibrary, OdIfc2x2_final::IfcRelAssociatesMaterial, OdIfc2x2_final::IfcRelAssociatesProfileProperties, OdIfc2x2_final::IfcRelationship, OdIfc2x2_final::IfcRelaxation, OdIfc2x2_final::IfcRelConnects, OdIfc2x2_final::IfcRelConnectsElements, OdIfc2x2_final::IfcRelConnectsPathElements, OdIfc2x2_final::IfcRelConnectsPorts, OdIfc2x2_final::IfcRelConnectsPortToElement, OdIfc2x2_final::IfcRelConnectsStructuralActivity, OdIfc2x2_final::IfcRelConnectsStructuralMember, OdIfc2x2_final::IfcRelConnectsWithRealizingElements, OdIfc2x2_final::IfcRelContainedInSpatialStructure, OdIfc2x2_final::IfcRelCoversBldgElements, OdIfc2x2_final::IfcRelDecomposes, OdIfc2x2_final::IfcRelDefines, OdIfc2x2_final::IfcRelDefinesByProperties, OdIfc2x2_final::IfcRelDefinesByType, OdIfc2x2_final::IfcRelFillsElement, OdIfc2x2_final::IfcRelFlowControlElements, OdIfc2x2_final::IfcRelInteractionRequirements, OdIfc2x2_final::IfcRelNests, OdIfc2x2_final::IfcRelOccupiesSpaces, OdIfc2x2_final::IfcRelOverridesProperties, OdIfc2x2_final::IfcRelProjectsElement, OdIfc2x2_final::IfcRelSchedulesCostItems, OdIfc2x2_final::IfcRelSequence, OdIfc2x2_final::IfcRelServicesBuildings, OdIfc2x2_final::IfcRelSpaceBoundary, OdIfc2x2_final::IfcRelVoidsElement, OdIfc2x2_final::IfcRepresentation, OdIfc2x2_final::IfcRepresentationContext, OdIfc2x2_final::IfcRepresentationItem, OdIfc2x2_final::IfcRepresentationMap, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRevolvedAreaSolid, OdIfc2x2_final::IfcRibPlateProfileProperties, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoot, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcRoundedRectangleProfileDef, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcSectionedSpine, OdIfc2x2_final::IfcSectionProperties, OdIfc2x2_final::IfcSectionReinforcementProperties, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcShapeAspect, OdIfc2x2_final::IfcShapeRepresentation, OdIfc2x2_final::IfcShellBasedSurfaceModel, OdIfc2x2_final::IfcSimpleProperty, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSIUnit, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSlippageConnectionCondition, OdIfc2x2_final::IfcSolidModel, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralConnectionCondition, OdIfc2x2_final::IfcStructuralCurveConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralCurveMemberVarying, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearAction, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoad, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralLoadLinearForce, OdIfc2x2_final::IfcStructuralLoadPlanarForce, OdIfc2x2_final::IfcStructuralLoadSingleDisplacement, OdIfc2x2_final::IfcStructuralLoadSingleDisplacementDistortion, OdIfc2x2_final::IfcStructuralLoadSingleForce, OdIfc2x2_final::IfcStructuralLoadSingleForceWarping, OdIfc2x2_final::IfcStructuralLoadStatic, OdIfc2x2_final::IfcStructuralLoadTemperature, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarAction, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralPointAction, OdIfc2x2_final::IfcStructuralPointConnection, OdIfc2x2_final::IfcStructuralPointReaction, OdIfc2x2_final::IfcStructuralProfileProperties, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSteelProfileProperties, OdIfc2x2_final::IfcStructuralSurfaceConnection, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcStructuredDimensionCallout, OdIfc2x2_final::IfcStyledItem, OdIfc2x2_final::IfcStyledRepresentation, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSubedge, OdIfc2x2_final::IfcSurface, OdIfc2x2_final::IfcSurfaceCurveSweptAreaSolid, OdIfc2x2_final::IfcSurfaceOfLinearExtrusion, OdIfc2x2_final::IfcSurfaceOfRevolution, OdIfc2x2_final::IfcSurfaceStyle, OdIfc2x2_final::IfcSurfaceStyleLighting, OdIfc2x2_final::IfcSurfaceStyleRefraction, OdIfc2x2_final::IfcSurfaceStyleRendering, OdIfc2x2_final::IfcSurfaceStyleShading, OdIfc2x2_final::IfcSurfaceStyleWithTextures, OdIfc2x2_final::IfcSurfaceTexture, OdIfc2x2_final::IfcSweptAreaSolid, OdIfc2x2_final::IfcSweptDiskSolid, OdIfc2x2_final::IfcSweptSurface, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSymbolStyle, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcSystemFurnitureElementType, OdIfc2x2_final::IfcTable, OdIfc2x2_final::IfcTableRow, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTelecomAddress, OdIfc2x2_final::IfcTendonAnchor, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTerminatorSymbol, OdIfc2x2_final::IfcTextLiteral, OdIfc2x2_final::IfcTextLiteralWithExtent, OdIfc2x2_final::IfcTextStyle, OdIfc2x2_final::IfcTextStyleWithBoxCharacteristics, OdIfc2x2_final::IfcTextStyleWithMirror, OdIfc2x2_final::IfcTextStyleWithSpacing, OdIfc2x2_final::IfcTextureCoordinate, OdIfc2x2_final::IfcTextureCoordinateGenerator, OdIfc2x2_final::IfcTextureMap, OdIfc2x2_final::IfcTextureVertex, OdIfc2x2_final::IfcThermalMaterialProperties, OdIfc2x2_final::IfcTimeSeries, OdIfc2x2_final::IfcTimeSeriesReferenceRelationship, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTimeSeriesValue, OdIfc2x2_final::IfcTopologicalRepresentationItem, OdIfc2x2_final::IfcTopologyRepresentation, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTrapeziumProfileDef, OdIfc2x2_final::IfcTrimmedCurve, OdIfc2x2_final::IfcTShapeProfileDef, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTwoDirectionRepeatFactor, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcUnitAssignment, OdIfc2x2_final::IfcUShapeProfileDef, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVector, OdIfc2x2_final::IfcVertex, OdIfc2x2_final::IfcVertexBasedTextureMap, OdIfc2x2_final::IfcVertexLoop, OdIfc2x2_final::IfcVertexPoint, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcVirtualElement, OdIfc2x2_final::IfcVirtualGridIntersection, OdIfc2x2_final::IfcWall, OdIfc2x2_final::IfcWallStandardCase, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWaterProperties, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, OdIfc2x2_final::IfcWindowStyle, OdIfc2x2_final::IfcWorkControl, OdIfc2x2_final::IfcWorkPlan, OdIfc2x2_final::IfcWorkSchedule, OdIfc2x2_final::IfcZone, OdIfc2x2_final::IfcZShapeProfileDef, OdIfc2x3::Ifc2DCompositeCurve, OdIfc2x3::IfcActionRequest, OdIfc2x3::IfcActor, OdIfc2x3::IfcActorRole, OdIfc2x3::IfcActuatorType, OdIfc2x3::IfcAddress, OdIfc2x3::IfcAirTerminalBoxType, OdIfc2x3::IfcAirTerminalType, OdIfc2x3::IfcAirToAirHeatRecoveryType, OdIfc2x3::IfcAlarmType, OdIfc2x3::IfcAngularDimension, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAnnotationCurveOccurrence, OdIfc2x3::IfcAnnotationFillArea, OdIfc2x3::IfcAnnotationFillAreaOccurrence, OdIfc2x3::IfcAnnotationOccurrence, OdIfc2x3::IfcAnnotationSurface, OdIfc2x3::IfcAnnotationSurfaceOccurrence, OdIfc2x3::IfcAnnotationSymbolOccurrence, OdIfc2x3::IfcAnnotationTextOccurrence, OdIfc2x3::IfcApplication, OdIfc2x3::IfcAppliedValue, OdIfc2x3::IfcAppliedValueRelationship, OdIfc2x3::IfcApprovalActorRelationship, OdIfc2x3::IfcApproval, OdIfc2x3::IfcApprovalPropertyRelationship, OdIfc2x3::IfcApprovalRelationship, OdIfc2x3::IfcArbitraryClosedProfileDef, OdIfc2x3::IfcArbitraryOpenProfileDef, OdIfc2x3::IfcArbitraryProfileDefWithVoids, OdIfc2x3::IfcAsset, OdIfc2x3::IfcAsymmetricIShapeProfileDef, OdIfc2x3::IfcAxis1Placement, OdIfc2x3::IfcAxis2Placement2D, OdIfc2x3::IfcAxis2Placement3D, OdIfc2x3::IfcBeam, OdIfc2x3::IfcBeamType, OdIfc2x3::IfcBezierCurve, OdIfc2x3::IfcBlobTexture, OdIfc2x3::IfcBlock, OdIfc2x3::IfcBoilerType, OdIfc2x3::IfcBooleanClippingResult, OdIfc2x3::IfcBooleanResult, OdIfc2x3::IfcBoundaryCondition, OdIfc2x3::IfcBoundaryEdgeCondition, OdIfc2x3::IfcBoundaryFaceCondition, OdIfc2x3::IfcBoundaryNodeCondition, OdIfc2x3::IfcBoundaryNodeConditionWarping, OdIfc2x3::IfcBoundedCurve, OdIfc2x3::IfcBoundedSurface, OdIfc2x3::IfcBoundingBox, OdIfc2x3::IfcBoxedHalfSpace, OdIfc2x3::IfcBSplineCurve, OdIfc2x3::IfcBuilding, OdIfc2x3::IfcBuildingElement, OdIfc2x3::IfcBuildingElementComponent, OdIfc2x3::IfcBuildingElementPart, OdIfc2x3::IfcBuildingElementProxy, OdIfc2x3::IfcBuildingElementProxyType, OdIfc2x3::IfcBuildingElementType, OdIfc2x3::IfcBuildingStorey, OdIfc2x3::IfcCableCarrierFittingType, OdIfc2x3::IfcCableCarrierSegmentType, OdIfc2x3::IfcCableSegmentType, OdIfc2x3::IfcCalendarDate, OdIfc2x3::IfcCartesianPoint, OdIfc2x3::IfcCartesianTransformationOperator2D, OdIfc2x3::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator3D, OdIfc2x3::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator, OdIfc2x3::IfcCenterLineProfileDef, OdIfc2x3::IfcChamferEdgeFeature, OdIfc2x3::IfcChillerType, OdIfc2x3::IfcCircle, OdIfc2x3::IfcCircleHollowProfileDef, OdIfc2x3::IfcCircleProfileDef, OdIfc2x3::IfcClassification, OdIfc2x3::IfcClassificationItem, OdIfc2x3::IfcClassificationItemRelationship, OdIfc2x3::IfcClassificationNotation, OdIfc2x3::IfcClassificationNotationFacet, OdIfc2x3::IfcClassificationReference, OdIfc2x3::IfcClosedShell, OdIfc2x3::IfcCoilType, OdIfc2x3::IfcColourRgb, OdIfc2x3::IfcColourSpecification, OdIfc2x3::IfcColumn, OdIfc2x3::IfcColumnType, OdIfc2x3::IfcComplexProperty, OdIfc2x3::IfcCompositeCurve, OdIfc2x3::IfcCompositeCurveSegment, OdIfc2x3::IfcCompositeProfileDef, OdIfc2x3::IfcCompressorType, OdIfc2x3::IfcCondenserType, OdIfc2x3::IfcCondition, OdIfc2x3::IfcConditionCriterion, OdIfc2x3::IfcConic, OdIfc2x3::IfcConnectedFaceSet, OdIfc2x3::IfcConnectionCurveGeometry, OdIfc2x3::IfcConnectionGeometry, OdIfc2x3::IfcConnectionPointEccentricity, OdIfc2x3::IfcConnectionPointGeometry, OdIfc2x3::IfcConnectionPortGeometry, OdIfc2x3::IfcConnectionSurfaceGeometry, OdIfc2x3::IfcConstraintAggregationRelationship, OdIfc2x3::IfcConstraint, OdIfc2x3::IfcConstraintClassificationRelationship, OdIfc2x3::IfcConstraintRelationship, OdIfc2x3::IfcConstructionEquipmentResource, OdIfc2x3::IfcConstructionMaterialResource, OdIfc2x3::IfcConstructionProductResource, OdIfc2x3::IfcConstructionResource, OdIfc2x3::IfcContextDependentUnit, OdIfc2x3::IfcControl, OdIfc2x3::IfcControllerType, OdIfc2x3::IfcConversionBasedUnit, OdIfc2x3::IfcCooledBeamType, OdIfc2x3::IfcCoolingTowerType, OdIfc2x3::IfcCoordinatedUniversalTimeOffset, OdIfc2x3::IfcCostItem, OdIfc2x3::IfcCostSchedule, OdIfc2x3::IfcCostValue, OdIfc2x3::IfcCovering, OdIfc2x3::IfcCoveringType, OdIfc2x3::IfcCraneRailAShapeProfileDef, OdIfc2x3::IfcCraneRailFShapeProfileDef, OdIfc2x3::IfcCrewResource, OdIfc2x3::IfcCsgPrimitive3D, OdIfc2x3::IfcCsgSolid, OdIfc2x3::IfcCShapeProfileDef, OdIfc2x3::IfcCurrencyRelationship, OdIfc2x3::IfcCurtainWall, OdIfc2x3::IfcCurtainWallType, OdIfc2x3::IfcCurve, OdIfc2x3::IfcCurveBoundedPlane, OdIfc2x3::IfcCurveStyle, OdIfc2x3::IfcCurveStyleFontAndScaling, OdIfc2x3::IfcCurveStyleFont, OdIfc2x3::IfcCurveStyleFontPattern, OdIfc2x3::IfcDamperType, OdIfc2x3::IfcDateAndTime, OdIfc2x3::IfcDefinedSymbol, OdIfc2x3::IfcDerivedProfileDef, OdIfc2x3::IfcDerivedUnit, OdIfc2x3::IfcDerivedUnitElement, OdIfc2x3::IfcDiameterDimension, OdIfc2x3::IfcDimensionalExponents, OdIfc2x3::IfcDimensionCalloutRelationship, OdIfc2x3::IfcDimensionCurve, OdIfc2x3::IfcDimensionCurveDirectedCallout, OdIfc2x3::IfcDimensionCurveTerminator, OdIfc2x3::IfcDimensionPair, OdIfc2x3::IfcDirection, OdIfc2x3::IfcDiscreteAccessory, OdIfc2x3::IfcDiscreteAccessoryType, OdIfc2x3::IfcDistributionChamberElement, OdIfc2x3::IfcDistributionChamberElementType, OdIfc2x3::IfcDistributionControlElement, OdIfc2x3::IfcDistributionControlElementType, OdIfc2x3::IfcDistributionElement, OdIfc2x3::IfcDistributionElementType, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionFlowElementType, OdIfc2x3::IfcDistributionPort, OdIfc2x3::IfcDocumentElectronicFormat, OdIfc2x3::IfcDocumentInformation, OdIfc2x3::IfcDocumentInformationRelationship, OdIfc2x3::IfcDocumentReference, OdIfc2x3::IfcDoor, OdIfc2x3::IfcDoorLiningProperties, OdIfc2x3::IfcDoorPanelProperties, OdIfc2x3::IfcDoorStyle, OdIfc2x3::IfcDraughtingCallout, OdIfc2x3::IfcDraughtingCalloutRelationship, OdIfc2x3::IfcDraughtingPreDefinedColour, OdIfc2x3::IfcDraughtingPreDefinedCurveFont, OdIfc2x3::IfcDraughtingPreDefinedTextFont, OdIfc2x3::IfcDuctFittingType, OdIfc2x3::IfcDuctSegmentType, OdIfc2x3::IfcDuctSilencerType, OdIfc2x3::IfcEdge, OdIfc2x3::IfcEdgeCurve, OdIfc2x3::IfcEdgeFeature, OdIfc2x3::IfcEdgeLoop, OdIfc2x3::IfcElectricalBaseProperties, OdIfc2x3::IfcElectricalCircuit, OdIfc2x3::IfcElectricalElement, OdIfc2x3::IfcElectricApplianceType, OdIfc2x3::IfcElectricDistributionPoint, OdIfc2x3::IfcElectricFlowStorageDeviceType, OdIfc2x3::IfcElectricGeneratorType, OdIfc2x3::IfcElectricHeaterType, OdIfc2x3::IfcElectricMotorType, OdIfc2x3::IfcElectricTimeControlType, OdIfc2x3::IfcElementarySurface, OdIfc2x3::IfcElementAssembly, OdIfc2x3::IfcElement, OdIfc2x3::IfcElementComponent, OdIfc2x3::IfcElementComponentType, OdIfc2x3::IfcElementQuantity, OdIfc2x3::IfcElementType, OdIfc2x3::IfcEllipse, OdIfc2x3::IfcEllipseProfileDef, OdIfc2x3::IfcEnergyConversionDevice, OdIfc2x3::IfcEnergyConversionDeviceType, OdIfc2x3::IfcEnergyProperties, OdIfc2x3::IfcEnvironmentalImpactValue, OdIfc2x3::IfcEquipmentElement, OdIfc2x3::IfcEquipmentStandard, OdIfc2x3::IfcEvaporativeCoolerType, OdIfc2x3::IfcEvaporatorType, OdIfc2x3::IfcExtendedMaterialProperties, OdIfc2x3::IfcExternallyDefinedHatchStyle, OdIfc2x3::IfcExternallyDefinedSurfaceStyle, OdIfc2x3::IfcExternallyDefinedSymbol, OdIfc2x3::IfcExternallyDefinedTextFont, OdIfc2x3::IfcExternalReference, OdIfc2x3::IfcExtrudedAreaSolid, OdIfc2x3::IfcFace, OdIfc2x3::IfcFaceBasedSurfaceModel, OdIfc2x3::IfcFaceBound, OdIfc2x3::IfcFaceOuterBound, OdIfc2x3::IfcFaceSurface, OdIfc2x3::IfcFacetedBrep, OdIfc2x3::IfcFacetedBrepWithVoids, OdIfc2x3::IfcFailureConnectionCondition, OdIfc2x3::IfcFanType, OdIfc2x3::IfcFastener, OdIfc2x3::IfcFastenerType, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElement, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFillAreaStyle, OdIfc2x3::IfcFillAreaStyleHatching, OdIfc2x3::IfcFillAreaStyleTiles, OdIfc2x3::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x3::IfcFilterType, OdIfc2x3::IfcFireSuppressionTerminalType, OdIfc2x3::IfcFlowController, OdIfc2x3::IfcFlowControllerType, OdIfc2x3::IfcFlowFitting, OdIfc2x3::IfcFlowFittingType, OdIfc2x3::IfcFlowInstrumentType, OdIfc2x3::IfcFlowMeterType, OdIfc2x3::IfcFlowMovingDevice, OdIfc2x3::IfcFlowMovingDeviceType, OdIfc2x3::IfcFlowSegment, OdIfc2x3::IfcFlowSegmentType, OdIfc2x3::IfcFlowStorageDevice, OdIfc2x3::IfcFlowStorageDeviceType, OdIfc2x3::IfcFlowTerminal, OdIfc2x3::IfcFlowTerminalType, OdIfc2x3::IfcFlowTreatmentDevice, OdIfc2x3::IfcFlowTreatmentDeviceType, OdIfc2x3::IfcFluidFlowProperties, OdIfc2x3::IfcFooting, OdIfc2x3::IfcFuelProperties, OdIfc2x3::IfcFurnishingElement, OdIfc2x3::IfcFurnishingElementType, OdIfc2x3::IfcFurnitureStandard, OdIfc2x3::IfcFurnitureType, OdIfc2x3::IfcGasTerminalType, OdIfc2x3::IfcGeneralMaterialProperties, OdIfc2x3::IfcGeneralProfileProperties, OdIfc2x3::IfcGeometricCurveSet, OdIfc2x3::IfcGeometricRepresentationContext, OdIfc2x3::IfcGeometricRepresentationItem, OdIfc2x3::IfcGeometricRepresentationSubContext, OdIfc2x3::IfcGeometricSet, OdIfc2x3::IfcGrid, OdIfc2x3::IfcGridAxis, OdIfc2x3::IfcGridPlacement, OdIfc2x3::IfcGroup, OdIfc2x3::IfcHalfSpaceSolid, OdIfc2x3::IfcHeatExchangerType, OdIfc2x3::IfcHumidifierType, OdIfc2x3::IfcHygroscopicMaterialProperties, OdIfc2x3::IfcImageTexture, OdIfc2x3::IfcInventory, OdIfc2x3::IfcIrregularTimeSeries, OdIfc2x3::IfcIrregularTimeSeriesValue, OdIfc2x3::IfcIShapeProfileDef, OdIfc2x3::IfcJunctionBoxType, OdIfc2x3::IfcLaborResource, OdIfc2x3::IfcLampType, OdIfc2x3::IfcLibraryInformation, OdIfc2x3::IfcLibraryReference, OdIfc2x3::IfcLightDistributionData, OdIfc2x3::IfcLightFixtureType, OdIfc2x3::IfcLightIntensityDistribution, OdIfc2x3::IfcLightSourceAmbient, OdIfc2x3::IfcLightSource, OdIfc2x3::IfcLightSourceDirectional, OdIfc2x3::IfcLightSourceGoniometric, OdIfc2x3::IfcLightSourcePositional, OdIfc2x3::IfcLightSourceSpot, OdIfc2x3::IfcLinearDimension, OdIfc2x3::IfcLine, OdIfc2x3::IfcLocalPlacement, OdIfc2x3::IfcLocalTime, OdIfc2x3::IfcLoop, OdIfc2x3::IfcLShapeProfileDef, OdIfc2x3::IfcManifoldSolidBrep, OdIfc2x3::IfcMappedItem, OdIfc2x3::IfcMaterial, OdIfc2x3::IfcMaterialClassificationRelationship, OdIfc2x3::IfcMaterialDefinitionRepresentation, OdIfc2x3::IfcMaterialLayer, OdIfc2x3::IfcMaterialLayerSet, OdIfc2x3::IfcMaterialLayerSetUsage, OdIfc2x3::IfcMaterialList, OdIfc2x3::IfcMaterialProperties, OdIfc2x3::IfcMeasureWithUnit, OdIfc2x3::IfcMechanicalConcreteMaterialProperties, OdIfc2x3::IfcMechanicalFastener, OdIfc2x3::IfcMechanicalFastenerType, OdIfc2x3::IfcMechanicalMaterialProperties, OdIfc2x3::IfcMechanicalSteelMaterialProperties, OdIfc2x3::IfcMember, OdIfc2x3::IfcMemberType, OdIfc2x3::IfcMetric, OdIfc2x3::IfcMonetaryUnit, OdIfc2x3::IfcMotorConnectionType, OdIfc2x3::IfcMove, OdIfc2x3::IfcNamedUnit, OdIfc2x3::IfcObject, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcObjective, OdIfc2x3::IfcObjectPlacement, OdIfc2x3::IfcOccupant, OdIfc2x3::IfcOffsetCurve2D, OdIfc2x3::IfcOffsetCurve3D, OdIfc2x3::IfcOneDirectionRepeatFactor, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOpenShell, OdIfc2x3::IfcOpticalMaterialProperties, OdIfc2x3::IfcOrderAction, OdIfc2x3::IfcOrganization, OdIfc2x3::IfcOrganizationRelationship, OdIfc2x3::IfcOrientedEdge, OdIfc2x3::IfcOutletType, OdIfc2x3::IfcOwnerHistory, OdIfc2x3::IfcParameterizedProfileDef, OdIfc2x3::IfcPath, OdIfc2x3::IfcPerformanceHistory, OdIfc2x3::IfcPermeableCoveringProperties, OdIfc2x3::IfcPermit, OdIfc2x3::IfcPersonAndOrganization, OdIfc2x3::IfcPerson, OdIfc2x3::IfcPhysicalComplexQuantity, OdIfc2x3::IfcPhysicalQuantity, OdIfc2x3::IfcPhysicalSimpleQuantity, OdIfc2x3::IfcPile, OdIfc2x3::IfcPipeFittingType, OdIfc2x3::IfcPipeSegmentType, OdIfc2x3::IfcPixelTexture, OdIfc2x3::IfcPlacement, OdIfc2x3::IfcPlanarBox, OdIfc2x3::IfcPlanarExtent, OdIfc2x3::IfcPlane, OdIfc2x3::IfcPlate, OdIfc2x3::IfcPlateType, OdIfc2x3::IfcPoint, OdIfc2x3::IfcPointOnCurve, OdIfc2x3::IfcPointOnSurface, OdIfc2x3::IfcPolygonalBoundedHalfSpace, OdIfc2x3::IfcPolyline, OdIfc2x3::IfcPolyLoop, OdIfc2x3::IfcPort, OdIfc2x3::IfcPostalAddress, OdIfc2x3::IfcPreDefinedColour, OdIfc2x3::IfcPreDefinedCurveFont, OdIfc2x3::IfcPreDefinedDimensionSymbol, OdIfc2x3::IfcPreDefinedItem, OdIfc2x3::IfcPreDefinedPointMarkerSymbol, OdIfc2x3::IfcPreDefinedSymbol, OdIfc2x3::IfcPreDefinedTerminatorSymbol, OdIfc2x3::IfcPreDefinedTextFont, OdIfc2x3::IfcPresentationLayerAssignment, OdIfc2x3::IfcPresentationLayerWithStyle, OdIfc2x3::IfcPresentationStyleAssignment, OdIfc2x3::IfcPresentationStyle, OdIfc2x3::IfcProcedure, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProduct, OdIfc2x3::IfcProductDefinitionShape, OdIfc2x3::IfcProductRepresentation, OdIfc2x3::IfcProductsOfCombustionProperties, OdIfc2x3::IfcProfileDef, OdIfc2x3::IfcProfileProperties, OdIfc2x3::IfcProject, OdIfc2x3::IfcProjectionCurve, OdIfc2x3::IfcProjectionElement, OdIfc2x3::IfcProjectOrder, OdIfc2x3::IfcProjectOrderRecord, OdIfc2x3::IfcProperty, OdIfc2x3::IfcPropertyBoundedValue, OdIfc2x3::IfcPropertyConstraintRelationship, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertyDependencyRelationship, OdIfc2x3::IfcPropertyEnumeratedValue, OdIfc2x3::IfcPropertyEnumeration, OdIfc2x3::IfcPropertyListValue, OdIfc2x3::IfcPropertyReferenceValue, OdIfc2x3::IfcPropertySet, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcPropertySingleValue, OdIfc2x3::IfcPropertyTableValue, OdIfc2x3::IfcProtectiveDeviceType, OdIfc2x3::IfcProxy, OdIfc2x3::IfcPumpType, OdIfc2x3::IfcQuantityArea, OdIfc2x3::IfcQuantityCount, OdIfc2x3::IfcQuantityLength, OdIfc2x3::IfcQuantityTime, OdIfc2x3::IfcQuantityVolume, OdIfc2x3::IfcQuantityWeight, OdIfc2x3::IfcRadiusDimension, OdIfc2x3::IfcRailing, OdIfc2x3::IfcRailingType, OdIfc2x3::IfcRamp, OdIfc2x3::IfcRampFlight, OdIfc2x3::IfcRampFlightType, OdIfc2x3::IfcRationalBezierCurve, OdIfc2x3::IfcRectangleHollowProfileDef, OdIfc2x3::IfcRectangleProfileDef, OdIfc2x3::IfcRectangularPyramid, OdIfc2x3::IfcRectangularTrimmedSurface, OdIfc2x3::IfcReferencesValueDocument, OdIfc2x3::IfcRegularTimeSeries, OdIfc2x3::IfcReinforcementBarProperties, OdIfc2x3::IfcReinforcementDefinitionProperties, OdIfc2x3::IfcReinforcingBar, OdIfc2x3::IfcReinforcingElement, OdIfc2x3::IfcReinforcingMesh, OdIfc2x3::IfcRelAggregates, OdIfc2x3::IfcRelAssigns, OdIfc2x3::IfcRelAssignsTasks, OdIfc2x3::IfcRelAssignsToActor, OdIfc2x3::IfcRelAssignsToControl, OdIfc2x3::IfcRelAssignsToGroup, OdIfc2x3::IfcRelAssignsToProcess, OdIfc2x3::IfcRelAssignsToProduct, OdIfc2x3::IfcRelAssignsToProjectOrder, OdIfc2x3::IfcRelAssignsToResource, OdIfc2x3::IfcRelAssociatesAppliedValue, OdIfc2x3::IfcRelAssociatesApproval, OdIfc2x3::IfcRelAssociates, OdIfc2x3::IfcRelAssociatesClassification, OdIfc2x3::IfcRelAssociatesConstraint, OdIfc2x3::IfcRelAssociatesDocument, OdIfc2x3::IfcRelAssociatesLibrary, OdIfc2x3::IfcRelAssociatesMaterial, OdIfc2x3::IfcRelAssociatesProfileProperties, OdIfc2x3::IfcRelationship, OdIfc2x3::IfcRelaxation, OdIfc2x3::IfcRelConnects, OdIfc2x3::IfcRelConnectsElements, OdIfc2x3::IfcRelConnectsPathElements, OdIfc2x3::IfcRelConnectsPorts, OdIfc2x3::IfcRelConnectsPortToElement, OdIfc2x3::IfcRelConnectsStructuralActivity, OdIfc2x3::IfcRelConnectsStructuralElement, OdIfc2x3::IfcRelConnectsStructuralMember, OdIfc2x3::IfcRelConnectsWithEccentricity, OdIfc2x3::IfcRelConnectsWithRealizingElements, OdIfc2x3::IfcRelContainedInSpatialStructure, OdIfc2x3::IfcRelCoversBldgElements, OdIfc2x3::IfcRelCoversSpaces, OdIfc2x3::IfcRelDecomposes, OdIfc2x3::IfcRelDefines, OdIfc2x3::IfcRelDefinesByProperties, OdIfc2x3::IfcRelDefinesByType, OdIfc2x3::IfcRelFillsElement, OdIfc2x3::IfcRelFlowControlElements, OdIfc2x3::IfcRelInteractionRequirements, OdIfc2x3::IfcRelNests, OdIfc2x3::IfcRelOccupiesSpaces, OdIfc2x3::IfcRelOverridesProperties, OdIfc2x3::IfcRelProjectsElement, OdIfc2x3::IfcRelReferencedInSpatialStructure, OdIfc2x3::IfcRelSchedulesCostItems, OdIfc2x3::IfcRelSequence, OdIfc2x3::IfcRelServicesBuildings, OdIfc2x3::IfcRelSpaceBoundary, OdIfc2x3::IfcRelVoidsElement, OdIfc2x3::IfcRepresentation, OdIfc2x3::IfcRepresentationContext, OdIfc2x3::IfcRepresentationItem, OdIfc2x3::IfcRepresentationMap, OdIfc2x3::IfcResource, OdIfc2x3::IfcRevolvedAreaSolid, OdIfc2x3::IfcRibPlateProfileProperties, OdIfc2x3::IfcRightCircularCone, OdIfc2x3::IfcRightCircularCylinder, OdIfc2x3::IfcRoof, OdIfc2x3::IfcRoot, OdIfc2x3::IfcRoundedEdgeFeature, OdIfc2x3::IfcRoundedRectangleProfileDef, OdIfc2x3::IfcSanitaryTerminalType, OdIfc2x3::IfcScheduleTimeControl, OdIfc2x3::IfcSectionedSpine, OdIfc2x3::IfcSectionProperties, OdIfc2x3::IfcSectionReinforcementProperties, OdIfc2x3::IfcSensorType, OdIfc2x3::IfcServiceLife, OdIfc2x3::IfcServiceLifeFactor, OdIfc2x3::IfcShapeAspect, OdIfc2x3::IfcShapeModel, OdIfc2x3::IfcShapeRepresentation, OdIfc2x3::IfcShellBasedSurfaceModel, OdIfc2x3::IfcSimpleProperty, OdIfc2x3::IfcSite, OdIfc2x3::IfcSIUnit, OdIfc2x3::IfcSlab, OdIfc2x3::IfcSlabType, OdIfc2x3::IfcSlippageConnectionCondition, OdIfc2x3::IfcSolidModel, OdIfc2x3::IfcSoundProperties, OdIfc2x3::IfcSoundValue, OdIfc2x3::IfcSpace, OdIfc2x3::IfcSpaceHeaterType, OdIfc2x3::IfcSpaceProgram, OdIfc2x3::IfcSpaceThermalLoadProperties, OdIfc2x3::IfcSpaceType, OdIfc2x3::IfcSpatialStructureElement, OdIfc2x3::IfcSpatialStructureElementType, OdIfc2x3::IfcSphere, OdIfc2x3::IfcStackTerminalType, OdIfc2x3::IfcStair, OdIfc2x3::IfcStairFlight, OdIfc2x3::IfcStairFlightType, OdIfc2x3::IfcStructuralAction, OdIfc2x3::IfcStructuralActivity, OdIfc2x3::IfcStructuralAnalysisModel, OdIfc2x3::IfcStructuralConnection, OdIfc2x3::IfcStructuralConnectionCondition, OdIfc2x3::IfcStructuralCurveConnection, OdIfc2x3::IfcStructuralCurveMember, OdIfc2x3::IfcStructuralCurveMemberVarying, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralLinearAction, OdIfc2x3::IfcStructuralLinearActionVarying, OdIfc2x3::IfcStructuralLoad, OdIfc2x3::IfcStructuralLoadGroup, OdIfc2x3::IfcStructuralLoadLinearForce, OdIfc2x3::IfcStructuralLoadPlanarForce, OdIfc2x3::IfcStructuralLoadSingleDisplacement, OdIfc2x3::IfcStructuralLoadSingleDisplacementDistortion, OdIfc2x3::IfcStructuralLoadSingleForce, OdIfc2x3::IfcStructuralLoadSingleForceWarping, OdIfc2x3::IfcStructuralLoadStatic, OdIfc2x3::IfcStructuralLoadTemperature, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralPlanarAction, OdIfc2x3::IfcStructuralPlanarActionVarying, OdIfc2x3::IfcStructuralPointAction, OdIfc2x3::IfcStructuralPointConnection, OdIfc2x3::IfcStructuralPointReaction, OdIfc2x3::IfcStructuralProfileProperties, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralResultGroup, OdIfc2x3::IfcStructuralSteelProfileProperties, OdIfc2x3::IfcStructuralSurfaceConnection, OdIfc2x3::IfcStructuralSurfaceMember, OdIfc2x3::IfcStructuralSurfaceMemberVarying, OdIfc2x3::IfcStructuredDimensionCallout, OdIfc2x3::IfcStyledItem, OdIfc2x3::IfcStyledRepresentation, OdIfc2x3::IfcStyleModel, OdIfc2x3::IfcSubContractResource, OdIfc2x3::IfcSubedge, OdIfc2x3::IfcSurface, OdIfc2x3::IfcSurfaceCurveSweptAreaSolid, OdIfc2x3::IfcSurfaceOfLinearExtrusion, OdIfc2x3::IfcSurfaceOfRevolution, OdIfc2x3::IfcSurfaceStyle, OdIfc2x3::IfcSurfaceStyleLighting, OdIfc2x3::IfcSurfaceStyleRefraction, OdIfc2x3::IfcSurfaceStyleRendering, OdIfc2x3::IfcSurfaceStyleShading, OdIfc2x3::IfcSurfaceStyleWithTextures, OdIfc2x3::IfcSurfaceTexture, OdIfc2x3::IfcSweptAreaSolid, OdIfc2x3::IfcSweptDiskSolid, OdIfc2x3::IfcSweptSurface, OdIfc2x3::IfcSwitchingDeviceType, OdIfc2x3::IfcSymbolStyle, OdIfc2x3::IfcSystem, OdIfc2x3::IfcSystemFurnitureElementType, OdIfc2x3::IfcTable, OdIfc2x3::IfcTableRow, OdIfc2x3::IfcTankType, OdIfc2x3::IfcTask, OdIfc2x3::IfcTelecomAddress, OdIfc2x3::IfcTendonAnchor, OdIfc2x3::IfcTendon, OdIfc2x3::IfcTerminatorSymbol, OdIfc2x3::IfcTextLiteral, OdIfc2x3::IfcTextLiteralWithExtent, OdIfc2x3::IfcTextStyle, OdIfc2x3::IfcTextStyleFontModel, OdIfc2x3::IfcTextStyleForDefinedFont, OdIfc2x3::IfcTextStyleTextModel, OdIfc2x3::IfcTextStyleWithBoxCharacteristics, OdIfc2x3::IfcTextureCoordinate, OdIfc2x3::IfcTextureCoordinateGenerator, OdIfc2x3::IfcTextureMap, OdIfc2x3::IfcTextureVertex, OdIfc2x3::IfcThermalMaterialProperties, OdIfc2x3::IfcTimeSeries, OdIfc2x3::IfcTimeSeriesReferenceRelationship, OdIfc2x3::IfcTimeSeriesSchedule, OdIfc2x3::IfcTimeSeriesValue, OdIfc2x3::IfcTopologicalRepresentationItem, OdIfc2x3::IfcTopologyRepresentation, OdIfc2x3::IfcTransformerType, OdIfc2x3::IfcTransportElement, OdIfc2x3::IfcTransportElementType, OdIfc2x3::IfcTrapeziumProfileDef, OdIfc2x3::IfcTrimmedCurve, OdIfc2x3::IfcTShapeProfileDef, OdIfc2x3::IfcTubeBundleType, OdIfc2x3::IfcTwoDirectionRepeatFactor, OdIfc2x3::IfcTypeObject, OdIfc2x3::IfcTypeProduct, OdIfc2x3::IfcUnitaryEquipmentType, OdIfc2x3::IfcUnitAssignment, OdIfc2x3::IfcUShapeProfileDef, OdIfc2x3::IfcValveType, OdIfc2x3::IfcVector, OdIfc2x3::IfcVertex, OdIfc2x3::IfcVertexBasedTextureMap, OdIfc2x3::IfcVertexLoop, OdIfc2x3::IfcVertexPoint, OdIfc2x3::IfcVibrationIsolatorType, OdIfc2x3::IfcVirtualElement, OdIfc2x3::IfcVirtualGridIntersection, OdIfc2x3::IfcWall, OdIfc2x3::IfcWallStandardCase, OdIfc2x3::IfcWallType, OdIfc2x3::IfcWasteTerminalType, OdIfc2x3::IfcWaterProperties, OdIfc2x3::IfcWindow, OdIfc2x3::IfcWindowLiningProperties, OdIfc2x3::IfcWindowPanelProperties, OdIfc2x3::IfcWindowStyle, OdIfc2x3::IfcWorkControl, OdIfc2x3::IfcWorkPlan, OdIfc2x3::IfcWorkSchedule, OdIfc2x3::IfcZone, OdIfc2x3::IfcZShapeProfileDef, OdIfc2x_final::Ifc2DCompositeCurve, OdIfc2x_final::IfcActionTimeControl, OdIfc2x_final::IfcActor, OdIfc2x_final::IfcActorRole, OdIfc2x_final::IfcActuator, OdIfc2x_final::IfcAddress, OdIfc2x_final::IfcAirFilter, OdIfc2x_final::IfcAirTerminal, OdIfc2x_final::IfcAirTerminalBox, OdIfc2x_final::IfcApplication, OdIfc2x_final::IfcApproval, OdIfc2x_final::IfcApprovalUsage, OdIfc2x_final::IfcArbitraryClosedProfileDef, OdIfc2x_final::IfcArbitraryOpenProfileDef, OdIfc2x_final::IfcArbitraryProfileDefWithVoids, OdIfc2x_final::IfcAssessory, OdIfc2x_final::IfcAsset, OdIfc2x_final::IfcAxis1Placement, OdIfc2x_final::IfcAxis2Placement2D, OdIfc2x_final::IfcAxis2Placement3D, OdIfc2x_final::IfcBeam, OdIfc2x_final::IfcBoiler, OdIfc2x_final::IfcBooleanClippingResult, OdIfc2x_final::IfcBooleanResult, OdIfc2x_final::IfcBoundedCurve, OdIfc2x_final::IfcBoundedSurface, OdIfc2x_final::IfcBoundingBox, OdIfc2x_final::IfcBoxedHalfSpace, OdIfc2x_final::IfcBudget, OdIfc2x_final::IfcBuilding, OdIfc2x_final::IfcBuildingElement, OdIfc2x_final::IfcBuildingElementProxy, OdIfc2x_final::IfcBuildingStorey, OdIfc2x_final::IfcBuiltIn, OdIfc2x_final::IfcCalendarDate, OdIfc2x_final::IfcCartesianPoint, OdIfc2x_final::IfcCartesianTransformationOperator2D, OdIfc2x_final::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x_final::IfcCartesianTransformationOperator3D, OdIfc2x_final::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x_final::IfcCartesianTransformationOperator, OdIfc2x_final::IfcChangeOrder, OdIfc2x_final::IfcChiller, OdIfc2x_final::IfcCircle, OdIfc2x_final::IfcCircleProfileDef, OdIfc2x_final::IfcClassification, OdIfc2x_final::IfcClassificationItem, OdIfc2x_final::IfcClassificationItemRelationship, OdIfc2x_final::IfcClassificationNotation, OdIfc2x_final::IfcClassificationNotationFacet, OdIfc2x_final::IfcClassificationReference, OdIfc2x_final::IfcClosedShell, OdIfc2x_final::IfcCMDocPackage, OdIfc2x_final::IfcCoil, OdIfc2x_final::IfcColumn, OdIfc2x_final::IfcCompartment, OdIfc2x_final::IfcComplexProperty, OdIfc2x_final::IfcCompositeCurve, OdIfc2x_final::IfcCompositeCurveSegment, OdIfc2x_final::IfcCompositeProfileDef, OdIfc2x_final::IfcCompressor, OdIfc2x_final::IfcConic, OdIfc2x_final::IfcConnectedFaceSet, OdIfc2x_final::IfcConnectionConstraint, OdIfc2x_final::IfcConnectionCurveGeometry, OdIfc2x_final::IfcConnectionGeometry, OdIfc2x_final::IfcConnectionPointGeometry, OdIfc2x_final::IfcConnectionPortGeometry, OdIfc2x_final::IfcConnectionSurfaceGeometry, OdIfc2x_final::IfcConstraintAggregationRelationship, OdIfc2x_final::IfcConstraint, OdIfc2x_final::IfcConstraintUsage, OdIfc2x_final::IfcConstructionEquipmentResource, OdIfc2x_final::IfcConstructionMaterialResource, OdIfc2x_final::IfcConstructionProductResource, OdIfc2x_final::IfcContextDependentUnit, OdIfc2x_final::IfcControl, OdIfc2x_final::IfcControlElement, OdIfc2x_final::IfcController, OdIfc2x_final::IfcConversionBasedUnit, OdIfc2x_final::IfcCoolingTower, OdIfc2x_final::IfcCoordinatedUniversalTimeOffset, OdIfc2x_final::IfcCost, OdIfc2x_final::IfcCostModifier, OdIfc2x_final::IfcCostModifierValue, OdIfc2x_final::IfcCostQuantity, OdIfc2x_final::IfcCostSchedule, OdIfc2x_final::IfcCostValue, OdIfc2x_final::IfcCostValueRelationship, OdIfc2x_final::IfcCovering, OdIfc2x_final::IfcCrewResource, OdIfc2x_final::IfcCsgSolid, OdIfc2x_final::IfcCurtainWall, OdIfc2x_final::IfcCurve, OdIfc2x_final::IfcCurveBoundedPlane, OdIfc2x_final::IfcDamper, OdIfc2x_final::IfcDateAndTime, OdIfc2x_final::IfcDerivedProfileDef, OdIfc2x_final::IfcDerivedUnit, OdIfc2x_final::IfcDerivedUnitElement, OdIfc2x_final::IfcDimensionalExponents, OdIfc2x_final::IfcDirectionalLightSource, OdIfc2x_final::IfcDirection, OdIfc2x_final::IfcDiscreteElement, OdIfc2x_final::IfcDistributionElement, OdIfc2x_final::IfcDistributionFlowElement, OdIfc2x_final::IfcDocumentElectronicFormat, OdIfc2x_final::IfcDocumentInformation, OdIfc2x_final::IfcDocumentInformationRelationship, OdIfc2x_final::IfcDocumentReference, OdIfc2x_final::IfcDoor, OdIfc2x_final::IfcDoorLiningProperties, OdIfc2x_final::IfcDoorPanelProperties, OdIfc2x_final::IfcDoorStyle, OdIfc2x_final::IfcEdge, OdIfc2x_final::IfcEdgeCurve, OdIfc2x_final::IfcElectricalAppliance, OdIfc2x_final::IfcElectricalBaseProperties, OdIfc2x_final::IfcElectricalElement, OdIfc2x_final::IfcElectricalExtendedProperties, OdIfc2x_final::IfcElectricMotor, OdIfc2x_final::IfcElementarySurface, OdIfc2x_final::IfcElement, OdIfc2x_final::IfcElementQuantity, OdIfc2x_final::IfcEllipse, OdIfc2x_final::IfcEllipseProfileDef, OdIfc2x_final::IfcEquipmentElement, OdIfc2x_final::IfcEquipmentStandard, OdIfc2x_final::IfcExtendedMaterialProperties, OdIfc2x_final::IfcExternalReference, OdIfc2x_final::IfcExtrudedAreaSolid, OdIfc2x_final::IfcFace, OdIfc2x_final::IfcFaceBasedSurfaceModel, OdIfc2x_final::IfcFaceBound, OdIfc2x_final::IfcFaceOuterBound, OdIfc2x_final::IfcFaceSurface, OdIfc2x_final::IfcFacetedBrep, OdIfc2x_final::IfcFacetedBrepWithVoids, OdIfc2x_final::IfcFan, OdIfc2x_final::IfcFlowController, OdIfc2x_final::IfcFlowFitting, OdIfc2x_final::IfcFlowSegment, OdIfc2x_final::IfcFlowTerminal, OdIfc2x_final::IfcFluidFlowProperties, OdIfc2x_final::IfcFluidMovingDevice, OdIfc2x_final::IfcFurnishingElement, OdIfc2x_final::IfcFurniture, OdIfc2x_final::IfcFurnitureStandard, OdIfc2x_final::IfcGeneralMaterialProperties, OdIfc2x_final::IfcGeometricRepresentationContext, OdIfc2x_final::IfcGeometricRepresentationItem, OdIfc2x_final::IfcGeometricSet, OdIfc2x_final::IfcGrid, OdIfc2x_final::IfcGridAxis, OdIfc2x_final::IfcGridPlacement, OdIfc2x_final::IfcGroup, OdIfc2x_final::IfcHalfSpaceSolid, OdIfc2x_final::IfcHeatExchanger, OdIfc2x_final::IfcHeatTransferDevice, OdIfc2x_final::IfcHydronicHeater, OdIfc2x_final::IfcHygroscopicMaterialProperties, OdIfc2x_final::IfcInventory, OdIfc2x_final::IfcIshapeProfileDef, OdIfc2x_final::IfcLaborResource, OdIfc2x_final::IfcLibraryInformation, OdIfc2x_final::IfcLibraryReference, OdIfc2x_final::IfcLightFixture, OdIfc2x_final::IfcLine, OdIfc2x_final::IfcLocalPlacement, OdIfc2x_final::IfcLocalTime, OdIfc2x_final::IfcLoop, OdIfc2x_final::IfcMaintenanceRecord, OdIfc2x_final::IfcMaintenanceWorkOrder, OdIfc2x_final::IfcManifoldSolidBrep, OdIfc2x_final::IfcManufacturerInformation, OdIfc2x_final::IfcMappedItem, OdIfc2x_final::IfcMaterial, OdIfc2x_final::IfcMaterialClassificationRelationship, OdIfc2x_final::IfcMaterialLayer, OdIfc2x_final::IfcMaterialLayerSet, OdIfc2x_final::IfcMaterialLayerSetUsage, OdIfc2x_final::IfcMaterialList, OdIfc2x_final::IfcMaterialProperties, OdIfc2x_final::IfcMeasureWithUnit, OdIfc2x_final::IfcMechanicalMaterialProperties, OdIfc2x_final::IfcMetric, OdIfc2x_final::IfcMetricBenchmark, OdIfc2x_final::IfcMetricValue, OdIfc2x_final::IfcMonetaryUnit, OdIfc2x_final::IfcMove, OdIfc2x_final::IfcNamedUnit, OdIfc2x_final::IfcObject, OdIfc2x_final::IfcObjective, OdIfc2x_final::IfcObjectPlacement, OdIfc2x_final::IfcOccupant, OdIfc2x_final::IfcOffsetCurve2D, OdIfc2x_final::IfcOffsetCurve3D, OdIfc2x_final::IfcOpeningElement, OdIfc2x_final::IfcOpenShell, OdIfc2x_final::IfcOpticalMaterialProperties, OdIfc2x_final::IfcOrganization, OdIfc2x_final::IfcOrganizationRelationship, OdIfc2x_final::IfcOrientedEdge, OdIfc2x_final::IfcOutlet, OdIfc2x_final::IfcOwnerHistory, OdIfc2x_final::IfcPath, OdIfc2x_final::IfcPermeableCoveringProperties, OdIfc2x_final::IfcPersonAndOrganization, OdIfc2x_final::IfcPerson, OdIfc2x_final::IfcPhysicalQuantity, OdIfc2x_final::IfcPlacement, OdIfc2x_final::IfcPlane, OdIfc2x_final::IfcPoint, OdIfc2x_final::IfcPointLightSource, OdIfc2x_final::IfcPolygonalBoundedHalfSpace, OdIfc2x_final::IfcPolyline, OdIfc2x_final::IfcPolyLoop, OdIfc2x_final::IfcPostalAddress, OdIfc2x_final::IfcPresentationLightSource, OdIfc2x_final::IfcProcess, OdIfc2x_final::IfcProduct, OdIfc2x_final::IfcProductDefinitionShape, OdIfc2x_final::IfcProductRepresentation, OdIfc2x_final::IfcProfileDef, OdIfc2x_final::IfcProject, OdIfc2x_final::IfcProjectOrder, OdIfc2x_final::IfcProperty, OdIfc2x_final::IfcPropertyBoundedValue, OdIfc2x_final::IfcPropertyDefinition, OdIfc2x_final::IfcPropertyEnumeratedValue, OdIfc2x_final::IfcPropertyEnumeration, OdIfc2x_final::IfcPropertyReferenceValue, OdIfc2x_final::IfcPropertySet, OdIfc2x_final::IfcPropertySetDefinition, OdIfc2x_final::IfcPropertySingleValue, OdIfc2x_final::IfcPropertyTableValue, OdIfc2x_final::IfcProxy, OdIfc2x_final::IfcPump, OdIfc2x_final::IfcPurchaseOrder, OdIfc2x_final::IfcQuantityArea, OdIfc2x_final::IfcQuantityCount, OdIfc2x_final::IfcQuantityLength, OdIfc2x_final::IfcQuantityVolume, OdIfc2x_final::IfcQuantityWeight, OdIfc2x_final::IfcRailing, OdIfc2x_final::IfcRamp, OdIfc2x_final::IfcRampFlight, OdIfc2x_final::IfcRectangleProfileDef, OdIfc2x_final::IfcRectangularTrimmedSurface, OdIfc2x_final::IfcReferenceEdge, OdIfc2x_final::IfcReferenceFace, OdIfc2x_final::IfcReferenceGeometry, OdIfc2x_final::IfcReferencesCostDocument, OdIfc2x_final::IfcReferenceVertex, OdIfc2x_final::IfcRelAggregates, OdIfc2x_final::IfcRelAggregatesResources, OdIfc2x_final::IfcRelAssigns, OdIfc2x_final::IfcRelAssignsFMStandard, OdIfc2x_final::IfcRelAssignsTasks, OdIfc2x_final::IfcRelAssignsToActor, OdIfc2x_final::IfcRelAssignsToControl, OdIfc2x_final::IfcRelAssignsToGroup, OdIfc2x_final::IfcRelAssignsToProcess, OdIfc2x_final::IfcRelAssignsToProduct, OdIfc2x_final::IfcRelAssignsToResource, OdIfc2x_final::IfcRelAssociates, OdIfc2x_final::IfcRelAssociatesClassification, OdIfc2x_final::IfcRelAssociatesDocument, OdIfc2x_final::IfcRelAssociatesLibrary, OdIfc2x_final::IfcRelAssociatesMaterial, OdIfc2x_final::IfcRelationship, OdIfc2x_final::IfcRelConnects, OdIfc2x_final::IfcRelConnectsElements, OdIfc2x_final::IfcRelConnectsPathElements, OdIfc2x_final::IfcRelConnectsPorts, OdIfc2x_final::IfcRelContainedInSpatialStructure, OdIfc2x_final::IfcRelCostsObjects, OdIfc2x_final::IfcRelCoversBldgElements, OdIfc2x_final::IfcRelDecomposes, OdIfc2x_final::IfcRelDefines, OdIfc2x_final::IfcRelDefinesByProperties, OdIfc2x_final::IfcRelDefinesByType, OdIfc2x_final::IfcRelFillsElement, OdIfc2x_final::IfcRelFlowControlElements, OdIfc2x_final::IfcRelInteractionRequirements, OdIfc2x_final::IfcRelMaintenanceEvent, OdIfc2x_final::IfcRelNests, OdIfc2x_final::IfcRelOccupiesSpaces, OdIfc2x_final::IfcRelOverridesProperties, OdIfc2x_final::IfcRelSequence, OdIfc2x_final::IfcRelServicesBuildings, OdIfc2x_final::IfcRelSpaceBoundary, OdIfc2x_final::IfcRelUsesResource, OdIfc2x_final::IfcRelVoidsElement, OdIfc2x_final::IfcRepresentation, OdIfc2x_final::IfcRepresentationContext, OdIfc2x_final::IfcRepresentationItem, OdIfc2x_final::IfcRepresentationMap, OdIfc2x_final::IfcResource, OdIfc2x_final::IfcRevolvedAreaSolid, OdIfc2x_final::IfcRoof, OdIfc2x_final::IfcRoot, OdIfc2x_final::IfcRoundedRectangleProfileDef, OdIfc2x_final::IfcSanitaryTerminal, OdIfc2x_final::IfcScheduleTimeControl, OdIfc2x_final::IfcSectionedSpine, OdIfc2x_final::IfcSensor, OdIfc2x_final::IfcShapeAspect, OdIfc2x_final::IfcShapeRepresentation, OdIfc2x_final::IfcShellBasedSurfaceModel, OdIfc2x_final::IfcSimpleProperty, OdIfc2x_final::IfcSite, OdIfc2x_final::IfcSIUnit, OdIfc2x_final::IfcSlab, OdIfc2x_final::IfcSolidModel, OdIfc2x_final::IfcSpace, OdIfc2x_final::IfcSpaceProgram, OdIfc2x_final::IfcSpaceProgramGroup, OdIfc2x_final::IfcSpaceThermalLoad, OdIfc2x_final::IfcSpatialStructureElement, OdIfc2x_final::IfcSpotLightSource, OdIfc2x_final::IfcStair, OdIfc2x_final::IfcStairFlight, OdIfc2x_final::IfcStorageDevice, OdIfc2x_final::IfcSubContractResource, OdIfc2x_final::IfcSurface, OdIfc2x_final::IfcSurfaceExtendedProperties, OdIfc2x_final::IfcSurfaceOfLinearExtrusion, OdIfc2x_final::IfcSurfaceOfRevolution, OdIfc2x_final::IfcSurfaceRenderingProperties, OdIfc2x_final::IfcSurfaceShadingProperties, OdIfc2x_final::IfcSurfaceStyle, OdIfc2x_final::IfcSurfaceStyleProperties, OdIfc2x_final::IfcSurfaceStyleUsage, OdIfc2x_final::IfcSweptAreaSolid, OdIfc2x_final::IfcSweptSurface, OdIfc2x_final::IfcSystem, OdIfc2x_final::IfcSystemFurnitureElement, OdIfc2x_final::IfcTable, OdIfc2x_final::IfcTableRow, OdIfc2x_final::IfcTank, OdIfc2x_final::IfcTask, OdIfc2x_final::IfcTelecomAddress, OdIfc2x_final::IfcThermalMaterialProperties, OdIfc2x_final::IfcTopologicalRepresentationItem, OdIfc2x_final::IfcTransportElement, OdIfc2x_final::IfcTrapeziumProfileDef, OdIfc2x_final::IfcTreatmentDevice, OdIfc2x_final::IfcTrimmedCurve, OdIfc2x_final::IfcTubeBundle, OdIfc2x_final::IfcTypeObject, OdIfc2x_final::IfcTypeProduct, OdIfc2x_final::IfcUnitAssignment, OdIfc2x_final::IfcUnitHeater, OdIfc2x_final::IfcValve, OdIfc2x_final::IfcVector, OdIfc2x_final::IfcVertex, OdIfc2x_final::IfcVertexPoint, OdIfc2x_final::IfcVirtualGridIntersection, OdIfc2x_final::IfcWall, OdIfc2x_final::IfcWallStandardCase, OdIfc2x_final::IfcWindow, OdIfc2x_final::IfcWindowLiningProperties, OdIfc2x_final::IfcWindowPanelProperties, OdIfc2x_final::IfcWindowStyle, OdIfc2x_final::IfcWorkControl, OdIfc2x_final::IfcWorkOrder, OdIfc2x_final::IfcWorkPlan, OdIfc2x_final::IfcWorkSchedule, OdIfc2x_final::IfcZone, OdIfc4::IfcActionRequest, OdIfc4::IfcActor, OdIfc4::IfcActorRole, OdIfc4::IfcActuator, OdIfc4::IfcActuatorType, OdIfc4::IfcAddress, OdIfc4::IfcAdvancedBrep, OdIfc4::IfcAdvancedBrepWithVoids, OdIfc4::IfcAdvancedFace, OdIfc4::IfcAirTerminal, OdIfc4::IfcAirTerminalBox, OdIfc4::IfcAirTerminalBoxType, OdIfc4::IfcAirTerminalType, OdIfc4::IfcAirToAirHeatRecovery, OdIfc4::IfcAirToAirHeatRecoveryType, OdIfc4::IfcAlarm, OdIfc4::IfcAlarmType, OdIfc4::IfcAnnotation, OdIfc4::IfcAnnotationFillArea, OdIfc4::IfcApplication, OdIfc4::IfcAppliedValue, OdIfc4::IfcApproval, OdIfc4::IfcApprovalRelationship, OdIfc4::IfcArbitraryClosedProfileDef, OdIfc4::IfcArbitraryOpenProfileDef, OdIfc4::IfcArbitraryProfileDefWithVoids, OdIfc4::IfcAsset, OdIfc4::IfcAsymmetricIShapeProfileDef, OdIfc4::IfcAudioVisualAppliance, OdIfc4::IfcAudioVisualApplianceType, OdIfc4::IfcAxis1Placement, OdIfc4::IfcAxis2Placement2D, OdIfc4::IfcAxis2Placement3D, OdIfc4::IfcBeam, OdIfc4::IfcBeamStandardCase, OdIfc4::IfcBeamType, OdIfc4::IfcBlobTexture, OdIfc4::IfcBlock, OdIfc4::IfcBoiler, OdIfc4::IfcBoilerType, OdIfc4::IfcBooleanClippingResult, OdIfc4::IfcBooleanResult, OdIfc4::IfcBoundaryCondition, OdIfc4::IfcBoundaryCurve, OdIfc4::IfcBoundaryEdgeCondition, OdIfc4::IfcBoundaryFaceCondition, OdIfc4::IfcBoundaryNodeCondition, OdIfc4::IfcBoundaryNodeConditionWarping, OdIfc4::IfcBoundedCurve, OdIfc4::IfcBoundedSurface, OdIfc4::IfcBoundingBox, OdIfc4::IfcBoxedHalfSpace, OdIfc4::IfcBSplineCurve, OdIfc4::IfcBSplineCurveWithKnots, OdIfc4::IfcBSplineSurface, OdIfc4::IfcBSplineSurfaceWithKnots, OdIfc4::IfcBuilding, OdIfc4::IfcBuildingElement, OdIfc4::IfcBuildingElementPart, OdIfc4::IfcBuildingElementPartType, OdIfc4::IfcBuildingElementProxy, OdIfc4::IfcBuildingElementProxyType, OdIfc4::IfcBuildingElementType, OdIfc4::IfcBuildingStorey, OdIfc4::IfcBuildingSystem, OdIfc4::IfcBurner, OdIfc4::IfcBurnerType, OdIfc4::IfcCableCarrierFitting, OdIfc4::IfcCableCarrierFittingType, OdIfc4::IfcCableCarrierSegment, OdIfc4::IfcCableCarrierSegmentType, OdIfc4::IfcCableFitting, OdIfc4::IfcCableFittingType, OdIfc4::IfcCableSegment, OdIfc4::IfcCableSegmentType, OdIfc4::IfcCartesianPoint, OdIfc4::IfcCartesianPointList2D, OdIfc4::IfcCartesianPointList3D, OdIfc4::IfcCartesianPointList, OdIfc4::IfcCartesianTransformationOperator2D, OdIfc4::IfcCartesianTransformationOperator2DnonUniform, OdIfc4::IfcCartesianTransformationOperator3D, OdIfc4::IfcCartesianTransformationOperator3DnonUniform, OdIfc4::IfcCartesianTransformationOperator, OdIfc4::IfcCenterLineProfileDef, OdIfc4::IfcChiller, OdIfc4::IfcChillerType, OdIfc4::IfcChimney, OdIfc4::IfcChimneyType, OdIfc4::IfcCircle, OdIfc4::IfcCircleHollowProfileDef, OdIfc4::IfcCircleProfileDef, OdIfc4::IfcCivilElement, OdIfc4::IfcCivilElementType, OdIfc4::IfcClassification, OdIfc4::IfcClassificationReference, OdIfc4::IfcClosedShell, OdIfc4::IfcCoil, OdIfc4::IfcCoilType, OdIfc4::IfcColourRgb, OdIfc4::IfcColourRgbList, OdIfc4::IfcColourSpecification, OdIfc4::IfcColumn, OdIfc4::IfcColumnStandardCase, OdIfc4::IfcColumnType, OdIfc4::IfcCommunicationsAppliance, OdIfc4::IfcCommunicationsApplianceType, OdIfc4::IfcComplexProperty, OdIfc4::IfcComplexPropertyTemplate, OdIfc4::IfcCompositeCurve, OdIfc4::IfcCompositeCurveOnSurface, OdIfc4::IfcCompositeCurveSegment, OdIfc4::IfcCompositeProfileDef, OdIfc4::IfcCompressor, OdIfc4::IfcCompressorType, OdIfc4::IfcCondenser, OdIfc4::IfcCondenserType, OdIfc4::IfcConic, OdIfc4::IfcConnectedFaceSet, OdIfc4::IfcConnectionCurveGeometry, OdIfc4::IfcConnectionGeometry, OdIfc4::IfcConnectionPointEccentricity, OdIfc4::IfcConnectionPointGeometry, OdIfc4::IfcConnectionSurfaceGeometry, OdIfc4::IfcConnectionVolumeGeometry, OdIfc4::IfcConstraint, OdIfc4::IfcConstructionEquipmentResource, OdIfc4::IfcConstructionEquipmentResourceType, OdIfc4::IfcConstructionMaterialResource, OdIfc4::IfcConstructionMaterialResourceType, OdIfc4::IfcConstructionProductResource, OdIfc4::IfcConstructionProductResourceType, OdIfc4::IfcConstructionResource, OdIfc4::IfcConstructionResourceType, OdIfc4::IfcContext, OdIfc4::IfcContextDependentUnit, OdIfc4::IfcControl, OdIfc4::IfcController, OdIfc4::IfcControllerType, OdIfc4::IfcConversionBasedUnit, OdIfc4::IfcConversionBasedUnitWithOffset, OdIfc4::IfcCooledBeam, OdIfc4::IfcCooledBeamType, OdIfc4::IfcCoolingTower, OdIfc4::IfcCoolingTowerType, OdIfc4::IfcCoordinateOperation, OdIfc4::IfcCoordinateReferenceSystem, OdIfc4::IfcCostItem, OdIfc4::IfcCostSchedule, OdIfc4::IfcCostValue, OdIfc4::IfcCovering, OdIfc4::IfcCoveringType, OdIfc4::IfcCrewResource, OdIfc4::IfcCrewResourceType, OdIfc4::IfcCsgPrimitive3D, OdIfc4::IfcCsgSolid, OdIfc4::IfcCShapeProfileDef, OdIfc4::IfcCurrencyRelationship, OdIfc4::IfcCurtainWall, OdIfc4::IfcCurtainWallType, OdIfc4::IfcCurve, OdIfc4::IfcCurveBoundedPlane, OdIfc4::IfcCurveBoundedSurface, OdIfc4::IfcCurveStyle, OdIfc4::IfcCurveStyleFontAndScaling, OdIfc4::IfcCurveStyleFont, OdIfc4::IfcCurveStyleFontPattern, OdIfc4::IfcCylindricalSurface, OdIfc4::IfcDamper, OdIfc4::IfcDamperType, OdIfc4::IfcDerivedProfileDef, OdIfc4::IfcDerivedUnit, OdIfc4::IfcDerivedUnitElement, OdIfc4::IfcDimensionalExponents, OdIfc4::IfcDirection, OdIfc4::IfcDiscreteAccessory, OdIfc4::IfcDiscreteAccessoryType, OdIfc4::IfcDistributionChamberElement, OdIfc4::IfcDistributionChamberElementType, OdIfc4::IfcDistributionCircuit, OdIfc4::IfcDistributionControlElement, OdIfc4::IfcDistributionControlElementType, OdIfc4::IfcDistributionElement, OdIfc4::IfcDistributionElementType, OdIfc4::IfcDistributionFlowElement, OdIfc4::IfcDistributionFlowElementType, OdIfc4::IfcDistributionPort, OdIfc4::IfcDistributionSystem, OdIfc4::IfcDocumentInformation, OdIfc4::IfcDocumentInformationRelationship, OdIfc4::IfcDocumentReference, OdIfc4::IfcDoor, OdIfc4::IfcDoorLiningProperties, OdIfc4::IfcDoorPanelProperties, OdIfc4::IfcDoorStandardCase, OdIfc4::IfcDoorStyle, OdIfc4::IfcDoorType, OdIfc4::IfcDraughtingPreDefinedColour, OdIfc4::IfcDraughtingPreDefinedCurveFont, OdIfc4::IfcDuctFitting, OdIfc4::IfcDuctFittingType, OdIfc4::IfcDuctSegment, OdIfc4::IfcDuctSegmentType, OdIfc4::IfcDuctSilencer, OdIfc4::IfcDuctSilencerType, OdIfc4::IfcEdge, OdIfc4::IfcEdgeCurve, OdIfc4::IfcEdgeLoop, OdIfc4::IfcElectricAppliance, OdIfc4::IfcElectricApplianceType, OdIfc4::IfcElectricDistributionBoard, OdIfc4::IfcElectricDistributionBoardType, OdIfc4::IfcElectricFlowStorageDevice, OdIfc4::IfcElectricFlowStorageDeviceType, OdIfc4::IfcElectricGenerator, OdIfc4::IfcElectricGeneratorType, OdIfc4::IfcElectricMotor, OdIfc4::IfcElectricMotorType, OdIfc4::IfcElectricTimeControl, OdIfc4::IfcElectricTimeControlType, OdIfc4::IfcElementarySurface, OdIfc4::IfcElementAssembly, OdIfc4::IfcElementAssemblyType, OdIfc4::IfcElement, OdIfc4::IfcElementComponent, OdIfc4::IfcElementComponentType, OdIfc4::IfcElementQuantity, OdIfc4::IfcElementType, OdIfc4::IfcEllipse, OdIfc4::IfcEllipseProfileDef, OdIfc4::IfcEnergyConversionDevice, OdIfc4::IfcEnergyConversionDeviceType, OdIfc4::IfcEngine, OdIfc4::IfcEngineType, OdIfc4::IfcEvaporativeCooler, OdIfc4::IfcEvaporativeCoolerType, OdIfc4::IfcEvaporator, OdIfc4::IfcEvaporatorType, OdIfc4::IfcEvent, OdIfc4::IfcEventTime, OdIfc4::IfcEventType, OdIfc4::IfcExtendedProperties, OdIfc4::IfcExternalInformation, OdIfc4::IfcExternallyDefinedHatchStyle, OdIfc4::IfcExternallyDefinedSurfaceStyle, OdIfc4::IfcExternallyDefinedTextFont, OdIfc4::IfcExternalReference, OdIfc4::IfcExternalReferenceRelationship, OdIfc4::IfcExternalSpatialElement, OdIfc4::IfcExternalSpatialStructureElement, OdIfc4::IfcExtrudedAreaSolid, OdIfc4::IfcExtrudedAreaSolidTapered, OdIfc4::IfcFace, OdIfc4::IfcFaceBasedSurfaceModel, OdIfc4::IfcFaceBound, OdIfc4::IfcFaceOuterBound, OdIfc4::IfcFaceSurface, OdIfc4::IfcFacetedBrep, OdIfc4::IfcFacetedBrepWithVoids, OdIfc4::IfcFailureConnectionCondition, OdIfc4::IfcFan, OdIfc4::IfcFanType, OdIfc4::IfcFastener, OdIfc4::IfcFastenerType, OdIfc4::IfcFeatureElementAddition, OdIfc4::IfcFeatureElement, OdIfc4::IfcFeatureElementSubtraction, OdIfc4::IfcFillAreaStyle, OdIfc4::IfcFillAreaStyleHatching, OdIfc4::IfcFillAreaStyleTiles, OdIfc4::IfcFilter, OdIfc4::IfcFilterType, OdIfc4::IfcFireSuppressionTerminal, OdIfc4::IfcFireSuppressionTerminalType, OdIfc4::IfcFixedReferenceSweptAreaSolid, OdIfc4::IfcFlowController, OdIfc4::IfcFlowControllerType, OdIfc4::IfcFlowFitting, OdIfc4::IfcFlowFittingType, OdIfc4::IfcFlowInstrument, OdIfc4::IfcFlowInstrumentType, OdIfc4::IfcFlowMeter, OdIfc4::IfcFlowMeterType, OdIfc4::IfcFlowMovingDevice, OdIfc4::IfcFlowMovingDeviceType, OdIfc4::IfcFlowSegment, OdIfc4::IfcFlowSegmentType, OdIfc4::IfcFlowStorageDevice, OdIfc4::IfcFlowStorageDeviceType, OdIfc4::IfcFlowTerminal, OdIfc4::IfcFlowTerminalType, OdIfc4::IfcFlowTreatmentDevice, OdIfc4::IfcFlowTreatmentDeviceType, OdIfc4::IfcFooting, OdIfc4::IfcFootingType, OdIfc4::IfcFurnishingElement, OdIfc4::IfcFurnishingElementType, OdIfc4::IfcFurniture, OdIfc4::IfcFurnitureType, OdIfc4::IfcGeographicElement, OdIfc4::IfcGeographicElementType, OdIfc4::IfcGeometricCurveSet, OdIfc4::IfcGeometricRepresentationContext, OdIfc4::IfcGeometricRepresentationItem, OdIfc4::IfcGeometricRepresentationSubContext, OdIfc4::IfcGeometricSet, OdIfc4::IfcGrid, OdIfc4::IfcGridAxis, OdIfc4::IfcGridPlacement, OdIfc4::IfcGroup, OdIfc4::IfcHalfSpaceSolid, OdIfc4::IfcHeatExchanger, OdIfc4::IfcHeatExchangerType, OdIfc4::IfcHumidifier, OdIfc4::IfcHumidifierType, OdIfc4::IfcImageTexture, OdIfc4::IfcIndexedColourMap, OdIfc4::IfcIndexedPolyCurve, OdIfc4::IfcIndexedPolygonalFace, OdIfc4::IfcIndexedPolygonalFaceWithVoids, OdIfc4::IfcIndexedTextureMap, OdIfc4::IfcIndexedTriangleTextureMap, OdIfc4::IfcInterceptor, OdIfc4::IfcInterceptorType, OdIfc4::IfcIntersectionCurve, OdIfc4::IfcInventory, OdIfc4::IfcIrregularTimeSeries, OdIfc4::IfcIrregularTimeSeriesValue, OdIfc4::IfcIShapeProfileDef, OdIfc4::IfcJunctionBox, OdIfc4::IfcJunctionBoxType, OdIfc4::IfcLaborResource, OdIfc4::IfcLaborResourceType, OdIfc4::IfcLagTime, OdIfc4::IfcLamp, OdIfc4::IfcLampType, OdIfc4::IfcLibraryInformation, OdIfc4::IfcLibraryReference, OdIfc4::IfcLightDistributionData, OdIfc4::IfcLightFixture, OdIfc4::IfcLightFixtureType, OdIfc4::IfcLightIntensityDistribution, OdIfc4::IfcLightSourceAmbient, OdIfc4::IfcLightSource, OdIfc4::IfcLightSourceDirectional, OdIfc4::IfcLightSourceGoniometric, OdIfc4::IfcLightSourcePositional, OdIfc4::IfcLightSourceSpot, OdIfc4::IfcLine, OdIfc4::IfcLocalPlacement, OdIfc4::IfcLoop, OdIfc4::IfcLShapeProfileDef, OdIfc4::IfcManifoldSolidBrep, OdIfc4::IfcMapConversion, OdIfc4::IfcMappedItem, OdIfc4::IfcMaterial, OdIfc4::IfcMaterialClassificationRelationship, OdIfc4::IfcMaterialConstituent, OdIfc4::IfcMaterialConstituentSet, OdIfc4::IfcMaterialDefinition, OdIfc4::IfcMaterialDefinitionRepresentation, OdIfc4::IfcMaterialLayer, OdIfc4::IfcMaterialLayerSet, OdIfc4::IfcMaterialLayerSetUsage, OdIfc4::IfcMaterialLayerWithOffsets, OdIfc4::IfcMaterialList, OdIfc4::IfcMaterialProfile, OdIfc4::IfcMaterialProfileSet, OdIfc4::IfcMaterialProfileSetUsage, OdIfc4::IfcMaterialProfileSetUsageTapering, OdIfc4::IfcMaterialProfileWithOffsets, OdIfc4::IfcMaterialProperties, OdIfc4::IfcMaterialRelationship, OdIfc4::IfcMaterialUsageDefinition, OdIfc4::IfcMeasureWithUnit, OdIfc4::IfcMechanicalFastener, OdIfc4::IfcMechanicalFastenerType, OdIfc4::IfcMedicalDevice, OdIfc4::IfcMedicalDeviceType, OdIfc4::IfcMember, OdIfc4::IfcMemberStandardCase, OdIfc4::IfcMemberType, OdIfc4::IfcMetric, OdIfc4::IfcMirroredProfileDef, OdIfc4::IfcMonetaryUnit, OdIfc4::IfcMotorConnection, OdIfc4::IfcMotorConnectionType, OdIfc4::IfcNamedUnit, OdIfc4::IfcObject, OdIfc4::IfcObjectDefinition, OdIfc4::IfcObjective, OdIfc4::IfcObjectPlacement, OdIfc4::IfcOccupant, OdIfc4::IfcOffsetCurve2D, OdIfc4::IfcOffsetCurve3D, OdIfc4::IfcOpeningElement, OdIfc4::IfcOpeningStandardCase, OdIfc4::IfcOpenShell, OdIfc4::IfcOrganization, OdIfc4::IfcOrganizationRelationship, OdIfc4::IfcOrientedEdge, OdIfc4::IfcOuterBoundaryCurve, OdIfc4::IfcOutlet, OdIfc4::IfcOutletType, OdIfc4::IfcOwnerHistory, OdIfc4::IfcParameterizedProfileDef, OdIfc4::IfcPath, OdIfc4::IfcPcurve, OdIfc4::IfcPerformanceHistory, OdIfc4::IfcPermeableCoveringProperties, OdIfc4::IfcPermit, OdIfc4::IfcPersonAndOrganization, OdIfc4::IfcPerson, OdIfc4::IfcPhysicalComplexQuantity, OdIfc4::IfcPhysicalQuantity, OdIfc4::IfcPhysicalSimpleQuantity, OdIfc4::IfcPile, OdIfc4::IfcPileType, OdIfc4::IfcPipeFitting, OdIfc4::IfcPipeFittingType, OdIfc4::IfcPipeSegment, OdIfc4::IfcPipeSegmentType, OdIfc4::IfcPixelTexture, OdIfc4::IfcPlacement, OdIfc4::IfcPlanarBox, OdIfc4::IfcPlanarExtent, OdIfc4::IfcPlane, OdIfc4::IfcPlate, OdIfc4::IfcPlateStandardCase, OdIfc4::IfcPlateType, OdIfc4::IfcPoint, OdIfc4::IfcPointOnCurve, OdIfc4::IfcPointOnSurface, OdIfc4::IfcPolygonalBoundedHalfSpace, OdIfc4::IfcPolygonalFaceSet, OdIfc4::IfcPolyline, OdIfc4::IfcPolyLoop, OdIfc4::IfcPort, OdIfc4::IfcPostalAddress, OdIfc4::IfcPreDefinedColour, OdIfc4::IfcPreDefinedCurveFont, OdIfc4::IfcPreDefinedItem, OdIfc4::IfcPreDefinedProperties, OdIfc4::IfcPreDefinedPropertySet, OdIfc4::IfcPreDefinedTextFont, OdIfc4::IfcPresentationItem, OdIfc4::IfcPresentationLayerAssignment, OdIfc4::IfcPresentationLayerWithStyle, OdIfc4::IfcPresentationStyleAssignment, OdIfc4::IfcPresentationStyle, OdIfc4::IfcProcedure, OdIfc4::IfcProcedureType, OdIfc4::IfcProcess, OdIfc4::IfcProduct, OdIfc4::IfcProductDefinitionShape, OdIfc4::IfcProductRepresentation, OdIfc4::IfcProfileDef, OdIfc4::IfcProfileProperties, OdIfc4::IfcProject, OdIfc4::IfcProjectedCRS, OdIfc4::IfcProjectionElement, OdIfc4::IfcProjectLibrary, OdIfc4::IfcProjectOrder, OdIfc4::IfcPropertyAbstraction, OdIfc4::IfcProperty, OdIfc4::IfcPropertyBoundedValue, OdIfc4::IfcPropertyDefinition, OdIfc4::IfcPropertyDependencyRelationship, OdIfc4::IfcPropertyEnumeratedValue, OdIfc4::IfcPropertyEnumeration, OdIfc4::IfcPropertyListValue, OdIfc4::IfcPropertyReferenceValue, OdIfc4::IfcPropertySet, OdIfc4::IfcPropertySetDefinition, OdIfc4::IfcPropertySetTemplate, OdIfc4::IfcPropertySingleValue, OdIfc4::IfcPropertyTableValue, OdIfc4::IfcPropertyTemplate, OdIfc4::IfcPropertyTemplateDefinition, OdIfc4::IfcProtectiveDevice, OdIfc4::IfcProtectiveDeviceTrippingUnit, OdIfc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4::IfcProtectiveDeviceType, OdIfc4::IfcProxy, OdIfc4::IfcPump, OdIfc4::IfcPumpType, OdIfc4::IfcQuantityArea, OdIfc4::IfcQuantityCount, OdIfc4::IfcQuantityLength, OdIfc4::IfcQuantitySet, OdIfc4::IfcQuantityTime, OdIfc4::IfcQuantityVolume, OdIfc4::IfcQuantityWeight, OdIfc4::IfcRailing, OdIfc4::IfcRailingType, OdIfc4::IfcRamp, OdIfc4::IfcRampFlight, OdIfc4::IfcRampFlightType, OdIfc4::IfcRampType, OdIfc4::IfcRationalBSplineCurveWithKnots, OdIfc4::IfcRationalBSplineSurfaceWithKnots, OdIfc4::IfcRectangleHollowProfileDef, OdIfc4::IfcRectangleProfileDef, OdIfc4::IfcRectangularPyramid, OdIfc4::IfcRectangularTrimmedSurface, OdIfc4::IfcRecurrencePattern, OdIfc4::IfcReference, OdIfc4::IfcRegularTimeSeries, OdIfc4::IfcReinforcementBarProperties, OdIfc4::IfcReinforcementDefinitionProperties, OdIfc4::IfcReinforcingBar, OdIfc4::IfcReinforcingBarType, OdIfc4::IfcReinforcingElement, OdIfc4::IfcReinforcingElementType, OdIfc4::IfcReinforcingMesh, OdIfc4::IfcReinforcingMeshType, OdIfc4::IfcRelAggregates, OdIfc4::IfcRelAssigns, OdIfc4::IfcRelAssignsToActor, OdIfc4::IfcRelAssignsToControl, OdIfc4::IfcRelAssignsToGroup, OdIfc4::IfcRelAssignsToGroupByFactor, OdIfc4::IfcRelAssignsToProcess, OdIfc4::IfcRelAssignsToProduct, OdIfc4::IfcRelAssignsToResource, OdIfc4::IfcRelAssociatesApproval, OdIfc4::IfcRelAssociates, OdIfc4::IfcRelAssociatesClassification, OdIfc4::IfcRelAssociatesConstraint, OdIfc4::IfcRelAssociatesDocument, OdIfc4::IfcRelAssociatesLibrary, OdIfc4::IfcRelAssociatesMaterial, OdIfc4::IfcRelationship, OdIfc4::IfcRelConnects, OdIfc4::IfcRelConnectsElements, OdIfc4::IfcRelConnectsPathElements, OdIfc4::IfcRelConnectsPorts, OdIfc4::IfcRelConnectsPortToElement, OdIfc4::IfcRelConnectsStructuralActivity, OdIfc4::IfcRelConnectsStructuralMember, OdIfc4::IfcRelConnectsWithEccentricity, OdIfc4::IfcRelConnectsWithRealizingElements, OdIfc4::IfcRelContainedInSpatialStructure, OdIfc4::IfcRelCoversBldgElements, OdIfc4::IfcRelCoversSpaces, OdIfc4::IfcRelDeclares, OdIfc4::IfcRelDecomposes, OdIfc4::IfcRelDefines, OdIfc4::IfcRelDefinesByObject, OdIfc4::IfcRelDefinesByProperties, OdIfc4::IfcRelDefinesByTemplate, OdIfc4::IfcRelDefinesByType, OdIfc4::IfcRelFillsElement, OdIfc4::IfcRelFlowControlElements, OdIfc4::IfcRelInterferesElements, OdIfc4::IfcRelNests, OdIfc4::IfcRelProjectsElement, OdIfc4::IfcRelReferencedInSpatialStructure, OdIfc4::IfcRelSequence, OdIfc4::IfcRelServicesBuildings, OdIfc4::IfcRelSpaceBoundary1stLevel, OdIfc4::IfcRelSpaceBoundary2ndLevel, OdIfc4::IfcRelSpaceBoundary, OdIfc4::IfcRelVoidsElement, OdIfc4::IfcReparametrisedCompositeCurveSegment, OdIfc4::IfcRepresentation, OdIfc4::IfcRepresentationContext, OdIfc4::IfcRepresentationItem, OdIfc4::IfcRepresentationMap, OdIfc4::IfcResourceApprovalRelationship, OdIfc4::IfcResource, OdIfc4::IfcResourceConstraintRelationship, OdIfc4::IfcResourceLevelRelationship, OdIfc4::IfcResourceTime, OdIfc4::IfcRevolvedAreaSolid, OdIfc4::IfcRevolvedAreaSolidTapered, OdIfc4::IfcRightCircularCone, OdIfc4::IfcRightCircularCylinder, OdIfc4::IfcRoof, OdIfc4::IfcRoofType, OdIfc4::IfcRoot, OdIfc4::IfcRoundedRectangleProfileDef, OdIfc4::IfcSanitaryTerminal, OdIfc4::IfcSanitaryTerminalType, OdIfc4::IfcSchedulingTime, OdIfc4::IfcSeamCurve, OdIfc4::IfcSectionedSpine, OdIfc4::IfcSectionProperties, OdIfc4::IfcSectionReinforcementProperties, OdIfc4::IfcSensor, OdIfc4::IfcSensorType, OdIfc4::IfcShadingDevice, OdIfc4::IfcShadingDeviceType, OdIfc4::IfcShapeAspect, OdIfc4::IfcShapeModel, OdIfc4::IfcShapeRepresentation, OdIfc4::IfcShellBasedSurfaceModel, OdIfc4::IfcSimpleProperty, OdIfc4::IfcSimplePropertyTemplate, OdIfc4::IfcSite, OdIfc4::IfcSIUnit, OdIfc4::IfcSlab, OdIfc4::IfcSlabElementedCase, OdIfc4::IfcSlabStandardCase, OdIfc4::IfcSlabType, OdIfc4::IfcSlippageConnectionCondition, OdIfc4::IfcSolarDevice, OdIfc4::IfcSolarDeviceType, OdIfc4::IfcSolidModel, OdIfc4::IfcSpace, OdIfc4::IfcSpaceHeater, OdIfc4::IfcSpaceHeaterType, OdIfc4::IfcSpaceType, OdIfc4::IfcSpatialElement, OdIfc4::IfcSpatialElementType, OdIfc4::IfcSpatialStructureElement, OdIfc4::IfcSpatialStructureElementType, OdIfc4::IfcSpatialZone, OdIfc4::IfcSpatialZoneType, OdIfc4::IfcSphere, OdIfc4::IfcSphericalSurface, OdIfc4::IfcStackTerminal, OdIfc4::IfcStackTerminalType, OdIfc4::IfcStair, OdIfc4::IfcStairFlight, OdIfc4::IfcStairFlightType, OdIfc4::IfcStairType, OdIfc4::IfcStructuralAction, OdIfc4::IfcStructuralActivity, OdIfc4::IfcStructuralAnalysisModel, OdIfc4::IfcStructuralConnection, OdIfc4::IfcStructuralConnectionCondition, OdIfc4::IfcStructuralCurveAction, OdIfc4::IfcStructuralCurveConnection, OdIfc4::IfcStructuralCurveMember, OdIfc4::IfcStructuralCurveMemberVarying, OdIfc4::IfcStructuralCurveReaction, OdIfc4::IfcStructuralItem, OdIfc4::IfcStructuralLinearAction, OdIfc4::IfcStructuralLoad, OdIfc4::IfcStructuralLoadCase, OdIfc4::IfcStructuralLoadConfiguration, OdIfc4::IfcStructuralLoadGroup, OdIfc4::IfcStructuralLoadLinearForce, OdIfc4::IfcStructuralLoadOrResult, OdIfc4::IfcStructuralLoadPlanarForce, OdIfc4::IfcStructuralLoadSingleDisplacement, OdIfc4::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4::IfcStructuralLoadSingleForce, OdIfc4::IfcStructuralLoadSingleForceWarping, OdIfc4::IfcStructuralLoadStatic, OdIfc4::IfcStructuralLoadTemperature, OdIfc4::IfcStructuralMember, OdIfc4::IfcStructuralPlanarAction, OdIfc4::IfcStructuralPointAction, OdIfc4::IfcStructuralPointConnection, OdIfc4::IfcStructuralPointReaction, OdIfc4::IfcStructuralReaction, OdIfc4::IfcStructuralResultGroup, OdIfc4::IfcStructuralSurfaceAction, OdIfc4::IfcStructuralSurfaceConnection, OdIfc4::IfcStructuralSurfaceMember, OdIfc4::IfcStructuralSurfaceMemberVarying, OdIfc4::IfcStructuralSurfaceReaction, OdIfc4::IfcStyledItem, OdIfc4::IfcStyledRepresentation, OdIfc4::IfcStyleModel, OdIfc4::IfcSubContractResource, OdIfc4::IfcSubContractResourceType, OdIfc4::IfcSubedge, OdIfc4::IfcSurface, OdIfc4::IfcSurfaceCurve, OdIfc4::IfcSurfaceCurveSweptAreaSolid, OdIfc4::IfcSurfaceFeature, OdIfc4::IfcSurfaceOfLinearExtrusion, OdIfc4::IfcSurfaceOfRevolution, OdIfc4::IfcSurfaceReinforcementArea, OdIfc4::IfcSurfaceStyle, OdIfc4::IfcSurfaceStyleLighting, OdIfc4::IfcSurfaceStyleRefraction, OdIfc4::IfcSurfaceStyleRendering, OdIfc4::IfcSurfaceStyleShading, OdIfc4::IfcSurfaceStyleWithTextures, OdIfc4::IfcSurfaceTexture, OdIfc4::IfcSweptAreaSolid, OdIfc4::IfcSweptDiskSolid, OdIfc4::IfcSweptDiskSolidPolygonal, OdIfc4::IfcSweptSurface, OdIfc4::IfcSwitchingDevice, OdIfc4::IfcSwitchingDeviceType, OdIfc4::IfcSystem, OdIfc4::IfcSystemFurnitureElement, OdIfc4::IfcSystemFurnitureElementType, OdIfc4::IfcTable, OdIfc4::IfcTableColumn, OdIfc4::IfcTableRow, OdIfc4::IfcTank, OdIfc4::IfcTankType, OdIfc4::IfcTask, OdIfc4::IfcTaskTime, OdIfc4::IfcTaskTimeRecurring, OdIfc4::IfcTaskType, OdIfc4::IfcTelecomAddress, OdIfc4::IfcTendonAnchor, OdIfc4::IfcTendonAnchorType, OdIfc4::IfcTendon, OdIfc4::IfcTendonType, OdIfc4::IfcTessellatedFaceSet, OdIfc4::IfcTessellatedItem, OdIfc4::IfcTextLiteral, OdIfc4::IfcTextLiteralWithExtent, OdIfc4::IfcTextStyle, OdIfc4::IfcTextStyleFontModel, OdIfc4::IfcTextStyleForDefinedFont, OdIfc4::IfcTextStyleTextModel, OdIfc4::IfcTextureCoordinate, OdIfc4::IfcTextureCoordinateGenerator, OdIfc4::IfcTextureMap, OdIfc4::IfcTextureVertex, OdIfc4::IfcTextureVertexList, OdIfc4::IfcTimePeriod, OdIfc4::IfcTimeSeries, OdIfc4::IfcTimeSeriesValue, OdIfc4::IfcTopologicalRepresentationItem, OdIfc4::IfcTopologyRepresentation, OdIfc4::IfcToroidalSurface, OdIfc4::IfcTransformer, OdIfc4::IfcTransformerType, OdIfc4::IfcTransportElement, OdIfc4::IfcTransportElementType, OdIfc4::IfcTrapeziumProfileDef, OdIfc4::IfcTriangulatedFaceSet, OdIfc4::IfcTrimmedCurve, OdIfc4::IfcTShapeProfileDef, OdIfc4::IfcTubeBundle, OdIfc4::IfcTubeBundleType, OdIfc4::IfcTypeObject, OdIfc4::IfcTypeProcess, OdIfc4::IfcTypeProduct, OdIfc4::IfcTypeResource, OdIfc4::IfcUnitaryControlElement, OdIfc4::IfcUnitaryControlElementType, OdIfc4::IfcUnitaryEquipment, OdIfc4::IfcUnitaryEquipmentType, OdIfc4::IfcUnitAssignment, OdIfc4::IfcUShapeProfileDef, OdIfc4::IfcValve, OdIfc4::IfcValveType, OdIfc4::IfcVector, OdIfc4::IfcVertex, OdIfc4::IfcVertexLoop, OdIfc4::IfcVertexPoint, OdIfc4::IfcVibrationIsolator, OdIfc4::IfcVibrationIsolatorType, OdIfc4::IfcVirtualElement, OdIfc4::IfcVirtualGridIntersection, OdIfc4::IfcVoidingFeature, OdIfc4::IfcWall, OdIfc4::IfcWallElementedCase, OdIfc4::IfcWallStandardCase, OdIfc4::IfcWallType, OdIfc4::IfcWasteTerminal, OdIfc4::IfcWasteTerminalType, OdIfc4::IfcWindow, OdIfc4::IfcWindowLiningProperties, OdIfc4::IfcWindowPanelProperties, OdIfc4::IfcWindowStandardCase, OdIfc4::IfcWindowStyle, OdIfc4::IfcWindowType, OdIfc4::IfcWorkCalendar, OdIfc4::IfcWorkControl, OdIfc4::IfcWorkPlan, OdIfc4::IfcWorkSchedule, OdIfc4::IfcWorkTime, OdIfc4::IfcZone, OdIfc4::IfcZShapeProfileDef, OdIfc4x1::IfcActionRequest, OdIfc4x1::IfcActor, OdIfc4x1::IfcActorRole, OdIfc4x1::IfcActuator, OdIfc4x1::IfcActuatorType, OdIfc4x1::IfcAddress, OdIfc4x1::IfcAdvancedBrep, OdIfc4x1::IfcAdvancedBrepWithVoids, OdIfc4x1::IfcAdvancedFace, OdIfc4x1::IfcAirTerminal, OdIfc4x1::IfcAirTerminalBox, OdIfc4x1::IfcAirTerminalBoxType, OdIfc4x1::IfcAirTerminalType, OdIfc4x1::IfcAirToAirHeatRecovery, OdIfc4x1::IfcAirToAirHeatRecoveryType, OdIfc4x1::IfcAlarm, OdIfc4x1::IfcAlarmType, OdIfc4x1::IfcAlignment2DHorizontal, OdIfc4x1::IfcAlignment2DHorizontalSegment, OdIfc4x1::IfcAlignment2DSegment, OdIfc4x1::IfcAlignment2DVerSegCircularArc, OdIfc4x1::IfcAlignment2DVerSegLine, OdIfc4x1::IfcAlignment2DVerSegParabolicArc, OdIfc4x1::IfcAlignment2DVertical, OdIfc4x1::IfcAlignment2DVerticalSegment, OdIfc4x1::IfcAlignment, OdIfc4x1::IfcAlignmentCurve, OdIfc4x1::IfcAnnotation, OdIfc4x1::IfcAnnotationFillArea, OdIfc4x1::IfcApplication, OdIfc4x1::IfcAppliedValue, OdIfc4x1::IfcApproval, OdIfc4x1::IfcApprovalRelationship, OdIfc4x1::IfcArbitraryClosedProfileDef, OdIfc4x1::IfcArbitraryOpenProfileDef, OdIfc4x1::IfcArbitraryProfileDefWithVoids, OdIfc4x1::IfcAsset, OdIfc4x1::IfcAsymmetricIShapeProfileDef, OdIfc4x1::IfcAudioVisualAppliance, OdIfc4x1::IfcAudioVisualApplianceType, OdIfc4x1::IfcAxis1Placement, OdIfc4x1::IfcAxis2Placement2D, OdIfc4x1::IfcAxis2Placement3D, OdIfc4x1::IfcBeam, OdIfc4x1::IfcBeamStandardCase, OdIfc4x1::IfcBeamType, OdIfc4x1::IfcBlobTexture, OdIfc4x1::IfcBlock, OdIfc4x1::IfcBoiler, OdIfc4x1::IfcBoilerType, OdIfc4x1::IfcBooleanClippingResult, OdIfc4x1::IfcBooleanResult, OdIfc4x1::IfcBoundaryCondition, OdIfc4x1::IfcBoundaryCurve, OdIfc4x1::IfcBoundaryEdgeCondition, OdIfc4x1::IfcBoundaryFaceCondition, OdIfc4x1::IfcBoundaryNodeCondition, OdIfc4x1::IfcBoundaryNodeConditionWarping, OdIfc4x1::IfcBoundedCurve, OdIfc4x1::IfcBoundedSurface, OdIfc4x1::IfcBoundingBox, OdIfc4x1::IfcBoxedHalfSpace, OdIfc4x1::IfcBSplineCurve, OdIfc4x1::IfcBSplineCurveWithKnots, OdIfc4x1::IfcBSplineSurface, OdIfc4x1::IfcBSplineSurfaceWithKnots, OdIfc4x1::IfcBuilding, OdIfc4x1::IfcBuildingElement, OdIfc4x1::IfcBuildingElementPart, OdIfc4x1::IfcBuildingElementPartType, OdIfc4x1::IfcBuildingElementProxy, OdIfc4x1::IfcBuildingElementProxyType, OdIfc4x1::IfcBuildingElementType, OdIfc4x1::IfcBuildingStorey, OdIfc4x1::IfcBuildingSystem, OdIfc4x1::IfcBurner, OdIfc4x1::IfcBurnerType, OdIfc4x1::IfcCableCarrierFitting, OdIfc4x1::IfcCableCarrierFittingType, OdIfc4x1::IfcCableCarrierSegment, OdIfc4x1::IfcCableCarrierSegmentType, OdIfc4x1::IfcCableFitting, OdIfc4x1::IfcCableFittingType, OdIfc4x1::IfcCableSegment, OdIfc4x1::IfcCableSegmentType, OdIfc4x1::IfcCartesianPoint, OdIfc4x1::IfcCartesianPointList2D, OdIfc4x1::IfcCartesianPointList3D, OdIfc4x1::IfcCartesianPointList, OdIfc4x1::IfcCartesianTransformationOperator2D, OdIfc4x1::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x1::IfcCartesianTransformationOperator3D, OdIfc4x1::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x1::IfcCartesianTransformationOperator, OdIfc4x1::IfcCenterLineProfileDef, OdIfc4x1::IfcChiller, OdIfc4x1::IfcChillerType, OdIfc4x1::IfcChimney, OdIfc4x1::IfcChimneyType, OdIfc4x1::IfcCircle, OdIfc4x1::IfcCircleHollowProfileDef, OdIfc4x1::IfcCircleProfileDef, OdIfc4x1::IfcCircularArcSegment2D, OdIfc4x1::IfcCivilElement, OdIfc4x1::IfcCivilElementType, OdIfc4x1::IfcClassification, OdIfc4x1::IfcClassificationReference, OdIfc4x1::IfcClosedShell, OdIfc4x1::IfcCoil, OdIfc4x1::IfcCoilType, OdIfc4x1::IfcColourRgb, OdIfc4x1::IfcColourRgbList, OdIfc4x1::IfcColourSpecification, OdIfc4x1::IfcColumn, OdIfc4x1::IfcColumnStandardCase, OdIfc4x1::IfcColumnType, OdIfc4x1::IfcCommunicationsAppliance, OdIfc4x1::IfcCommunicationsApplianceType, OdIfc4x1::IfcComplexProperty, OdIfc4x1::IfcComplexPropertyTemplate, OdIfc4x1::IfcCompositeCurve, OdIfc4x1::IfcCompositeCurveOnSurface, OdIfc4x1::IfcCompositeCurveSegment, OdIfc4x1::IfcCompositeProfileDef, OdIfc4x1::IfcCompressor, OdIfc4x1::IfcCompressorType, OdIfc4x1::IfcCondenser, OdIfc4x1::IfcCondenserType, OdIfc4x1::IfcConic, OdIfc4x1::IfcConnectedFaceSet, OdIfc4x1::IfcConnectionCurveGeometry, OdIfc4x1::IfcConnectionGeometry, OdIfc4x1::IfcConnectionPointEccentricity, OdIfc4x1::IfcConnectionPointGeometry, OdIfc4x1::IfcConnectionSurfaceGeometry, OdIfc4x1::IfcConnectionVolumeGeometry, OdIfc4x1::IfcConstraint, OdIfc4x1::IfcConstructionEquipmentResource, OdIfc4x1::IfcConstructionEquipmentResourceType, OdIfc4x1::IfcConstructionMaterialResource, OdIfc4x1::IfcConstructionMaterialResourceType, OdIfc4x1::IfcConstructionProductResource, OdIfc4x1::IfcConstructionProductResourceType, OdIfc4x1::IfcConstructionResource, OdIfc4x1::IfcConstructionResourceType, OdIfc4x1::IfcContext, OdIfc4x1::IfcContextDependentUnit, OdIfc4x1::IfcControl, OdIfc4x1::IfcController, OdIfc4x1::IfcControllerType, OdIfc4x1::IfcConversionBasedUnit, OdIfc4x1::IfcConversionBasedUnitWithOffset, OdIfc4x1::IfcCooledBeam, OdIfc4x1::IfcCooledBeamType, OdIfc4x1::IfcCoolingTower, OdIfc4x1::IfcCoolingTowerType, OdIfc4x1::IfcCoordinateOperation, OdIfc4x1::IfcCoordinateReferenceSystem, OdIfc4x1::IfcCostItem, OdIfc4x1::IfcCostSchedule, OdIfc4x1::IfcCostValue, OdIfc4x1::IfcCovering, OdIfc4x1::IfcCoveringType, OdIfc4x1::IfcCrewResource, OdIfc4x1::IfcCrewResourceType, OdIfc4x1::IfcCsgPrimitive3D, OdIfc4x1::IfcCsgSolid, OdIfc4x1::IfcCShapeProfileDef, OdIfc4x1::IfcCurrencyRelationship, OdIfc4x1::IfcCurtainWall, OdIfc4x1::IfcCurtainWallType, OdIfc4x1::IfcCurve, OdIfc4x1::IfcCurveBoundedPlane, OdIfc4x1::IfcCurveBoundedSurface, OdIfc4x1::IfcCurveSegment2D, OdIfc4x1::IfcCurveStyle, OdIfc4x1::IfcCurveStyleFontAndScaling, OdIfc4x1::IfcCurveStyleFont, OdIfc4x1::IfcCurveStyleFontPattern, OdIfc4x1::IfcCylindricalSurface, OdIfc4x1::IfcDamper, OdIfc4x1::IfcDamperType, OdIfc4x1::IfcDerivedProfileDef, OdIfc4x1::IfcDerivedUnit, OdIfc4x1::IfcDerivedUnitElement, OdIfc4x1::IfcDimensionalExponents, OdIfc4x1::IfcDirection, OdIfc4x1::IfcDiscreteAccessory, OdIfc4x1::IfcDiscreteAccessoryType, OdIfc4x1::IfcDistanceExpression, OdIfc4x1::IfcDistributionChamberElement, OdIfc4x1::IfcDistributionChamberElementType, OdIfc4x1::IfcDistributionCircuit, OdIfc4x1::IfcDistributionControlElement, OdIfc4x1::IfcDistributionControlElementType, OdIfc4x1::IfcDistributionElement, OdIfc4x1::IfcDistributionElementType, OdIfc4x1::IfcDistributionFlowElement, OdIfc4x1::IfcDistributionFlowElementType, OdIfc4x1::IfcDistributionPort, OdIfc4x1::IfcDistributionSystem, OdIfc4x1::IfcDocumentInformation, OdIfc4x1::IfcDocumentInformationRelationship, OdIfc4x1::IfcDocumentReference, OdIfc4x1::IfcDoor, OdIfc4x1::IfcDoorLiningProperties, OdIfc4x1::IfcDoorPanelProperties, OdIfc4x1::IfcDoorStandardCase, OdIfc4x1::IfcDoorStyle, OdIfc4x1::IfcDoorType, OdIfc4x1::IfcDraughtingPreDefinedColour, OdIfc4x1::IfcDraughtingPreDefinedCurveFont, OdIfc4x1::IfcDuctFitting, OdIfc4x1::IfcDuctFittingType, OdIfc4x1::IfcDuctSegment, OdIfc4x1::IfcDuctSegmentType, OdIfc4x1::IfcDuctSilencer, OdIfc4x1::IfcDuctSilencerType, OdIfc4x1::IfcEdge, OdIfc4x1::IfcEdgeCurve, OdIfc4x1::IfcEdgeLoop, OdIfc4x1::IfcElectricAppliance, OdIfc4x1::IfcElectricApplianceType, OdIfc4x1::IfcElectricDistributionBoard, OdIfc4x1::IfcElectricDistributionBoardType, OdIfc4x1::IfcElectricFlowStorageDevice, OdIfc4x1::IfcElectricFlowStorageDeviceType, OdIfc4x1::IfcElectricGenerator, OdIfc4x1::IfcElectricGeneratorType, OdIfc4x1::IfcElectricMotor, OdIfc4x1::IfcElectricMotorType, OdIfc4x1::IfcElectricTimeControl, OdIfc4x1::IfcElectricTimeControlType, OdIfc4x1::IfcElementarySurface, OdIfc4x1::IfcElementAssembly, OdIfc4x1::IfcElementAssemblyType, OdIfc4x1::IfcElement, OdIfc4x1::IfcElementComponent, OdIfc4x1::IfcElementComponentType, OdIfc4x1::IfcElementQuantity, OdIfc4x1::IfcElementType, OdIfc4x1::IfcEllipse, OdIfc4x1::IfcEllipseProfileDef, OdIfc4x1::IfcEnergyConversionDevice, OdIfc4x1::IfcEnergyConversionDeviceType, OdIfc4x1::IfcEngine, OdIfc4x1::IfcEngineType, OdIfc4x1::IfcEvaporativeCooler, OdIfc4x1::IfcEvaporativeCoolerType, OdIfc4x1::IfcEvaporator, OdIfc4x1::IfcEvaporatorType, OdIfc4x1::IfcEvent, OdIfc4x1::IfcEventTime, OdIfc4x1::IfcEventType, OdIfc4x1::IfcExtendedProperties, OdIfc4x1::IfcExternalInformation, OdIfc4x1::IfcExternallyDefinedHatchStyle, OdIfc4x1::IfcExternallyDefinedSurfaceStyle, OdIfc4x1::IfcExternallyDefinedTextFont, OdIfc4x1::IfcExternalReference, OdIfc4x1::IfcExternalReferenceRelationship, OdIfc4x1::IfcExternalSpatialElement, OdIfc4x1::IfcExternalSpatialStructureElement, OdIfc4x1::IfcExtrudedAreaSolid, OdIfc4x1::IfcExtrudedAreaSolidTapered, OdIfc4x1::IfcFace, OdIfc4x1::IfcFaceBasedSurfaceModel, OdIfc4x1::IfcFaceBound, OdIfc4x1::IfcFaceOuterBound, OdIfc4x1::IfcFaceSurface, OdIfc4x1::IfcFacetedBrep, OdIfc4x1::IfcFacetedBrepWithVoids, OdIfc4x1::IfcFailureConnectionCondition, OdIfc4x1::IfcFan, OdIfc4x1::IfcFanType, OdIfc4x1::IfcFastener, OdIfc4x1::IfcFastenerType, OdIfc4x1::IfcFeatureElementAddition, OdIfc4x1::IfcFeatureElement, OdIfc4x1::IfcFeatureElementSubtraction, OdIfc4x1::IfcFillAreaStyle, OdIfc4x1::IfcFillAreaStyleHatching, OdIfc4x1::IfcFillAreaStyleTiles, OdIfc4x1::IfcFilter, OdIfc4x1::IfcFilterType, OdIfc4x1::IfcFireSuppressionTerminal, OdIfc4x1::IfcFireSuppressionTerminalType, OdIfc4x1::IfcFixedReferenceSweptAreaSolid, OdIfc4x1::IfcFlowController, OdIfc4x1::IfcFlowControllerType, OdIfc4x1::IfcFlowFitting, OdIfc4x1::IfcFlowFittingType, OdIfc4x1::IfcFlowInstrument, OdIfc4x1::IfcFlowInstrumentType, OdIfc4x1::IfcFlowMeter, OdIfc4x1::IfcFlowMeterType, OdIfc4x1::IfcFlowMovingDevice, OdIfc4x1::IfcFlowMovingDeviceType, OdIfc4x1::IfcFlowSegment, OdIfc4x1::IfcFlowSegmentType, OdIfc4x1::IfcFlowStorageDevice, OdIfc4x1::IfcFlowStorageDeviceType, OdIfc4x1::IfcFlowTerminal, OdIfc4x1::IfcFlowTerminalType, OdIfc4x1::IfcFlowTreatmentDevice, OdIfc4x1::IfcFlowTreatmentDeviceType, OdIfc4x1::IfcFooting, OdIfc4x1::IfcFootingType, OdIfc4x1::IfcFurnishingElement, OdIfc4x1::IfcFurnishingElementType, OdIfc4x1::IfcFurniture, OdIfc4x1::IfcFurnitureType, OdIfc4x1::IfcGeographicElement, OdIfc4x1::IfcGeographicElementType, OdIfc4x1::IfcGeometricCurveSet, OdIfc4x1::IfcGeometricRepresentationContext, OdIfc4x1::IfcGeometricRepresentationItem, OdIfc4x1::IfcGeometricRepresentationSubContext, OdIfc4x1::IfcGeometricSet, OdIfc4x1::IfcGrid, OdIfc4x1::IfcGridAxis, OdIfc4x1::IfcGridPlacement, OdIfc4x1::IfcGroup, OdIfc4x1::IfcHalfSpaceSolid, OdIfc4x1::IfcHeatExchanger, OdIfc4x1::IfcHeatExchangerType, OdIfc4x1::IfcHumidifier, OdIfc4x1::IfcHumidifierType, OdIfc4x1::IfcImageTexture, OdIfc4x1::IfcIndexedColourMap, OdIfc4x1::IfcIndexedPolyCurve, OdIfc4x1::IfcIndexedPolygonalFace, OdIfc4x1::IfcIndexedPolygonalFaceWithVoids, OdIfc4x1::IfcIndexedTextureMap, OdIfc4x1::IfcIndexedTriangleTextureMap, OdIfc4x1::IfcInterceptor, OdIfc4x1::IfcInterceptorType, OdIfc4x1::IfcIntersectionCurve, OdIfc4x1::IfcInventory, OdIfc4x1::IfcIrregularTimeSeries, OdIfc4x1::IfcIrregularTimeSeriesValue, OdIfc4x1::IfcIShapeProfileDef, OdIfc4x1::IfcJunctionBox, OdIfc4x1::IfcJunctionBoxType, OdIfc4x1::IfcLaborResource, OdIfc4x1::IfcLaborResourceType, OdIfc4x1::IfcLagTime, OdIfc4x1::IfcLamp, OdIfc4x1::IfcLampType, OdIfc4x1::IfcLibraryInformation, OdIfc4x1::IfcLibraryReference, OdIfc4x1::IfcLightDistributionData, OdIfc4x1::IfcLightFixture, OdIfc4x1::IfcLightFixtureType, OdIfc4x1::IfcLightIntensityDistribution, OdIfc4x1::IfcLightSourceAmbient, OdIfc4x1::IfcLightSource, OdIfc4x1::IfcLightSourceDirectional, OdIfc4x1::IfcLightSourceGoniometric, OdIfc4x1::IfcLightSourcePositional, OdIfc4x1::IfcLightSourceSpot, OdIfc4x1::IfcLinearPlacement, OdIfc4x1::IfcLinearPositioningElement, OdIfc4x1::IfcLine, OdIfc4x1::IfcLineSegment2D, OdIfc4x1::IfcLocalPlacement, OdIfc4x1::IfcLoop, OdIfc4x1::IfcLShapeProfileDef, OdIfc4x1::IfcManifoldSolidBrep, OdIfc4x1::IfcMapConversion, OdIfc4x1::IfcMappedItem, OdIfc4x1::IfcMaterial, OdIfc4x1::IfcMaterialClassificationRelationship, OdIfc4x1::IfcMaterialConstituent, OdIfc4x1::IfcMaterialConstituentSet, OdIfc4x1::IfcMaterialDefinition, OdIfc4x1::IfcMaterialDefinitionRepresentation, OdIfc4x1::IfcMaterialLayer, OdIfc4x1::IfcMaterialLayerSet, OdIfc4x1::IfcMaterialLayerSetUsage, OdIfc4x1::IfcMaterialLayerWithOffsets, OdIfc4x1::IfcMaterialList, OdIfc4x1::IfcMaterialProfile, OdIfc4x1::IfcMaterialProfileSet, OdIfc4x1::IfcMaterialProfileSetUsage, OdIfc4x1::IfcMaterialProfileSetUsageTapering, OdIfc4x1::IfcMaterialProfileWithOffsets, OdIfc4x1::IfcMaterialProperties, OdIfc4x1::IfcMaterialRelationship, OdIfc4x1::IfcMaterialUsageDefinition, OdIfc4x1::IfcMeasureWithUnit, OdIfc4x1::IfcMechanicalFastener, OdIfc4x1::IfcMechanicalFastenerType, OdIfc4x1::IfcMedicalDevice, OdIfc4x1::IfcMedicalDeviceType, OdIfc4x1::IfcMember, OdIfc4x1::IfcMemberStandardCase, OdIfc4x1::IfcMemberType, OdIfc4x1::IfcMetric, OdIfc4x1::IfcMirroredProfileDef, OdIfc4x1::IfcMonetaryUnit, OdIfc4x1::IfcMotorConnection, OdIfc4x1::IfcMotorConnectionType, OdIfc4x1::IfcNamedUnit, OdIfc4x1::IfcObject, OdIfc4x1::IfcObjectDefinition, OdIfc4x1::IfcObjective, OdIfc4x1::IfcObjectPlacement, OdIfc4x1::IfcOccupant, OdIfc4x1::IfcOffsetCurve2D, OdIfc4x1::IfcOffsetCurve3D, OdIfc4x1::IfcOffsetCurve, OdIfc4x1::IfcOffsetCurveByDistances, OdIfc4x1::IfcOpeningElement, OdIfc4x1::IfcOpeningStandardCase, OdIfc4x1::IfcOpenShell, OdIfc4x1::IfcOrganization, OdIfc4x1::IfcOrganizationRelationship, OdIfc4x1::IfcOrientationExpression, OdIfc4x1::IfcOrientedEdge, OdIfc4x1::IfcOuterBoundaryCurve, OdIfc4x1::IfcOutlet, OdIfc4x1::IfcOutletType, OdIfc4x1::IfcOwnerHistory, OdIfc4x1::IfcParameterizedProfileDef, OdIfc4x1::IfcPath, OdIfc4x1::IfcPcurve, OdIfc4x1::IfcPerformanceHistory, OdIfc4x1::IfcPermeableCoveringProperties, OdIfc4x1::IfcPermit, OdIfc4x1::IfcPersonAndOrganization, OdIfc4x1::IfcPerson, OdIfc4x1::IfcPhysicalComplexQuantity, OdIfc4x1::IfcPhysicalQuantity, OdIfc4x1::IfcPhysicalSimpleQuantity, OdIfc4x1::IfcPile, OdIfc4x1::IfcPileType, OdIfc4x1::IfcPipeFitting, OdIfc4x1::IfcPipeFittingType, OdIfc4x1::IfcPipeSegment, OdIfc4x1::IfcPipeSegmentType, OdIfc4x1::IfcPixelTexture, OdIfc4x1::IfcPlacement, OdIfc4x1::IfcPlanarBox, OdIfc4x1::IfcPlanarExtent, OdIfc4x1::IfcPlane, OdIfc4x1::IfcPlate, OdIfc4x1::IfcPlateStandardCase, OdIfc4x1::IfcPlateType, OdIfc4x1::IfcPoint, OdIfc4x1::IfcPointOnCurve, OdIfc4x1::IfcPointOnSurface, OdIfc4x1::IfcPolygonalBoundedHalfSpace, OdIfc4x1::IfcPolygonalFaceSet, OdIfc4x1::IfcPolyline, OdIfc4x1::IfcPolyLoop, OdIfc4x1::IfcPort, OdIfc4x1::IfcPositioningElement, OdIfc4x1::IfcPostalAddress, OdIfc4x1::IfcPreDefinedColour, OdIfc4x1::IfcPreDefinedCurveFont, OdIfc4x1::IfcPreDefinedItem, OdIfc4x1::IfcPreDefinedProperties, OdIfc4x1::IfcPreDefinedPropertySet, OdIfc4x1::IfcPreDefinedTextFont, OdIfc4x1::IfcPresentationItem, OdIfc4x1::IfcPresentationLayerAssignment, OdIfc4x1::IfcPresentationLayerWithStyle, OdIfc4x1::IfcPresentationStyleAssignment, OdIfc4x1::IfcPresentationStyle, OdIfc4x1::IfcProcedure, OdIfc4x1::IfcProcedureType, OdIfc4x1::IfcProcess, OdIfc4x1::IfcProduct, OdIfc4x1::IfcProductDefinitionShape, OdIfc4x1::IfcProductRepresentation, OdIfc4x1::IfcProfileDef, OdIfc4x1::IfcProfileProperties, OdIfc4x1::IfcProject, OdIfc4x1::IfcProjectedCRS, OdIfc4x1::IfcProjectionElement, OdIfc4x1::IfcProjectLibrary, OdIfc4x1::IfcProjectOrder, OdIfc4x1::IfcPropertyAbstraction, OdIfc4x1::IfcProperty, OdIfc4x1::IfcPropertyBoundedValue, OdIfc4x1::IfcPropertyDefinition, OdIfc4x1::IfcPropertyDependencyRelationship, OdIfc4x1::IfcPropertyEnumeratedValue, OdIfc4x1::IfcPropertyEnumeration, OdIfc4x1::IfcPropertyListValue, OdIfc4x1::IfcPropertyReferenceValue, OdIfc4x1::IfcPropertySet, OdIfc4x1::IfcPropertySetDefinition, OdIfc4x1::IfcPropertySetTemplate, OdIfc4x1::IfcPropertySingleValue, OdIfc4x1::IfcPropertyTableValue, OdIfc4x1::IfcPropertyTemplate, OdIfc4x1::IfcPropertyTemplateDefinition, OdIfc4x1::IfcProtectiveDevice, OdIfc4x1::IfcProtectiveDeviceTrippingUnit, OdIfc4x1::IfcProtectiveDeviceTrippingUnitType, OdIfc4x1::IfcProtectiveDeviceType, OdIfc4x1::IfcProxy, OdIfc4x1::IfcPump, OdIfc4x1::IfcPumpType, OdIfc4x1::IfcQuantityArea, OdIfc4x1::IfcQuantityCount, OdIfc4x1::IfcQuantityLength, OdIfc4x1::IfcQuantitySet, OdIfc4x1::IfcQuantityTime, OdIfc4x1::IfcQuantityVolume, OdIfc4x1::IfcQuantityWeight, OdIfc4x1::IfcRailing, OdIfc4x1::IfcRailingType, OdIfc4x1::IfcRamp, OdIfc4x1::IfcRampFlight, OdIfc4x1::IfcRampFlightType, OdIfc4x1::IfcRampType, OdIfc4x1::IfcRationalBSplineCurveWithKnots, OdIfc4x1::IfcRationalBSplineSurfaceWithKnots, OdIfc4x1::IfcRectangleHollowProfileDef, OdIfc4x1::IfcRectangleProfileDef, OdIfc4x1::IfcRectangularPyramid, OdIfc4x1::IfcRectangularTrimmedSurface, OdIfc4x1::IfcRecurrencePattern, OdIfc4x1::IfcReference, OdIfc4x1::IfcReferent, OdIfc4x1::IfcRegularTimeSeries, OdIfc4x1::IfcReinforcementBarProperties, OdIfc4x1::IfcReinforcementDefinitionProperties, OdIfc4x1::IfcReinforcingBar, OdIfc4x1::IfcReinforcingBarType, OdIfc4x1::IfcReinforcingElement, OdIfc4x1::IfcReinforcingElementType, OdIfc4x1::IfcReinforcingMesh, OdIfc4x1::IfcReinforcingMeshType, OdIfc4x1::IfcRelAggregates, OdIfc4x1::IfcRelAssigns, OdIfc4x1::IfcRelAssignsToActor, OdIfc4x1::IfcRelAssignsToControl, OdIfc4x1::IfcRelAssignsToGroup, OdIfc4x1::IfcRelAssignsToGroupByFactor, OdIfc4x1::IfcRelAssignsToProcess, OdIfc4x1::IfcRelAssignsToProduct, OdIfc4x1::IfcRelAssignsToResource, OdIfc4x1::IfcRelAssociatesApproval, OdIfc4x1::IfcRelAssociates, OdIfc4x1::IfcRelAssociatesClassification, OdIfc4x1::IfcRelAssociatesConstraint, OdIfc4x1::IfcRelAssociatesDocument, OdIfc4x1::IfcRelAssociatesLibrary, OdIfc4x1::IfcRelAssociatesMaterial, OdIfc4x1::IfcRelationship, OdIfc4x1::IfcRelConnects, OdIfc4x1::IfcRelConnectsElements, OdIfc4x1::IfcRelConnectsPathElements, OdIfc4x1::IfcRelConnectsPorts, OdIfc4x1::IfcRelConnectsPortToElement, OdIfc4x1::IfcRelConnectsStructuralActivity, OdIfc4x1::IfcRelConnectsStructuralMember, OdIfc4x1::IfcRelConnectsWithEccentricity, OdIfc4x1::IfcRelConnectsWithRealizingElements, OdIfc4x1::IfcRelContainedInSpatialStructure, OdIfc4x1::IfcRelCoversBldgElements, OdIfc4x1::IfcRelCoversSpaces, OdIfc4x1::IfcRelDeclares, OdIfc4x1::IfcRelDecomposes, OdIfc4x1::IfcRelDefines, OdIfc4x1::IfcRelDefinesByObject, OdIfc4x1::IfcRelDefinesByProperties, OdIfc4x1::IfcRelDefinesByTemplate, OdIfc4x1::IfcRelDefinesByType, OdIfc4x1::IfcRelFillsElement, OdIfc4x1::IfcRelFlowControlElements, OdIfc4x1::IfcRelInterferesElements, OdIfc4x1::IfcRelNests, OdIfc4x1::IfcRelProjectsElement, OdIfc4x1::IfcRelReferencedInSpatialStructure, OdIfc4x1::IfcRelSequence, OdIfc4x1::IfcRelServicesBuildings, OdIfc4x1::IfcRelSpaceBoundary1stLevel, OdIfc4x1::IfcRelSpaceBoundary2ndLevel, OdIfc4x1::IfcRelSpaceBoundary, OdIfc4x1::IfcRelVoidsElement, OdIfc4x1::IfcReparametrisedCompositeCurveSegment, OdIfc4x1::IfcRepresentation, OdIfc4x1::IfcRepresentationContext, OdIfc4x1::IfcRepresentationItem, OdIfc4x1::IfcRepresentationMap, OdIfc4x1::IfcResourceApprovalRelationship, OdIfc4x1::IfcResource, OdIfc4x1::IfcResourceConstraintRelationship, OdIfc4x1::IfcResourceLevelRelationship, OdIfc4x1::IfcResourceTime, OdIfc4x1::IfcRevolvedAreaSolid, OdIfc4x1::IfcRevolvedAreaSolidTapered, OdIfc4x1::IfcRightCircularCone, OdIfc4x1::IfcRightCircularCylinder, OdIfc4x1::IfcRoof, OdIfc4x1::IfcRoofType, OdIfc4x1::IfcRoot, OdIfc4x1::IfcRoundedRectangleProfileDef, OdIfc4x1::IfcSanitaryTerminal, OdIfc4x1::IfcSanitaryTerminalType, OdIfc4x1::IfcSchedulingTime, OdIfc4x1::IfcSeamCurve, OdIfc4x1::IfcSectionedSolid, OdIfc4x1::IfcSectionedSolidHorizontal, OdIfc4x1::IfcSectionedSpine, OdIfc4x1::IfcSectionProperties, OdIfc4x1::IfcSectionReinforcementProperties, OdIfc4x1::IfcSensor, OdIfc4x1::IfcSensorType, OdIfc4x1::IfcShadingDevice, OdIfc4x1::IfcShadingDeviceType, OdIfc4x1::IfcShapeAspect, OdIfc4x1::IfcShapeModel, OdIfc4x1::IfcShapeRepresentation, OdIfc4x1::IfcShellBasedSurfaceModel, OdIfc4x1::IfcSimpleProperty, OdIfc4x1::IfcSimplePropertyTemplate, OdIfc4x1::IfcSite, OdIfc4x1::IfcSIUnit, OdIfc4x1::IfcSlab, OdIfc4x1::IfcSlabElementedCase, OdIfc4x1::IfcSlabStandardCase, OdIfc4x1::IfcSlabType, OdIfc4x1::IfcSlippageConnectionCondition, OdIfc4x1::IfcSolarDevice, OdIfc4x1::IfcSolarDeviceType, OdIfc4x1::IfcSolidModel, OdIfc4x1::IfcSpace, OdIfc4x1::IfcSpaceHeater, OdIfc4x1::IfcSpaceHeaterType, OdIfc4x1::IfcSpaceType, OdIfc4x1::IfcSpatialElement, OdIfc4x1::IfcSpatialElementType, OdIfc4x1::IfcSpatialStructureElement, OdIfc4x1::IfcSpatialStructureElementType, OdIfc4x1::IfcSpatialZone, OdIfc4x1::IfcSpatialZoneType, OdIfc4x1::IfcSphere, OdIfc4x1::IfcSphericalSurface, OdIfc4x1::IfcStackTerminal, OdIfc4x1::IfcStackTerminalType, OdIfc4x1::IfcStair, OdIfc4x1::IfcStairFlight, OdIfc4x1::IfcStairFlightType, OdIfc4x1::IfcStairType, OdIfc4x1::IfcStructuralAction, OdIfc4x1::IfcStructuralActivity, OdIfc4x1::IfcStructuralAnalysisModel, OdIfc4x1::IfcStructuralConnection, OdIfc4x1::IfcStructuralConnectionCondition, OdIfc4x1::IfcStructuralCurveAction, OdIfc4x1::IfcStructuralCurveConnection, OdIfc4x1::IfcStructuralCurveMember, OdIfc4x1::IfcStructuralCurveMemberVarying, OdIfc4x1::IfcStructuralCurveReaction, OdIfc4x1::IfcStructuralItem, OdIfc4x1::IfcStructuralLinearAction, OdIfc4x1::IfcStructuralLoad, OdIfc4x1::IfcStructuralLoadCase, OdIfc4x1::IfcStructuralLoadConfiguration, OdIfc4x1::IfcStructuralLoadGroup, OdIfc4x1::IfcStructuralLoadLinearForce, OdIfc4x1::IfcStructuralLoadOrResult, OdIfc4x1::IfcStructuralLoadPlanarForce, OdIfc4x1::IfcStructuralLoadSingleDisplacement, OdIfc4x1::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x1::IfcStructuralLoadSingleForce, OdIfc4x1::IfcStructuralLoadSingleForceWarping, OdIfc4x1::IfcStructuralLoadStatic, OdIfc4x1::IfcStructuralLoadTemperature, OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralPlanarAction, OdIfc4x1::IfcStructuralPointAction, OdIfc4x1::IfcStructuralPointConnection, OdIfc4x1::IfcStructuralPointReaction, OdIfc4x1::IfcStructuralReaction, OdIfc4x1::IfcStructuralResultGroup, OdIfc4x1::IfcStructuralSurfaceAction, OdIfc4x1::IfcStructuralSurfaceConnection, OdIfc4x1::IfcStructuralSurfaceMember, OdIfc4x1::IfcStructuralSurfaceMemberVarying, OdIfc4x1::IfcStructuralSurfaceReaction, OdIfc4x1::IfcStyledItem, OdIfc4x1::IfcStyledRepresentation, OdIfc4x1::IfcStyleModel, OdIfc4x1::IfcSubContractResource, OdIfc4x1::IfcSubContractResourceType, OdIfc4x1::IfcSubedge, OdIfc4x1::IfcSurface, OdIfc4x1::IfcSurfaceCurve, OdIfc4x1::IfcSurfaceCurveSweptAreaSolid, OdIfc4x1::IfcSurfaceFeature, OdIfc4x1::IfcSurfaceOfLinearExtrusion, OdIfc4x1::IfcSurfaceOfRevolution, OdIfc4x1::IfcSurfaceReinforcementArea, OdIfc4x1::IfcSurfaceStyle, OdIfc4x1::IfcSurfaceStyleLighting, OdIfc4x1::IfcSurfaceStyleRefraction, OdIfc4x1::IfcSurfaceStyleRendering, OdIfc4x1::IfcSurfaceStyleShading, OdIfc4x1::IfcSurfaceStyleWithTextures, OdIfc4x1::IfcSurfaceTexture, OdIfc4x1::IfcSweptAreaSolid, OdIfc4x1::IfcSweptDiskSolid, OdIfc4x1::IfcSweptDiskSolidPolygonal, OdIfc4x1::IfcSweptSurface, OdIfc4x1::IfcSwitchingDevice, OdIfc4x1::IfcSwitchingDeviceType, OdIfc4x1::IfcSystem, OdIfc4x1::IfcSystemFurnitureElement, OdIfc4x1::IfcSystemFurnitureElementType, OdIfc4x1::IfcTable, OdIfc4x1::IfcTableColumn, OdIfc4x1::IfcTableRow, OdIfc4x1::IfcTank, OdIfc4x1::IfcTankType, OdIfc4x1::IfcTask, OdIfc4x1::IfcTaskTime, OdIfc4x1::IfcTaskTimeRecurring, OdIfc4x1::IfcTaskType, OdIfc4x1::IfcTelecomAddress, OdIfc4x1::IfcTendonAnchor, OdIfc4x1::IfcTendonAnchorType, OdIfc4x1::IfcTendon, OdIfc4x1::IfcTendonType, OdIfc4x1::IfcTessellatedFaceSet, OdIfc4x1::IfcTessellatedItem, OdIfc4x1::IfcTextLiteral, OdIfc4x1::IfcTextLiteralWithExtent, OdIfc4x1::IfcTextStyle, OdIfc4x1::IfcTextStyleFontModel, OdIfc4x1::IfcTextStyleForDefinedFont, OdIfc4x1::IfcTextStyleTextModel, OdIfc4x1::IfcTextureCoordinate, OdIfc4x1::IfcTextureCoordinateGenerator, OdIfc4x1::IfcTextureMap, OdIfc4x1::IfcTextureVertex, OdIfc4x1::IfcTextureVertexList, OdIfc4x1::IfcTimePeriod, OdIfc4x1::IfcTimeSeries, OdIfc4x1::IfcTimeSeriesValue, OdIfc4x1::IfcTopologicalRepresentationItem, OdIfc4x1::IfcTopologyRepresentation, OdIfc4x1::IfcToroidalSurface, OdIfc4x1::IfcTransformer, OdIfc4x1::IfcTransformerType, OdIfc4x1::IfcTransitionCurveSegment2D, OdIfc4x1::IfcTransportElement, OdIfc4x1::IfcTransportElementType, OdIfc4x1::IfcTrapeziumProfileDef, OdIfc4x1::IfcTriangulatedFaceSet, OdIfc4x1::IfcTriangulatedIrregularNetwork, OdIfc4x1::IfcTrimmedCurve, OdIfc4x1::IfcTShapeProfileDef, OdIfc4x1::IfcTubeBundle, OdIfc4x1::IfcTubeBundleType, OdIfc4x1::IfcTypeObject, OdIfc4x1::IfcTypeProcess, OdIfc4x1::IfcTypeProduct, OdIfc4x1::IfcTypeResource, OdIfc4x1::IfcUnitaryControlElement, OdIfc4x1::IfcUnitaryControlElementType, OdIfc4x1::IfcUnitaryEquipment, OdIfc4x1::IfcUnitaryEquipmentType, OdIfc4x1::IfcUnitAssignment, OdIfc4x1::IfcUShapeProfileDef, OdIfc4x1::IfcValve, OdIfc4x1::IfcValveType, OdIfc4x1::IfcVector, OdIfc4x1::IfcVertex, OdIfc4x1::IfcVertexLoop, OdIfc4x1::IfcVertexPoint, OdIfc4x1::IfcVibrationIsolator, OdIfc4x1::IfcVibrationIsolatorType, OdIfc4x1::IfcVirtualElement, OdIfc4x1::IfcVirtualGridIntersection, OdIfc4x1::IfcVoidingFeature, OdIfc4x1::IfcWall, OdIfc4x1::IfcWallElementedCase, OdIfc4x1::IfcWallStandardCase, OdIfc4x1::IfcWallType, OdIfc4x1::IfcWasteTerminal, OdIfc4x1::IfcWasteTerminalType, OdIfc4x1::IfcWindow, OdIfc4x1::IfcWindowLiningProperties, OdIfc4x1::IfcWindowPanelProperties, OdIfc4x1::IfcWindowStandardCase, OdIfc4x1::IfcWindowStyle, OdIfc4x1::IfcWindowType, OdIfc4x1::IfcWorkCalendar, OdIfc4x1::IfcWorkControl, OdIfc4x1::IfcWorkPlan, OdIfc4x1::IfcWorkSchedule, OdIfc4x1::IfcWorkTime, OdIfc4x1::IfcZone, OdIfc4x1::IfcZShapeProfileDef, OdIfc4x2::IfcActionRequest, OdIfc4x2::IfcActor, OdIfc4x2::IfcActorRole, OdIfc4x2::IfcActuator, OdIfc4x2::IfcActuatorType, OdIfc4x2::IfcAddress, OdIfc4x2::IfcAdvancedBrep, OdIfc4x2::IfcAdvancedBrepWithVoids, OdIfc4x2::IfcAdvancedFace, OdIfc4x2::IfcAirTerminal, OdIfc4x2::IfcAirTerminalBox, OdIfc4x2::IfcAirTerminalBoxType, OdIfc4x2::IfcAirTerminalType, OdIfc4x2::IfcAirToAirHeatRecovery, OdIfc4x2::IfcAirToAirHeatRecoveryType, OdIfc4x2::IfcAlarm, OdIfc4x2::IfcAlarmType, OdIfc4x2::IfcAlignment2DHorizontal, OdIfc4x2::IfcAlignment2DHorizontalSegment, OdIfc4x2::IfcAlignment2DSegment, OdIfc4x2::IfcAlignment2DVerSegCircularArc, OdIfc4x2::IfcAlignment2DVerSegLine, OdIfc4x2::IfcAlignment2DVerSegParabolicArc, OdIfc4x2::IfcAlignment2DVertical, OdIfc4x2::IfcAlignment2DVerticalSegment, OdIfc4x2::IfcAlignment, OdIfc4x2::IfcAlignmentCurve, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAnnotationFillArea, OdIfc4x2::IfcApplication, OdIfc4x2::IfcAppliedValue, OdIfc4x2::IfcApproval, OdIfc4x2::IfcApprovalRelationship, OdIfc4x2::IfcArbitraryClosedProfileDef, OdIfc4x2::IfcArbitraryOpenProfileDef, OdIfc4x2::IfcArbitraryProfileDefWithVoids, OdIfc4x2::IfcAsset, OdIfc4x2::IfcAsymmetricIShapeProfileDef, OdIfc4x2::IfcAudioVisualAppliance, OdIfc4x2::IfcAudioVisualApplianceType, OdIfc4x2::IfcAxis1Placement, OdIfc4x2::IfcAxis2Placement2D, OdIfc4x2::IfcAxis2Placement3D, OdIfc4x2::IfcBeam, OdIfc4x2::IfcBeamStandardCase, OdIfc4x2::IfcBeamType, OdIfc4x2::IfcBearing, OdIfc4x2::IfcBearingType, OdIfc4x2::IfcBlobTexture, OdIfc4x2::IfcBlock, OdIfc4x2::IfcBoiler, OdIfc4x2::IfcBoilerType, OdIfc4x2::IfcBooleanClippingResult, OdIfc4x2::IfcBooleanResult, OdIfc4x2::IfcBoundaryCondition, OdIfc4x2::IfcBoundaryCurve, OdIfc4x2::IfcBoundaryEdgeCondition, OdIfc4x2::IfcBoundaryFaceCondition, OdIfc4x2::IfcBoundaryNodeCondition, OdIfc4x2::IfcBoundaryNodeConditionWarping, OdIfc4x2::IfcBoundedCurve, OdIfc4x2::IfcBoundedSurface, OdIfc4x2::IfcBoundingBox, OdIfc4x2::IfcBoxedHalfSpace, OdIfc4x2::IfcBridge, OdIfc4x2::IfcBridgePart, OdIfc4x2::IfcBSplineCurve, OdIfc4x2::IfcBSplineCurveWithKnots, OdIfc4x2::IfcBSplineSurface, OdIfc4x2::IfcBSplineSurfaceWithKnots, OdIfc4x2::IfcBuilding, OdIfc4x2::IfcBuildingElement, OdIfc4x2::IfcBuildingElementPart, OdIfc4x2::IfcBuildingElementPartType, OdIfc4x2::IfcBuildingElementProxy, OdIfc4x2::IfcBuildingElementProxyType, OdIfc4x2::IfcBuildingElementType, OdIfc4x2::IfcBuildingStorey, OdIfc4x2::IfcBuildingSystem, OdIfc4x2::IfcBurner, OdIfc4x2::IfcBurnerType, OdIfc4x2::IfcCableCarrierFitting, OdIfc4x2::IfcCableCarrierFittingType, OdIfc4x2::IfcCableCarrierSegment, OdIfc4x2::IfcCableCarrierSegmentType, OdIfc4x2::IfcCableFitting, OdIfc4x2::IfcCableFittingType, OdIfc4x2::IfcCableSegment, OdIfc4x2::IfcCableSegmentType, OdIfc4x2::IfcCaissonFoundation, OdIfc4x2::IfcCaissonFoundationType, OdIfc4x2::IfcCartesianPoint, OdIfc4x2::IfcCartesianPointList2D, OdIfc4x2::IfcCartesianPointList3D, OdIfc4x2::IfcCartesianPointList, OdIfc4x2::IfcCartesianTransformationOperator2D, OdIfc4x2::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator3D, OdIfc4x2::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator, OdIfc4x2::IfcCenterLineProfileDef, OdIfc4x2::IfcChiller, OdIfc4x2::IfcChillerType, OdIfc4x2::IfcChimney, OdIfc4x2::IfcChimneyType, OdIfc4x2::IfcCircle, OdIfc4x2::IfcCircleHollowProfileDef, OdIfc4x2::IfcCircleProfileDef, OdIfc4x2::IfcCircularArcSegment2D, OdIfc4x2::IfcCivilElement, OdIfc4x2::IfcCivilElementType, OdIfc4x2::IfcClassification, OdIfc4x2::IfcClassificationReference, OdIfc4x2::IfcClosedShell, OdIfc4x2::IfcCoil, OdIfc4x2::IfcCoilType, OdIfc4x2::IfcColourRgb, OdIfc4x2::IfcColourRgbList, OdIfc4x2::IfcColourSpecification, OdIfc4x2::IfcColumn, OdIfc4x2::IfcColumnStandardCase, OdIfc4x2::IfcColumnType, OdIfc4x2::IfcCommunicationsAppliance, OdIfc4x2::IfcCommunicationsApplianceType, OdIfc4x2::IfcComplexProperty, OdIfc4x2::IfcComplexPropertyTemplate, OdIfc4x2::IfcCompositeCurve, OdIfc4x2::IfcCompositeCurveOnSurface, OdIfc4x2::IfcCompositeCurveSegment, OdIfc4x2::IfcCompositeProfileDef, OdIfc4x2::IfcCompressor, OdIfc4x2::IfcCompressorType, OdIfc4x2::IfcCondenser, OdIfc4x2::IfcCondenserType, OdIfc4x2::IfcConic, OdIfc4x2::IfcConnectedFaceSet, OdIfc4x2::IfcConnectionCurveGeometry, OdIfc4x2::IfcConnectionGeometry, OdIfc4x2::IfcConnectionPointEccentricity, OdIfc4x2::IfcConnectionPointGeometry, OdIfc4x2::IfcConnectionSurfaceGeometry, OdIfc4x2::IfcConnectionVolumeGeometry, OdIfc4x2::IfcConstraint, OdIfc4x2::IfcConstructionEquipmentResource, OdIfc4x2::IfcConstructionEquipmentResourceType, OdIfc4x2::IfcConstructionMaterialResource, OdIfc4x2::IfcConstructionMaterialResourceType, OdIfc4x2::IfcConstructionProductResource, OdIfc4x2::IfcConstructionProductResourceType, OdIfc4x2::IfcConstructionResource, OdIfc4x2::IfcConstructionResourceType, OdIfc4x2::IfcContext, OdIfc4x2::IfcContextDependentUnit, OdIfc4x2::IfcControl, OdIfc4x2::IfcController, OdIfc4x2::IfcControllerType, OdIfc4x2::IfcConversionBasedUnit, OdIfc4x2::IfcConversionBasedUnitWithOffset, OdIfc4x2::IfcCooledBeam, OdIfc4x2::IfcCooledBeamType, OdIfc4x2::IfcCoolingTower, OdIfc4x2::IfcCoolingTowerType, OdIfc4x2::IfcCoordinateOperation, OdIfc4x2::IfcCoordinateReferenceSystem, OdIfc4x2::IfcCostItem, OdIfc4x2::IfcCostSchedule, OdIfc4x2::IfcCostValue, OdIfc4x2::IfcCovering, OdIfc4x2::IfcCoveringType, OdIfc4x2::IfcCrewResource, OdIfc4x2::IfcCrewResourceType, OdIfc4x2::IfcCsgPrimitive3D, OdIfc4x2::IfcCsgSolid, OdIfc4x2::IfcCShapeProfileDef, OdIfc4x2::IfcCurrencyRelationship, OdIfc4x2::IfcCurtainWall, OdIfc4x2::IfcCurtainWallType, OdIfc4x2::IfcCurve, OdIfc4x2::IfcCurveBoundedPlane, OdIfc4x2::IfcCurveBoundedSurface, OdIfc4x2::IfcCurveSegment2D, OdIfc4x2::IfcCurveStyle, OdIfc4x2::IfcCurveStyleFontAndScaling, OdIfc4x2::IfcCurveStyleFont, OdIfc4x2::IfcCurveStyleFontPattern, OdIfc4x2::IfcCylindricalSurface, OdIfc4x2::IfcDamper, OdIfc4x2::IfcDamperType, OdIfc4x2::IfcDeepFoundation, OdIfc4x2::IfcDeepFoundationType, OdIfc4x2::IfcDerivedProfileDef, OdIfc4x2::IfcDerivedUnit, OdIfc4x2::IfcDerivedUnitElement, OdIfc4x2::IfcDimensionalExponents, OdIfc4x2::IfcDirection, OdIfc4x2::IfcDiscreteAccessory, OdIfc4x2::IfcDiscreteAccessoryType, OdIfc4x2::IfcDistanceExpression, OdIfc4x2::IfcDistributionChamberElement, OdIfc4x2::IfcDistributionChamberElementType, OdIfc4x2::IfcDistributionCircuit, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionControlElementType, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionElementType, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionFlowElementType, OdIfc4x2::IfcDistributionPort, OdIfc4x2::IfcDistributionSystem, OdIfc4x2::IfcDocumentInformation, OdIfc4x2::IfcDocumentInformationRelationship, OdIfc4x2::IfcDocumentReference, OdIfc4x2::IfcDoor, OdIfc4x2::IfcDoorLiningProperties, OdIfc4x2::IfcDoorPanelProperties, OdIfc4x2::IfcDoorStandardCase, OdIfc4x2::IfcDoorStyle, OdIfc4x2::IfcDoorType, OdIfc4x2::IfcDraughtingPreDefinedColour, OdIfc4x2::IfcDraughtingPreDefinedCurveFont, OdIfc4x2::IfcDuctFitting, OdIfc4x2::IfcDuctFittingType, OdIfc4x2::IfcDuctSegment, OdIfc4x2::IfcDuctSegmentType, OdIfc4x2::IfcDuctSilencer, OdIfc4x2::IfcDuctSilencerType, OdIfc4x2::IfcEdge, OdIfc4x2::IfcEdgeCurve, OdIfc4x2::IfcEdgeLoop, OdIfc4x2::IfcElectricAppliance, OdIfc4x2::IfcElectricApplianceType, OdIfc4x2::IfcElectricDistributionBoard, OdIfc4x2::IfcElectricDistributionBoardType, OdIfc4x2::IfcElectricFlowStorageDevice, OdIfc4x2::IfcElectricFlowStorageDeviceType, OdIfc4x2::IfcElectricGenerator, OdIfc4x2::IfcElectricGeneratorType, OdIfc4x2::IfcElectricMotor, OdIfc4x2::IfcElectricMotorType, OdIfc4x2::IfcElectricTimeControl, OdIfc4x2::IfcElectricTimeControlType, OdIfc4x2::IfcElementarySurface, OdIfc4x2::IfcElementAssembly, OdIfc4x2::IfcElementAssemblyType, OdIfc4x2::IfcElement, OdIfc4x2::IfcElementComponent, OdIfc4x2::IfcElementComponentType, OdIfc4x2::IfcElementQuantity, OdIfc4x2::IfcElementType, OdIfc4x2::IfcEllipse, OdIfc4x2::IfcEllipseProfileDef, OdIfc4x2::IfcEnergyConversionDevice, OdIfc4x2::IfcEnergyConversionDeviceType, OdIfc4x2::IfcEngine, OdIfc4x2::IfcEngineType, OdIfc4x2::IfcEvaporativeCooler, OdIfc4x2::IfcEvaporativeCoolerType, OdIfc4x2::IfcEvaporator, OdIfc4x2::IfcEvaporatorType, OdIfc4x2::IfcEvent, OdIfc4x2::IfcEventTime, OdIfc4x2::IfcEventType, OdIfc4x2::IfcExtendedProperties, OdIfc4x2::IfcExternalInformation, OdIfc4x2::IfcExternallyDefinedHatchStyle, OdIfc4x2::IfcExternallyDefinedSurfaceStyle, OdIfc4x2::IfcExternallyDefinedTextFont, OdIfc4x2::IfcExternalReference, OdIfc4x2::IfcExternalReferenceRelationship, OdIfc4x2::IfcExternalSpatialElement, OdIfc4x2::IfcExternalSpatialStructureElement, OdIfc4x2::IfcExtrudedAreaSolid, OdIfc4x2::IfcExtrudedAreaSolidTapered, OdIfc4x2::IfcFace, OdIfc4x2::IfcFaceBasedSurfaceModel, OdIfc4x2::IfcFaceBound, OdIfc4x2::IfcFaceOuterBound, OdIfc4x2::IfcFaceSurface, OdIfc4x2::IfcFacetedBrep, OdIfc4x2::IfcFacetedBrepWithVoids, OdIfc4x2::IfcFacility, OdIfc4x2::IfcFacilityPart, OdIfc4x2::IfcFailureConnectionCondition, OdIfc4x2::IfcFan, OdIfc4x2::IfcFanType, OdIfc4x2::IfcFastener, OdIfc4x2::IfcFastenerType, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElement, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFillAreaStyle, OdIfc4x2::IfcFillAreaStyleHatching, OdIfc4x2::IfcFillAreaStyleTiles, OdIfc4x2::IfcFilter, OdIfc4x2::IfcFilterType, OdIfc4x2::IfcFireSuppressionTerminal, OdIfc4x2::IfcFireSuppressionTerminalType, OdIfc4x2::IfcFixedReferenceSweptAreaSolid, OdIfc4x2::IfcFlowController, OdIfc4x2::IfcFlowControllerType, OdIfc4x2::IfcFlowFitting, OdIfc4x2::IfcFlowFittingType, OdIfc4x2::IfcFlowInstrument, OdIfc4x2::IfcFlowInstrumentType, OdIfc4x2::IfcFlowMeter, OdIfc4x2::IfcFlowMeterType, OdIfc4x2::IfcFlowMovingDevice, OdIfc4x2::IfcFlowMovingDeviceType, OdIfc4x2::IfcFlowSegment, OdIfc4x2::IfcFlowSegmentType, OdIfc4x2::IfcFlowStorageDevice, OdIfc4x2::IfcFlowStorageDeviceType, OdIfc4x2::IfcFlowTerminal, OdIfc4x2::IfcFlowTerminalType, OdIfc4x2::IfcFlowTreatmentDevice, OdIfc4x2::IfcFlowTreatmentDeviceType, OdIfc4x2::IfcFooting, OdIfc4x2::IfcFootingType, OdIfc4x2::IfcFurnishingElement, OdIfc4x2::IfcFurnishingElementType, OdIfc4x2::IfcFurniture, OdIfc4x2::IfcFurnitureType, OdIfc4x2::IfcGeographicElement, OdIfc4x2::IfcGeographicElementType, OdIfc4x2::IfcGeometricCurveSet, OdIfc4x2::IfcGeometricRepresentationContext, OdIfc4x2::IfcGeometricRepresentationItem, OdIfc4x2::IfcGeometricRepresentationSubContext, OdIfc4x2::IfcGeometricSet, OdIfc4x2::IfcGrid, OdIfc4x2::IfcGridAxis, OdIfc4x2::IfcGridPlacement, OdIfc4x2::IfcGroup, OdIfc4x2::IfcHalfSpaceSolid, OdIfc4x2::IfcHeatExchanger, OdIfc4x2::IfcHeatExchangerType, OdIfc4x2::IfcHumidifier, OdIfc4x2::IfcHumidifierType, OdIfc4x2::IfcImageTexture, OdIfc4x2::IfcIndexedColourMap, OdIfc4x2::IfcIndexedPolyCurve, OdIfc4x2::IfcIndexedPolygonalFace, OdIfc4x2::IfcIndexedPolygonalFaceWithVoids, OdIfc4x2::IfcIndexedTextureMap, OdIfc4x2::IfcIndexedTriangleTextureMap, OdIfc4x2::IfcInterceptor, OdIfc4x2::IfcInterceptorType, OdIfc4x2::IfcIntersectionCurve, OdIfc4x2::IfcInventory, OdIfc4x2::IfcIrregularTimeSeries, OdIfc4x2::IfcIrregularTimeSeriesValue, OdIfc4x2::IfcIShapeProfileDef, OdIfc4x2::IfcJunctionBox, OdIfc4x2::IfcJunctionBoxType, OdIfc4x2::IfcLaborResource, OdIfc4x2::IfcLaborResourceType, OdIfc4x2::IfcLagTime, OdIfc4x2::IfcLamp, OdIfc4x2::IfcLampType, OdIfc4x2::IfcLibraryInformation, OdIfc4x2::IfcLibraryReference, OdIfc4x2::IfcLightDistributionData, OdIfc4x2::IfcLightFixture, OdIfc4x2::IfcLightFixtureType, OdIfc4x2::IfcLightIntensityDistribution, OdIfc4x2::IfcLightSourceAmbient, OdIfc4x2::IfcLightSource, OdIfc4x2::IfcLightSourceDirectional, OdIfc4x2::IfcLightSourceGoniometric, OdIfc4x2::IfcLightSourcePositional, OdIfc4x2::IfcLightSourceSpot, OdIfc4x2::IfcLinearPlacement, OdIfc4x2::IfcLinearPositioningElement, OdIfc4x2::IfcLine, OdIfc4x2::IfcLineSegment2D, OdIfc4x2::IfcLocalPlacement, OdIfc4x2::IfcLoop, OdIfc4x2::IfcLShapeProfileDef, OdIfc4x2::IfcManifoldSolidBrep, OdIfc4x2::IfcMapConversion, OdIfc4x2::IfcMappedItem, OdIfc4x2::IfcMaterial, OdIfc4x2::IfcMaterialClassificationRelationship, OdIfc4x2::IfcMaterialConstituent, OdIfc4x2::IfcMaterialConstituentSet, OdIfc4x2::IfcMaterialDefinition, OdIfc4x2::IfcMaterialDefinitionRepresentation, OdIfc4x2::IfcMaterialLayer, OdIfc4x2::IfcMaterialLayerSet, OdIfc4x2::IfcMaterialLayerSetUsage, OdIfc4x2::IfcMaterialLayerWithOffsets, OdIfc4x2::IfcMaterialList, OdIfc4x2::IfcMaterialProfile, OdIfc4x2::IfcMaterialProfileSet, OdIfc4x2::IfcMaterialProfileSetUsage, OdIfc4x2::IfcMaterialProfileSetUsageTapering, OdIfc4x2::IfcMaterialProfileWithOffsets, OdIfc4x2::IfcMaterialProperties, OdIfc4x2::IfcMaterialRelationship, OdIfc4x2::IfcMaterialUsageDefinition, OdIfc4x2::IfcMeasureWithUnit, OdIfc4x2::IfcMechanicalFastener, OdIfc4x2::IfcMechanicalFastenerType, OdIfc4x2::IfcMedicalDevice, OdIfc4x2::IfcMedicalDeviceType, OdIfc4x2::IfcMember, OdIfc4x2::IfcMemberStandardCase, OdIfc4x2::IfcMemberType, OdIfc4x2::IfcMetric, OdIfc4x2::IfcMirroredProfileDef, OdIfc4x2::IfcMonetaryUnit, OdIfc4x2::IfcMotorConnection, OdIfc4x2::IfcMotorConnectionType, OdIfc4x2::IfcNamedUnit, OdIfc4x2::IfcObject, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcObjective, OdIfc4x2::IfcObjectPlacement, OdIfc4x2::IfcOccupant, OdIfc4x2::IfcOffsetCurve2D, OdIfc4x2::IfcOffsetCurve3D, OdIfc4x2::IfcOffsetCurve, OdIfc4x2::IfcOffsetCurveByDistances, OdIfc4x2::IfcOpeningElement, OdIfc4x2::IfcOpeningStandardCase, OdIfc4x2::IfcOpenShell, OdIfc4x2::IfcOrganization, OdIfc4x2::IfcOrganizationRelationship, OdIfc4x2::IfcOrientationExpression, OdIfc4x2::IfcOrientedEdge, OdIfc4x2::IfcOuterBoundaryCurve, OdIfc4x2::IfcOutlet, OdIfc4x2::IfcOutletType, OdIfc4x2::IfcOwnerHistory, OdIfc4x2::IfcParameterizedProfileDef, OdIfc4x2::IfcPath, OdIfc4x2::IfcPcurve, OdIfc4x2::IfcPerformanceHistory, OdIfc4x2::IfcPermeableCoveringProperties, OdIfc4x2::IfcPermit, OdIfc4x2::IfcPersonAndOrganization, OdIfc4x2::IfcPerson, OdIfc4x2::IfcPhysicalComplexQuantity, OdIfc4x2::IfcPhysicalQuantity, OdIfc4x2::IfcPhysicalSimpleQuantity, OdIfc4x2::IfcPile, OdIfc4x2::IfcPileType, OdIfc4x2::IfcPipeFitting, OdIfc4x2::IfcPipeFittingType, OdIfc4x2::IfcPipeSegment, OdIfc4x2::IfcPipeSegmentType, OdIfc4x2::IfcPixelTexture, OdIfc4x2::IfcPlacement, OdIfc4x2::IfcPlanarBox, OdIfc4x2::IfcPlanarExtent, OdIfc4x2::IfcPlane, OdIfc4x2::IfcPlate, OdIfc4x2::IfcPlateStandardCase, OdIfc4x2::IfcPlateType, OdIfc4x2::IfcPoint, OdIfc4x2::IfcPointOnCurve, OdIfc4x2::IfcPointOnSurface, OdIfc4x2::IfcPolygonalBoundedHalfSpace, OdIfc4x2::IfcPolygonalFaceSet, OdIfc4x2::IfcPolyline, OdIfc4x2::IfcPolyLoop, OdIfc4x2::IfcPort, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcPostalAddress, OdIfc4x2::IfcPreDefinedColour, OdIfc4x2::IfcPreDefinedCurveFont, OdIfc4x2::IfcPreDefinedItem, OdIfc4x2::IfcPreDefinedProperties, OdIfc4x2::IfcPreDefinedPropertySet, OdIfc4x2::IfcPreDefinedTextFont, OdIfc4x2::IfcPresentationItem, OdIfc4x2::IfcPresentationLayerAssignment, OdIfc4x2::IfcPresentationLayerWithStyle, OdIfc4x2::IfcPresentationStyleAssignment, OdIfc4x2::IfcPresentationStyle, OdIfc4x2::IfcProcedure, OdIfc4x2::IfcProcedureType, OdIfc4x2::IfcProcess, OdIfc4x2::IfcProduct, OdIfc4x2::IfcProductDefinitionShape, OdIfc4x2::IfcProductRepresentation, OdIfc4x2::IfcProfileDef, OdIfc4x2::IfcProfileProperties, OdIfc4x2::IfcProject, OdIfc4x2::IfcProjectedCRS, OdIfc4x2::IfcProjectionElement, OdIfc4x2::IfcProjectLibrary, OdIfc4x2::IfcProjectOrder, OdIfc4x2::IfcPropertyAbstraction, OdIfc4x2::IfcProperty, OdIfc4x2::IfcPropertyBoundedValue, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertyDependencyRelationship, OdIfc4x2::IfcPropertyEnumeratedValue, OdIfc4x2::IfcPropertyEnumeration, OdIfc4x2::IfcPropertyListValue, OdIfc4x2::IfcPropertyReferenceValue, OdIfc4x2::IfcPropertySet, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetTemplate, OdIfc4x2::IfcPropertySingleValue, OdIfc4x2::IfcPropertyTableValue, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcPropertyTemplateDefinition, OdIfc4x2::IfcProtectiveDevice, OdIfc4x2::IfcProtectiveDeviceTrippingUnit, OdIfc4x2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x2::IfcProtectiveDeviceType, OdIfc4x2::IfcProxy, OdIfc4x2::IfcPump, OdIfc4x2::IfcPumpType, OdIfc4x2::IfcQuantityArea, OdIfc4x2::IfcQuantityCount, OdIfc4x2::IfcQuantityLength, OdIfc4x2::IfcQuantitySet, OdIfc4x2::IfcQuantityTime, OdIfc4x2::IfcQuantityVolume, OdIfc4x2::IfcQuantityWeight, OdIfc4x2::IfcRailing, OdIfc4x2::IfcRailingType, OdIfc4x2::IfcRamp, OdIfc4x2::IfcRampFlight, OdIfc4x2::IfcRampFlightType, OdIfc4x2::IfcRampType, OdIfc4x2::IfcRationalBSplineCurveWithKnots, OdIfc4x2::IfcRationalBSplineSurfaceWithKnots, OdIfc4x2::IfcRectangleHollowProfileDef, OdIfc4x2::IfcRectangleProfileDef, OdIfc4x2::IfcRectangularPyramid, OdIfc4x2::IfcRectangularTrimmedSurface, OdIfc4x2::IfcRecurrencePattern, OdIfc4x2::IfcReference, OdIfc4x2::IfcReferent, OdIfc4x2::IfcRegularTimeSeries, OdIfc4x2::IfcReinforcementBarProperties, OdIfc4x2::IfcReinforcementDefinitionProperties, OdIfc4x2::IfcReinforcingBar, OdIfc4x2::IfcReinforcingBarType, OdIfc4x2::IfcReinforcingElement, OdIfc4x2::IfcReinforcingElementType, OdIfc4x2::IfcReinforcingMesh, OdIfc4x2::IfcReinforcingMeshType, OdIfc4x2::IfcRelAggregates, OdIfc4x2::IfcRelAssigns, OdIfc4x2::IfcRelAssignsToActor, OdIfc4x2::IfcRelAssignsToControl, OdIfc4x2::IfcRelAssignsToGroup, OdIfc4x2::IfcRelAssignsToGroupByFactor, OdIfc4x2::IfcRelAssignsToProcess, OdIfc4x2::IfcRelAssignsToProduct, OdIfc4x2::IfcRelAssignsToResource, OdIfc4x2::IfcRelAssociatesApproval, OdIfc4x2::IfcRelAssociates, OdIfc4x2::IfcRelAssociatesClassification, OdIfc4x2::IfcRelAssociatesConstraint, OdIfc4x2::IfcRelAssociatesDocument, OdIfc4x2::IfcRelAssociatesLibrary, OdIfc4x2::IfcRelAssociatesMaterial, OdIfc4x2::IfcRelationship, OdIfc4x2::IfcRelConnects, OdIfc4x2::IfcRelConnectsElements, OdIfc4x2::IfcRelConnectsPathElements, OdIfc4x2::IfcRelConnectsPorts, OdIfc4x2::IfcRelConnectsPortToElement, OdIfc4x2::IfcRelConnectsStructuralActivity, OdIfc4x2::IfcRelConnectsStructuralMember, OdIfc4x2::IfcRelConnectsWithEccentricity, OdIfc4x2::IfcRelConnectsWithRealizingElements, OdIfc4x2::IfcRelContainedInSpatialStructure, OdIfc4x2::IfcRelCoversBldgElements, OdIfc4x2::IfcRelCoversSpaces, OdIfc4x2::IfcRelDeclares, OdIfc4x2::IfcRelDecomposes, OdIfc4x2::IfcRelDefines, OdIfc4x2::IfcRelDefinesByObject, OdIfc4x2::IfcRelDefinesByProperties, OdIfc4x2::IfcRelDefinesByTemplate, OdIfc4x2::IfcRelDefinesByType, OdIfc4x2::IfcRelFillsElement, OdIfc4x2::IfcRelFlowControlElements, OdIfc4x2::IfcRelInterferesElements, OdIfc4x2::IfcRelNests, OdIfc4x2::IfcRelPositions, OdIfc4x2::IfcRelProjectsElement, OdIfc4x2::IfcRelReferencedInSpatialStructure, OdIfc4x2::IfcRelSequence, OdIfc4x2::IfcRelServicesBuildings, OdIfc4x2::IfcRelSpaceBoundary1stLevel, OdIfc4x2::IfcRelSpaceBoundary2ndLevel, OdIfc4x2::IfcRelSpaceBoundary, OdIfc4x2::IfcRelVoidsElement, OdIfc4x2::IfcReparametrisedCompositeCurveSegment, OdIfc4x2::IfcRepresentation, OdIfc4x2::IfcRepresentationContext, OdIfc4x2::IfcRepresentationItem, OdIfc4x2::IfcRepresentationMap, OdIfc4x2::IfcResourceApprovalRelationship, OdIfc4x2::IfcResource, OdIfc4x2::IfcResourceConstraintRelationship, OdIfc4x2::IfcResourceLevelRelationship, OdIfc4x2::IfcResourceTime, OdIfc4x2::IfcRevolvedAreaSolid, OdIfc4x2::IfcRevolvedAreaSolidTapered, OdIfc4x2::IfcRightCircularCone, OdIfc4x2::IfcRightCircularCylinder, OdIfc4x2::IfcRoof, OdIfc4x2::IfcRoofType, OdIfc4x2::IfcRoot, OdIfc4x2::IfcRoundedRectangleProfileDef, OdIfc4x2::IfcSanitaryTerminal, OdIfc4x2::IfcSanitaryTerminalType, OdIfc4x2::IfcSchedulingTime, OdIfc4x2::IfcSeamCurve, OdIfc4x2::IfcSectionedSolid, OdIfc4x2::IfcSectionedSolidHorizontal, OdIfc4x2::IfcSectionedSpine, OdIfc4x2::IfcSectionProperties, OdIfc4x2::IfcSectionReinforcementProperties, OdIfc4x2::IfcSensor, OdIfc4x2::IfcSensorType, OdIfc4x2::IfcShadingDevice, OdIfc4x2::IfcShadingDeviceType, OdIfc4x2::IfcShapeAspect, OdIfc4x2::IfcShapeModel, OdIfc4x2::IfcShapeRepresentation, OdIfc4x2::IfcShellBasedSurfaceModel, OdIfc4x2::IfcSimpleProperty, OdIfc4x2::IfcSimplePropertyTemplate, OdIfc4x2::IfcSite, OdIfc4x2::IfcSIUnit, OdIfc4x2::IfcSlab, OdIfc4x2::IfcSlabElementedCase, OdIfc4x2::IfcSlabStandardCase, OdIfc4x2::IfcSlabType, OdIfc4x2::IfcSlippageConnectionCondition, OdIfc4x2::IfcSolarDevice, OdIfc4x2::IfcSolarDeviceType, OdIfc4x2::IfcSolidModel, OdIfc4x2::IfcSpace, OdIfc4x2::IfcSpaceHeater, OdIfc4x2::IfcSpaceHeaterType, OdIfc4x2::IfcSpaceType, OdIfc4x2::IfcSpatialElement, OdIfc4x2::IfcSpatialElementType, OdIfc4x2::IfcSpatialStructureElement, OdIfc4x2::IfcSpatialStructureElementType, OdIfc4x2::IfcSpatialZone, OdIfc4x2::IfcSpatialZoneType, OdIfc4x2::IfcSphere, OdIfc4x2::IfcSphericalSurface, OdIfc4x2::IfcStackTerminal, OdIfc4x2::IfcStackTerminalType, OdIfc4x2::IfcStair, OdIfc4x2::IfcStairFlight, OdIfc4x2::IfcStairFlightType, OdIfc4x2::IfcStairType, OdIfc4x2::IfcStructuralAction, OdIfc4x2::IfcStructuralActivity, OdIfc4x2::IfcStructuralAnalysisModel, OdIfc4x2::IfcStructuralConnection, OdIfc4x2::IfcStructuralConnectionCondition, OdIfc4x2::IfcStructuralCurveAction, OdIfc4x2::IfcStructuralCurveConnection, OdIfc4x2::IfcStructuralCurveMember, OdIfc4x2::IfcStructuralCurveMemberVarying, OdIfc4x2::IfcStructuralCurveReaction, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralLinearAction, OdIfc4x2::IfcStructuralLoad, OdIfc4x2::IfcStructuralLoadCase, OdIfc4x2::IfcStructuralLoadConfiguration, OdIfc4x2::IfcStructuralLoadGroup, OdIfc4x2::IfcStructuralLoadLinearForce, OdIfc4x2::IfcStructuralLoadOrResult, OdIfc4x2::IfcStructuralLoadPlanarForce, OdIfc4x2::IfcStructuralLoadSingleDisplacement, OdIfc4x2::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x2::IfcStructuralLoadSingleForce, OdIfc4x2::IfcStructuralLoadSingleForceWarping, OdIfc4x2::IfcStructuralLoadStatic, OdIfc4x2::IfcStructuralLoadTemperature, OdIfc4x2::IfcStructuralMember, OdIfc4x2::IfcStructuralPlanarAction, OdIfc4x2::IfcStructuralPointAction, OdIfc4x2::IfcStructuralPointConnection, OdIfc4x2::IfcStructuralPointReaction, OdIfc4x2::IfcStructuralReaction, OdIfc4x2::IfcStructuralResultGroup, OdIfc4x2::IfcStructuralSurfaceAction, OdIfc4x2::IfcStructuralSurfaceConnection, OdIfc4x2::IfcStructuralSurfaceMember, OdIfc4x2::IfcStructuralSurfaceMemberVarying, OdIfc4x2::IfcStructuralSurfaceReaction, OdIfc4x2::IfcStyledItem, OdIfc4x2::IfcStyledRepresentation, OdIfc4x2::IfcStyleModel, OdIfc4x2::IfcSubContractResource, OdIfc4x2::IfcSubContractResourceType, OdIfc4x2::IfcSubedge, OdIfc4x2::IfcSurface, OdIfc4x2::IfcSurfaceCurve, OdIfc4x2::IfcSurfaceCurveSweptAreaSolid, OdIfc4x2::IfcSurfaceFeature, OdIfc4x2::IfcSurfaceOfLinearExtrusion, OdIfc4x2::IfcSurfaceOfRevolution, OdIfc4x2::IfcSurfaceReinforcementArea, OdIfc4x2::IfcSurfaceStyle, OdIfc4x2::IfcSurfaceStyleLighting, OdIfc4x2::IfcSurfaceStyleRefraction, OdIfc4x2::IfcSurfaceStyleRendering, OdIfc4x2::IfcSurfaceStyleShading, OdIfc4x2::IfcSurfaceStyleWithTextures, OdIfc4x2::IfcSurfaceTexture, OdIfc4x2::IfcSweptAreaSolid, OdIfc4x2::IfcSweptDiskSolid, OdIfc4x2::IfcSweptDiskSolidPolygonal, OdIfc4x2::IfcSweptSurface, OdIfc4x2::IfcSwitchingDevice, OdIfc4x2::IfcSwitchingDeviceType, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystemFurnitureElement, OdIfc4x2::IfcSystemFurnitureElementType, OdIfc4x2::IfcTable, OdIfc4x2::IfcTableColumn, OdIfc4x2::IfcTableRow, OdIfc4x2::IfcTank, OdIfc4x2::IfcTankType, OdIfc4x2::IfcTask, OdIfc4x2::IfcTaskTime, OdIfc4x2::IfcTaskTimeRecurring, OdIfc4x2::IfcTaskType, OdIfc4x2::IfcTelecomAddress, OdIfc4x2::IfcTendonAnchor, OdIfc4x2::IfcTendonAnchorType, OdIfc4x2::IfcTendon, OdIfc4x2::IfcTendonConduit, OdIfc4x2::IfcTendonConduitType, OdIfc4x2::IfcTendonType, OdIfc4x2::IfcTessellatedFaceSet, OdIfc4x2::IfcTessellatedItem, OdIfc4x2::IfcTextLiteral, OdIfc4x2::IfcTextLiteralWithExtent, OdIfc4x2::IfcTextStyle, OdIfc4x2::IfcTextStyleFontModel, OdIfc4x2::IfcTextStyleForDefinedFont, OdIfc4x2::IfcTextStyleTextModel, OdIfc4x2::IfcTextureCoordinate, OdIfc4x2::IfcTextureCoordinateGenerator, OdIfc4x2::IfcTextureMap, OdIfc4x2::IfcTextureVertex, OdIfc4x2::IfcTextureVertexList, OdIfc4x2::IfcTimePeriod, OdIfc4x2::IfcTimeSeries, OdIfc4x2::IfcTimeSeriesValue, OdIfc4x2::IfcTopologicalRepresentationItem, OdIfc4x2::IfcTopologyRepresentation, OdIfc4x2::IfcToroidalSurface, OdIfc4x2::IfcTransformer, OdIfc4x2::IfcTransformerType, OdIfc4x2::IfcTransitionCurveSegment2D, OdIfc4x2::IfcTransportElement, OdIfc4x2::IfcTransportElementType, OdIfc4x2::IfcTrapeziumProfileDef, OdIfc4x2::IfcTriangulatedFaceSet, OdIfc4x2::IfcTriangulatedIrregularNetwork, OdIfc4x2::IfcTrimmedCurve, OdIfc4x2::IfcTShapeProfileDef, OdIfc4x2::IfcTubeBundle, OdIfc4x2::IfcTubeBundleType, OdIfc4x2::IfcTypeObject, OdIfc4x2::IfcTypeProcess, OdIfc4x2::IfcTypeProduct, OdIfc4x2::IfcTypeResource, OdIfc4x2::IfcUnitaryControlElement, OdIfc4x2::IfcUnitaryControlElementType, OdIfc4x2::IfcUnitaryEquipment, OdIfc4x2::IfcUnitaryEquipmentType, OdIfc4x2::IfcUnitAssignment, OdIfc4x2::IfcUShapeProfileDef, OdIfc4x2::IfcValve, OdIfc4x2::IfcValveType, OdIfc4x2::IfcVector, OdIfc4x2::IfcVertex, OdIfc4x2::IfcVertexLoop, OdIfc4x2::IfcVertexPoint, OdIfc4x2::IfcVibrationDamper, OdIfc4x2::IfcVibrationDamperType, OdIfc4x2::IfcVibrationIsolator, OdIfc4x2::IfcVibrationIsolatorType, OdIfc4x2::IfcVirtualElement, OdIfc4x2::IfcVirtualGridIntersection, OdIfc4x2::IfcVoidingFeature, OdIfc4x2::IfcWall, OdIfc4x2::IfcWallElementedCase, OdIfc4x2::IfcWallStandardCase, OdIfc4x2::IfcWallType, OdIfc4x2::IfcWasteTerminal, OdIfc4x2::IfcWasteTerminalType, OdIfc4x2::IfcWindow, OdIfc4x2::IfcWindowLiningProperties, OdIfc4x2::IfcWindowPanelProperties, OdIfc4x2::IfcWindowStandardCase, OdIfc4x2::IfcWindowStyle, OdIfc4x2::IfcWindowType, OdIfc4x2::IfcWorkCalendar, OdIfc4x2::IfcWorkControl, OdIfc4x2::IfcWorkPlan, OdIfc4x2::IfcWorkSchedule, OdIfc4x2::IfcWorkTime, OdIfc4x2::IfcZone, OdIfc4x2::IfcZShapeProfileDef, OdIfc4x3_rc1::IfcActionRequest, OdIfc4x3_rc1::IfcActor, OdIfc4x3_rc1::IfcActorRole, OdIfc4x3_rc1::IfcActuator, OdIfc4x3_rc1::IfcActuatorType, OdIfc4x3_rc1::IfcAddress, OdIfc4x3_rc1::IfcAdvancedBrep, OdIfc4x3_rc1::IfcAdvancedBrepWithVoids, OdIfc4x3_rc1::IfcAdvancedFace, OdIfc4x3_rc1::IfcAirTerminal, OdIfc4x3_rc1::IfcAirTerminalBox, OdIfc4x3_rc1::IfcAirTerminalBoxType, OdIfc4x3_rc1::IfcAirTerminalType, OdIfc4x3_rc1::IfcAirToAirHeatRecovery, OdIfc4x3_rc1::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc1::IfcAlarm, OdIfc4x3_rc1::IfcAlarmType, OdIfc4x3_rc1::IfcAlignment2DCant, OdIfc4x3_rc1::IfcAlignment2DCantSegLine, OdIfc4x3_rc1::IfcAlignment2DCantSegment, OdIfc4x3_rc1::IfcAlignment2DCantSegTransition, OdIfc4x3_rc1::IfcAlignment2DHorizontal, OdIfc4x3_rc1::IfcAlignment2DHorizontalSegment, OdIfc4x3_rc1::IfcAlignment2DSegment, OdIfc4x3_rc1::IfcAlignment2DVerSegCircularArc, OdIfc4x3_rc1::IfcAlignment2DVerSegLine, OdIfc4x3_rc1::IfcAlignment2DVerSegParabolicArc, OdIfc4x3_rc1::IfcAlignment2DVerSegTransition, OdIfc4x3_rc1::IfcAlignment2DVertical, OdIfc4x3_rc1::IfcAlignment2DVerticalSegment, OdIfc4x3_rc1::IfcAlignment, OdIfc4x3_rc1::IfcAlignmentCurve, OdIfc4x3_rc1::IfcAnnotation, OdIfc4x3_rc1::IfcAnnotationFillArea, OdIfc4x3_rc1::IfcApplication, OdIfc4x3_rc1::IfcAppliedValue, OdIfc4x3_rc1::IfcApproval, OdIfc4x3_rc1::IfcApprovalRelationship, OdIfc4x3_rc1::IfcArbitraryClosedProfileDef, OdIfc4x3_rc1::IfcArbitraryOpenProfileDef, OdIfc4x3_rc1::IfcArbitraryProfileDefWithVoids, OdIfc4x3_rc1::IfcAsset, OdIfc4x3_rc1::IfcAsymmetricIShapeProfileDef, OdIfc4x3_rc1::IfcAudioVisualAppliance, OdIfc4x3_rc1::IfcAudioVisualApplianceType, OdIfc4x3_rc1::IfcAxis1Placement, OdIfc4x3_rc1::IfcAxis2Placement2D, OdIfc4x3_rc1::IfcAxis2Placement3D, OdIfc4x3_rc1::IfcAxisLateralInclination, OdIfc4x3_rc1::IfcBeam, OdIfc4x3_rc1::IfcBeamStandardCase, OdIfc4x3_rc1::IfcBeamType, OdIfc4x3_rc1::IfcBearing, OdIfc4x3_rc1::IfcBearingType, OdIfc4x3_rc1::IfcBlobTexture, OdIfc4x3_rc1::IfcBlock, OdIfc4x3_rc1::IfcBoiler, OdIfc4x3_rc1::IfcBoilerType, OdIfc4x3_rc1::IfcBooleanClippingResult, OdIfc4x3_rc1::IfcBooleanResult, OdIfc4x3_rc1::IfcBorehole, OdIfc4x3_rc1::IfcBoundaryCondition, OdIfc4x3_rc1::IfcBoundaryCurve, OdIfc4x3_rc1::IfcBoundaryEdgeCondition, OdIfc4x3_rc1::IfcBoundaryFaceCondition, OdIfc4x3_rc1::IfcBoundaryNodeCondition, OdIfc4x3_rc1::IfcBoundaryNodeConditionWarping, OdIfc4x3_rc1::IfcBoundedCurve, OdIfc4x3_rc1::IfcBoundedSurface, OdIfc4x3_rc1::IfcBoundingBox, OdIfc4x3_rc1::IfcBoxedHalfSpace, OdIfc4x3_rc1::IfcBridge, OdIfc4x3_rc1::IfcBridgePart, OdIfc4x3_rc1::IfcBSplineCurve, OdIfc4x3_rc1::IfcBSplineCurveWithKnots, OdIfc4x3_rc1::IfcBSplineSurface, OdIfc4x3_rc1::IfcBSplineSurfaceWithKnots, OdIfc4x3_rc1::IfcBuilding, OdIfc4x3_rc1::IfcBuildingElementPart, OdIfc4x3_rc1::IfcBuildingElementPartType, OdIfc4x3_rc1::IfcBuildingElementProxy, OdIfc4x3_rc1::IfcBuildingElementProxyType, OdIfc4x3_rc1::IfcBuildingStorey, OdIfc4x3_rc1::IfcBuildingSystem, OdIfc4x3_rc1::IfcBuiltElement, OdIfc4x3_rc1::IfcBuiltElementType, OdIfc4x3_rc1::IfcBuiltSystem, OdIfc4x3_rc1::IfcBurner, OdIfc4x3_rc1::IfcBurnerType, OdIfc4x3_rc1::IfcCableCarrierFitting, OdIfc4x3_rc1::IfcCableCarrierFittingType, OdIfc4x3_rc1::IfcCableCarrierSegment, OdIfc4x3_rc1::IfcCableCarrierSegmentType, OdIfc4x3_rc1::IfcCableFitting, OdIfc4x3_rc1::IfcCableFittingType, OdIfc4x3_rc1::IfcCableSegment, OdIfc4x3_rc1::IfcCableSegmentType, OdIfc4x3_rc1::IfcCaissonFoundation, OdIfc4x3_rc1::IfcCaissonFoundationType, OdIfc4x3_rc1::IfcCartesianPoint, OdIfc4x3_rc1::IfcCartesianPointList2D, OdIfc4x3_rc1::IfcCartesianPointList3D, OdIfc4x3_rc1::IfcCartesianPointList, OdIfc4x3_rc1::IfcCartesianTransformationOperator2D, OdIfc4x3_rc1::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x3_rc1::IfcCartesianTransformationOperator3D, OdIfc4x3_rc1::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x3_rc1::IfcCartesianTransformationOperator, OdIfc4x3_rc1::IfcCenterLineProfileDef, OdIfc4x3_rc1::IfcChiller, OdIfc4x3_rc1::IfcChillerType, OdIfc4x3_rc1::IfcChimney, OdIfc4x3_rc1::IfcChimneyType, OdIfc4x3_rc1::IfcCircle, OdIfc4x3_rc1::IfcCircleHollowProfileDef, OdIfc4x3_rc1::IfcCircleProfileDef, OdIfc4x3_rc1::IfcCircularArcSegment2D, OdIfc4x3_rc1::IfcCivilElement, OdIfc4x3_rc1::IfcCivilElementType, OdIfc4x3_rc1::IfcClassification, OdIfc4x3_rc1::IfcClassificationReference, OdIfc4x3_rc1::IfcClosedShell, OdIfc4x3_rc1::IfcCoil, OdIfc4x3_rc1::IfcCoilType, OdIfc4x3_rc1::IfcColourRgb, OdIfc4x3_rc1::IfcColourRgbList, OdIfc4x3_rc1::IfcColourSpecification, OdIfc4x3_rc1::IfcColumn, OdIfc4x3_rc1::IfcColumnStandardCase, OdIfc4x3_rc1::IfcColumnType, OdIfc4x3_rc1::IfcCommunicationsAppliance, OdIfc4x3_rc1::IfcCommunicationsApplianceType, OdIfc4x3_rc1::IfcComplexProperty, OdIfc4x3_rc1::IfcComplexPropertyTemplate, OdIfc4x3_rc1::IfcCompositeCurve, OdIfc4x3_rc1::IfcCompositeCurveOnSurface, OdIfc4x3_rc1::IfcCompositeCurveSegment, OdIfc4x3_rc1::IfcCompositeProfileDef, OdIfc4x3_rc1::IfcCompressor, OdIfc4x3_rc1::IfcCompressorType, OdIfc4x3_rc1::IfcCondenser, OdIfc4x3_rc1::IfcCondenserType, OdIfc4x3_rc1::IfcConic, OdIfc4x3_rc1::IfcConnectedFaceSet, OdIfc4x3_rc1::IfcConnectionCurveGeometry, OdIfc4x3_rc1::IfcConnectionGeometry, OdIfc4x3_rc1::IfcConnectionPointEccentricity, OdIfc4x3_rc1::IfcConnectionPointGeometry, OdIfc4x3_rc1::IfcConnectionSurfaceGeometry, OdIfc4x3_rc1::IfcConnectionVolumeGeometry, OdIfc4x3_rc1::IfcConstraint, OdIfc4x3_rc1::IfcConstructionEquipmentResource, OdIfc4x3_rc1::IfcConstructionEquipmentResourceType, OdIfc4x3_rc1::IfcConstructionMaterialResource, OdIfc4x3_rc1::IfcConstructionMaterialResourceType, OdIfc4x3_rc1::IfcConstructionProductResource, OdIfc4x3_rc1::IfcConstructionProductResourceType, OdIfc4x3_rc1::IfcConstructionResource, OdIfc4x3_rc1::IfcConstructionResourceType, OdIfc4x3_rc1::IfcContext, OdIfc4x3_rc1::IfcContextDependentUnit, OdIfc4x3_rc1::IfcControl, OdIfc4x3_rc1::IfcController, OdIfc4x3_rc1::IfcControllerType, OdIfc4x3_rc1::IfcConversionBasedUnit, OdIfc4x3_rc1::IfcConversionBasedUnitWithOffset, OdIfc4x3_rc1::IfcConveyorSegment, OdIfc4x3_rc1::IfcConveyorSegmentType, OdIfc4x3_rc1::IfcCooledBeam, OdIfc4x3_rc1::IfcCooledBeamType, OdIfc4x3_rc1::IfcCoolingTower, OdIfc4x3_rc1::IfcCoolingTowerType, OdIfc4x3_rc1::IfcCoordinateOperation, OdIfc4x3_rc1::IfcCoordinateReferenceSystem, OdIfc4x3_rc1::IfcCostItem, OdIfc4x3_rc1::IfcCostSchedule, OdIfc4x3_rc1::IfcCostValue, OdIfc4x3_rc1::IfcCourse, OdIfc4x3_rc1::IfcCourseType, OdIfc4x3_rc1::IfcCovering, OdIfc4x3_rc1::IfcCoveringType, OdIfc4x3_rc1::IfcCrewResource, OdIfc4x3_rc1::IfcCrewResourceType, OdIfc4x3_rc1::IfcCsgPrimitive3D, OdIfc4x3_rc1::IfcCsgSolid, OdIfc4x3_rc1::IfcCShapeProfileDef, OdIfc4x3_rc1::IfcCurrencyRelationship, OdIfc4x3_rc1::IfcCurtainWall, OdIfc4x3_rc1::IfcCurtainWallType, OdIfc4x3_rc1::IfcCurve, OdIfc4x3_rc1::IfcCurveBoundedPlane, OdIfc4x3_rc1::IfcCurveBoundedSurface, OdIfc4x3_rc1::IfcCurveSegment2D, OdIfc4x3_rc1::IfcCurveStyle, OdIfc4x3_rc1::IfcCurveStyleFontAndScaling, OdIfc4x3_rc1::IfcCurveStyleFont, OdIfc4x3_rc1::IfcCurveStyleFontPattern, OdIfc4x3_rc1::IfcCylindricalSurface, OdIfc4x3_rc1::IfcDamper, OdIfc4x3_rc1::IfcDamperType, OdIfc4x3_rc1::IfcDeepFoundation, OdIfc4x3_rc1::IfcDeepFoundationType, OdIfc4x3_rc1::IfcDerivedProfileDef, OdIfc4x3_rc1::IfcDerivedUnit, OdIfc4x3_rc1::IfcDerivedUnitElement, OdIfc4x3_rc1::IfcDimensionalExponents, OdIfc4x3_rc1::IfcDirection, OdIfc4x3_rc1::IfcDirectrixCurveSweptAreaSolid, OdIfc4x3_rc1::IfcDirectrixDistanceSweptAreaSolid, OdIfc4x3_rc1::IfcDiscreteAccessory, OdIfc4x3_rc1::IfcDiscreteAccessoryType, OdIfc4x3_rc1::IfcDistanceExpression, OdIfc4x3_rc1::IfcDistributionBoard, OdIfc4x3_rc1::IfcDistributionBoardType, OdIfc4x3_rc1::IfcDistributionChamberElement, OdIfc4x3_rc1::IfcDistributionChamberElementType, OdIfc4x3_rc1::IfcDistributionCircuit, OdIfc4x3_rc1::IfcDistributionControlElement, OdIfc4x3_rc1::IfcDistributionControlElementType, OdIfc4x3_rc1::IfcDistributionElement, OdIfc4x3_rc1::IfcDistributionElementType, OdIfc4x3_rc1::IfcDistributionFlowElement, OdIfc4x3_rc1::IfcDistributionFlowElementType, OdIfc4x3_rc1::IfcDistributionPort, OdIfc4x3_rc1::IfcDistributionSystem, OdIfc4x3_rc1::IfcDocumentInformation, OdIfc4x3_rc1::IfcDocumentInformationRelationship, OdIfc4x3_rc1::IfcDocumentReference, OdIfc4x3_rc1::IfcDoor, OdIfc4x3_rc1::IfcDoorLiningProperties, OdIfc4x3_rc1::IfcDoorPanelProperties, OdIfc4x3_rc1::IfcDoorStandardCase, OdIfc4x3_rc1::IfcDoorStyle, OdIfc4x3_rc1::IfcDoorType, OdIfc4x3_rc1::IfcDraughtingPreDefinedColour, OdIfc4x3_rc1::IfcDraughtingPreDefinedCurveFont, OdIfc4x3_rc1::IfcDuctFitting, OdIfc4x3_rc1::IfcDuctFittingType, OdIfc4x3_rc1::IfcDuctSegment, OdIfc4x3_rc1::IfcDuctSegmentType, OdIfc4x3_rc1::IfcDuctSilencer, OdIfc4x3_rc1::IfcDuctSilencerType, OdIfc4x3_rc1::IfcEarthworksCut, OdIfc4x3_rc1::IfcEarthworksElement, OdIfc4x3_rc1::IfcEarthworksFill, OdIfc4x3_rc1::IfcEdge, OdIfc4x3_rc1::IfcEdgeCurve, OdIfc4x3_rc1::IfcEdgeLoop, OdIfc4x3_rc1::IfcElectricAppliance, OdIfc4x3_rc1::IfcElectricApplianceType, OdIfc4x3_rc1::IfcElectricDistributionBoard, OdIfc4x3_rc1::IfcElectricDistributionBoardType, OdIfc4x3_rc1::IfcElectricFlowStorageDevice, OdIfc4x3_rc1::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc1::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc1::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc1::IfcElectricGenerator, OdIfc4x3_rc1::IfcElectricGeneratorType, OdIfc4x3_rc1::IfcElectricMotor, OdIfc4x3_rc1::IfcElectricMotorType, OdIfc4x3_rc1::IfcElectricTimeControl, OdIfc4x3_rc1::IfcElectricTimeControlType, OdIfc4x3_rc1::IfcElementarySurface, OdIfc4x3_rc1::IfcElementAssembly, OdIfc4x3_rc1::IfcElementAssemblyType, OdIfc4x3_rc1::IfcElement, OdIfc4x3_rc1::IfcElementComponent, OdIfc4x3_rc1::IfcElementComponentType, OdIfc4x3_rc1::IfcElementQuantity, OdIfc4x3_rc1::IfcElementType, OdIfc4x3_rc1::IfcEllipse, OdIfc4x3_rc1::IfcEllipseProfileDef, OdIfc4x3_rc1::IfcEnergyConversionDevice, OdIfc4x3_rc1::IfcEnergyConversionDeviceType, OdIfc4x3_rc1::IfcEngine, OdIfc4x3_rc1::IfcEngineType, OdIfc4x3_rc1::IfcEvaporativeCooler, OdIfc4x3_rc1::IfcEvaporativeCoolerType, OdIfc4x3_rc1::IfcEvaporator, OdIfc4x3_rc1::IfcEvaporatorType, OdIfc4x3_rc1::IfcEvent, OdIfc4x3_rc1::IfcEventTime, OdIfc4x3_rc1::IfcEventType, OdIfc4x3_rc1::IfcExtendedProperties, OdIfc4x3_rc1::IfcExternalInformation, OdIfc4x3_rc1::IfcExternallyDefinedHatchStyle, OdIfc4x3_rc1::IfcExternallyDefinedSurfaceStyle, OdIfc4x3_rc1::IfcExternallyDefinedTextFont, OdIfc4x3_rc1::IfcExternalReference, OdIfc4x3_rc1::IfcExternalReferenceRelationship, OdIfc4x3_rc1::IfcExternalSpatialElement, OdIfc4x3_rc1::IfcExternalSpatialStructureElement, OdIfc4x3_rc1::IfcExtrudedAreaSolid, OdIfc4x3_rc1::IfcExtrudedAreaSolidTapered, OdIfc4x3_rc1::IfcFace, OdIfc4x3_rc1::IfcFaceBasedSurfaceModel, OdIfc4x3_rc1::IfcFaceBound, OdIfc4x3_rc1::IfcFaceOuterBound, OdIfc4x3_rc1::IfcFaceSurface, OdIfc4x3_rc1::IfcFacetedBrep, OdIfc4x3_rc1::IfcFacetedBrepWithVoids, OdIfc4x3_rc1::IfcFacility, OdIfc4x3_rc1::IfcFacilityPart, OdIfc4x3_rc1::IfcFailureConnectionCondition, OdIfc4x3_rc1::IfcFan, OdIfc4x3_rc1::IfcFanType, OdIfc4x3_rc1::IfcFastener, OdIfc4x3_rc1::IfcFastenerType, OdIfc4x3_rc1::IfcFeatureElementAddition, OdIfc4x3_rc1::IfcFeatureElement, OdIfc4x3_rc1::IfcFeatureElementSubtraction, OdIfc4x3_rc1::IfcFillAreaStyle, OdIfc4x3_rc1::IfcFillAreaStyleHatching, OdIfc4x3_rc1::IfcFillAreaStyleTiles, OdIfc4x3_rc1::IfcFilter, OdIfc4x3_rc1::IfcFilterType, OdIfc4x3_rc1::IfcFireSuppressionTerminal, OdIfc4x3_rc1::IfcFireSuppressionTerminalType, OdIfc4x3_rc1::IfcFixedReferenceSweptAreaSolid, OdIfc4x3_rc1::IfcFlowController, OdIfc4x3_rc1::IfcFlowControllerType, OdIfc4x3_rc1::IfcFlowFitting, OdIfc4x3_rc1::IfcFlowFittingType, OdIfc4x3_rc1::IfcFlowInstrument, OdIfc4x3_rc1::IfcFlowInstrumentType, OdIfc4x3_rc1::IfcFlowMeter, OdIfc4x3_rc1::IfcFlowMeterType, OdIfc4x3_rc1::IfcFlowMovingDevice, OdIfc4x3_rc1::IfcFlowMovingDeviceType, OdIfc4x3_rc1::IfcFlowSegment, OdIfc4x3_rc1::IfcFlowSegmentType, OdIfc4x3_rc1::IfcFlowStorageDevice, OdIfc4x3_rc1::IfcFlowStorageDeviceType, OdIfc4x3_rc1::IfcFlowTerminal, OdIfc4x3_rc1::IfcFlowTerminalType, OdIfc4x3_rc1::IfcFlowTreatmentDevice, OdIfc4x3_rc1::IfcFlowTreatmentDeviceType, OdIfc4x3_rc1::IfcFooting, OdIfc4x3_rc1::IfcFootingType, OdIfc4x3_rc1::IfcFurnishingElement, OdIfc4x3_rc1::IfcFurnishingElementType, OdIfc4x3_rc1::IfcFurniture, OdIfc4x3_rc1::IfcFurnitureType, OdIfc4x3_rc1::IfcGeographicElement, OdIfc4x3_rc1::IfcGeographicElementType, OdIfc4x3_rc1::IfcGeometricCurveSet, OdIfc4x3_rc1::IfcGeometricRepresentationContext, OdIfc4x3_rc1::IfcGeometricRepresentationItem, OdIfc4x3_rc1::IfcGeometricRepresentationSubContext, OdIfc4x3_rc1::IfcGeometricSet, OdIfc4x3_rc1::IfcGeomodel, OdIfc4x3_rc1::IfcGeoslice, OdIfc4x3_rc1::IfcGeotechnicalAssembly, OdIfc4x3_rc1::IfcGeotechnicalElement, OdIfc4x3_rc1::IfcGeotechnicalStratum, OdIfc4x3_rc1::IfcGrid, OdIfc4x3_rc1::IfcGridAxis, OdIfc4x3_rc1::IfcGridPlacement, OdIfc4x3_rc1::IfcGroup, OdIfc4x3_rc1::IfcHalfSpaceSolid, OdIfc4x3_rc1::IfcHeatExchanger, OdIfc4x3_rc1::IfcHeatExchangerType, OdIfc4x3_rc1::IfcHumidifier, OdIfc4x3_rc1::IfcHumidifierType, OdIfc4x3_rc1::IfcImageTexture, OdIfc4x3_rc1::IfcImpactProtectionDevice, OdIfc4x3_rc1::IfcImpactProtectionDeviceType, OdIfc4x3_rc1::IfcInclinedReferenceSweptAreaSolid, OdIfc4x3_rc1::IfcIndexedColourMap, OdIfc4x3_rc1::IfcIndexedPolyCurve, OdIfc4x3_rc1::IfcIndexedPolygonalFace, OdIfc4x3_rc1::IfcIndexedPolygonalFaceWithVoids, OdIfc4x3_rc1::IfcIndexedTextureMap, OdIfc4x3_rc1::IfcIndexedTriangleTextureMap, OdIfc4x3_rc1::IfcInterceptor, OdIfc4x3_rc1::IfcInterceptorType, OdIfc4x3_rc1::IfcIntersectionCurve, OdIfc4x3_rc1::IfcInventory, OdIfc4x3_rc1::IfcIrregularTimeSeries, OdIfc4x3_rc1::IfcIrregularTimeSeriesValue, OdIfc4x3_rc1::IfcIShapeProfileDef, OdIfc4x3_rc1::IfcJunctionBox, OdIfc4x3_rc1::IfcJunctionBoxType, OdIfc4x3_rc1::IfcKerb, OdIfc4x3_rc1::IfcKerbType, OdIfc4x3_rc1::IfcLaborResource, OdIfc4x3_rc1::IfcLaborResourceType, OdIfc4x3_rc1::IfcLagTime, OdIfc4x3_rc1::IfcLamp, OdIfc4x3_rc1::IfcLampType, OdIfc4x3_rc1::IfcLibraryInformation, OdIfc4x3_rc1::IfcLibraryReference, OdIfc4x3_rc1::IfcLightDistributionData, OdIfc4x3_rc1::IfcLightFixture, OdIfc4x3_rc1::IfcLightFixtureType, OdIfc4x3_rc1::IfcLightIntensityDistribution, OdIfc4x3_rc1::IfcLightSourceAmbient, OdIfc4x3_rc1::IfcLightSource, OdIfc4x3_rc1::IfcLightSourceDirectional, OdIfc4x3_rc1::IfcLightSourceGoniometric, OdIfc4x3_rc1::IfcLightSourcePositional, OdIfc4x3_rc1::IfcLightSourceSpot, OdIfc4x3_rc1::IfcLinearAxisWithInclination, OdIfc4x3_rc1::IfcLinearPlacement, OdIfc4x3_rc1::IfcLinearPlacementWithInclination, OdIfc4x3_rc1::IfcLinearPositioningElement, OdIfc4x3_rc1::IfcLinearSpanPlacement, OdIfc4x3_rc1::IfcLine, OdIfc4x3_rc1::IfcLineSegment2D, OdIfc4x3_rc1::IfcLiquidTerminal, OdIfc4x3_rc1::IfcLiquidTerminalType, OdIfc4x3_rc1::IfcLocalPlacement, OdIfc4x3_rc1::IfcLoop, OdIfc4x3_rc1::IfcLShapeProfileDef, OdIfc4x3_rc1::IfcManifoldSolidBrep, OdIfc4x3_rc1::IfcMapConversion, OdIfc4x3_rc1::IfcMappedItem, OdIfc4x3_rc1::IfcMarineFacility, OdIfc4x3_rc1::IfcMaterial, OdIfc4x3_rc1::IfcMaterialClassificationRelationship, OdIfc4x3_rc1::IfcMaterialConstituent, OdIfc4x3_rc1::IfcMaterialConstituentSet, OdIfc4x3_rc1::IfcMaterialDefinition, OdIfc4x3_rc1::IfcMaterialDefinitionRepresentation, OdIfc4x3_rc1::IfcMaterialLayer, OdIfc4x3_rc1::IfcMaterialLayerSet, OdIfc4x3_rc1::IfcMaterialLayerSetUsage, OdIfc4x3_rc1::IfcMaterialLayerWithOffsets, OdIfc4x3_rc1::IfcMaterialList, OdIfc4x3_rc1::IfcMaterialProfile, OdIfc4x3_rc1::IfcMaterialProfileSet, OdIfc4x3_rc1::IfcMaterialProfileSetUsage, OdIfc4x3_rc1::IfcMaterialProfileSetUsageTapering, OdIfc4x3_rc1::IfcMaterialProfileWithOffsets, OdIfc4x3_rc1::IfcMaterialProperties, OdIfc4x3_rc1::IfcMaterialRelationship, OdIfc4x3_rc1::IfcMaterialUsageDefinition, OdIfc4x3_rc1::IfcMeasureWithUnit, OdIfc4x3_rc1::IfcMechanicalFastener, OdIfc4x3_rc1::IfcMechanicalFastenerType, OdIfc4x3_rc1::IfcMedicalDevice, OdIfc4x3_rc1::IfcMedicalDeviceType, OdIfc4x3_rc1::IfcMember, OdIfc4x3_rc1::IfcMemberStandardCase, OdIfc4x3_rc1::IfcMemberType, OdIfc4x3_rc1::IfcMetric, OdIfc4x3_rc1::IfcMirroredProfileDef, OdIfc4x3_rc1::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc1::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc1::IfcMonetaryUnit, OdIfc4x3_rc1::IfcMooringDevice, OdIfc4x3_rc1::IfcMooringDeviceType, OdIfc4x3_rc1::IfcMotorConnection, OdIfc4x3_rc1::IfcMotorConnectionType, OdIfc4x3_rc1::IfcNamedUnit, OdIfc4x3_rc1::IfcNavigationElement, OdIfc4x3_rc1::IfcNavigationElementType, OdIfc4x3_rc1::IfcObject, OdIfc4x3_rc1::IfcObjectDefinition, OdIfc4x3_rc1::IfcObjective, OdIfc4x3_rc1::IfcObjectPlacement, OdIfc4x3_rc1::IfcOccupant, OdIfc4x3_rc1::IfcOffsetCurve2D, OdIfc4x3_rc1::IfcOffsetCurve3D, OdIfc4x3_rc1::IfcOffsetCurve, OdIfc4x3_rc1::IfcOffsetCurveByDistances, OdIfc4x3_rc1::IfcOpenCrossProfileDef, OdIfc4x3_rc1::IfcOpeningElement, OdIfc4x3_rc1::IfcOpeningStandardCase, OdIfc4x3_rc1::IfcOpenShell, OdIfc4x3_rc1::IfcOrganization, OdIfc4x3_rc1::IfcOrganizationRelationship, OdIfc4x3_rc1::IfcOrientationExpression, OdIfc4x3_rc1::IfcOrientedEdge, OdIfc4x3_rc1::IfcOuterBoundaryCurve, OdIfc4x3_rc1::IfcOutlet, OdIfc4x3_rc1::IfcOutletType, OdIfc4x3_rc1::IfcOwnerHistory, OdIfc4x3_rc1::IfcParameterizedProfileDef, OdIfc4x3_rc1::IfcPath, OdIfc4x3_rc1::IfcPavement, OdIfc4x3_rc1::IfcPavementType, OdIfc4x3_rc1::IfcPcurve, OdIfc4x3_rc1::IfcPerformanceHistory, OdIfc4x3_rc1::IfcPermeableCoveringProperties, OdIfc4x3_rc1::IfcPermit, OdIfc4x3_rc1::IfcPersonAndOrganization, OdIfc4x3_rc1::IfcPerson, OdIfc4x3_rc1::IfcPhysicalComplexQuantity, OdIfc4x3_rc1::IfcPhysicalQuantity, OdIfc4x3_rc1::IfcPhysicalSimpleQuantity, OdIfc4x3_rc1::IfcPile, OdIfc4x3_rc1::IfcPileType, OdIfc4x3_rc1::IfcPipeFitting, OdIfc4x3_rc1::IfcPipeFittingType, OdIfc4x3_rc1::IfcPipeSegment, OdIfc4x3_rc1::IfcPipeSegmentType, OdIfc4x3_rc1::IfcPixelTexture, OdIfc4x3_rc1::IfcPlacement, OdIfc4x3_rc1::IfcPlanarBox, OdIfc4x3_rc1::IfcPlanarExtent, OdIfc4x3_rc1::IfcPlane, OdIfc4x3_rc1::IfcPlant, OdIfc4x3_rc1::IfcPlate, OdIfc4x3_rc1::IfcPlateStandardCase, OdIfc4x3_rc1::IfcPlateType, OdIfc4x3_rc1::IfcPoint, OdIfc4x3_rc1::IfcPointOnCurve, OdIfc4x3_rc1::IfcPointOnSurface, OdIfc4x3_rc1::IfcPolygonalBoundedHalfSpace, OdIfc4x3_rc1::IfcPolygonalFaceSet, OdIfc4x3_rc1::IfcPolyline, OdIfc4x3_rc1::IfcPolyLoop, OdIfc4x3_rc1::IfcPort, OdIfc4x3_rc1::IfcPositioningElement, OdIfc4x3_rc1::IfcPostalAddress, OdIfc4x3_rc1::IfcPreDefinedColour, OdIfc4x3_rc1::IfcPreDefinedCurveFont, OdIfc4x3_rc1::IfcPreDefinedItem, OdIfc4x3_rc1::IfcPreDefinedProperties, OdIfc4x3_rc1::IfcPreDefinedPropertySet, OdIfc4x3_rc1::IfcPreDefinedTextFont, OdIfc4x3_rc1::IfcPresentationItem, OdIfc4x3_rc1::IfcPresentationLayerAssignment, OdIfc4x3_rc1::IfcPresentationLayerWithStyle, OdIfc4x3_rc1::IfcPresentationStyleAssignment, OdIfc4x3_rc1::IfcPresentationStyle, OdIfc4x3_rc1::IfcProcedure, OdIfc4x3_rc1::IfcProcedureType, OdIfc4x3_rc1::IfcProcess, OdIfc4x3_rc1::IfcProduct, OdIfc4x3_rc1::IfcProductDefinitionShape, OdIfc4x3_rc1::IfcProductRepresentation, OdIfc4x3_rc1::IfcProfileDef, OdIfc4x3_rc1::IfcProfileProperties, OdIfc4x3_rc1::IfcProject, OdIfc4x3_rc1::IfcProjectedCRS, OdIfc4x3_rc1::IfcProjectionElement, OdIfc4x3_rc1::IfcProjectLibrary, OdIfc4x3_rc1::IfcProjectOrder, OdIfc4x3_rc1::IfcPropertyAbstraction, OdIfc4x3_rc1::IfcProperty, OdIfc4x3_rc1::IfcPropertyBoundedValue, OdIfc4x3_rc1::IfcPropertyDefinition, OdIfc4x3_rc1::IfcPropertyDependencyRelationship, OdIfc4x3_rc1::IfcPropertyEnumeratedValue, OdIfc4x3_rc1::IfcPropertyEnumeration, OdIfc4x3_rc1::IfcPropertyListValue, OdIfc4x3_rc1::IfcPropertyReferenceValue, OdIfc4x3_rc1::IfcPropertySet, OdIfc4x3_rc1::IfcPropertySetDefinition, OdIfc4x3_rc1::IfcPropertySetTemplate, OdIfc4x3_rc1::IfcPropertySingleValue, OdIfc4x3_rc1::IfcPropertyTableValue, OdIfc4x3_rc1::IfcPropertyTemplate, OdIfc4x3_rc1::IfcPropertyTemplateDefinition, OdIfc4x3_rc1::IfcProtectiveDevice, OdIfc4x3_rc1::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc1::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc1::IfcProtectiveDeviceType, OdIfc4x3_rc1::IfcProxy, OdIfc4x3_rc1::IfcPump, OdIfc4x3_rc1::IfcPumpType, OdIfc4x3_rc1::IfcQuantityArea, OdIfc4x3_rc1::IfcQuantityCount, OdIfc4x3_rc1::IfcQuantityLength, OdIfc4x3_rc1::IfcQuantitySet, OdIfc4x3_rc1::IfcQuantityTime, OdIfc4x3_rc1::IfcQuantityVolume, OdIfc4x3_rc1::IfcQuantityWeight, OdIfc4x3_rc1::IfcRail, OdIfc4x3_rc1::IfcRailing, OdIfc4x3_rc1::IfcRailingType, OdIfc4x3_rc1::IfcRailType, OdIfc4x3_rc1::IfcRailway, OdIfc4x3_rc1::IfcRamp, OdIfc4x3_rc1::IfcRampFlight, OdIfc4x3_rc1::IfcRampFlightType, OdIfc4x3_rc1::IfcRampType, OdIfc4x3_rc1::IfcRationalBSplineCurveWithKnots, OdIfc4x3_rc1::IfcRationalBSplineSurfaceWithKnots, OdIfc4x3_rc1::IfcRectangleHollowProfileDef, OdIfc4x3_rc1::IfcRectangleProfileDef, OdIfc4x3_rc1::IfcRectangularPyramid, OdIfc4x3_rc1::IfcRectangularTrimmedSurface, OdIfc4x3_rc1::IfcRecurrencePattern, OdIfc4x3_rc1::IfcReference, OdIfc4x3_rc1::IfcReferent, OdIfc4x3_rc1::IfcRegularTimeSeries, OdIfc4x3_rc1::IfcReinforcedSoil, OdIfc4x3_rc1::IfcReinforcementBarProperties, OdIfc4x3_rc1::IfcReinforcementDefinitionProperties, OdIfc4x3_rc1::IfcReinforcingBar, OdIfc4x3_rc1::IfcReinforcingBarType, OdIfc4x3_rc1::IfcReinforcingElement, OdIfc4x3_rc1::IfcReinforcingElementType, OdIfc4x3_rc1::IfcReinforcingMesh, OdIfc4x3_rc1::IfcReinforcingMeshType, OdIfc4x3_rc1::IfcRelAggregates, OdIfc4x3_rc1::IfcRelAssigns, OdIfc4x3_rc1::IfcRelAssignsToActor, OdIfc4x3_rc1::IfcRelAssignsToControl, OdIfc4x3_rc1::IfcRelAssignsToGroup, OdIfc4x3_rc1::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc1::IfcRelAssignsToProcess, OdIfc4x3_rc1::IfcRelAssignsToProduct, OdIfc4x3_rc1::IfcRelAssignsToResource, OdIfc4x3_rc1::IfcRelAssociatesApproval, OdIfc4x3_rc1::IfcRelAssociates, OdIfc4x3_rc1::IfcRelAssociatesClassification, OdIfc4x3_rc1::IfcRelAssociatesConstraint, OdIfc4x3_rc1::IfcRelAssociatesDocument, OdIfc4x3_rc1::IfcRelAssociatesLibrary, OdIfc4x3_rc1::IfcRelAssociatesMaterial, OdIfc4x3_rc1::IfcRelAssociatesProfileDef, OdIfc4x3_rc1::IfcRelationship, OdIfc4x3_rc1::IfcRelConnects, OdIfc4x3_rc1::IfcRelConnectsElements, OdIfc4x3_rc1::IfcRelConnectsPathElements, OdIfc4x3_rc1::IfcRelConnectsPorts, OdIfc4x3_rc1::IfcRelConnectsPortToElement, OdIfc4x3_rc1::IfcRelConnectsStructuralActivity, OdIfc4x3_rc1::IfcRelConnectsStructuralMember, OdIfc4x3_rc1::IfcRelConnectsWithEccentricity, OdIfc4x3_rc1::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc1::IfcRelContainedInSpatialStructure, OdIfc4x3_rc1::IfcRelCoversBldgElements, OdIfc4x3_rc1::IfcRelCoversSpaces, OdIfc4x3_rc1::IfcRelDeclares, OdIfc4x3_rc1::IfcRelDecomposes, OdIfc4x3_rc1::IfcRelDefines, OdIfc4x3_rc1::IfcRelDefinesByObject, OdIfc4x3_rc1::IfcRelDefinesByProperties, OdIfc4x3_rc1::IfcRelDefinesByTemplate, OdIfc4x3_rc1::IfcRelDefinesByType, OdIfc4x3_rc1::IfcRelFillsElement, OdIfc4x3_rc1::IfcRelFlowControlElements, OdIfc4x3_rc1::IfcRelInterferesElements, OdIfc4x3_rc1::IfcRelNests, OdIfc4x3_rc1::IfcRelPositions, OdIfc4x3_rc1::IfcRelProjectsElement, OdIfc4x3_rc1::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc1::IfcRelSequence, OdIfc4x3_rc1::IfcRelServicesBuildings, OdIfc4x3_rc1::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc1::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc1::IfcRelSpaceBoundary, OdIfc4x3_rc1::IfcRelVoidsElement, OdIfc4x3_rc1::IfcReparametrisedCompositeCurveSegment, OdIfc4x3_rc1::IfcRepresentation, OdIfc4x3_rc1::IfcRepresentationContext, OdIfc4x3_rc1::IfcRepresentationItem, OdIfc4x3_rc1::IfcRepresentationMap, OdIfc4x3_rc1::IfcResourceApprovalRelationship, OdIfc4x3_rc1::IfcResource, OdIfc4x3_rc1::IfcResourceConstraintRelationship, OdIfc4x3_rc1::IfcResourceLevelRelationship, OdIfc4x3_rc1::IfcResourceTime, OdIfc4x3_rc1::IfcRevolvedAreaSolid, OdIfc4x3_rc1::IfcRevolvedAreaSolidTapered, OdIfc4x3_rc1::IfcRightCircularCone, OdIfc4x3_rc1::IfcRightCircularCylinder, OdIfc4x3_rc1::IfcRoad, OdIfc4x3_rc1::IfcRoof, OdIfc4x3_rc1::IfcRoofType, OdIfc4x3_rc1::IfcRoot, OdIfc4x3_rc1::IfcRoundedRectangleProfileDef, OdIfc4x3_rc1::IfcSanitaryTerminal, OdIfc4x3_rc1::IfcSanitaryTerminalType, OdIfc4x3_rc1::IfcSchedulingTime, OdIfc4x3_rc1::IfcSeamCurve, OdIfc4x3_rc1::IfcSectionedSolid, OdIfc4x3_rc1::IfcSectionedSolidHorizontal, OdIfc4x3_rc1::IfcSectionedSpine, OdIfc4x3_rc1::IfcSectionedSurface, OdIfc4x3_rc1::IfcSectionProperties, OdIfc4x3_rc1::IfcSectionReinforcementProperties, OdIfc4x3_rc1::IfcSensor, OdIfc4x3_rc1::IfcSensorType, OdIfc4x3_rc1::IfcShadingDevice, OdIfc4x3_rc1::IfcShadingDeviceType, OdIfc4x3_rc1::IfcShapeAspect, OdIfc4x3_rc1::IfcShapeModel, OdIfc4x3_rc1::IfcShapeRepresentation, OdIfc4x3_rc1::IfcShellBasedSurfaceModel, OdIfc4x3_rc1::IfcSignal, OdIfc4x3_rc1::IfcSignalType, OdIfc4x3_rc1::IfcSign, OdIfc4x3_rc1::IfcSignType, OdIfc4x3_rc1::IfcSimpleProperty, OdIfc4x3_rc1::IfcSimplePropertyTemplate, OdIfc4x3_rc1::IfcSite, OdIfc4x3_rc1::IfcSIUnit, OdIfc4x3_rc1::IfcSlab, OdIfc4x3_rc1::IfcSlabElementedCase, OdIfc4x3_rc1::IfcSlabStandardCase, OdIfc4x3_rc1::IfcSlabType, OdIfc4x3_rc1::IfcSlippageConnectionCondition, OdIfc4x3_rc1::IfcSolarDevice, OdIfc4x3_rc1::IfcSolarDeviceType, OdIfc4x3_rc1::IfcSolidModel, OdIfc4x3_rc1::IfcSolidStratum, OdIfc4x3_rc1::IfcSpace, OdIfc4x3_rc1::IfcSpaceHeater, OdIfc4x3_rc1::IfcSpaceHeaterType, OdIfc4x3_rc1::IfcSpaceType, OdIfc4x3_rc1::IfcSpatialElement, OdIfc4x3_rc1::IfcSpatialElementType, OdIfc4x3_rc1::IfcSpatialStructureElement, OdIfc4x3_rc1::IfcSpatialStructureElementType, OdIfc4x3_rc1::IfcSpatialZone, OdIfc4x3_rc1::IfcSpatialZoneType, OdIfc4x3_rc1::IfcSphere, OdIfc4x3_rc1::IfcSphericalSurface, OdIfc4x3_rc1::IfcStackTerminal, OdIfc4x3_rc1::IfcStackTerminalType, OdIfc4x3_rc1::IfcStair, OdIfc4x3_rc1::IfcStairFlight, OdIfc4x3_rc1::IfcStairFlightType, OdIfc4x3_rc1::IfcStairType, OdIfc4x3_rc1::IfcStructuralAction, OdIfc4x3_rc1::IfcStructuralActivity, OdIfc4x3_rc1::IfcStructuralAnalysisModel, OdIfc4x3_rc1::IfcStructuralConnection, OdIfc4x3_rc1::IfcStructuralConnectionCondition, OdIfc4x3_rc1::IfcStructuralCurveAction, OdIfc4x3_rc1::IfcStructuralCurveConnection, OdIfc4x3_rc1::IfcStructuralCurveMember, OdIfc4x3_rc1::IfcStructuralCurveMemberVarying, OdIfc4x3_rc1::IfcStructuralCurveReaction, OdIfc4x3_rc1::IfcStructuralItem, OdIfc4x3_rc1::IfcStructuralLinearAction, OdIfc4x3_rc1::IfcStructuralLoad, OdIfc4x3_rc1::IfcStructuralLoadCase, OdIfc4x3_rc1::IfcStructuralLoadConfiguration, OdIfc4x3_rc1::IfcStructuralLoadGroup, OdIfc4x3_rc1::IfcStructuralLoadLinearForce, OdIfc4x3_rc1::IfcStructuralLoadOrResult, OdIfc4x3_rc1::IfcStructuralLoadPlanarForce, OdIfc4x3_rc1::IfcStructuralLoadSingleDisplacement, OdIfc4x3_rc1::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x3_rc1::IfcStructuralLoadSingleForce, OdIfc4x3_rc1::IfcStructuralLoadSingleForceWarping, OdIfc4x3_rc1::IfcStructuralLoadStatic, OdIfc4x3_rc1::IfcStructuralLoadTemperature, OdIfc4x3_rc1::IfcStructuralMember, OdIfc4x3_rc1::IfcStructuralPlanarAction, OdIfc4x3_rc1::IfcStructuralPointAction, OdIfc4x3_rc1::IfcStructuralPointConnection, OdIfc4x3_rc1::IfcStructuralPointReaction, OdIfc4x3_rc1::IfcStructuralReaction, OdIfc4x3_rc1::IfcStructuralResultGroup, OdIfc4x3_rc1::IfcStructuralSurfaceAction, OdIfc4x3_rc1::IfcStructuralSurfaceConnection, OdIfc4x3_rc1::IfcStructuralSurfaceMember, OdIfc4x3_rc1::IfcStructuralSurfaceMemberVarying, OdIfc4x3_rc1::IfcStructuralSurfaceReaction, OdIfc4x3_rc1::IfcStyledItem, OdIfc4x3_rc1::IfcStyledRepresentation, OdIfc4x3_rc1::IfcStyleModel, OdIfc4x3_rc1::IfcSubContractResource, OdIfc4x3_rc1::IfcSubContractResourceType, OdIfc4x3_rc1::IfcSubedge, OdIfc4x3_rc1::IfcSurface, OdIfc4x3_rc1::IfcSurfaceCurve, OdIfc4x3_rc1::IfcSurfaceCurveSweptAreaSolid, OdIfc4x3_rc1::IfcSurfaceFeature, OdIfc4x3_rc1::IfcSurfaceOfLinearExtrusion, OdIfc4x3_rc1::IfcSurfaceOfRevolution, OdIfc4x3_rc1::IfcSurfaceReinforcementArea, OdIfc4x3_rc1::IfcSurfaceStyle, OdIfc4x3_rc1::IfcSurfaceStyleLighting, OdIfc4x3_rc1::IfcSurfaceStyleRefraction, OdIfc4x3_rc1::IfcSurfaceStyleRendering, OdIfc4x3_rc1::IfcSurfaceStyleShading, OdIfc4x3_rc1::IfcSurfaceStyleWithTextures, OdIfc4x3_rc1::IfcSurfaceTexture, OdIfc4x3_rc1::IfcSweptAreaSolid, OdIfc4x3_rc1::IfcSweptDiskSolid, OdIfc4x3_rc1::IfcSweptDiskSolidPolygonal, OdIfc4x3_rc1::IfcSweptSurface, OdIfc4x3_rc1::IfcSwitchingDevice, OdIfc4x3_rc1::IfcSwitchingDeviceType, OdIfc4x3_rc1::IfcSystem, OdIfc4x3_rc1::IfcSystemFurnitureElement, OdIfc4x3_rc1::IfcSystemFurnitureElementType, OdIfc4x3_rc1::IfcTable, OdIfc4x3_rc1::IfcTableColumn, OdIfc4x3_rc1::IfcTableRow, OdIfc4x3_rc1::IfcTank, OdIfc4x3_rc1::IfcTankType, OdIfc4x3_rc1::IfcTask, OdIfc4x3_rc1::IfcTaskTime, OdIfc4x3_rc1::IfcTaskTimeRecurring, OdIfc4x3_rc1::IfcTaskType, OdIfc4x3_rc1::IfcTelecomAddress, OdIfc4x3_rc1::IfcTendonAnchor, OdIfc4x3_rc1::IfcTendonAnchorType, OdIfc4x3_rc1::IfcTendon, OdIfc4x3_rc1::IfcTendonConduit, OdIfc4x3_rc1::IfcTendonConduitType, OdIfc4x3_rc1::IfcTendonType, OdIfc4x3_rc1::IfcTessellatedFaceSet, OdIfc4x3_rc1::IfcTessellatedItem, OdIfc4x3_rc1::IfcTextLiteral, OdIfc4x3_rc1::IfcTextLiteralWithExtent, OdIfc4x3_rc1::IfcTextStyle, OdIfc4x3_rc1::IfcTextStyleFontModel, OdIfc4x3_rc1::IfcTextStyleForDefinedFont, OdIfc4x3_rc1::IfcTextStyleTextModel, OdIfc4x3_rc1::IfcTextureCoordinate, OdIfc4x3_rc1::IfcTextureCoordinateGenerator, OdIfc4x3_rc1::IfcTextureMap, OdIfc4x3_rc1::IfcTextureVertex, OdIfc4x3_rc1::IfcTextureVertexList, OdIfc4x3_rc1::IfcTimePeriod, OdIfc4x3_rc1::IfcTimeSeries, OdIfc4x3_rc1::IfcTimeSeriesValue, OdIfc4x3_rc1::IfcTopologicalRepresentationItem, OdIfc4x3_rc1::IfcTopologyRepresentation, OdIfc4x3_rc1::IfcToroidalSurface, OdIfc4x3_rc1::IfcTrackElement, OdIfc4x3_rc1::IfcTrackElementType, OdIfc4x3_rc1::IfcTransformer, OdIfc4x3_rc1::IfcTransformerType, OdIfc4x3_rc1::IfcTransitionCurveSegment2D, OdIfc4x3_rc1::IfcTransportElement, OdIfc4x3_rc1::IfcTransportElementType, OdIfc4x3_rc1::IfcTrapeziumProfileDef, OdIfc4x3_rc1::IfcTriangulatedFaceSet, OdIfc4x3_rc1::IfcTriangulatedIrregularNetwork, OdIfc4x3_rc1::IfcTrimmedCurve, OdIfc4x3_rc1::IfcTShapeProfileDef, OdIfc4x3_rc1::IfcTubeBundle, OdIfc4x3_rc1::IfcTubeBundleType, OdIfc4x3_rc1::IfcTypeObject, OdIfc4x3_rc1::IfcTypeProcess, OdIfc4x3_rc1::IfcTypeProduct, OdIfc4x3_rc1::IfcTypeResource, OdIfc4x3_rc1::IfcUnitaryControlElement, OdIfc4x3_rc1::IfcUnitaryControlElementType, OdIfc4x3_rc1::IfcUnitaryEquipment, OdIfc4x3_rc1::IfcUnitaryEquipmentType, OdIfc4x3_rc1::IfcUnitAssignment, OdIfc4x3_rc1::IfcUShapeProfileDef, OdIfc4x3_rc1::IfcValve, OdIfc4x3_rc1::IfcValveType, OdIfc4x3_rc1::IfcVector, OdIfc4x3_rc1::IfcVertex, OdIfc4x3_rc1::IfcVertexLoop, OdIfc4x3_rc1::IfcVertexPoint, OdIfc4x3_rc1::IfcVibrationDamper, OdIfc4x3_rc1::IfcVibrationDamperType, OdIfc4x3_rc1::IfcVibrationIsolator, OdIfc4x3_rc1::IfcVibrationIsolatorType, OdIfc4x3_rc1::IfcVirtualElement, OdIfc4x3_rc1::IfcVirtualGridIntersection, OdIfc4x3_rc1::IfcVoidingFeature, OdIfc4x3_rc1::IfcVoidStratum, OdIfc4x3_rc1::IfcWall, OdIfc4x3_rc1::IfcWallElementedCase, OdIfc4x3_rc1::IfcWallStandardCase, OdIfc4x3_rc1::IfcWallType, OdIfc4x3_rc1::IfcWasteTerminal, OdIfc4x3_rc1::IfcWasteTerminalType, OdIfc4x3_rc1::IfcWaterStratum, OdIfc4x3_rc1::IfcWindow, OdIfc4x3_rc1::IfcWindowLiningProperties, OdIfc4x3_rc1::IfcWindowPanelProperties, OdIfc4x3_rc1::IfcWindowStandardCase, OdIfc4x3_rc1::IfcWindowStyle, OdIfc4x3_rc1::IfcWindowType, OdIfc4x3_rc1::IfcWorkCalendar, OdIfc4x3_rc1::IfcWorkControl, OdIfc4x3_rc1::IfcWorkPlan, OdIfc4x3_rc1::IfcWorkSchedule, OdIfc4x3_rc1::IfcWorkTime, OdIfc4x3_rc1::IfcZone, OdIfc4x3_rc1::IfcZShapeProfileDef, OdIfc4x3_rc4::IfcActionRequest, OdIfc4x3_rc4::IfcActor, OdIfc4x3_rc4::IfcActorRole, OdIfc4x3_rc4::IfcActuator, OdIfc4x3_rc4::IfcActuatorType, OdIfc4x3_rc4::IfcAddress, OdIfc4x3_rc4::IfcAdvancedBrep, OdIfc4x3_rc4::IfcAdvancedBrepWithVoids, OdIfc4x3_rc4::IfcAdvancedFace, OdIfc4x3_rc4::IfcAirTerminal, OdIfc4x3_rc4::IfcAirTerminalBox, OdIfc4x3_rc4::IfcAirTerminalBoxType, OdIfc4x3_rc4::IfcAirTerminalType, OdIfc4x3_rc4::IfcAirToAirHeatRecovery, OdIfc4x3_rc4::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc4::IfcAlarm, OdIfc4x3_rc4::IfcAlarmType, OdIfc4x3_rc4::IfcAlignment, OdIfc4x3_rc4::IfcAlignmentCant, OdIfc4x3_rc4::IfcAlignmentCantSegment, OdIfc4x3_rc4::IfcAlignmentHorizontal, OdIfc4x3_rc4::IfcAlignmentHorizontalSegment, OdIfc4x3_rc4::IfcAlignmentParameterSegment, OdIfc4x3_rc4::IfcAlignmentSegment, OdIfc4x3_rc4::IfcAlignmentVertical, OdIfc4x3_rc4::IfcAlignmentVerticalSegment, OdIfc4x3_rc4::IfcAnnotation, OdIfc4x3_rc4::IfcAnnotationFillArea, OdIfc4x3_rc4::IfcApplication, OdIfc4x3_rc4::IfcAppliedValue, OdIfc4x3_rc4::IfcApproval, OdIfc4x3_rc4::IfcApprovalRelationship, OdIfc4x3_rc4::IfcArbitraryClosedProfileDef, OdIfc4x3_rc4::IfcArbitraryOpenProfileDef, OdIfc4x3_rc4::IfcArbitraryProfileDefWithVoids, OdIfc4x3_rc4::IfcAsset, OdIfc4x3_rc4::IfcAsymmetricIShapeProfileDef, OdIfc4x3_rc4::IfcAudioVisualAppliance, OdIfc4x3_rc4::IfcAudioVisualApplianceType, OdIfc4x3_rc4::IfcAxis1Placement, OdIfc4x3_rc4::IfcAxis2Placement2D, OdIfc4x3_rc4::IfcAxis2Placement3D, OdIfc4x3_rc4::IfcAxis2PlacementLinear, OdIfc4x3_rc4::IfcBeam, OdIfc4x3_rc4::IfcBeamStandardCase, OdIfc4x3_rc4::IfcBeamType, OdIfc4x3_rc4::IfcBearing, OdIfc4x3_rc4::IfcBearingType, OdIfc4x3_rc4::IfcBlobTexture, OdIfc4x3_rc4::IfcBlock, OdIfc4x3_rc4::IfcBoiler, OdIfc4x3_rc4::IfcBoilerType, OdIfc4x3_rc4::IfcBooleanClippingResult, OdIfc4x3_rc4::IfcBooleanResult, OdIfc4x3_rc4::IfcBorehole, OdIfc4x3_rc4::IfcBoundaryCondition, OdIfc4x3_rc4::IfcBoundaryCurve, OdIfc4x3_rc4::IfcBoundaryEdgeCondition, OdIfc4x3_rc4::IfcBoundaryFaceCondition, OdIfc4x3_rc4::IfcBoundaryNodeCondition, OdIfc4x3_rc4::IfcBoundaryNodeConditionWarping, OdIfc4x3_rc4::IfcBoundedCurve, OdIfc4x3_rc4::IfcBoundedSurface, OdIfc4x3_rc4::IfcBoundingBox, OdIfc4x3_rc4::IfcBoxedHalfSpace, OdIfc4x3_rc4::IfcBridge, OdIfc4x3_rc4::IfcBSplineCurve, OdIfc4x3_rc4::IfcBSplineCurveWithKnots, OdIfc4x3_rc4::IfcBSplineSurface, OdIfc4x3_rc4::IfcBSplineSurfaceWithKnots, OdIfc4x3_rc4::IfcBuilding, OdIfc4x3_rc4::IfcBuildingElementPart, OdIfc4x3_rc4::IfcBuildingElementPartType, OdIfc4x3_rc4::IfcBuildingElementProxy, OdIfc4x3_rc4::IfcBuildingElementProxyType, OdIfc4x3_rc4::IfcBuildingStorey, OdIfc4x3_rc4::IfcBuildingSystem, OdIfc4x3_rc4::IfcBuiltElement, OdIfc4x3_rc4::IfcBuiltElementType, OdIfc4x3_rc4::IfcBuiltSystem, OdIfc4x3_rc4::IfcBurner, OdIfc4x3_rc4::IfcBurnerType, OdIfc4x3_rc4::IfcCableCarrierFitting, OdIfc4x3_rc4::IfcCableCarrierFittingType, OdIfc4x3_rc4::IfcCableCarrierSegment, OdIfc4x3_rc4::IfcCableCarrierSegmentType, OdIfc4x3_rc4::IfcCableFitting, OdIfc4x3_rc4::IfcCableFittingType, OdIfc4x3_rc4::IfcCableSegment, OdIfc4x3_rc4::IfcCableSegmentType, OdIfc4x3_rc4::IfcCaissonFoundation, OdIfc4x3_rc4::IfcCaissonFoundationType, OdIfc4x3_rc4::IfcCartesianPoint, OdIfc4x3_rc4::IfcCartesianPointList2D, OdIfc4x3_rc4::IfcCartesianPointList3D, OdIfc4x3_rc4::IfcCartesianPointList, OdIfc4x3_rc4::IfcCartesianTransformationOperator2D, OdIfc4x3_rc4::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x3_rc4::IfcCartesianTransformationOperator3D, OdIfc4x3_rc4::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x3_rc4::IfcCartesianTransformationOperator, OdIfc4x3_rc4::IfcCenterLineProfileDef, OdIfc4x3_rc4::IfcChiller, OdIfc4x3_rc4::IfcChillerType, OdIfc4x3_rc4::IfcChimney, OdIfc4x3_rc4::IfcChimneyType, OdIfc4x3_rc4::IfcCircle, OdIfc4x3_rc4::IfcCircleHollowProfileDef, OdIfc4x3_rc4::IfcCircleProfileDef, OdIfc4x3_rc4::IfcCivilElement, OdIfc4x3_rc4::IfcCivilElementType, OdIfc4x3_rc4::IfcClassification, OdIfc4x3_rc4::IfcClassificationReference, OdIfc4x3_rc4::IfcClosedShell, OdIfc4x3_rc4::IfcClothoid, OdIfc4x3_rc4::IfcCoil, OdIfc4x3_rc4::IfcCoilType, OdIfc4x3_rc4::IfcColourRgb, OdIfc4x3_rc4::IfcColourRgbList, OdIfc4x3_rc4::IfcColourSpecification, OdIfc4x3_rc4::IfcColumn, OdIfc4x3_rc4::IfcColumnStandardCase, OdIfc4x3_rc4::IfcColumnType, OdIfc4x3_rc4::IfcCommunicationsAppliance, OdIfc4x3_rc4::IfcCommunicationsApplianceType, OdIfc4x3_rc4::IfcComplexProperty, OdIfc4x3_rc4::IfcComplexPropertyTemplate, OdIfc4x3_rc4::IfcCompositeCurve, OdIfc4x3_rc4::IfcCompositeCurveOnSurface, OdIfc4x3_rc4::IfcCompositeCurveSegment, OdIfc4x3_rc4::IfcCompositeProfileDef, OdIfc4x3_rc4::IfcCompressor, OdIfc4x3_rc4::IfcCompressorType, OdIfc4x3_rc4::IfcCondenser, OdIfc4x3_rc4::IfcCondenserType, OdIfc4x3_rc4::IfcConic, OdIfc4x3_rc4::IfcConnectedFaceSet, OdIfc4x3_rc4::IfcConnectionCurveGeometry, OdIfc4x3_rc4::IfcConnectionGeometry, OdIfc4x3_rc4::IfcConnectionPointEccentricity, OdIfc4x3_rc4::IfcConnectionPointGeometry, OdIfc4x3_rc4::IfcConnectionSurfaceGeometry, OdIfc4x3_rc4::IfcConnectionVolumeGeometry, OdIfc4x3_rc4::IfcConstraint, OdIfc4x3_rc4::IfcConstructionEquipmentResource, OdIfc4x3_rc4::IfcConstructionEquipmentResourceType, OdIfc4x3_rc4::IfcConstructionMaterialResource, OdIfc4x3_rc4::IfcConstructionMaterialResourceType, OdIfc4x3_rc4::IfcConstructionProductResource, OdIfc4x3_rc4::IfcConstructionProductResourceType, OdIfc4x3_rc4::IfcConstructionResource, OdIfc4x3_rc4::IfcConstructionResourceType, OdIfc4x3_rc4::IfcContext, OdIfc4x3_rc4::IfcContextDependentUnit, OdIfc4x3_rc4::IfcControl, OdIfc4x3_rc4::IfcController, OdIfc4x3_rc4::IfcControllerType, OdIfc4x3_rc4::IfcConversionBasedUnit, OdIfc4x3_rc4::IfcConversionBasedUnitWithOffset, OdIfc4x3_rc4::IfcConveyorSegment, OdIfc4x3_rc4::IfcConveyorSegmentType, OdIfc4x3_rc4::IfcCooledBeam, OdIfc4x3_rc4::IfcCooledBeamType, OdIfc4x3_rc4::IfcCoolingTower, OdIfc4x3_rc4::IfcCoolingTowerType, OdIfc4x3_rc4::IfcCoordinateOperation, OdIfc4x3_rc4::IfcCoordinateReferenceSystem, OdIfc4x3_rc4::IfcCosine, OdIfc4x3_rc4::IfcCostItem, OdIfc4x3_rc4::IfcCostSchedule, OdIfc4x3_rc4::IfcCostValue, OdIfc4x3_rc4::IfcCourse, OdIfc4x3_rc4::IfcCourseType, OdIfc4x3_rc4::IfcCovering, OdIfc4x3_rc4::IfcCoveringType, OdIfc4x3_rc4::IfcCrewResource, OdIfc4x3_rc4::IfcCrewResourceType, OdIfc4x3_rc4::IfcCsgPrimitive3D, OdIfc4x3_rc4::IfcCsgSolid, OdIfc4x3_rc4::IfcCShapeProfileDef, OdIfc4x3_rc4::IfcCurrencyRelationship, OdIfc4x3_rc4::IfcCurtainWall, OdIfc4x3_rc4::IfcCurtainWallType, OdIfc4x3_rc4::IfcCurve, OdIfc4x3_rc4::IfcCurveBoundedPlane, OdIfc4x3_rc4::IfcCurveBoundedSurface, OdIfc4x3_rc4::IfcCurveSegment, OdIfc4x3_rc4::IfcCurveStyle, OdIfc4x3_rc4::IfcCurveStyleFontAndScaling, OdIfc4x3_rc4::IfcCurveStyleFont, OdIfc4x3_rc4::IfcCurveStyleFontPattern, OdIfc4x3_rc4::IfcCylindricalSurface, OdIfc4x3_rc4::IfcDamper, OdIfc4x3_rc4::IfcDamperType, OdIfc4x3_rc4::IfcDeepFoundation, OdIfc4x3_rc4::IfcDeepFoundationType, OdIfc4x3_rc4::IfcDerivedProfileDef, OdIfc4x3_rc4::IfcDerivedUnit, OdIfc4x3_rc4::IfcDerivedUnitElement, OdIfc4x3_rc4::IfcDimensionalExponents, OdIfc4x3_rc4::IfcDirection, OdIfc4x3_rc4::IfcDirectrixCurveSweptAreaSolid, OdIfc4x3_rc4::IfcDirectrixDerivedReferenceSweptAreaSolid, OdIfc4x3_rc4::IfcDiscreteAccessory, OdIfc4x3_rc4::IfcDiscreteAccessoryType, OdIfc4x3_rc4::IfcDistributionBoard, OdIfc4x3_rc4::IfcDistributionBoardType, OdIfc4x3_rc4::IfcDistributionChamberElement, OdIfc4x3_rc4::IfcDistributionChamberElementType, OdIfc4x3_rc4::IfcDistributionCircuit, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionControlElementType, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionElementType, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionFlowElementType, OdIfc4x3_rc4::IfcDistributionPort, OdIfc4x3_rc4::IfcDistributionSystem, OdIfc4x3_rc4::IfcDocumentInformation, OdIfc4x3_rc4::IfcDocumentInformationRelationship, OdIfc4x3_rc4::IfcDocumentReference, OdIfc4x3_rc4::IfcDoor, OdIfc4x3_rc4::IfcDoorLiningProperties, OdIfc4x3_rc4::IfcDoorPanelProperties, OdIfc4x3_rc4::IfcDoorStandardCase, OdIfc4x3_rc4::IfcDoorStyle, OdIfc4x3_rc4::IfcDoorType, OdIfc4x3_rc4::IfcDraughtingPreDefinedColour, OdIfc4x3_rc4::IfcDraughtingPreDefinedCurveFont, OdIfc4x3_rc4::IfcDuctFitting, OdIfc4x3_rc4::IfcDuctFittingType, OdIfc4x3_rc4::IfcDuctSegment, OdIfc4x3_rc4::IfcDuctSegmentType, OdIfc4x3_rc4::IfcDuctSilencer, OdIfc4x3_rc4::IfcDuctSilencerType, OdIfc4x3_rc4::IfcEarthworksCut, OdIfc4x3_rc4::IfcEarthworksElement, OdIfc4x3_rc4::IfcEarthworksFill, OdIfc4x3_rc4::IfcEdge, OdIfc4x3_rc4::IfcEdgeCurve, OdIfc4x3_rc4::IfcEdgeLoop, OdIfc4x3_rc4::IfcElectricAppliance, OdIfc4x3_rc4::IfcElectricApplianceType, OdIfc4x3_rc4::IfcElectricDistributionBoard, OdIfc4x3_rc4::IfcElectricDistributionBoardType, OdIfc4x3_rc4::IfcElectricFlowStorageDevice, OdIfc4x3_rc4::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc4::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc4::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcElectricGenerator, OdIfc4x3_rc4::IfcElectricGeneratorType, OdIfc4x3_rc4::IfcElectricMotor, OdIfc4x3_rc4::IfcElectricMotorType, OdIfc4x3_rc4::IfcElectricTimeControl, OdIfc4x3_rc4::IfcElectricTimeControlType, OdIfc4x3_rc4::IfcElementarySurface, OdIfc4x3_rc4::IfcElementAssembly, OdIfc4x3_rc4::IfcElementAssemblyType, OdIfc4x3_rc4::IfcElement, OdIfc4x3_rc4::IfcElementComponent, OdIfc4x3_rc4::IfcElementComponentType, OdIfc4x3_rc4::IfcElementQuantity, OdIfc4x3_rc4::IfcElementType, OdIfc4x3_rc4::IfcEllipse, OdIfc4x3_rc4::IfcEllipseProfileDef, OdIfc4x3_rc4::IfcEnergyConversionDevice, OdIfc4x3_rc4::IfcEnergyConversionDeviceType, OdIfc4x3_rc4::IfcEngine, OdIfc4x3_rc4::IfcEngineType, OdIfc4x3_rc4::IfcEvaporativeCooler, OdIfc4x3_rc4::IfcEvaporativeCoolerType, OdIfc4x3_rc4::IfcEvaporator, OdIfc4x3_rc4::IfcEvaporatorType, OdIfc4x3_rc4::IfcEvent, OdIfc4x3_rc4::IfcEventTime, OdIfc4x3_rc4::IfcEventType, OdIfc4x3_rc4::IfcExtendedProperties, OdIfc4x3_rc4::IfcExternalInformation, OdIfc4x3_rc4::IfcExternallyDefinedHatchStyle, OdIfc4x3_rc4::IfcExternallyDefinedSurfaceStyle, OdIfc4x3_rc4::IfcExternallyDefinedTextFont, OdIfc4x3_rc4::IfcExternalReference, OdIfc4x3_rc4::IfcExternalReferenceRelationship, OdIfc4x3_rc4::IfcExternalSpatialElement, OdIfc4x3_rc4::IfcExternalSpatialStructureElement, OdIfc4x3_rc4::IfcExtrudedAreaSolid, OdIfc4x3_rc4::IfcExtrudedAreaSolidTapered, OdIfc4x3_rc4::IfcFace, OdIfc4x3_rc4::IfcFaceBasedSurfaceModel, OdIfc4x3_rc4::IfcFaceBound, OdIfc4x3_rc4::IfcFaceOuterBound, OdIfc4x3_rc4::IfcFaceSurface, OdIfc4x3_rc4::IfcFacetedBrep, OdIfc4x3_rc4::IfcFacetedBrepWithVoids, OdIfc4x3_rc4::IfcFacility, OdIfc4x3_rc4::IfcFacilityPart, OdIfc4x3_rc4::IfcFailureConnectionCondition, OdIfc4x3_rc4::IfcFan, OdIfc4x3_rc4::IfcFanType, OdIfc4x3_rc4::IfcFastener, OdIfc4x3_rc4::IfcFastenerType, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElement, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFillAreaStyle, OdIfc4x3_rc4::IfcFillAreaStyleHatching, OdIfc4x3_rc4::IfcFillAreaStyleTiles, OdIfc4x3_rc4::IfcFilter, OdIfc4x3_rc4::IfcFilterType, OdIfc4x3_rc4::IfcFireSuppressionTerminal, OdIfc4x3_rc4::IfcFireSuppressionTerminalType, OdIfc4x3_rc4::IfcFixedReferenceSweptAreaSolid, OdIfc4x3_rc4::IfcFlowController, OdIfc4x3_rc4::IfcFlowControllerType, OdIfc4x3_rc4::IfcFlowFitting, OdIfc4x3_rc4::IfcFlowFittingType, OdIfc4x3_rc4::IfcFlowInstrument, OdIfc4x3_rc4::IfcFlowInstrumentType, OdIfc4x3_rc4::IfcFlowMeter, OdIfc4x3_rc4::IfcFlowMeterType, OdIfc4x3_rc4::IfcFlowMovingDevice, OdIfc4x3_rc4::IfcFlowMovingDeviceType, OdIfc4x3_rc4::IfcFlowSegment, OdIfc4x3_rc4::IfcFlowSegmentType, OdIfc4x3_rc4::IfcFlowStorageDevice, OdIfc4x3_rc4::IfcFlowStorageDeviceType, OdIfc4x3_rc4::IfcFlowTerminal, OdIfc4x3_rc4::IfcFlowTerminalType, OdIfc4x3_rc4::IfcFlowTreatmentDevice, OdIfc4x3_rc4::IfcFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcFooting, OdIfc4x3_rc4::IfcFootingType, OdIfc4x3_rc4::IfcFurnishingElement, OdIfc4x3_rc4::IfcFurnishingElementType, OdIfc4x3_rc4::IfcFurniture, OdIfc4x3_rc4::IfcFurnitureType, OdIfc4x3_rc4::IfcGeographicElement, OdIfc4x3_rc4::IfcGeographicElementType, OdIfc4x3_rc4::IfcGeometricCurveSet, OdIfc4x3_rc4::IfcGeometricRepresentationContext, OdIfc4x3_rc4::IfcGeometricRepresentationItem, OdIfc4x3_rc4::IfcGeometricRepresentationSubContext, OdIfc4x3_rc4::IfcGeometricSet, OdIfc4x3_rc4::IfcGeomodel, OdIfc4x3_rc4::IfcGeoslice, OdIfc4x3_rc4::IfcGeotechnicalAssembly, OdIfc4x3_rc4::IfcGeotechnicalElement, OdIfc4x3_rc4::IfcGeotechnicalStratum, OdIfc4x3_rc4::IfcGradientCurve, OdIfc4x3_rc4::IfcGrid, OdIfc4x3_rc4::IfcGridAxis, OdIfc4x3_rc4::IfcGridPlacement, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcHalfSpaceSolid, OdIfc4x3_rc4::IfcHeatExchanger, OdIfc4x3_rc4::IfcHeatExchangerType, OdIfc4x3_rc4::IfcHumidifier, OdIfc4x3_rc4::IfcHumidifierType, OdIfc4x3_rc4::IfcImageTexture, OdIfc4x3_rc4::IfcImpactProtectionDevice, OdIfc4x3_rc4::IfcImpactProtectionDeviceType, OdIfc4x3_rc4::IfcIndexedColourMap, OdIfc4x3_rc4::IfcIndexedPolyCurve, OdIfc4x3_rc4::IfcIndexedPolygonalFace, OdIfc4x3_rc4::IfcIndexedPolygonalFaceWithVoids, OdIfc4x3_rc4::IfcIndexedTextureMap, OdIfc4x3_rc4::IfcIndexedTriangleTextureMap, OdIfc4x3_rc4::IfcInterceptor, OdIfc4x3_rc4::IfcInterceptorType, OdIfc4x3_rc4::IfcIntersectionCurve, OdIfc4x3_rc4::IfcInventory, OdIfc4x3_rc4::IfcIrregularTimeSeries, OdIfc4x3_rc4::IfcIrregularTimeSeriesValue, OdIfc4x3_rc4::IfcIShapeProfileDef, OdIfc4x3_rc4::IfcJunctionBox, OdIfc4x3_rc4::IfcJunctionBoxType, OdIfc4x3_rc4::IfcKerb, OdIfc4x3_rc4::IfcKerbType, OdIfc4x3_rc4::IfcLaborResource, OdIfc4x3_rc4::IfcLaborResourceType, OdIfc4x3_rc4::IfcLagTime, OdIfc4x3_rc4::IfcLamp, OdIfc4x3_rc4::IfcLampType, OdIfc4x3_rc4::IfcLibraryInformation, OdIfc4x3_rc4::IfcLibraryReference, OdIfc4x3_rc4::IfcLightDistributionData, OdIfc4x3_rc4::IfcLightFixture, OdIfc4x3_rc4::IfcLightFixtureType, OdIfc4x3_rc4::IfcLightIntensityDistribution, OdIfc4x3_rc4::IfcLightSourceAmbient, OdIfc4x3_rc4::IfcLightSource, OdIfc4x3_rc4::IfcLightSourceDirectional, OdIfc4x3_rc4::IfcLightSourceGoniometric, OdIfc4x3_rc4::IfcLightSourcePositional, OdIfc4x3_rc4::IfcLightSourceSpot, OdIfc4x3_rc4::IfcLinearElement, OdIfc4x3_rc4::IfcLinearPlacement, OdIfc4x3_rc4::IfcLinearPositioningElement, OdIfc4x3_rc4::IfcLine, OdIfc4x3_rc4::IfcLiquidTerminal, OdIfc4x3_rc4::IfcLiquidTerminalType, OdIfc4x3_rc4::IfcLocalPlacement, OdIfc4x3_rc4::IfcLoop, OdIfc4x3_rc4::IfcLShapeProfileDef, OdIfc4x3_rc4::IfcManifoldSolidBrep, OdIfc4x3_rc4::IfcMapConversion, OdIfc4x3_rc4::IfcMappedItem, OdIfc4x3_rc4::IfcMarineFacility, OdIfc4x3_rc4::IfcMaterial, OdIfc4x3_rc4::IfcMaterialClassificationRelationship, OdIfc4x3_rc4::IfcMaterialConstituent, OdIfc4x3_rc4::IfcMaterialConstituentSet, OdIfc4x3_rc4::IfcMaterialDefinition, OdIfc4x3_rc4::IfcMaterialDefinitionRepresentation, OdIfc4x3_rc4::IfcMaterialLayer, OdIfc4x3_rc4::IfcMaterialLayerSet, OdIfc4x3_rc4::IfcMaterialLayerSetUsage, OdIfc4x3_rc4::IfcMaterialLayerWithOffsets, OdIfc4x3_rc4::IfcMaterialList, OdIfc4x3_rc4::IfcMaterialProfile, OdIfc4x3_rc4::IfcMaterialProfileSet, OdIfc4x3_rc4::IfcMaterialProfileSetUsage, OdIfc4x3_rc4::IfcMaterialProfileSetUsageTapering, OdIfc4x3_rc4::IfcMaterialProfileWithOffsets, OdIfc4x3_rc4::IfcMaterialProperties, OdIfc4x3_rc4::IfcMaterialRelationship, OdIfc4x3_rc4::IfcMaterialUsageDefinition, OdIfc4x3_rc4::IfcMeasureWithUnit, OdIfc4x3_rc4::IfcMechanicalFastener, OdIfc4x3_rc4::IfcMechanicalFastenerType, OdIfc4x3_rc4::IfcMedicalDevice, OdIfc4x3_rc4::IfcMedicalDeviceType, OdIfc4x3_rc4::IfcMember, OdIfc4x3_rc4::IfcMemberStandardCase, OdIfc4x3_rc4::IfcMemberType, OdIfc4x3_rc4::IfcMetric, OdIfc4x3_rc4::IfcMirroredProfileDef, OdIfc4x3_rc4::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc4::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc4::IfcMonetaryUnit, OdIfc4x3_rc4::IfcMooringDevice, OdIfc4x3_rc4::IfcMooringDeviceType, OdIfc4x3_rc4::IfcMotorConnection, OdIfc4x3_rc4::IfcMotorConnectionType, OdIfc4x3_rc4::IfcNamedUnit, OdIfc4x3_rc4::IfcNavigationElement, OdIfc4x3_rc4::IfcNavigationElementType, OdIfc4x3_rc4::IfcObject, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcObjective, OdIfc4x3_rc4::IfcObjectPlacement, OdIfc4x3_rc4::IfcOccupant, OdIfc4x3_rc4::IfcOffsetCurve2D, OdIfc4x3_rc4::IfcOffsetCurve3D, OdIfc4x3_rc4::IfcOffsetCurve, OdIfc4x3_rc4::IfcOffsetCurveByDistances, OdIfc4x3_rc4::IfcOpenCrossProfileDef, OdIfc4x3_rc4::IfcOpeningElement, OdIfc4x3_rc4::IfcOpeningStandardCase, OdIfc4x3_rc4::IfcOpenShell, OdIfc4x3_rc4::IfcOrganization, OdIfc4x3_rc4::IfcOrganizationRelationship, OdIfc4x3_rc4::IfcOrientedEdge, OdIfc4x3_rc4::IfcOuterBoundaryCurve, OdIfc4x3_rc4::IfcOutlet, OdIfc4x3_rc4::IfcOutletType, OdIfc4x3_rc4::IfcOwnerHistory, OdIfc4x3_rc4::IfcParameterizedProfileDef, OdIfc4x3_rc4::IfcPath, OdIfc4x3_rc4::IfcPavement, OdIfc4x3_rc4::IfcPavementType, OdIfc4x3_rc4::IfcPcurve, OdIfc4x3_rc4::IfcPerformanceHistory, OdIfc4x3_rc4::IfcPermeableCoveringProperties, OdIfc4x3_rc4::IfcPermit, OdIfc4x3_rc4::IfcPersonAndOrganization, OdIfc4x3_rc4::IfcPerson, OdIfc4x3_rc4::IfcPhysicalComplexQuantity, OdIfc4x3_rc4::IfcPhysicalQuantity, OdIfc4x3_rc4::IfcPhysicalSimpleQuantity, OdIfc4x3_rc4::IfcPile, OdIfc4x3_rc4::IfcPileType, OdIfc4x3_rc4::IfcPipeFitting, OdIfc4x3_rc4::IfcPipeFittingType, OdIfc4x3_rc4::IfcPipeSegment, OdIfc4x3_rc4::IfcPipeSegmentType, OdIfc4x3_rc4::IfcPixelTexture, OdIfc4x3_rc4::IfcPlacement, OdIfc4x3_rc4::IfcPlanarBox, OdIfc4x3_rc4::IfcPlanarExtent, OdIfc4x3_rc4::IfcPlane, OdIfc4x3_rc4::IfcPlant, OdIfc4x3_rc4::IfcPlate, OdIfc4x3_rc4::IfcPlateStandardCase, OdIfc4x3_rc4::IfcPlateType, OdIfc4x3_rc4::IfcPoint, OdIfc4x3_rc4::IfcPointByDistanceExpression, OdIfc4x3_rc4::IfcPointOnCurve, OdIfc4x3_rc4::IfcPointOnSurface, OdIfc4x3_rc4::IfcPolygonalBoundedHalfSpace, OdIfc4x3_rc4::IfcPolygonalFaceSet, OdIfc4x3_rc4::IfcPolyline, OdIfc4x3_rc4::IfcPolyLoop, OdIfc4x3_rc4::IfcPolynomialCurve, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcPostalAddress, OdIfc4x3_rc4::IfcPreDefinedColour, OdIfc4x3_rc4::IfcPreDefinedCurveFont, OdIfc4x3_rc4::IfcPreDefinedItem, OdIfc4x3_rc4::IfcPreDefinedProperties, OdIfc4x3_rc4::IfcPreDefinedPropertySet, OdIfc4x3_rc4::IfcPreDefinedTextFont, OdIfc4x3_rc4::IfcPresentationItem, OdIfc4x3_rc4::IfcPresentationLayerAssignment, OdIfc4x3_rc4::IfcPresentationLayerWithStyle, OdIfc4x3_rc4::IfcPresentationStyle, OdIfc4x3_rc4::IfcProcedure, OdIfc4x3_rc4::IfcProcedureType, OdIfc4x3_rc4::IfcProcess, OdIfc4x3_rc4::IfcProduct, OdIfc4x3_rc4::IfcProductDefinitionShape, OdIfc4x3_rc4::IfcProductRepresentation, OdIfc4x3_rc4::IfcProfileDef, OdIfc4x3_rc4::IfcProfileProperties, OdIfc4x3_rc4::IfcProject, OdIfc4x3_rc4::IfcProjectedCRS, OdIfc4x3_rc4::IfcProjectionElement, OdIfc4x3_rc4::IfcProjectLibrary, OdIfc4x3_rc4::IfcProjectOrder, OdIfc4x3_rc4::IfcPropertyAbstraction, OdIfc4x3_rc4::IfcProperty, OdIfc4x3_rc4::IfcPropertyBoundedValue, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertyDependencyRelationship, OdIfc4x3_rc4::IfcPropertyEnumeratedValue, OdIfc4x3_rc4::IfcPropertyEnumeration, OdIfc4x3_rc4::IfcPropertyListValue, OdIfc4x3_rc4::IfcPropertyReferenceValue, OdIfc4x3_rc4::IfcPropertySet, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetTemplate, OdIfc4x3_rc4::IfcPropertySingleValue, OdIfc4x3_rc4::IfcPropertyTableValue, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcPropertyTemplateDefinition, OdIfc4x3_rc4::IfcProtectiveDevice, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc4::IfcProtectiveDeviceType, OdIfc4x3_rc4::IfcProxy, OdIfc4x3_rc4::IfcPump, OdIfc4x3_rc4::IfcPumpType, OdIfc4x3_rc4::IfcQuantityArea, OdIfc4x3_rc4::IfcQuantityCount, OdIfc4x3_rc4::IfcQuantityLength, OdIfc4x3_rc4::IfcQuantitySet, OdIfc4x3_rc4::IfcQuantityTime, OdIfc4x3_rc4::IfcQuantityVolume, OdIfc4x3_rc4::IfcQuantityWeight, OdIfc4x3_rc4::IfcRail, OdIfc4x3_rc4::IfcRailing, OdIfc4x3_rc4::IfcRailingType, OdIfc4x3_rc4::IfcRailType, OdIfc4x3_rc4::IfcRailway, OdIfc4x3_rc4::IfcRamp, OdIfc4x3_rc4::IfcRampFlight, OdIfc4x3_rc4::IfcRampFlightType, OdIfc4x3_rc4::IfcRampType, OdIfc4x3_rc4::IfcRationalBSplineCurveWithKnots, OdIfc4x3_rc4::IfcRationalBSplineSurfaceWithKnots, OdIfc4x3_rc4::IfcRectangleHollowProfileDef, OdIfc4x3_rc4::IfcRectangleProfileDef, OdIfc4x3_rc4::IfcRectangularPyramid, OdIfc4x3_rc4::IfcRectangularTrimmedSurface, OdIfc4x3_rc4::IfcRecurrencePattern, OdIfc4x3_rc4::IfcReference, OdIfc4x3_rc4::IfcReferent, OdIfc4x3_rc4::IfcRegularTimeSeries, OdIfc4x3_rc4::IfcReinforcedSoil, OdIfc4x3_rc4::IfcReinforcementBarProperties, OdIfc4x3_rc4::IfcReinforcementDefinitionProperties, OdIfc4x3_rc4::IfcReinforcingBar, OdIfc4x3_rc4::IfcReinforcingBarType, OdIfc4x3_rc4::IfcReinforcingElement, OdIfc4x3_rc4::IfcReinforcingElementType, OdIfc4x3_rc4::IfcReinforcingMesh, OdIfc4x3_rc4::IfcReinforcingMeshType, OdIfc4x3_rc4::IfcRelAdheresToElement, OdIfc4x3_rc4::IfcRelAggregates, OdIfc4x3_rc4::IfcRelAssigns, OdIfc4x3_rc4::IfcRelAssignsToActor, OdIfc4x3_rc4::IfcRelAssignsToControl, OdIfc4x3_rc4::IfcRelAssignsToGroup, OdIfc4x3_rc4::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc4::IfcRelAssignsToProcess, OdIfc4x3_rc4::IfcRelAssignsToProduct, OdIfc4x3_rc4::IfcRelAssignsToResource, OdIfc4x3_rc4::IfcRelAssociatesApproval, OdIfc4x3_rc4::IfcRelAssociates, OdIfc4x3_rc4::IfcRelAssociatesClassification, OdIfc4x3_rc4::IfcRelAssociatesConstraint, OdIfc4x3_rc4::IfcRelAssociatesDocument, OdIfc4x3_rc4::IfcRelAssociatesLibrary, OdIfc4x3_rc4::IfcRelAssociatesMaterial, OdIfc4x3_rc4::IfcRelAssociatesProfileDef, OdIfc4x3_rc4::IfcRelationship, OdIfc4x3_rc4::IfcRelConnects, OdIfc4x3_rc4::IfcRelConnectsElements, OdIfc4x3_rc4::IfcRelConnectsPathElements, OdIfc4x3_rc4::IfcRelConnectsPorts, OdIfc4x3_rc4::IfcRelConnectsPortToElement, OdIfc4x3_rc4::IfcRelConnectsStructuralActivity, OdIfc4x3_rc4::IfcRelConnectsStructuralMember, OdIfc4x3_rc4::IfcRelConnectsWithEccentricity, OdIfc4x3_rc4::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc4::IfcRelContainedInSpatialStructure, OdIfc4x3_rc4::IfcRelCoversBldgElements, OdIfc4x3_rc4::IfcRelCoversSpaces, OdIfc4x3_rc4::IfcRelDeclares, OdIfc4x3_rc4::IfcRelDecomposes, OdIfc4x3_rc4::IfcRelDefines, OdIfc4x3_rc4::IfcRelDefinesByObject, OdIfc4x3_rc4::IfcRelDefinesByProperties, OdIfc4x3_rc4::IfcRelDefinesByTemplate, OdIfc4x3_rc4::IfcRelDefinesByType, OdIfc4x3_rc4::IfcRelFillsElement, OdIfc4x3_rc4::IfcRelFlowControlElements, OdIfc4x3_rc4::IfcRelInterferesElements, OdIfc4x3_rc4::IfcRelNests, OdIfc4x3_rc4::IfcRelPositions, OdIfc4x3_rc4::IfcRelProjectsElement, OdIfc4x3_rc4::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc4::IfcRelSequence, OdIfc4x3_rc4::IfcRelServicesBuildings, OdIfc4x3_rc4::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary, OdIfc4x3_rc4::IfcRelVoidsElement, OdIfc4x3_rc4::IfcReparametrisedCompositeCurveSegment, OdIfc4x3_rc4::IfcRepresentation, OdIfc4x3_rc4::IfcRepresentationContext, OdIfc4x3_rc4::IfcRepresentationItem, OdIfc4x3_rc4::IfcRepresentationMap, OdIfc4x3_rc4::IfcResourceApprovalRelationship, OdIfc4x3_rc4::IfcResource, OdIfc4x3_rc4::IfcResourceConstraintRelationship, OdIfc4x3_rc4::IfcResourceLevelRelationship, OdIfc4x3_rc4::IfcResourceTime, OdIfc4x3_rc4::IfcRevolvedAreaSolid, OdIfc4x3_rc4::IfcRevolvedAreaSolidTapered, OdIfc4x3_rc4::IfcRightCircularCone, OdIfc4x3_rc4::IfcRightCircularCylinder, OdIfc4x3_rc4::IfcRoad, OdIfc4x3_rc4::IfcRoof, OdIfc4x3_rc4::IfcRoofType, OdIfc4x3_rc4::IfcRoot, OdIfc4x3_rc4::IfcRoundedRectangleProfileDef, OdIfc4x3_rc4::IfcSanitaryTerminal, OdIfc4x3_rc4::IfcSanitaryTerminalType, OdIfc4x3_rc4::IfcSchedulingTime, OdIfc4x3_rc4::IfcSeamCurve, OdIfc4x3_rc4::IfcSecondOrderPolynomialSpiral, OdIfc4x3_rc4::IfcSectionedSolid, OdIfc4x3_rc4::IfcSectionedSolidHorizontal, OdIfc4x3_rc4::IfcSectionedSpine, OdIfc4x3_rc4::IfcSectionedSurface, OdIfc4x3_rc4::IfcSectionProperties, OdIfc4x3_rc4::IfcSectionReinforcementProperties, OdIfc4x3_rc4::IfcSegment, OdIfc4x3_rc4::IfcSegmentedReferenceCurve, OdIfc4x3_rc4::IfcSensor, OdIfc4x3_rc4::IfcSensorType, OdIfc4x3_rc4::IfcSeventhOrderPolynomialSpiral, OdIfc4x3_rc4::IfcShadingDevice, OdIfc4x3_rc4::IfcShadingDeviceType, OdIfc4x3_rc4::IfcShapeAspect, OdIfc4x3_rc4::IfcShapeModel, OdIfc4x3_rc4::IfcShapeRepresentation, OdIfc4x3_rc4::IfcShellBasedSurfaceModel, OdIfc4x3_rc4::IfcSignal, OdIfc4x3_rc4::IfcSignalType, OdIfc4x3_rc4::IfcSign, OdIfc4x3_rc4::IfcSignType, OdIfc4x3_rc4::IfcSimpleProperty, OdIfc4x3_rc4::IfcSimplePropertyTemplate, OdIfc4x3_rc4::IfcSine, OdIfc4x3_rc4::IfcSite, OdIfc4x3_rc4::IfcSIUnit, OdIfc4x3_rc4::IfcSlab, OdIfc4x3_rc4::IfcSlabElementedCase, OdIfc4x3_rc4::IfcSlabStandardCase, OdIfc4x3_rc4::IfcSlabType, OdIfc4x3_rc4::IfcSlippageConnectionCondition, OdIfc4x3_rc4::IfcSolarDevice, OdIfc4x3_rc4::IfcSolarDeviceType, OdIfc4x3_rc4::IfcSolidModel, OdIfc4x3_rc4::IfcSolidStratum, OdIfc4x3_rc4::IfcSpace, OdIfc4x3_rc4::IfcSpaceHeater, OdIfc4x3_rc4::IfcSpaceHeaterType, OdIfc4x3_rc4::IfcSpaceType, OdIfc4x3_rc4::IfcSpatialElement, OdIfc4x3_rc4::IfcSpatialElementType, OdIfc4x3_rc4::IfcSpatialStructureElement, OdIfc4x3_rc4::IfcSpatialStructureElementType, OdIfc4x3_rc4::IfcSpatialZone, OdIfc4x3_rc4::IfcSpatialZoneType, OdIfc4x3_rc4::IfcSphere, OdIfc4x3_rc4::IfcSphericalSurface, OdIfc4x3_rc4::IfcSpiral, OdIfc4x3_rc4::IfcStackTerminal, OdIfc4x3_rc4::IfcStackTerminalType, OdIfc4x3_rc4::IfcStair, OdIfc4x3_rc4::IfcStairFlight, OdIfc4x3_rc4::IfcStairFlightType, OdIfc4x3_rc4::IfcStairType, OdIfc4x3_rc4::IfcStructuralAction, OdIfc4x3_rc4::IfcStructuralActivity, OdIfc4x3_rc4::IfcStructuralAnalysisModel, OdIfc4x3_rc4::IfcStructuralConnection, OdIfc4x3_rc4::IfcStructuralConnectionCondition, OdIfc4x3_rc4::IfcStructuralCurveAction, OdIfc4x3_rc4::IfcStructuralCurveConnection, OdIfc4x3_rc4::IfcStructuralCurveMember, OdIfc4x3_rc4::IfcStructuralCurveMemberVarying, OdIfc4x3_rc4::IfcStructuralCurveReaction, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralLinearAction, OdIfc4x3_rc4::IfcStructuralLoad, OdIfc4x3_rc4::IfcStructuralLoadCase, OdIfc4x3_rc4::IfcStructuralLoadConfiguration, OdIfc4x3_rc4::IfcStructuralLoadGroup, OdIfc4x3_rc4::IfcStructuralLoadLinearForce, OdIfc4x3_rc4::IfcStructuralLoadOrResult, OdIfc4x3_rc4::IfcStructuralLoadPlanarForce, OdIfc4x3_rc4::IfcStructuralLoadSingleDisplacement, OdIfc4x3_rc4::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x3_rc4::IfcStructuralLoadSingleForce, OdIfc4x3_rc4::IfcStructuralLoadSingleForceWarping, OdIfc4x3_rc4::IfcStructuralLoadStatic, OdIfc4x3_rc4::IfcStructuralLoadTemperature, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralPlanarAction, OdIfc4x3_rc4::IfcStructuralPointAction, OdIfc4x3_rc4::IfcStructuralPointConnection, OdIfc4x3_rc4::IfcStructuralPointReaction, OdIfc4x3_rc4::IfcStructuralReaction, OdIfc4x3_rc4::IfcStructuralResultGroup, OdIfc4x3_rc4::IfcStructuralSurfaceAction, OdIfc4x3_rc4::IfcStructuralSurfaceConnection, OdIfc4x3_rc4::IfcStructuralSurfaceMember, OdIfc4x3_rc4::IfcStructuralSurfaceMemberVarying, OdIfc4x3_rc4::IfcStructuralSurfaceReaction, OdIfc4x3_rc4::IfcStyledItem, OdIfc4x3_rc4::IfcStyledRepresentation, OdIfc4x3_rc4::IfcStyleModel, OdIfc4x3_rc4::IfcSubContractResource, OdIfc4x3_rc4::IfcSubContractResourceType, OdIfc4x3_rc4::IfcSubedge, OdIfc4x3_rc4::IfcSurface, OdIfc4x3_rc4::IfcSurfaceCurve, OdIfc4x3_rc4::IfcSurfaceCurveSweptAreaSolid, OdIfc4x3_rc4::IfcSurfaceFeature, OdIfc4x3_rc4::IfcSurfaceOfLinearExtrusion, OdIfc4x3_rc4::IfcSurfaceOfRevolution, OdIfc4x3_rc4::IfcSurfaceReinforcementArea, OdIfc4x3_rc4::IfcSurfaceStyle, OdIfc4x3_rc4::IfcSurfaceStyleLighting, OdIfc4x3_rc4::IfcSurfaceStyleRefraction, OdIfc4x3_rc4::IfcSurfaceStyleRendering, OdIfc4x3_rc4::IfcSurfaceStyleShading, OdIfc4x3_rc4::IfcSurfaceStyleWithTextures, OdIfc4x3_rc4::IfcSurfaceTexture, OdIfc4x3_rc4::IfcSweptAreaSolid, OdIfc4x3_rc4::IfcSweptDiskSolid, OdIfc4x3_rc4::IfcSweptDiskSolidPolygonal, OdIfc4x3_rc4::IfcSweptSurface, OdIfc4x3_rc4::IfcSwitchingDevice, OdIfc4x3_rc4::IfcSwitchingDeviceType, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystemFurnitureElement, OdIfc4x3_rc4::IfcSystemFurnitureElementType, OdIfc4x3_rc4::IfcTable, OdIfc4x3_rc4::IfcTableColumn, OdIfc4x3_rc4::IfcTableRow, OdIfc4x3_rc4::IfcTank, OdIfc4x3_rc4::IfcTankType, OdIfc4x3_rc4::IfcTask, OdIfc4x3_rc4::IfcTaskTime, OdIfc4x3_rc4::IfcTaskTimeRecurring, OdIfc4x3_rc4::IfcTaskType, OdIfc4x3_rc4::IfcTelecomAddress, OdIfc4x3_rc4::IfcTendonAnchor, OdIfc4x3_rc4::IfcTendonAnchorType, OdIfc4x3_rc4::IfcTendon, OdIfc4x3_rc4::IfcTendonConduit, OdIfc4x3_rc4::IfcTendonConduitType, OdIfc4x3_rc4::IfcTendonType, OdIfc4x3_rc4::IfcTessellatedFaceSet, OdIfc4x3_rc4::IfcTessellatedItem, OdIfc4x3_rc4::IfcTextLiteral, OdIfc4x3_rc4::IfcTextLiteralWithExtent, OdIfc4x3_rc4::IfcTextStyle, OdIfc4x3_rc4::IfcTextStyleFontModel, OdIfc4x3_rc4::IfcTextStyleForDefinedFont, OdIfc4x3_rc4::IfcTextStyleTextModel, OdIfc4x3_rc4::IfcTextureCoordinate, OdIfc4x3_rc4::IfcTextureCoordinateGenerator, OdIfc4x3_rc4::IfcTextureMap, OdIfc4x3_rc4::IfcTextureVertex, OdIfc4x3_rc4::IfcTextureVertexList, OdIfc4x3_rc4::IfcThirdOrderPolynomialSpiral, OdIfc4x3_rc4::IfcTimePeriod, OdIfc4x3_rc4::IfcTimeSeries, OdIfc4x3_rc4::IfcTimeSeriesValue, OdIfc4x3_rc4::IfcTopologicalRepresentationItem, OdIfc4x3_rc4::IfcTopologyRepresentation, OdIfc4x3_rc4::IfcToroidalSurface, OdIfc4x3_rc4::IfcTrackElement, OdIfc4x3_rc4::IfcTrackElementType, OdIfc4x3_rc4::IfcTransformer, OdIfc4x3_rc4::IfcTransformerType, OdIfc4x3_rc4::IfcTransportElement, OdIfc4x3_rc4::IfcTransportElementType, OdIfc4x3_rc4::IfcTrapeziumProfileDef, OdIfc4x3_rc4::IfcTriangulatedFaceSet, OdIfc4x3_rc4::IfcTriangulatedIrregularNetwork, OdIfc4x3_rc4::IfcTrimmedCurve, OdIfc4x3_rc4::IfcTShapeProfileDef, OdIfc4x3_rc4::IfcTubeBundle, OdIfc4x3_rc4::IfcTubeBundleType, OdIfc4x3_rc4::IfcTypeObject, OdIfc4x3_rc4::IfcTypeProcess, OdIfc4x3_rc4::IfcTypeProduct, OdIfc4x3_rc4::IfcTypeResource, OdIfc4x3_rc4::IfcUnitaryControlElement, OdIfc4x3_rc4::IfcUnitaryControlElementType, OdIfc4x3_rc4::IfcUnitaryEquipment, OdIfc4x3_rc4::IfcUnitaryEquipmentType, OdIfc4x3_rc4::IfcUnitAssignment, OdIfc4x3_rc4::IfcUShapeProfileDef, OdIfc4x3_rc4::IfcValve, OdIfc4x3_rc4::IfcValveType, OdIfc4x3_rc4::IfcVector, OdIfc4x3_rc4::IfcVertex, OdIfc4x3_rc4::IfcVertexLoop, OdIfc4x3_rc4::IfcVertexPoint, OdIfc4x3_rc4::IfcVibrationDamper, OdIfc4x3_rc4::IfcVibrationDamperType, OdIfc4x3_rc4::IfcVibrationIsolator, OdIfc4x3_rc4::IfcVibrationIsolatorType, OdIfc4x3_rc4::IfcVirtualElement, OdIfc4x3_rc4::IfcVirtualGridIntersection, OdIfc4x3_rc4::IfcVoidingFeature, OdIfc4x3_rc4::IfcVoidStratum, OdIfc4x3_rc4::IfcWall, OdIfc4x3_rc4::IfcWallElementedCase, OdIfc4x3_rc4::IfcWallStandardCase, OdIfc4x3_rc4::IfcWallType, OdIfc4x3_rc4::IfcWasteTerminal, OdIfc4x3_rc4::IfcWasteTerminalType, OdIfc4x3_rc4::IfcWaterStratum, OdIfc4x3_rc4::IfcWindow, OdIfc4x3_rc4::IfcWindowLiningProperties, OdIfc4x3_rc4::IfcWindowPanelProperties, OdIfc4x3_rc4::IfcWindowStandardCase, OdIfc4x3_rc4::IfcWindowStyle, OdIfc4x3_rc4::IfcWindowType, OdIfc4x3_rc4::IfcWorkCalendar, OdIfc4x3_rc4::IfcWorkControl, OdIfc4x3_rc4::IfcWorkPlan, OdIfc4x3_rc4::IfcWorkSchedule, OdIfc4x3_rc4::IfcWorkTime, OdIfc4x3_rc4::IfcZone, OdIfc4x3_rc4::IfcZShapeProfileDef, OdIfcInteroperable::OdIfcCartesianPointAuto, and OdIfcInteroperable::OdIfcDirectionAuto.
OdIfc::OdIfcEntity::ODRX_DECLARE_MEMBERS | ( | OdIfcEntity | ) |
|
virtual |
Sets a new value of an attribute that is specified by its name.
explicitAttrName | [in] An ANSI string that contains the attribute name. |
val | [in] A new attribute value to be set. |
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcActorRole, OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAddress, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAnnotationFillArea, OdIfc2x2_final::IfcAnnotationFillAreaOccurrence, OdIfc2x2_final::IfcApplication, OdIfc2x2_final::IfcAppliedValue, OdIfc2x2_final::IfcAppliedValueRelationship, OdIfc2x2_final::IfcApprovalActorRelationship, OdIfc2x2_final::IfcApproval, OdIfc2x2_final::IfcApprovalPropertyRelationship, OdIfc2x2_final::IfcApprovalRelationship, OdIfc2x2_final::IfcArbitraryClosedProfileDef, OdIfc2x2_final::IfcArbitraryOpenProfileDef, OdIfc2x2_final::IfcArbitraryProfileDefWithVoids, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcAsymmetricIShapeProfileDef, OdIfc2x2_final::IfcAxis1Placement, OdIfc2x2_final::IfcAxis2Placement2D, OdIfc2x2_final::IfcAxis2Placement3D, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBooleanResult, OdIfc2x2_final::IfcBoundaryCondition, OdIfc2x2_final::IfcBoundaryEdgeCondition, OdIfc2x2_final::IfcBoundaryFaceCondition, OdIfc2x2_final::IfcBoundaryNodeCondition, OdIfc2x2_final::IfcBoundaryNodeConditionWarping, OdIfc2x2_final::IfcBoundingBox, OdIfc2x2_final::IfcBoxedHalfSpace, OdIfc2x2_final::IfcBSplineCurve, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcCalendarDate, OdIfc2x2_final::IfcCartesianPoint, OdIfc2x2_final::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator3D, OdIfc2x2_final::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCircle, OdIfc2x2_final::IfcCircleHollowProfileDef, OdIfc2x2_final::IfcCircleProfileDef, OdIfc2x2_final::IfcClassification, OdIfc2x2_final::IfcClassificationItem, OdIfc2x2_final::IfcClassificationItemRelationship, OdIfc2x2_final::IfcClassificationNotation, OdIfc2x2_final::IfcClassificationNotationFacet, OdIfc2x2_final::IfcClassificationReference, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColourRgb, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcComplexProperty, OdIfc2x2_final::IfcCompositeCurve, OdIfc2x2_final::IfcCompositeCurveSegment, OdIfc2x2_final::IfcCompositeProfileDef, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConic, OdIfc2x2_final::IfcConnectedFaceSet, OdIfc2x2_final::IfcConnectionCurveGeometry, OdIfc2x2_final::IfcConnectionPointGeometry, OdIfc2x2_final::IfcConnectionPortGeometry, OdIfc2x2_final::IfcConnectionSurfaceGeometry, OdIfc2x2_final::IfcConstraintAggregationRelationship, OdIfc2x2_final::IfcConstraint, OdIfc2x2_final::IfcConstraintClassificationRelationship, OdIfc2x2_final::IfcConstraintRelationship, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcContextDependentUnit, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcConversionBasedUnit, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCoordinatedUniversalTimeOffset, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCostValue, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcCraneRailAShapeProfileDef, OdIfc2x2_final::IfcCraneRailFShapeProfileDef, OdIfc2x2_final::IfcCsgSolid, OdIfc2x2_final::IfcCShapeProfileDef, OdIfc2x2_final::IfcCurrencyRelationship, OdIfc2x2_final::IfcCurveBoundedPlane, OdIfc2x2_final::IfcCurveStyle, OdIfc2x2_final::IfcCurveStyleFontAndScaling, OdIfc2x2_final::IfcCurveStyleFont, OdIfc2x2_final::IfcCurveStyleFontPattern, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDateAndTime, OdIfc2x2_final::IfcDefinedSymbol, OdIfc2x2_final::IfcDerivedProfileDef, OdIfc2x2_final::IfcDerivedUnit, OdIfc2x2_final::IfcDerivedUnitElement, OdIfc2x2_final::IfcDimensionalExponents, OdIfc2x2_final::IfcDimensionCurve, OdIfc2x2_final::IfcDimensionCurveTerminator, OdIfc2x2_final::IfcDirection, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDocumentElectronicFormat, OdIfc2x2_final::IfcDocumentInformation, OdIfc2x2_final::IfcDocumentInformationRelationship, OdIfc2x2_final::IfcDocumentReference, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDraughtingCallout, OdIfc2x2_final::IfcDraughtingCalloutRelationship, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcEdge, OdIfc2x2_final::IfcEdgeCurve, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcEdgeLoop, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementarySurface, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEllipse, OdIfc2x2_final::IfcEllipseProfileDef, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEnvironmentalImpactValue, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcExtendedMaterialProperties, OdIfc2x2_final::IfcExternalReference, OdIfc2x2_final::IfcExtrudedAreaSolid, OdIfc2x2_final::IfcFace, OdIfc2x2_final::IfcFaceBasedSurfaceModel, OdIfc2x2_final::IfcFaceBound, OdIfc2x2_final::IfcFaceSurface, OdIfc2x2_final::IfcFacetedBrepWithVoids, OdIfc2x2_final::IfcFailureConnectionCondition, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFillAreaStyle, OdIfc2x2_final::IfcFillAreaStyleHatching, OdIfc2x2_final::IfcFillAreaStyleTiles, OdIfc2x2_final::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFuelProperties, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcGeneralMaterialProperties, OdIfc2x2_final::IfcGeneralProfileProperties, OdIfc2x2_final::IfcGeometricRepresentationContext, OdIfc2x2_final::IfcGeometricRepresentationSubContext, OdIfc2x2_final::IfcGeometricSet, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGridAxis, OdIfc2x2_final::IfcGridPlacement, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcHalfSpaceSolid, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcHygroscopicMaterialProperties, OdIfc2x2_final::IfcImageTexture, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcIrregularTimeSeries, OdIfc2x2_final::IfcIrregularTimeSeriesValue, OdIfc2x2_final::IfcIShapeProfileDef, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLibraryInformation, OdIfc2x2_final::IfcLibraryReference, OdIfc2x2_final::IfcLightDistributionData, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcLightIntensityDistribution, OdIfc2x2_final::IfcLightSource, OdIfc2x2_final::IfcLightSourceDirectional, OdIfc2x2_final::IfcLightSourceGoniometric, OdIfc2x2_final::IfcLightSourcePositional, OdIfc2x2_final::IfcLightSourceSpot, OdIfc2x2_final::IfcLine, OdIfc2x2_final::IfcLocalPlacement, OdIfc2x2_final::IfcLocalTime, OdIfc2x2_final::IfcLShapeProfileDef, OdIfc2x2_final::IfcManifoldSolidBrep, OdIfc2x2_final::IfcMappedItem, OdIfc2x2_final::IfcMaterial, OdIfc2x2_final::IfcMaterialClassificationRelationship, OdIfc2x2_final::IfcMaterialLayer, OdIfc2x2_final::IfcMaterialLayerSet, OdIfc2x2_final::IfcMaterialLayerSetUsage, OdIfc2x2_final::IfcMaterialList, OdIfc2x2_final::IfcMaterialProperties, OdIfc2x2_final::IfcMeasureWithUnit, OdIfc2x2_final::IfcMechanicalConcreteMaterialProperties, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMechanicalMaterialProperties, OdIfc2x2_final::IfcMechanicalSteelMaterialProperties, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMetric, OdIfc2x2_final::IfcMonetaryUnit, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcNamedUnit, OdIfc2x2_final::IfcObject, OdIfc2x2_final::IfcObjective, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOffsetCurve2D, OdIfc2x2_final::IfcOffsetCurve3D, OdIfc2x2_final::IfcOneDirectionRepeatFactor, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOpticalMaterialProperties, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcOrganization, OdIfc2x2_final::IfcOrganizationRelationship, OdIfc2x2_final::IfcOrientedEdge, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcOwnerHistory, OdIfc2x2_final::IfcParameterizedProfileDef, OdIfc2x2_final::IfcPath, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPersonAndOrganization, OdIfc2x2_final::IfcPerson, OdIfc2x2_final::IfcPhysicalComplexQuantity, OdIfc2x2_final::IfcPhysicalQuantity, OdIfc2x2_final::IfcPhysicalSimpleQuantity, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPixelTexture, OdIfc2x2_final::IfcPlacement, OdIfc2x2_final::IfcPlanarBox, OdIfc2x2_final::IfcPlanarExtent, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPointOnCurve, OdIfc2x2_final::IfcPointOnSurface, OdIfc2x2_final::IfcPolygonalBoundedHalfSpace, OdIfc2x2_final::IfcPolyline, OdIfc2x2_final::IfcPolyLoop, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcPostalAddress, OdIfc2x2_final::IfcPreDefinedItem, OdIfc2x2_final::IfcPresentationLayerAssignment, OdIfc2x2_final::IfcPresentationLayerAssignmentWithStyle, OdIfc2x2_final::IfcPresentationStyleAssignment, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProductDefinitionShape, OdIfc2x2_final::IfcProductRepresentation, OdIfc2x2_final::IfcProductsOfCombustionProperties, OdIfc2x2_final::IfcProfileDef, OdIfc2x2_final::IfcProfileProperties, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProperty, OdIfc2x2_final::IfcPropertyBoundedValue, OdIfc2x2_final::IfcPropertyConstraintRelationship, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertyDependencyRelationship, OdIfc2x2_final::IfcPropertyEnumeratedValue, OdIfc2x2_final::IfcPropertyEnumeration, OdIfc2x2_final::IfcPropertyListValue, OdIfc2x2_final::IfcPropertyReferenceValue, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcPropertySingleValue, OdIfc2x2_final::IfcPropertyTableValue, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcQuantityArea, OdIfc2x2_final::IfcQuantityCount, OdIfc2x2_final::IfcQuantityLength, OdIfc2x2_final::IfcQuantityTime, OdIfc2x2_final::IfcQuantityVolume, OdIfc2x2_final::IfcQuantityWeight, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcRationalBezierCurve, OdIfc2x2_final::IfcRectangleHollowProfileDef, OdIfc2x2_final::IfcRectangleProfileDef, OdIfc2x2_final::IfcRectangularTrimmedSurface, OdIfc2x2_final::IfcReferencesValueDocument, OdIfc2x2_final::IfcRegularTimeSeries, OdIfc2x2_final::IfcReinforcementBarProperties, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcRelAssigns, OdIfc2x2_final::IfcRelAssignsTasks, OdIfc2x2_final::IfcRelAssignsToActor, OdIfc2x2_final::IfcRelAssignsToControl, OdIfc2x2_final::IfcRelAssignsToGroup, OdIfc2x2_final::IfcRelAssignsToProcess, OdIfc2x2_final::IfcRelAssignsToProduct, OdIfc2x2_final::IfcRelAssignsToResource, OdIfc2x2_final::IfcRelAssociatesAppliedValue, OdIfc2x2_final::IfcRelAssociatesApproval, OdIfc2x2_final::IfcRelAssociates, OdIfc2x2_final::IfcRelAssociatesClassification, OdIfc2x2_final::IfcRelAssociatesConstraint, OdIfc2x2_final::IfcRelAssociatesDocument, OdIfc2x2_final::IfcRelAssociatesLibrary, OdIfc2x2_final::IfcRelAssociatesMaterial, OdIfc2x2_final::IfcRelAssociatesProfileProperties, OdIfc2x2_final::IfcRelaxation, OdIfc2x2_final::IfcRelConnectsElements, OdIfc2x2_final::IfcRelConnectsPathElements, OdIfc2x2_final::IfcRelConnectsPorts, OdIfc2x2_final::IfcRelConnectsPortToElement, OdIfc2x2_final::IfcRelConnectsStructuralActivity, OdIfc2x2_final::IfcRelConnectsStructuralMember, OdIfc2x2_final::IfcRelConnectsWithRealizingElements, OdIfc2x2_final::IfcRelContainedInSpatialStructure, OdIfc2x2_final::IfcRelCoversBldgElements, OdIfc2x2_final::IfcRelDecomposes, OdIfc2x2_final::IfcRelDefines, OdIfc2x2_final::IfcRelDefinesByProperties, OdIfc2x2_final::IfcRelDefinesByType, OdIfc2x2_final::IfcRelFillsElement, OdIfc2x2_final::IfcRelFlowControlElements, OdIfc2x2_final::IfcRelInteractionRequirements, OdIfc2x2_final::IfcRelOverridesProperties, OdIfc2x2_final::IfcRelProjectsElement, OdIfc2x2_final::IfcRelSequence, OdIfc2x2_final::IfcRelServicesBuildings, OdIfc2x2_final::IfcRelSpaceBoundary, OdIfc2x2_final::IfcRelVoidsElement, OdIfc2x2_final::IfcRepresentation, OdIfc2x2_final::IfcRepresentationContext, OdIfc2x2_final::IfcRepresentationMap, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRevolvedAreaSolid, OdIfc2x2_final::IfcRibPlateProfileProperties, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoot, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcRoundedRectangleProfileDef, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcSectionedSpine, OdIfc2x2_final::IfcSectionProperties, OdIfc2x2_final::IfcSectionReinforcementProperties, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcShapeAspect, OdIfc2x2_final::IfcShapeRepresentation, OdIfc2x2_final::IfcShellBasedSurfaceModel, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSIUnit, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSlippageConnectionCondition, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralConnectionCondition, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoad, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralLoadLinearForce, OdIfc2x2_final::IfcStructuralLoadPlanarForce, OdIfc2x2_final::IfcStructuralLoadSingleDisplacement, OdIfc2x2_final::IfcStructuralLoadSingleDisplacementDistortion, OdIfc2x2_final::IfcStructuralLoadSingleForce, OdIfc2x2_final::IfcStructuralLoadSingleForceWarping, OdIfc2x2_final::IfcStructuralLoadTemperature, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralProfileProperties, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSteelProfileProperties, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcStyledItem, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSubedge, OdIfc2x2_final::IfcSurfaceCurveSweptAreaSolid, OdIfc2x2_final::IfcSurfaceOfLinearExtrusion, OdIfc2x2_final::IfcSurfaceOfRevolution, OdIfc2x2_final::IfcSurfaceStyle, OdIfc2x2_final::IfcSurfaceStyleLighting, OdIfc2x2_final::IfcSurfaceStyleRefraction, OdIfc2x2_final::IfcSurfaceStyleRendering, OdIfc2x2_final::IfcSurfaceStyleShading, OdIfc2x2_final::IfcSurfaceStyleWithTextures, OdIfc2x2_final::IfcSurfaceTexture, OdIfc2x2_final::IfcSweptAreaSolid, OdIfc2x2_final::IfcSweptDiskSolid, OdIfc2x2_final::IfcSweptSurface, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSymbolStyle, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTable, OdIfc2x2_final::IfcTableRow, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTelecomAddress, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTerminatorSymbol, OdIfc2x2_final::IfcTextLiteral, OdIfc2x2_final::IfcTextLiteralWithExtent, OdIfc2x2_final::IfcTextStyle, OdIfc2x2_final::IfcTextStyleWithBoxCharacteristics, OdIfc2x2_final::IfcTextStyleWithMirror, OdIfc2x2_final::IfcTextStyleWithSpacing, OdIfc2x2_final::IfcTextureCoordinate, OdIfc2x2_final::IfcTextureCoordinateGenerator, OdIfc2x2_final::IfcTextureMap, OdIfc2x2_final::IfcTextureVertex, OdIfc2x2_final::IfcThermalMaterialProperties, OdIfc2x2_final::IfcTimeSeries, OdIfc2x2_final::IfcTimeSeriesReferenceRelationship, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTimeSeriesValue, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTrapeziumProfileDef, OdIfc2x2_final::IfcTrimmedCurve, OdIfc2x2_final::IfcTShapeProfileDef, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTwoDirectionRepeatFactor, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcUnitAssignment, OdIfc2x2_final::IfcUShapeProfileDef, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVector, OdIfc2x2_final::IfcVertexBasedTextureMap, OdIfc2x2_final::IfcVertexLoop, OdIfc2x2_final::IfcVertexPoint, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcVirtualGridIntersection, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWaterProperties, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, OdIfc2x2_final::IfcWindowStyle, OdIfc2x2_final::IfcWorkControl, OdIfc2x2_final::IfcZShapeProfileDef, OdIfc2x3::IfcActionRequest, OdIfc2x3::IfcActor, OdIfc2x3::IfcActorRole, OdIfc2x3::IfcActuatorType, OdIfc2x3::IfcAddress, OdIfc2x3::IfcAirTerminalBoxType, OdIfc2x3::IfcAirTerminalType, OdIfc2x3::IfcAirToAirHeatRecoveryType, OdIfc2x3::IfcAlarmType, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAnnotationFillArea, OdIfc2x3::IfcAnnotationFillAreaOccurrence, OdIfc2x3::IfcAnnotationSurface, OdIfc2x3::IfcApplication, OdIfc2x3::IfcAppliedValue, OdIfc2x3::IfcAppliedValueRelationship, OdIfc2x3::IfcApprovalActorRelationship, OdIfc2x3::IfcApproval, OdIfc2x3::IfcApprovalPropertyRelationship, OdIfc2x3::IfcApprovalRelationship, OdIfc2x3::IfcArbitraryClosedProfileDef, OdIfc2x3::IfcArbitraryOpenProfileDef, OdIfc2x3::IfcArbitraryProfileDefWithVoids, OdIfc2x3::IfcAsset, OdIfc2x3::IfcAsymmetricIShapeProfileDef, OdIfc2x3::IfcAxis1Placement, OdIfc2x3::IfcAxis2Placement2D, OdIfc2x3::IfcAxis2Placement3D, OdIfc2x3::IfcBeamType, OdIfc2x3::IfcBlobTexture, OdIfc2x3::IfcBlock, OdIfc2x3::IfcBoilerType, OdIfc2x3::IfcBooleanResult, OdIfc2x3::IfcBoundaryCondition, OdIfc2x3::IfcBoundaryEdgeCondition, OdIfc2x3::IfcBoundaryFaceCondition, OdIfc2x3::IfcBoundaryNodeCondition, OdIfc2x3::IfcBoundaryNodeConditionWarping, OdIfc2x3::IfcBoundingBox, OdIfc2x3::IfcBoxedHalfSpace, OdIfc2x3::IfcBSplineCurve, OdIfc2x3::IfcBuilding, OdIfc2x3::IfcBuildingElementProxy, OdIfc2x3::IfcBuildingElementProxyType, OdIfc2x3::IfcBuildingStorey, OdIfc2x3::IfcCableCarrierFittingType, OdIfc2x3::IfcCableCarrierSegmentType, OdIfc2x3::IfcCableSegmentType, OdIfc2x3::IfcCalendarDate, OdIfc2x3::IfcCartesianPoint, OdIfc2x3::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator3D, OdIfc2x3::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator, OdIfc2x3::IfcCenterLineProfileDef, OdIfc2x3::IfcChamferEdgeFeature, OdIfc2x3::IfcChillerType, OdIfc2x3::IfcCircle, OdIfc2x3::IfcCircleHollowProfileDef, OdIfc2x3::IfcCircleProfileDef, OdIfc2x3::IfcClassification, OdIfc2x3::IfcClassificationItem, OdIfc2x3::IfcClassificationItemRelationship, OdIfc2x3::IfcClassificationNotation, OdIfc2x3::IfcClassificationNotationFacet, OdIfc2x3::IfcClassificationReference, OdIfc2x3::IfcCoilType, OdIfc2x3::IfcColourRgb, OdIfc2x3::IfcColourSpecification, OdIfc2x3::IfcColumnType, OdIfc2x3::IfcComplexProperty, OdIfc2x3::IfcCompositeCurve, OdIfc2x3::IfcCompositeCurveSegment, OdIfc2x3::IfcCompositeProfileDef, OdIfc2x3::IfcCompressorType, OdIfc2x3::IfcCondenserType, OdIfc2x3::IfcConditionCriterion, OdIfc2x3::IfcConic, OdIfc2x3::IfcConnectedFaceSet, OdIfc2x3::IfcConnectionCurveGeometry, OdIfc2x3::IfcConnectionPointEccentricity, OdIfc2x3::IfcConnectionPointGeometry, OdIfc2x3::IfcConnectionPortGeometry, OdIfc2x3::IfcConnectionSurfaceGeometry, OdIfc2x3::IfcConstraintAggregationRelationship, OdIfc2x3::IfcConstraint, OdIfc2x3::IfcConstraintClassificationRelationship, OdIfc2x3::IfcConstraintRelationship, OdIfc2x3::IfcConstructionMaterialResource, OdIfc2x3::IfcConstructionResource, OdIfc2x3::IfcContextDependentUnit, OdIfc2x3::IfcControl, OdIfc2x3::IfcControllerType, OdIfc2x3::IfcConversionBasedUnit, OdIfc2x3::IfcCooledBeamType, OdIfc2x3::IfcCoolingTowerType, OdIfc2x3::IfcCoordinatedUniversalTimeOffset, OdIfc2x3::IfcCostSchedule, OdIfc2x3::IfcCostValue, OdIfc2x3::IfcCovering, OdIfc2x3::IfcCoveringType, OdIfc2x3::IfcCraneRailAShapeProfileDef, OdIfc2x3::IfcCraneRailFShapeProfileDef, OdIfc2x3::IfcCsgPrimitive3D, OdIfc2x3::IfcCsgSolid, OdIfc2x3::IfcCShapeProfileDef, OdIfc2x3::IfcCurrencyRelationship, OdIfc2x3::IfcCurtainWallType, OdIfc2x3::IfcCurveBoundedPlane, OdIfc2x3::IfcCurveStyle, OdIfc2x3::IfcCurveStyleFontAndScaling, OdIfc2x3::IfcCurveStyleFont, OdIfc2x3::IfcCurveStyleFontPattern, OdIfc2x3::IfcDamperType, OdIfc2x3::IfcDateAndTime, OdIfc2x3::IfcDefinedSymbol, OdIfc2x3::IfcDerivedProfileDef, OdIfc2x3::IfcDerivedUnit, OdIfc2x3::IfcDerivedUnitElement, OdIfc2x3::IfcDimensionalExponents, OdIfc2x3::IfcDimensionCurve, OdIfc2x3::IfcDimensionCurveTerminator, OdIfc2x3::IfcDirection, OdIfc2x3::IfcDistributionChamberElementType, OdIfc2x3::IfcDistributionControlElement, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionPort, OdIfc2x3::IfcDocumentElectronicFormat, OdIfc2x3::IfcDocumentInformation, OdIfc2x3::IfcDocumentInformationRelationship, OdIfc2x3::IfcDocumentReference, OdIfc2x3::IfcDoor, OdIfc2x3::IfcDoorLiningProperties, OdIfc2x3::IfcDoorPanelProperties, OdIfc2x3::IfcDoorStyle, OdIfc2x3::IfcDraughtingCallout, OdIfc2x3::IfcDraughtingCalloutRelationship, OdIfc2x3::IfcDuctFittingType, OdIfc2x3::IfcDuctSegmentType, OdIfc2x3::IfcDuctSilencerType, OdIfc2x3::IfcEdge, OdIfc2x3::IfcEdgeCurve, OdIfc2x3::IfcEdgeFeature, OdIfc2x3::IfcEdgeLoop, OdIfc2x3::IfcElectricalBaseProperties, OdIfc2x3::IfcElectricApplianceType, OdIfc2x3::IfcElectricDistributionPoint, OdIfc2x3::IfcElectricFlowStorageDeviceType, OdIfc2x3::IfcElectricGeneratorType, OdIfc2x3::IfcElectricHeaterType, OdIfc2x3::IfcElectricMotorType, OdIfc2x3::IfcElectricTimeControlType, OdIfc2x3::IfcElementarySurface, OdIfc2x3::IfcElementAssembly, OdIfc2x3::IfcElement, OdIfc2x3::IfcElementQuantity, OdIfc2x3::IfcElementType, OdIfc2x3::IfcEllipse, OdIfc2x3::IfcEllipseProfileDef, OdIfc2x3::IfcEnergyProperties, OdIfc2x3::IfcEnvironmentalImpactValue, OdIfc2x3::IfcEvaporativeCoolerType, OdIfc2x3::IfcEvaporatorType, OdIfc2x3::IfcExtendedMaterialProperties, OdIfc2x3::IfcExternalReference, OdIfc2x3::IfcExtrudedAreaSolid, OdIfc2x3::IfcFace, OdIfc2x3::IfcFaceBasedSurfaceModel, OdIfc2x3::IfcFaceBound, OdIfc2x3::IfcFaceSurface, OdIfc2x3::IfcFacetedBrepWithVoids, OdIfc2x3::IfcFailureConnectionCondition, OdIfc2x3::IfcFanType, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFillAreaStyle, OdIfc2x3::IfcFillAreaStyleHatching, OdIfc2x3::IfcFillAreaStyleTiles, OdIfc2x3::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x3::IfcFilterType, OdIfc2x3::IfcFireSuppressionTerminalType, OdIfc2x3::IfcFlowInstrumentType, OdIfc2x3::IfcFlowMeterType, OdIfc2x3::IfcFluidFlowProperties, OdIfc2x3::IfcFooting, OdIfc2x3::IfcFuelProperties, OdIfc2x3::IfcFurnitureType, OdIfc2x3::IfcGasTerminalType, OdIfc2x3::IfcGeneralMaterialProperties, OdIfc2x3::IfcGeneralProfileProperties, OdIfc2x3::IfcGeometricRepresentationContext, OdIfc2x3::IfcGeometricRepresentationSubContext, OdIfc2x3::IfcGeometricSet, OdIfc2x3::IfcGrid, OdIfc2x3::IfcGridAxis, OdIfc2x3::IfcGridPlacement, OdIfc2x3::IfcGroup, OdIfc2x3::IfcHalfSpaceSolid, OdIfc2x3::IfcHeatExchangerType, OdIfc2x3::IfcHumidifierType, OdIfc2x3::IfcHygroscopicMaterialProperties, OdIfc2x3::IfcImageTexture, OdIfc2x3::IfcInventory, OdIfc2x3::IfcIrregularTimeSeries, OdIfc2x3::IfcIrregularTimeSeriesValue, OdIfc2x3::IfcIShapeProfileDef, OdIfc2x3::IfcJunctionBoxType, OdIfc2x3::IfcLaborResource, OdIfc2x3::IfcLampType, OdIfc2x3::IfcLibraryInformation, OdIfc2x3::IfcLibraryReference, OdIfc2x3::IfcLightDistributionData, OdIfc2x3::IfcLightFixtureType, OdIfc2x3::IfcLightIntensityDistribution, OdIfc2x3::IfcLightSource, OdIfc2x3::IfcLightSourceDirectional, OdIfc2x3::IfcLightSourceGoniometric, OdIfc2x3::IfcLightSourcePositional, OdIfc2x3::IfcLightSourceSpot, OdIfc2x3::IfcLine, OdIfc2x3::IfcLocalPlacement, OdIfc2x3::IfcLocalTime, OdIfc2x3::IfcLShapeProfileDef, OdIfc2x3::IfcManifoldSolidBrep, OdIfc2x3::IfcMappedItem, OdIfc2x3::IfcMaterial, OdIfc2x3::IfcMaterialClassificationRelationship, OdIfc2x3::IfcMaterialDefinitionRepresentation, OdIfc2x3::IfcMaterialLayer, OdIfc2x3::IfcMaterialLayerSet, OdIfc2x3::IfcMaterialLayerSetUsage, OdIfc2x3::IfcMaterialList, OdIfc2x3::IfcMaterialProperties, OdIfc2x3::IfcMeasureWithUnit, OdIfc2x3::IfcMechanicalConcreteMaterialProperties, OdIfc2x3::IfcMechanicalFastener, OdIfc2x3::IfcMechanicalMaterialProperties, OdIfc2x3::IfcMechanicalSteelMaterialProperties, OdIfc2x3::IfcMemberType, OdIfc2x3::IfcMetric, OdIfc2x3::IfcMonetaryUnit, OdIfc2x3::IfcMotorConnectionType, OdIfc2x3::IfcMove, OdIfc2x3::IfcNamedUnit, OdIfc2x3::IfcObject, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcObjective, OdIfc2x3::IfcOccupant, OdIfc2x3::IfcOffsetCurve2D, OdIfc2x3::IfcOffsetCurve3D, OdIfc2x3::IfcOneDirectionRepeatFactor, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOpticalMaterialProperties, OdIfc2x3::IfcOrderAction, OdIfc2x3::IfcOrganization, OdIfc2x3::IfcOrganizationRelationship, OdIfc2x3::IfcOrientedEdge, OdIfc2x3::IfcOutletType, OdIfc2x3::IfcOwnerHistory, OdIfc2x3::IfcParameterizedProfileDef, OdIfc2x3::IfcPath, OdIfc2x3::IfcPerformanceHistory, OdIfc2x3::IfcPermeableCoveringProperties, OdIfc2x3::IfcPermit, OdIfc2x3::IfcPersonAndOrganization, OdIfc2x3::IfcPerson, OdIfc2x3::IfcPhysicalComplexQuantity, OdIfc2x3::IfcPhysicalQuantity, OdIfc2x3::IfcPhysicalSimpleQuantity, OdIfc2x3::IfcPile, OdIfc2x3::IfcPipeFittingType, OdIfc2x3::IfcPipeSegmentType, OdIfc2x3::IfcPixelTexture, OdIfc2x3::IfcPlacement, OdIfc2x3::IfcPlanarBox, OdIfc2x3::IfcPlanarExtent, OdIfc2x3::IfcPlateType, OdIfc2x3::IfcPointOnCurve, OdIfc2x3::IfcPointOnSurface, OdIfc2x3::IfcPolygonalBoundedHalfSpace, OdIfc2x3::IfcPolyline, OdIfc2x3::IfcPolyLoop, OdIfc2x3::IfcPort, OdIfc2x3::IfcPostalAddress, OdIfc2x3::IfcPreDefinedItem, OdIfc2x3::IfcPresentationLayerAssignment, OdIfc2x3::IfcPresentationLayerWithStyle, OdIfc2x3::IfcPresentationStyleAssignment, OdIfc2x3::IfcPresentationStyle, OdIfc2x3::IfcProcedure, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProduct, OdIfc2x3::IfcProductDefinitionShape, OdIfc2x3::IfcProductRepresentation, OdIfc2x3::IfcProductsOfCombustionProperties, OdIfc2x3::IfcProfileDef, OdIfc2x3::IfcProfileProperties, OdIfc2x3::IfcProject, OdIfc2x3::IfcProjectOrder, OdIfc2x3::IfcProjectOrderRecord, OdIfc2x3::IfcProperty, OdIfc2x3::IfcPropertyBoundedValue, OdIfc2x3::IfcPropertyConstraintRelationship, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertyDependencyRelationship, OdIfc2x3::IfcPropertyEnumeratedValue, OdIfc2x3::IfcPropertyEnumeration, OdIfc2x3::IfcPropertyListValue, OdIfc2x3::IfcPropertyReferenceValue, OdIfc2x3::IfcPropertySet, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcPropertySingleValue, OdIfc2x3::IfcPropertyTableValue, OdIfc2x3::IfcProtectiveDeviceType, OdIfc2x3::IfcProxy, OdIfc2x3::IfcPumpType, OdIfc2x3::IfcQuantityArea, OdIfc2x3::IfcQuantityCount, OdIfc2x3::IfcQuantityLength, OdIfc2x3::IfcQuantityTime, OdIfc2x3::IfcQuantityVolume, OdIfc2x3::IfcQuantityWeight, OdIfc2x3::IfcRailing, OdIfc2x3::IfcRailingType, OdIfc2x3::IfcRamp, OdIfc2x3::IfcRampFlightType, OdIfc2x3::IfcRationalBezierCurve, OdIfc2x3::IfcRectangleHollowProfileDef, OdIfc2x3::IfcRectangleProfileDef, OdIfc2x3::IfcRectangularPyramid, OdIfc2x3::IfcRectangularTrimmedSurface, OdIfc2x3::IfcReferencesValueDocument, OdIfc2x3::IfcRegularTimeSeries, OdIfc2x3::IfcReinforcementBarProperties, OdIfc2x3::IfcReinforcementDefinitionProperties, OdIfc2x3::IfcReinforcingBar, OdIfc2x3::IfcReinforcingElement, OdIfc2x3::IfcReinforcingMesh, OdIfc2x3::IfcRelAssigns, OdIfc2x3::IfcRelAssignsTasks, OdIfc2x3::IfcRelAssignsToActor, OdIfc2x3::IfcRelAssignsToControl, OdIfc2x3::IfcRelAssignsToGroup, OdIfc2x3::IfcRelAssignsToProcess, OdIfc2x3::IfcRelAssignsToProduct, OdIfc2x3::IfcRelAssignsToResource, OdIfc2x3::IfcRelAssociatesAppliedValue, OdIfc2x3::IfcRelAssociatesApproval, OdIfc2x3::IfcRelAssociates, OdIfc2x3::IfcRelAssociatesClassification, OdIfc2x3::IfcRelAssociatesConstraint, OdIfc2x3::IfcRelAssociatesDocument, OdIfc2x3::IfcRelAssociatesLibrary, OdIfc2x3::IfcRelAssociatesMaterial, OdIfc2x3::IfcRelAssociatesProfileProperties, OdIfc2x3::IfcRelaxation, OdIfc2x3::IfcRelConnectsElements, OdIfc2x3::IfcRelConnectsPathElements, OdIfc2x3::IfcRelConnectsPorts, OdIfc2x3::IfcRelConnectsPortToElement, OdIfc2x3::IfcRelConnectsStructuralActivity, OdIfc2x3::IfcRelConnectsStructuralElement, OdIfc2x3::IfcRelConnectsStructuralMember, OdIfc2x3::IfcRelConnectsWithEccentricity, OdIfc2x3::IfcRelConnectsWithRealizingElements, OdIfc2x3::IfcRelContainedInSpatialStructure, OdIfc2x3::IfcRelCoversBldgElements, OdIfc2x3::IfcRelCoversSpaces, OdIfc2x3::IfcRelDecomposes, OdIfc2x3::IfcRelDefines, OdIfc2x3::IfcRelDefinesByProperties, OdIfc2x3::IfcRelDefinesByType, OdIfc2x3::IfcRelFillsElement, OdIfc2x3::IfcRelFlowControlElements, OdIfc2x3::IfcRelInteractionRequirements, OdIfc2x3::IfcRelOverridesProperties, OdIfc2x3::IfcRelProjectsElement, OdIfc2x3::IfcRelReferencedInSpatialStructure, OdIfc2x3::IfcRelSequence, OdIfc2x3::IfcRelServicesBuildings, OdIfc2x3::IfcRelSpaceBoundary, OdIfc2x3::IfcRelVoidsElement, OdIfc2x3::IfcRepresentation, OdIfc2x3::IfcRepresentationContext, OdIfc2x3::IfcRepresentationMap, OdIfc2x3::IfcResource, OdIfc2x3::IfcRevolvedAreaSolid, OdIfc2x3::IfcRibPlateProfileProperties, OdIfc2x3::IfcRightCircularCone, OdIfc2x3::IfcRightCircularCylinder, OdIfc2x3::IfcRoof, OdIfc2x3::IfcRoot, OdIfc2x3::IfcRoundedEdgeFeature, OdIfc2x3::IfcRoundedRectangleProfileDef, OdIfc2x3::IfcSanitaryTerminalType, OdIfc2x3::IfcScheduleTimeControl, OdIfc2x3::IfcSectionedSpine, OdIfc2x3::IfcSectionProperties, OdIfc2x3::IfcSectionReinforcementProperties, OdIfc2x3::IfcSensorType, OdIfc2x3::IfcServiceLife, OdIfc2x3::IfcServiceLifeFactor, OdIfc2x3::IfcShapeAspect, OdIfc2x3::IfcShapeModel, OdIfc2x3::IfcShellBasedSurfaceModel, OdIfc2x3::IfcSite, OdIfc2x3::IfcSIUnit, OdIfc2x3::IfcSlab, OdIfc2x3::IfcSlabType, OdIfc2x3::IfcSlippageConnectionCondition, OdIfc2x3::IfcSoundProperties, OdIfc2x3::IfcSoundValue, OdIfc2x3::IfcSpace, OdIfc2x3::IfcSpaceHeaterType, OdIfc2x3::IfcSpaceProgram, OdIfc2x3::IfcSpaceThermalLoadProperties, OdIfc2x3::IfcSpaceType, OdIfc2x3::IfcSpatialStructureElement, OdIfc2x3::IfcSphere, OdIfc2x3::IfcStackTerminalType, OdIfc2x3::IfcStair, OdIfc2x3::IfcStairFlight, OdIfc2x3::IfcStairFlightType, OdIfc2x3::IfcStructuralAction, OdIfc2x3::IfcStructuralActivity, OdIfc2x3::IfcStructuralAnalysisModel, OdIfc2x3::IfcStructuralConnection, OdIfc2x3::IfcStructuralConnectionCondition, OdIfc2x3::IfcStructuralCurveMember, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralLinearAction, OdIfc2x3::IfcStructuralLinearActionVarying, OdIfc2x3::IfcStructuralLoad, OdIfc2x3::IfcStructuralLoadGroup, OdIfc2x3::IfcStructuralLoadLinearForce, OdIfc2x3::IfcStructuralLoadPlanarForce, OdIfc2x3::IfcStructuralLoadSingleDisplacement, OdIfc2x3::IfcStructuralLoadSingleDisplacementDistortion, OdIfc2x3::IfcStructuralLoadSingleForce, OdIfc2x3::IfcStructuralLoadSingleForceWarping, OdIfc2x3::IfcStructuralLoadTemperature, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralPlanarAction, OdIfc2x3::IfcStructuralPlanarActionVarying, OdIfc2x3::IfcStructuralProfileProperties, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralResultGroup, OdIfc2x3::IfcStructuralSteelProfileProperties, OdIfc2x3::IfcStructuralSurfaceMember, OdIfc2x3::IfcStructuralSurfaceMemberVarying, OdIfc2x3::IfcStyledItem, OdIfc2x3::IfcSubContractResource, OdIfc2x3::IfcSubedge, OdIfc2x3::IfcSurfaceCurveSweptAreaSolid, OdIfc2x3::IfcSurfaceOfLinearExtrusion, OdIfc2x3::IfcSurfaceOfRevolution, OdIfc2x3::IfcSurfaceStyle, OdIfc2x3::IfcSurfaceStyleLighting, OdIfc2x3::IfcSurfaceStyleRefraction, OdIfc2x3::IfcSurfaceStyleRendering, OdIfc2x3::IfcSurfaceStyleShading, OdIfc2x3::IfcSurfaceStyleWithTextures, OdIfc2x3::IfcSurfaceTexture, OdIfc2x3::IfcSweptAreaSolid, OdIfc2x3::IfcSweptDiskSolid, OdIfc2x3::IfcSweptSurface, OdIfc2x3::IfcSwitchingDeviceType, OdIfc2x3::IfcSymbolStyle, OdIfc2x3::IfcSystem, OdIfc2x3::IfcTable, OdIfc2x3::IfcTableRow, OdIfc2x3::IfcTankType, OdIfc2x3::IfcTask, OdIfc2x3::IfcTelecomAddress, OdIfc2x3::IfcTendon, OdIfc2x3::IfcTerminatorSymbol, OdIfc2x3::IfcTextLiteral, OdIfc2x3::IfcTextLiteralWithExtent, OdIfc2x3::IfcTextStyle, OdIfc2x3::IfcTextStyleFontModel, OdIfc2x3::IfcTextStyleForDefinedFont, OdIfc2x3::IfcTextStyleTextModel, OdIfc2x3::IfcTextStyleWithBoxCharacteristics, OdIfc2x3::IfcTextureCoordinateGenerator, OdIfc2x3::IfcTextureMap, OdIfc2x3::IfcTextureVertex, OdIfc2x3::IfcThermalMaterialProperties, OdIfc2x3::IfcTimeSeries, OdIfc2x3::IfcTimeSeriesReferenceRelationship, OdIfc2x3::IfcTimeSeriesSchedule, OdIfc2x3::IfcTimeSeriesValue, OdIfc2x3::IfcTransformerType, OdIfc2x3::IfcTransportElement, OdIfc2x3::IfcTransportElementType, OdIfc2x3::IfcTrapeziumProfileDef, OdIfc2x3::IfcTrimmedCurve, OdIfc2x3::IfcTShapeProfileDef, OdIfc2x3::IfcTubeBundleType, OdIfc2x3::IfcTwoDirectionRepeatFactor, OdIfc2x3::IfcTypeObject, OdIfc2x3::IfcTypeProduct, OdIfc2x3::IfcUnitaryEquipmentType, OdIfc2x3::IfcUnitAssignment, OdIfc2x3::IfcUShapeProfileDef, OdIfc2x3::IfcValveType, OdIfc2x3::IfcVector, OdIfc2x3::IfcVertexBasedTextureMap, OdIfc2x3::IfcVertexLoop, OdIfc2x3::IfcVertexPoint, OdIfc2x3::IfcVibrationIsolatorType, OdIfc2x3::IfcVirtualGridIntersection, OdIfc2x3::IfcWallType, OdIfc2x3::IfcWasteTerminalType, OdIfc2x3::IfcWaterProperties, OdIfc2x3::IfcWindow, OdIfc2x3::IfcWindowLiningProperties, OdIfc2x3::IfcWindowPanelProperties, OdIfc2x3::IfcWindowStyle, OdIfc2x3::IfcWorkControl, OdIfc2x3::IfcZShapeProfileDef, OdIfc2x_final::IfcActionTimeControl, OdIfc2x_final::IfcActor, OdIfc2x_final::IfcActorRole, OdIfc2x_final::IfcActuator, OdIfc2x_final::IfcAddress, OdIfc2x_final::IfcAirFilter, OdIfc2x_final::IfcAirTerminal, OdIfc2x_final::IfcAirTerminalBox, OdIfc2x_final::IfcApplication, OdIfc2x_final::IfcApproval, OdIfc2x_final::IfcApprovalUsage, OdIfc2x_final::IfcArbitraryClosedProfileDef, OdIfc2x_final::IfcArbitraryOpenProfileDef, OdIfc2x_final::IfcArbitraryProfileDefWithVoids, OdIfc2x_final::IfcAssessory, OdIfc2x_final::IfcAsset, OdIfc2x_final::IfcAxis1Placement, OdIfc2x_final::IfcAxis2Placement2D, OdIfc2x_final::IfcAxis2Placement3D, OdIfc2x_final::IfcBoiler, OdIfc2x_final::IfcBooleanResult, OdIfc2x_final::IfcBoundingBox, OdIfc2x_final::IfcBoxedHalfSpace, OdIfc2x_final::IfcBudget, OdIfc2x_final::IfcBuilding, OdIfc2x_final::IfcBuildingElement, OdIfc2x_final::IfcBuildingElementProxy, OdIfc2x_final::IfcBuildingStorey, OdIfc2x_final::IfcBuiltIn, OdIfc2x_final::IfcCalendarDate, OdIfc2x_final::IfcCartesianPoint, OdIfc2x_final::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x_final::IfcCartesianTransformationOperator3D, OdIfc2x_final::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x_final::IfcCartesianTransformationOperator, OdIfc2x_final::IfcChangeOrder, OdIfc2x_final::IfcChiller, OdIfc2x_final::IfcCircle, OdIfc2x_final::IfcCircleProfileDef, OdIfc2x_final::IfcClassification, OdIfc2x_final::IfcClassificationItem, OdIfc2x_final::IfcClassificationItemRelationship, OdIfc2x_final::IfcClassificationNotation, OdIfc2x_final::IfcClassificationNotationFacet, OdIfc2x_final::IfcClassificationReference, OdIfc2x_final::IfcCMDocPackage, OdIfc2x_final::IfcCoil, OdIfc2x_final::IfcCompartment, OdIfc2x_final::IfcComplexProperty, OdIfc2x_final::IfcCompositeCurve, OdIfc2x_final::IfcCompositeCurveSegment, OdIfc2x_final::IfcCompositeProfileDef, OdIfc2x_final::IfcCompressor, OdIfc2x_final::IfcConic, OdIfc2x_final::IfcConnectedFaceSet, OdIfc2x_final::IfcConnectionConstraint, OdIfc2x_final::IfcConnectionCurveGeometry, OdIfc2x_final::IfcConnectionPointGeometry, OdIfc2x_final::IfcConnectionPortGeometry, OdIfc2x_final::IfcConnectionSurfaceGeometry, OdIfc2x_final::IfcConstraintAggregationRelationship, OdIfc2x_final::IfcConstraint, OdIfc2x_final::IfcConstraintUsage, OdIfc2x_final::IfcConstructionMaterialResource, OdIfc2x_final::IfcContextDependentUnit, OdIfc2x_final::IfcControl, OdIfc2x_final::IfcControlElement, OdIfc2x_final::IfcConversionBasedUnit, OdIfc2x_final::IfcCoolingTower, OdIfc2x_final::IfcCoordinatedUniversalTimeOffset, OdIfc2x_final::IfcCost, OdIfc2x_final::IfcCostModifier, OdIfc2x_final::IfcCostModifierValue, OdIfc2x_final::IfcCostQuantity, OdIfc2x_final::IfcCostSchedule, OdIfc2x_final::IfcCostValue, OdIfc2x_final::IfcCostValueRelationship, OdIfc2x_final::IfcCovering, OdIfc2x_final::IfcCsgSolid, OdIfc2x_final::IfcCurveBoundedPlane, OdIfc2x_final::IfcDamper, OdIfc2x_final::IfcDateAndTime, OdIfc2x_final::IfcDerivedProfileDef, OdIfc2x_final::IfcDerivedUnit, OdIfc2x_final::IfcDerivedUnitElement, OdIfc2x_final::IfcDimensionalExponents, OdIfc2x_final::IfcDirectionalLightSource, OdIfc2x_final::IfcDirection, OdIfc2x_final::IfcDiscreteElement, OdIfc2x_final::IfcDistributionFlowElement, OdIfc2x_final::IfcDocumentElectronicFormat, OdIfc2x_final::IfcDocumentInformation, OdIfc2x_final::IfcDocumentInformationRelationship, OdIfc2x_final::IfcDocumentReference, OdIfc2x_final::IfcDoor, OdIfc2x_final::IfcDoorLiningProperties, OdIfc2x_final::IfcDoorPanelProperties, OdIfc2x_final::IfcDoorStyle, OdIfc2x_final::IfcEdge, OdIfc2x_final::IfcEdgeCurve, OdIfc2x_final::IfcElectricalAppliance, OdIfc2x_final::IfcElectricalBaseProperties, OdIfc2x_final::IfcElectricalExtendedProperties, OdIfc2x_final::IfcElectricMotor, OdIfc2x_final::IfcElementarySurface, OdIfc2x_final::IfcElement, OdIfc2x_final::IfcElementQuantity, OdIfc2x_final::IfcEllipse, OdIfc2x_final::IfcEllipseProfileDef, OdIfc2x_final::IfcExtendedMaterialProperties, OdIfc2x_final::IfcExternalReference, OdIfc2x_final::IfcExtrudedAreaSolid, OdIfc2x_final::IfcFace, OdIfc2x_final::IfcFaceBasedSurfaceModel, OdIfc2x_final::IfcFaceBound, OdIfc2x_final::IfcFaceSurface, OdIfc2x_final::IfcFacetedBrepWithVoids, OdIfc2x_final::IfcFan, OdIfc2x_final::IfcFlowFitting, OdIfc2x_final::IfcFlowSegment, OdIfc2x_final::IfcFluidFlowProperties, OdIfc2x_final::IfcFluidMovingDevice, OdIfc2x_final::IfcGeneralMaterialProperties, OdIfc2x_final::IfcGeometricRepresentationContext, OdIfc2x_final::IfcGeometricSet, OdIfc2x_final::IfcGrid, OdIfc2x_final::IfcGridAxis, OdIfc2x_final::IfcGridPlacement, OdIfc2x_final::IfcGroup, OdIfc2x_final::IfcHalfSpaceSolid, OdIfc2x_final::IfcHeatExchanger, OdIfc2x_final::IfcHeatTransferDevice, OdIfc2x_final::IfcHydronicHeater, OdIfc2x_final::IfcHygroscopicMaterialProperties, OdIfc2x_final::IfcInventory, OdIfc2x_final::IfcIshapeProfileDef, OdIfc2x_final::IfcLaborResource, OdIfc2x_final::IfcLibraryInformation, OdIfc2x_final::IfcLibraryReference, OdIfc2x_final::IfcLightFixture, OdIfc2x_final::IfcLine, OdIfc2x_final::IfcLocalPlacement, OdIfc2x_final::IfcLocalTime, OdIfc2x_final::IfcMaintenanceRecord, OdIfc2x_final::IfcMaintenanceWorkOrder, OdIfc2x_final::IfcManifoldSolidBrep, OdIfc2x_final::IfcManufacturerInformation, OdIfc2x_final::IfcMappedItem, OdIfc2x_final::IfcMaterial, OdIfc2x_final::IfcMaterialClassificationRelationship, OdIfc2x_final::IfcMaterialLayer, OdIfc2x_final::IfcMaterialLayerSet, OdIfc2x_final::IfcMaterialLayerSetUsage, OdIfc2x_final::IfcMaterialList, OdIfc2x_final::IfcMaterialProperties, OdIfc2x_final::IfcMeasureWithUnit, OdIfc2x_final::IfcMechanicalMaterialProperties, OdIfc2x_final::IfcMetric, OdIfc2x_final::IfcMetricBenchmark, OdIfc2x_final::IfcMetricValue, OdIfc2x_final::IfcMonetaryUnit, OdIfc2x_final::IfcMove, OdIfc2x_final::IfcNamedUnit, OdIfc2x_final::IfcObject, OdIfc2x_final::IfcObjective, OdIfc2x_final::IfcOccupant, OdIfc2x_final::IfcOffsetCurve2D, OdIfc2x_final::IfcOffsetCurve3D, OdIfc2x_final::IfcOpeningElement, OdIfc2x_final::IfcOpticalMaterialProperties, OdIfc2x_final::IfcOrganization, OdIfc2x_final::IfcOrganizationRelationship, OdIfc2x_final::IfcOrientedEdge, OdIfc2x_final::IfcOutlet, OdIfc2x_final::IfcOwnerHistory, OdIfc2x_final::IfcPath, OdIfc2x_final::IfcPermeableCoveringProperties, OdIfc2x_final::IfcPersonAndOrganization, OdIfc2x_final::IfcPerson, OdIfc2x_final::IfcPhysicalQuantity, OdIfc2x_final::IfcPlacement, OdIfc2x_final::IfcPointLightSource, OdIfc2x_final::IfcPolygonalBoundedHalfSpace, OdIfc2x_final::IfcPolyline, OdIfc2x_final::IfcPolyLoop, OdIfc2x_final::IfcPostalAddress, OdIfc2x_final::IfcPresentationLightSource, OdIfc2x_final::IfcProcess, OdIfc2x_final::IfcProduct, OdIfc2x_final::IfcProductDefinitionShape, OdIfc2x_final::IfcProductRepresentation, OdIfc2x_final::IfcProfileDef, OdIfc2x_final::IfcProject, OdIfc2x_final::IfcProjectOrder, OdIfc2x_final::IfcProperty, OdIfc2x_final::IfcPropertyBoundedValue, OdIfc2x_final::IfcPropertyDefinition, OdIfc2x_final::IfcPropertyEnumeratedValue, OdIfc2x_final::IfcPropertyEnumeration, OdIfc2x_final::IfcPropertyReferenceValue, OdIfc2x_final::IfcPropertySet, OdIfc2x_final::IfcPropertySetDefinition, OdIfc2x_final::IfcPropertySingleValue, OdIfc2x_final::IfcPropertyTableValue, OdIfc2x_final::IfcProxy, OdIfc2x_final::IfcPump, OdIfc2x_final::IfcPurchaseOrder, OdIfc2x_final::IfcQuantityArea, OdIfc2x_final::IfcQuantityCount, OdIfc2x_final::IfcQuantityLength, OdIfc2x_final::IfcQuantityVolume, OdIfc2x_final::IfcQuantityWeight, OdIfc2x_final::IfcRailing, OdIfc2x_final::IfcRamp, OdIfc2x_final::IfcRectangleProfileDef, OdIfc2x_final::IfcRectangularTrimmedSurface, OdIfc2x_final::IfcReferenceEdge, OdIfc2x_final::IfcReferenceFace, OdIfc2x_final::IfcReferenceGeometry, OdIfc2x_final::IfcReferencesCostDocument, OdIfc2x_final::IfcReferenceVertex, OdIfc2x_final::IfcRelAggregatesResources, OdIfc2x_final::IfcRelAssigns, OdIfc2x_final::IfcRelAssignsFMStandard, OdIfc2x_final::IfcRelAssignsTasks, OdIfc2x_final::IfcRelAssignsToActor, OdIfc2x_final::IfcRelAssignsToControl, OdIfc2x_final::IfcRelAssignsToGroup, OdIfc2x_final::IfcRelAssignsToProcess, OdIfc2x_final::IfcRelAssignsToProduct, OdIfc2x_final::IfcRelAssignsToResource, OdIfc2x_final::IfcRelAssociates, OdIfc2x_final::IfcRelAssociatesClassification, OdIfc2x_final::IfcRelAssociatesDocument, OdIfc2x_final::IfcRelAssociatesLibrary, OdIfc2x_final::IfcRelAssociatesMaterial, OdIfc2x_final::IfcRelConnectsElements, OdIfc2x_final::IfcRelConnectsPathElements, OdIfc2x_final::IfcRelConnectsPorts, OdIfc2x_final::IfcRelContainedInSpatialStructure, OdIfc2x_final::IfcRelCoversBldgElements, OdIfc2x_final::IfcRelDecomposes, OdIfc2x_final::IfcRelDefines, OdIfc2x_final::IfcRelDefinesByProperties, OdIfc2x_final::IfcRelDefinesByType, OdIfc2x_final::IfcRelFillsElement, OdIfc2x_final::IfcRelFlowControlElements, OdIfc2x_final::IfcRelInteractionRequirements, OdIfc2x_final::IfcRelMaintenanceEvent, OdIfc2x_final::IfcRelOverridesProperties, OdIfc2x_final::IfcRelSequence, OdIfc2x_final::IfcRelServicesBuildings, OdIfc2x_final::IfcRelSpaceBoundary, OdIfc2x_final::IfcRelUsesResource, OdIfc2x_final::IfcRelVoidsElement, OdIfc2x_final::IfcRepresentation, OdIfc2x_final::IfcRepresentationContext, OdIfc2x_final::IfcRepresentationMap, OdIfc2x_final::IfcResource, OdIfc2x_final::IfcRevolvedAreaSolid, OdIfc2x_final::IfcRoof, OdIfc2x_final::IfcRoot, OdIfc2x_final::IfcRoundedRectangleProfileDef, OdIfc2x_final::IfcSanitaryTerminal, OdIfc2x_final::IfcScheduleTimeControl, OdIfc2x_final::IfcSectionedSpine, OdIfc2x_final::IfcSensor, OdIfc2x_final::IfcShapeAspect, OdIfc2x_final::IfcShapeRepresentation, OdIfc2x_final::IfcShellBasedSurfaceModel, OdIfc2x_final::IfcSite, OdIfc2x_final::IfcSIUnit, OdIfc2x_final::IfcSlab, OdIfc2x_final::IfcSpace, OdIfc2x_final::IfcSpaceProgram, OdIfc2x_final::IfcSpaceProgramGroup, OdIfc2x_final::IfcSpaceThermalLoad, OdIfc2x_final::IfcSpatialStructureElement, OdIfc2x_final::IfcSpotLightSource, OdIfc2x_final::IfcStair, OdIfc2x_final::IfcStairFlight, OdIfc2x_final::IfcSubContractResource, OdIfc2x_final::IfcSurfaceExtendedProperties, OdIfc2x_final::IfcSurfaceOfLinearExtrusion, OdIfc2x_final::IfcSurfaceOfRevolution, OdIfc2x_final::IfcSurfaceRenderingProperties, OdIfc2x_final::IfcSurfaceShadingProperties, OdIfc2x_final::IfcSurfaceStyle, OdIfc2x_final::IfcSurfaceStyleProperties, OdIfc2x_final::IfcSurfaceStyleUsage, OdIfc2x_final::IfcSweptAreaSolid, OdIfc2x_final::IfcSweptSurface, OdIfc2x_final::IfcSystem, OdIfc2x_final::IfcTable, OdIfc2x_final::IfcTableRow, OdIfc2x_final::IfcTank, OdIfc2x_final::IfcTask, OdIfc2x_final::IfcTelecomAddress, OdIfc2x_final::IfcThermalMaterialProperties, OdIfc2x_final::IfcTransportElement, OdIfc2x_final::IfcTrapeziumProfileDef, OdIfc2x_final::IfcTrimmedCurve, OdIfc2x_final::IfcTubeBundle, OdIfc2x_final::IfcTypeObject, OdIfc2x_final::IfcTypeProduct, OdIfc2x_final::IfcUnitAssignment, OdIfc2x_final::IfcValve, OdIfc2x_final::IfcVector, OdIfc2x_final::IfcVertexPoint, OdIfc2x_final::IfcVirtualGridIntersection, OdIfc2x_final::IfcWindow, OdIfc2x_final::IfcWindowLiningProperties, OdIfc2x_final::IfcWindowPanelProperties, OdIfc2x_final::IfcWindowStyle, OdIfc2x_final::IfcWorkControl, OdIfc2x_final::IfcWorkOrder, OdIfc4::IfcActionRequest, OdIfc4::IfcActor, OdIfc4::IfcActorRole, OdIfc4::IfcActuator, OdIfc4::IfcActuatorType, OdIfc4::IfcAddress, OdIfc4::IfcAdvancedBrepWithVoids, OdIfc4::IfcAirTerminal, OdIfc4::IfcAirTerminalBox, OdIfc4::IfcAirTerminalBoxType, OdIfc4::IfcAirTerminalType, OdIfc4::IfcAirToAirHeatRecovery, OdIfc4::IfcAirToAirHeatRecoveryType, OdIfc4::IfcAlarm, OdIfc4::IfcAlarmType, OdIfc4::IfcAnnotation, OdIfc4::IfcAnnotationFillArea, OdIfc4::IfcApplication, OdIfc4::IfcAppliedValue, OdIfc4::IfcApproval, OdIfc4::IfcApprovalRelationship, OdIfc4::IfcArbitraryClosedProfileDef, OdIfc4::IfcArbitraryOpenProfileDef, OdIfc4::IfcArbitraryProfileDefWithVoids, OdIfc4::IfcAsset, OdIfc4::IfcAsymmetricIShapeProfileDef, OdIfc4::IfcAudioVisualAppliance, OdIfc4::IfcAudioVisualApplianceType, OdIfc4::IfcAxis1Placement, OdIfc4::IfcAxis2Placement2D, OdIfc4::IfcAxis2Placement3D, OdIfc4::IfcBeam, OdIfc4::IfcBeamType, OdIfc4::IfcBlobTexture, OdIfc4::IfcBlock, OdIfc4::IfcBoiler, OdIfc4::IfcBoilerType, OdIfc4::IfcBooleanResult, OdIfc4::IfcBoundaryCondition, OdIfc4::IfcBoundaryEdgeCondition, OdIfc4::IfcBoundaryFaceCondition, OdIfc4::IfcBoundaryNodeCondition, OdIfc4::IfcBoundaryNodeConditionWarping, OdIfc4::IfcBoundingBox, OdIfc4::IfcBoxedHalfSpace, OdIfc4::IfcBSplineCurve, OdIfc4::IfcBSplineCurveWithKnots, OdIfc4::IfcBSplineSurface, OdIfc4::IfcBSplineSurfaceWithKnots, OdIfc4::IfcBuilding, OdIfc4::IfcBuildingElementPart, OdIfc4::IfcBuildingElementPartType, OdIfc4::IfcBuildingElementProxy, OdIfc4::IfcBuildingElementProxyType, OdIfc4::IfcBuildingStorey, OdIfc4::IfcBuildingSystem, OdIfc4::IfcBurner, OdIfc4::IfcBurnerType, OdIfc4::IfcCableCarrierFitting, OdIfc4::IfcCableCarrierFittingType, OdIfc4::IfcCableCarrierSegment, OdIfc4::IfcCableCarrierSegmentType, OdIfc4::IfcCableFitting, OdIfc4::IfcCableFittingType, OdIfc4::IfcCableSegment, OdIfc4::IfcCableSegmentType, OdIfc4::IfcCartesianPoint, OdIfc4::IfcCartesianPointList2D, OdIfc4::IfcCartesianPointList3D, OdIfc4::IfcCartesianTransformationOperator2DnonUniform, OdIfc4::IfcCartesianTransformationOperator3D, OdIfc4::IfcCartesianTransformationOperator3DnonUniform, OdIfc4::IfcCartesianTransformationOperator, OdIfc4::IfcCenterLineProfileDef, OdIfc4::IfcChiller, OdIfc4::IfcChillerType, OdIfc4::IfcChimney, OdIfc4::IfcChimneyType, OdIfc4::IfcCircle, OdIfc4::IfcCircleHollowProfileDef, OdIfc4::IfcCircleProfileDef, OdIfc4::IfcClassification, OdIfc4::IfcClassificationReference, OdIfc4::IfcCoil, OdIfc4::IfcCoilType, OdIfc4::IfcColourRgb, OdIfc4::IfcColourRgbList, OdIfc4::IfcColourSpecification, OdIfc4::IfcColumn, OdIfc4::IfcColumnType, OdIfc4::IfcCommunicationsAppliance, OdIfc4::IfcCommunicationsApplianceType, OdIfc4::IfcComplexProperty, OdIfc4::IfcComplexPropertyTemplate, OdIfc4::IfcCompositeCurve, OdIfc4::IfcCompositeCurveSegment, OdIfc4::IfcCompositeProfileDef, OdIfc4::IfcCompressor, OdIfc4::IfcCompressorType, OdIfc4::IfcCondenser, OdIfc4::IfcCondenserType, OdIfc4::IfcConic, OdIfc4::IfcConnectedFaceSet, OdIfc4::IfcConnectionCurveGeometry, OdIfc4::IfcConnectionPointEccentricity, OdIfc4::IfcConnectionPointGeometry, OdIfc4::IfcConnectionSurfaceGeometry, OdIfc4::IfcConnectionVolumeGeometry, OdIfc4::IfcConstraint, OdIfc4::IfcConstructionEquipmentResource, OdIfc4::IfcConstructionEquipmentResourceType, OdIfc4::IfcConstructionMaterialResource, OdIfc4::IfcConstructionMaterialResourceType, OdIfc4::IfcConstructionProductResource, OdIfc4::IfcConstructionProductResourceType, OdIfc4::IfcConstructionResource, OdIfc4::IfcConstructionResourceType, OdIfc4::IfcContext, OdIfc4::IfcContextDependentUnit, OdIfc4::IfcControl, OdIfc4::IfcController, OdIfc4::IfcControllerType, OdIfc4::IfcConversionBasedUnit, OdIfc4::IfcConversionBasedUnitWithOffset, OdIfc4::IfcCooledBeam, OdIfc4::IfcCooledBeamType, OdIfc4::IfcCoolingTower, OdIfc4::IfcCoolingTowerType, OdIfc4::IfcCoordinateOperation, OdIfc4::IfcCoordinateReferenceSystem, OdIfc4::IfcCostItem, OdIfc4::IfcCostSchedule, OdIfc4::IfcCovering, OdIfc4::IfcCoveringType, OdIfc4::IfcCrewResource, OdIfc4::IfcCrewResourceType, OdIfc4::IfcCsgPrimitive3D, OdIfc4::IfcCsgSolid, OdIfc4::IfcCShapeProfileDef, OdIfc4::IfcCurrencyRelationship, OdIfc4::IfcCurtainWall, OdIfc4::IfcCurtainWallType, OdIfc4::IfcCurveBoundedPlane, OdIfc4::IfcCurveBoundedSurface, OdIfc4::IfcCurveStyle, OdIfc4::IfcCurveStyleFontAndScaling, OdIfc4::IfcCurveStyleFont, OdIfc4::IfcCurveStyleFontPattern, OdIfc4::IfcCylindricalSurface, OdIfc4::IfcDamper, OdIfc4::IfcDamperType, OdIfc4::IfcDerivedProfileDef, OdIfc4::IfcDerivedUnit, OdIfc4::IfcDerivedUnitElement, OdIfc4::IfcDimensionalExponents, OdIfc4::IfcDirection, OdIfc4::IfcDiscreteAccessory, OdIfc4::IfcDiscreteAccessoryType, OdIfc4::IfcDistributionChamberElement, OdIfc4::IfcDistributionChamberElementType, OdIfc4::IfcDistributionControlElement, OdIfc4::IfcDistributionElement, OdIfc4::IfcDistributionFlowElement, OdIfc4::IfcDistributionPort, OdIfc4::IfcDistributionSystem, OdIfc4::IfcDocumentInformation, OdIfc4::IfcDocumentInformationRelationship, OdIfc4::IfcDocumentReference, OdIfc4::IfcDoor, OdIfc4::IfcDoorLiningProperties, OdIfc4::IfcDoorPanelProperties, OdIfc4::IfcDoorStyle, OdIfc4::IfcDoorType, OdIfc4::IfcDuctFitting, OdIfc4::IfcDuctFittingType, OdIfc4::IfcDuctSegment, OdIfc4::IfcDuctSegmentType, OdIfc4::IfcDuctSilencer, OdIfc4::IfcDuctSilencerType, OdIfc4::IfcEdge, OdIfc4::IfcEdgeCurve, OdIfc4::IfcEdgeLoop, OdIfc4::IfcElectricAppliance, OdIfc4::IfcElectricApplianceType, OdIfc4::IfcElectricDistributionBoard, OdIfc4::IfcElectricDistributionBoardType, OdIfc4::IfcElectricFlowStorageDevice, OdIfc4::IfcElectricFlowStorageDeviceType, OdIfc4::IfcElectricGenerator, OdIfc4::IfcElectricGeneratorType, OdIfc4::IfcElectricMotor, OdIfc4::IfcElectricMotorType, OdIfc4::IfcElectricTimeControl, OdIfc4::IfcElectricTimeControlType, OdIfc4::IfcElementarySurface, OdIfc4::IfcElementAssembly, OdIfc4::IfcElementAssemblyType, OdIfc4::IfcElement, OdIfc4::IfcElementQuantity, OdIfc4::IfcElementType, OdIfc4::IfcEllipse, OdIfc4::IfcEllipseProfileDef, OdIfc4::IfcEngine, OdIfc4::IfcEngineType, OdIfc4::IfcEvaporativeCooler, OdIfc4::IfcEvaporativeCoolerType, OdIfc4::IfcEvaporator, OdIfc4::IfcEvaporatorType, OdIfc4::IfcEvent, OdIfc4::IfcEventTime, OdIfc4::IfcEventType, OdIfc4::IfcExtendedProperties, OdIfc4::IfcExternalReference, OdIfc4::IfcExternalReferenceRelationship, OdIfc4::IfcExternalSpatialElement, OdIfc4::IfcExtrudedAreaSolid, OdIfc4::IfcExtrudedAreaSolidTapered, OdIfc4::IfcFace, OdIfc4::IfcFaceBasedSurfaceModel, OdIfc4::IfcFaceBound, OdIfc4::IfcFaceSurface, OdIfc4::IfcFacetedBrepWithVoids, OdIfc4::IfcFailureConnectionCondition, OdIfc4::IfcFan, OdIfc4::IfcFanType, OdIfc4::IfcFastener, OdIfc4::IfcFastenerType, OdIfc4::IfcFeatureElementAddition, OdIfc4::IfcFeatureElementSubtraction, OdIfc4::IfcFillAreaStyle, OdIfc4::IfcFillAreaStyleHatching, OdIfc4::IfcFillAreaStyleTiles, OdIfc4::IfcFilter, OdIfc4::IfcFilterType, OdIfc4::IfcFireSuppressionTerminal, OdIfc4::IfcFireSuppressionTerminalType, OdIfc4::IfcFixedReferenceSweptAreaSolid, OdIfc4::IfcFlowInstrument, OdIfc4::IfcFlowInstrumentType, OdIfc4::IfcFlowMeter, OdIfc4::IfcFlowMeterType, OdIfc4::IfcFooting, OdIfc4::IfcFootingType, OdIfc4::IfcFurniture, OdIfc4::IfcFurnitureType, OdIfc4::IfcGeographicElement, OdIfc4::IfcGeographicElementType, OdIfc4::IfcGeometricRepresentationContext, OdIfc4::IfcGeometricRepresentationSubContext, OdIfc4::IfcGeometricSet, OdIfc4::IfcGrid, OdIfc4::IfcGridAxis, OdIfc4::IfcGridPlacement, OdIfc4::IfcGroup, OdIfc4::IfcHalfSpaceSolid, OdIfc4::IfcHeatExchanger, OdIfc4::IfcHeatExchangerType, OdIfc4::IfcHumidifier, OdIfc4::IfcHumidifierType, OdIfc4::IfcImageTexture, OdIfc4::IfcIndexedColourMap, OdIfc4::IfcIndexedPolyCurve, OdIfc4::IfcIndexedPolygonalFace, OdIfc4::IfcIndexedPolygonalFaceWithVoids, OdIfc4::IfcIndexedTextureMap, OdIfc4::IfcIndexedTriangleTextureMap, OdIfc4::IfcInterceptor, OdIfc4::IfcInterceptorType, OdIfc4::IfcInventory, OdIfc4::IfcIrregularTimeSeries, OdIfc4::IfcIrregularTimeSeriesValue, OdIfc4::IfcIShapeProfileDef, OdIfc4::IfcJunctionBox, OdIfc4::IfcJunctionBoxType, OdIfc4::IfcLaborResource, OdIfc4::IfcLaborResourceType, OdIfc4::IfcLagTime, OdIfc4::IfcLamp, OdIfc4::IfcLampType, OdIfc4::IfcLibraryInformation, OdIfc4::IfcLibraryReference, OdIfc4::IfcLightDistributionData, OdIfc4::IfcLightFixture, OdIfc4::IfcLightFixtureType, OdIfc4::IfcLightIntensityDistribution, OdIfc4::IfcLightSource, OdIfc4::IfcLightSourceDirectional, OdIfc4::IfcLightSourceGoniometric, OdIfc4::IfcLightSourcePositional, OdIfc4::IfcLightSourceSpot, OdIfc4::IfcLine, OdIfc4::IfcLocalPlacement, OdIfc4::IfcLShapeProfileDef, OdIfc4::IfcManifoldSolidBrep, OdIfc4::IfcMapConversion, OdIfc4::IfcMappedItem, OdIfc4::IfcMaterial, OdIfc4::IfcMaterialClassificationRelationship, OdIfc4::IfcMaterialConstituent, OdIfc4::IfcMaterialConstituentSet, OdIfc4::IfcMaterialDefinitionRepresentation, OdIfc4::IfcMaterialLayer, OdIfc4::IfcMaterialLayerSet, OdIfc4::IfcMaterialLayerSetUsage, OdIfc4::IfcMaterialLayerWithOffsets, OdIfc4::IfcMaterialList, OdIfc4::IfcMaterialProfile, OdIfc4::IfcMaterialProfileSet, OdIfc4::IfcMaterialProfileSetUsage, OdIfc4::IfcMaterialProfileSetUsageTapering, OdIfc4::IfcMaterialProfileWithOffsets, OdIfc4::IfcMaterialProperties, OdIfc4::IfcMaterialRelationship, OdIfc4::IfcMeasureWithUnit, OdIfc4::IfcMechanicalFastener, OdIfc4::IfcMechanicalFastenerType, OdIfc4::IfcMedicalDevice, OdIfc4::IfcMedicalDeviceType, OdIfc4::IfcMember, OdIfc4::IfcMemberType, OdIfc4::IfcMetric, OdIfc4::IfcMonetaryUnit, OdIfc4::IfcMotorConnection, OdIfc4::IfcMotorConnectionType, OdIfc4::IfcNamedUnit, OdIfc4::IfcObject, OdIfc4::IfcObjectDefinition, OdIfc4::IfcObjective, OdIfc4::IfcOccupant, OdIfc4::IfcOffsetCurve2D, OdIfc4::IfcOffsetCurve3D, OdIfc4::IfcOpeningElement, OdIfc4::IfcOrganization, OdIfc4::IfcOrganizationRelationship, OdIfc4::IfcOrientedEdge, OdIfc4::IfcOutlet, OdIfc4::IfcOutletType, OdIfc4::IfcOwnerHistory, OdIfc4::IfcParameterizedProfileDef, OdIfc4::IfcPath, OdIfc4::IfcPcurve, OdIfc4::IfcPerformanceHistory, OdIfc4::IfcPermeableCoveringProperties, OdIfc4::IfcPermit, OdIfc4::IfcPersonAndOrganization, OdIfc4::IfcPerson, OdIfc4::IfcPhysicalComplexQuantity, OdIfc4::IfcPhysicalQuantity, OdIfc4::IfcPhysicalSimpleQuantity, OdIfc4::IfcPile, OdIfc4::IfcPileType, OdIfc4::IfcPipeFitting, OdIfc4::IfcPipeFittingType, OdIfc4::IfcPipeSegment, OdIfc4::IfcPipeSegmentType, OdIfc4::IfcPixelTexture, OdIfc4::IfcPlacement, OdIfc4::IfcPlanarBox, OdIfc4::IfcPlanarExtent, OdIfc4::IfcPlate, OdIfc4::IfcPlateType, OdIfc4::IfcPointOnCurve, OdIfc4::IfcPointOnSurface, OdIfc4::IfcPolygonalBoundedHalfSpace, OdIfc4::IfcPolygonalFaceSet, OdIfc4::IfcPolyline, OdIfc4::IfcPolyLoop, OdIfc4::IfcPort, OdIfc4::IfcPostalAddress, OdIfc4::IfcPreDefinedItem, OdIfc4::IfcPresentationLayerAssignment, OdIfc4::IfcPresentationLayerWithStyle, OdIfc4::IfcPresentationStyleAssignment, OdIfc4::IfcPresentationStyle, OdIfc4::IfcProcedure, OdIfc4::IfcProcedureType, OdIfc4::IfcProcess, OdIfc4::IfcProduct, OdIfc4::IfcProductDefinitionShape, OdIfc4::IfcProductRepresentation, OdIfc4::IfcProfileDef, OdIfc4::IfcProfileProperties, OdIfc4::IfcProjectedCRS, OdIfc4::IfcProjectionElement, OdIfc4::IfcProjectOrder, OdIfc4::IfcProperty, OdIfc4::IfcPropertyBoundedValue, OdIfc4::IfcPropertyDefinition, OdIfc4::IfcPropertyDependencyRelationship, OdIfc4::IfcPropertyEnumeratedValue, OdIfc4::IfcPropertyEnumeration, OdIfc4::IfcPropertyListValue, OdIfc4::IfcPropertyReferenceValue, OdIfc4::IfcPropertySet, OdIfc4::IfcPropertySetDefinition, OdIfc4::IfcPropertySetTemplate, OdIfc4::IfcPropertySingleValue, OdIfc4::IfcPropertyTableValue, OdIfc4::IfcPropertyTemplate, OdIfc4::IfcProtectiveDevice, OdIfc4::IfcProtectiveDeviceTrippingUnit, OdIfc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4::IfcProtectiveDeviceType, OdIfc4::IfcProxy, OdIfc4::IfcPump, OdIfc4::IfcPumpType, OdIfc4::IfcQuantityArea, OdIfc4::IfcQuantityCount, OdIfc4::IfcQuantityLength, OdIfc4::IfcQuantityTime, OdIfc4::IfcQuantityVolume, OdIfc4::IfcQuantityWeight, OdIfc4::IfcRailing, OdIfc4::IfcRailingType, OdIfc4::IfcRamp, OdIfc4::IfcRampFlight, OdIfc4::IfcRampFlightType, OdIfc4::IfcRampType, OdIfc4::IfcRationalBSplineCurveWithKnots, OdIfc4::IfcRationalBSplineSurfaceWithKnots, OdIfc4::IfcRectangleHollowProfileDef, OdIfc4::IfcRectangleProfileDef, OdIfc4::IfcRectangularPyramid, OdIfc4::IfcRectangularTrimmedSurface, OdIfc4::IfcRecurrencePattern, OdIfc4::IfcReference, OdIfc4::IfcRegularTimeSeries, OdIfc4::IfcReinforcementBarProperties, OdIfc4::IfcReinforcementDefinitionProperties, OdIfc4::IfcReinforcingBar, OdIfc4::IfcReinforcingBarType, OdIfc4::IfcReinforcingElement, OdIfc4::IfcReinforcingMesh, OdIfc4::IfcReinforcingMeshType, OdIfc4::IfcRelAggregates, OdIfc4::IfcRelAssigns, OdIfc4::IfcRelAssignsToActor, OdIfc4::IfcRelAssignsToControl, OdIfc4::IfcRelAssignsToGroup, OdIfc4::IfcRelAssignsToGroupByFactor, OdIfc4::IfcRelAssignsToProcess, OdIfc4::IfcRelAssignsToProduct, OdIfc4::IfcRelAssignsToResource, OdIfc4::IfcRelAssociatesApproval, OdIfc4::IfcRelAssociates, OdIfc4::IfcRelAssociatesClassification, OdIfc4::IfcRelAssociatesConstraint, OdIfc4::IfcRelAssociatesDocument, OdIfc4::IfcRelAssociatesLibrary, OdIfc4::IfcRelAssociatesMaterial, OdIfc4::IfcRelConnectsElements, OdIfc4::IfcRelConnectsPathElements, OdIfc4::IfcRelConnectsPorts, OdIfc4::IfcRelConnectsPortToElement, OdIfc4::IfcRelConnectsStructuralActivity, OdIfc4::IfcRelConnectsStructuralMember, OdIfc4::IfcRelConnectsWithEccentricity, OdIfc4::IfcRelConnectsWithRealizingElements, OdIfc4::IfcRelContainedInSpatialStructure, OdIfc4::IfcRelCoversBldgElements, OdIfc4::IfcRelCoversSpaces, OdIfc4::IfcRelDeclares, OdIfc4::IfcRelDefinesByObject, OdIfc4::IfcRelDefinesByProperties, OdIfc4::IfcRelDefinesByTemplate, OdIfc4::IfcRelDefinesByType, OdIfc4::IfcRelFillsElement, OdIfc4::IfcRelFlowControlElements, OdIfc4::IfcRelInterferesElements, OdIfc4::IfcRelNests, OdIfc4::IfcRelProjectsElement, OdIfc4::IfcRelReferencedInSpatialStructure, OdIfc4::IfcRelSequence, OdIfc4::IfcRelServicesBuildings, OdIfc4::IfcRelSpaceBoundary1stLevel, OdIfc4::IfcRelSpaceBoundary2ndLevel, OdIfc4::IfcRelSpaceBoundary, OdIfc4::IfcRelVoidsElement, OdIfc4::IfcReparametrisedCompositeCurveSegment, OdIfc4::IfcRepresentation, OdIfc4::IfcRepresentationContext, OdIfc4::IfcRepresentationMap, OdIfc4::IfcResourceApprovalRelationship, OdIfc4::IfcResource, OdIfc4::IfcResourceConstraintRelationship, OdIfc4::IfcResourceLevelRelationship, OdIfc4::IfcResourceTime, OdIfc4::IfcRevolvedAreaSolid, OdIfc4::IfcRevolvedAreaSolidTapered, OdIfc4::IfcRightCircularCone, OdIfc4::IfcRightCircularCylinder, OdIfc4::IfcRoof, OdIfc4::IfcRoofType, OdIfc4::IfcRoot, OdIfc4::IfcRoundedRectangleProfileDef, OdIfc4::IfcSanitaryTerminal, OdIfc4::IfcSanitaryTerminalType, OdIfc4::IfcSchedulingTime, OdIfc4::IfcSectionedSpine, OdIfc4::IfcSectionProperties, OdIfc4::IfcSectionReinforcementProperties, OdIfc4::IfcSensor, OdIfc4::IfcSensorType, OdIfc4::IfcShadingDevice, OdIfc4::IfcShadingDeviceType, OdIfc4::IfcShapeAspect, OdIfc4::IfcShapeModel, OdIfc4::IfcShellBasedSurfaceModel, OdIfc4::IfcSimplePropertyTemplate, OdIfc4::IfcSite, OdIfc4::IfcSIUnit, OdIfc4::IfcSlab, OdIfc4::IfcSlabType, OdIfc4::IfcSlippageConnectionCondition, OdIfc4::IfcSolarDevice, OdIfc4::IfcSolarDeviceType, OdIfc4::IfcSpace, OdIfc4::IfcSpaceHeater, OdIfc4::IfcSpaceHeaterType, OdIfc4::IfcSpaceType, OdIfc4::IfcSpatialElement, OdIfc4::IfcSpatialElementType, OdIfc4::IfcSpatialStructureElement, OdIfc4::IfcSpatialZone, OdIfc4::IfcSpatialZoneType, OdIfc4::IfcSphere, OdIfc4::IfcSphericalSurface, OdIfc4::IfcStackTerminal, OdIfc4::IfcStackTerminalType, OdIfc4::IfcStair, OdIfc4::IfcStairFlight, OdIfc4::IfcStairFlightType, OdIfc4::IfcStairType, OdIfc4::IfcStructuralAction, OdIfc4::IfcStructuralActivity, OdIfc4::IfcStructuralAnalysisModel, OdIfc4::IfcStructuralConnection, OdIfc4::IfcStructuralConnectionCondition, OdIfc4::IfcStructuralCurveAction, OdIfc4::IfcStructuralCurveConnection, OdIfc4::IfcStructuralCurveMember, OdIfc4::IfcStructuralCurveReaction, OdIfc4::IfcStructuralItem, OdIfc4::IfcStructuralLoad, OdIfc4::IfcStructuralLoadCase, OdIfc4::IfcStructuralLoadConfiguration, OdIfc4::IfcStructuralLoadGroup, OdIfc4::IfcStructuralLoadLinearForce, OdIfc4::IfcStructuralLoadPlanarForce, OdIfc4::IfcStructuralLoadSingleDisplacement, OdIfc4::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4::IfcStructuralLoadSingleForce, OdIfc4::IfcStructuralLoadSingleForceWarping, OdIfc4::IfcStructuralLoadTemperature, OdIfc4::IfcStructuralMember, OdIfc4::IfcStructuralPointConnection, OdIfc4::IfcStructuralResultGroup, OdIfc4::IfcStructuralSurfaceAction, OdIfc4::IfcStructuralSurfaceMember, OdIfc4::IfcStructuralSurfaceReaction, OdIfc4::IfcStyledItem, OdIfc4::IfcSubContractResource, OdIfc4::IfcSubContractResourceType, OdIfc4::IfcSubedge, OdIfc4::IfcSurfaceCurve, OdIfc4::IfcSurfaceCurveSweptAreaSolid, OdIfc4::IfcSurfaceFeature, OdIfc4::IfcSurfaceOfLinearExtrusion, OdIfc4::IfcSurfaceOfRevolution, OdIfc4::IfcSurfaceReinforcementArea, OdIfc4::IfcSurfaceStyle, OdIfc4::IfcSurfaceStyleLighting, OdIfc4::IfcSurfaceStyleRefraction, OdIfc4::IfcSurfaceStyleRendering, OdIfc4::IfcSurfaceStyleShading, OdIfc4::IfcSurfaceStyleWithTextures, OdIfc4::IfcSurfaceTexture, OdIfc4::IfcSweptAreaSolid, OdIfc4::IfcSweptDiskSolid, OdIfc4::IfcSweptDiskSolidPolygonal, OdIfc4::IfcSweptSurface, OdIfc4::IfcSwitchingDevice, OdIfc4::IfcSwitchingDeviceType, OdIfc4::IfcSystem, OdIfc4::IfcSystemFurnitureElement, OdIfc4::IfcSystemFurnitureElementType, OdIfc4::IfcTable, OdIfc4::IfcTableColumn, OdIfc4::IfcTableRow, OdIfc4::IfcTank, OdIfc4::IfcTankType, OdIfc4::IfcTask, OdIfc4::IfcTaskTime, OdIfc4::IfcTaskTimeRecurring, OdIfc4::IfcTaskType, OdIfc4::IfcTelecomAddress, OdIfc4::IfcTendonAnchor, OdIfc4::IfcTendonAnchorType, OdIfc4::IfcTendon, OdIfc4::IfcTendonType, OdIfc4::IfcTessellatedFaceSet, OdIfc4::IfcTextLiteral, OdIfc4::IfcTextLiteralWithExtent, OdIfc4::IfcTextStyle, OdIfc4::IfcTextStyleFontModel, OdIfc4::IfcTextStyleForDefinedFont, OdIfc4::IfcTextStyleTextModel, OdIfc4::IfcTextureCoordinate, OdIfc4::IfcTextureCoordinateGenerator, OdIfc4::IfcTextureMap, OdIfc4::IfcTextureVertex, OdIfc4::IfcTextureVertexList, OdIfc4::IfcTimePeriod, OdIfc4::IfcTimeSeries, OdIfc4::IfcTimeSeriesValue, OdIfc4::IfcToroidalSurface, OdIfc4::IfcTransformer, OdIfc4::IfcTransformerType, OdIfc4::IfcTransportElement, OdIfc4::IfcTransportElementType, OdIfc4::IfcTrapeziumProfileDef, OdIfc4::IfcTriangulatedFaceSet, OdIfc4::IfcTrimmedCurve, OdIfc4::IfcTShapeProfileDef, OdIfc4::IfcTubeBundle, OdIfc4::IfcTubeBundleType, OdIfc4::IfcTypeObject, OdIfc4::IfcTypeProcess, OdIfc4::IfcTypeProduct, OdIfc4::IfcTypeResource, OdIfc4::IfcUnitaryControlElement, OdIfc4::IfcUnitaryControlElementType, OdIfc4::IfcUnitaryEquipment, OdIfc4::IfcUnitaryEquipmentType, OdIfc4::IfcUnitAssignment, OdIfc4::IfcUShapeProfileDef, OdIfc4::IfcValve, OdIfc4::IfcValveType, OdIfc4::IfcVector, OdIfc4::IfcVertexLoop, OdIfc4::IfcVertexPoint, OdIfc4::IfcVibrationIsolator, OdIfc4::IfcVibrationIsolatorType, OdIfc4::IfcVirtualGridIntersection, OdIfc4::IfcVoidingFeature, OdIfc4::IfcWall, OdIfc4::IfcWallType, OdIfc4::IfcWasteTerminal, OdIfc4::IfcWasteTerminalType, OdIfc4::IfcWindow, OdIfc4::IfcWindowLiningProperties, OdIfc4::IfcWindowPanelProperties, OdIfc4::IfcWindowStyle, OdIfc4::IfcWindowType, OdIfc4::IfcWorkCalendar, OdIfc4::IfcWorkControl, OdIfc4::IfcWorkPlan, OdIfc4::IfcWorkSchedule, OdIfc4::IfcWorkTime, OdIfc4::IfcZone, OdIfc4::IfcZShapeProfileDef, OdIfc4x1::IfcActionRequest, OdIfc4x1::IfcActor, OdIfc4x1::IfcActorRole, OdIfc4x1::IfcActuator, OdIfc4x1::IfcActuatorType, OdIfc4x1::IfcAddress, OdIfc4x1::IfcAdvancedBrepWithVoids, OdIfc4x1::IfcAirTerminal, OdIfc4x1::IfcAirTerminalBox, OdIfc4x1::IfcAirTerminalBoxType, OdIfc4x1::IfcAirTerminalType, OdIfc4x1::IfcAirToAirHeatRecovery, OdIfc4x1::IfcAirToAirHeatRecoveryType, OdIfc4x1::IfcAlarm, OdIfc4x1::IfcAlarmType, OdIfc4x1::IfcAlignment2DHorizontal, OdIfc4x1::IfcAlignment2DHorizontalSegment, OdIfc4x1::IfcAlignment2DSegment, OdIfc4x1::IfcAlignment2DVerSegCircularArc, OdIfc4x1::IfcAlignment2DVerSegParabolicArc, OdIfc4x1::IfcAlignment2DVertical, OdIfc4x1::IfcAlignment2DVerticalSegment, OdIfc4x1::IfcAlignment, OdIfc4x1::IfcAlignmentCurve, OdIfc4x1::IfcAnnotation, OdIfc4x1::IfcAnnotationFillArea, OdIfc4x1::IfcApplication, OdIfc4x1::IfcAppliedValue, OdIfc4x1::IfcApproval, OdIfc4x1::IfcApprovalRelationship, OdIfc4x1::IfcArbitraryClosedProfileDef, OdIfc4x1::IfcArbitraryOpenProfileDef, OdIfc4x1::IfcArbitraryProfileDefWithVoids, OdIfc4x1::IfcAsset, OdIfc4x1::IfcAsymmetricIShapeProfileDef, OdIfc4x1::IfcAudioVisualAppliance, OdIfc4x1::IfcAudioVisualApplianceType, OdIfc4x1::IfcAxis1Placement, OdIfc4x1::IfcAxis2Placement2D, OdIfc4x1::IfcAxis2Placement3D, OdIfc4x1::IfcBeam, OdIfc4x1::IfcBeamType, OdIfc4x1::IfcBlobTexture, OdIfc4x1::IfcBlock, OdIfc4x1::IfcBoiler, OdIfc4x1::IfcBoilerType, OdIfc4x1::IfcBooleanResult, OdIfc4x1::IfcBoundaryCondition, OdIfc4x1::IfcBoundaryEdgeCondition, OdIfc4x1::IfcBoundaryFaceCondition, OdIfc4x1::IfcBoundaryNodeCondition, OdIfc4x1::IfcBoundaryNodeConditionWarping, OdIfc4x1::IfcBoundingBox, OdIfc4x1::IfcBoxedHalfSpace, OdIfc4x1::IfcBSplineCurve, OdIfc4x1::IfcBSplineCurveWithKnots, OdIfc4x1::IfcBSplineSurface, OdIfc4x1::IfcBSplineSurfaceWithKnots, OdIfc4x1::IfcBuilding, OdIfc4x1::IfcBuildingElementPart, OdIfc4x1::IfcBuildingElementPartType, OdIfc4x1::IfcBuildingElementProxy, OdIfc4x1::IfcBuildingElementProxyType, OdIfc4x1::IfcBuildingStorey, OdIfc4x1::IfcBuildingSystem, OdIfc4x1::IfcBurner, OdIfc4x1::IfcBurnerType, OdIfc4x1::IfcCableCarrierFitting, OdIfc4x1::IfcCableCarrierFittingType, OdIfc4x1::IfcCableCarrierSegment, OdIfc4x1::IfcCableCarrierSegmentType, OdIfc4x1::IfcCableFitting, OdIfc4x1::IfcCableFittingType, OdIfc4x1::IfcCableSegment, OdIfc4x1::IfcCableSegmentType, OdIfc4x1::IfcCartesianPoint, OdIfc4x1::IfcCartesianPointList2D, OdIfc4x1::IfcCartesianPointList3D, OdIfc4x1::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x1::IfcCartesianTransformationOperator3D, OdIfc4x1::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x1::IfcCartesianTransformationOperator, OdIfc4x1::IfcCenterLineProfileDef, OdIfc4x1::IfcChiller, OdIfc4x1::IfcChillerType, OdIfc4x1::IfcChimney, OdIfc4x1::IfcChimneyType, OdIfc4x1::IfcCircle, OdIfc4x1::IfcCircleHollowProfileDef, OdIfc4x1::IfcCircleProfileDef, OdIfc4x1::IfcCircularArcSegment2D, OdIfc4x1::IfcClassification, OdIfc4x1::IfcClassificationReference, OdIfc4x1::IfcCoil, OdIfc4x1::IfcCoilType, OdIfc4x1::IfcColourRgb, OdIfc4x1::IfcColourRgbList, OdIfc4x1::IfcColourSpecification, OdIfc4x1::IfcColumn, OdIfc4x1::IfcColumnType, OdIfc4x1::IfcCommunicationsAppliance, OdIfc4x1::IfcCommunicationsApplianceType, OdIfc4x1::IfcComplexProperty, OdIfc4x1::IfcComplexPropertyTemplate, OdIfc4x1::IfcCompositeCurve, OdIfc4x1::IfcCompositeCurveSegment, OdIfc4x1::IfcCompositeProfileDef, OdIfc4x1::IfcCompressor, OdIfc4x1::IfcCompressorType, OdIfc4x1::IfcCondenser, OdIfc4x1::IfcCondenserType, OdIfc4x1::IfcConic, OdIfc4x1::IfcConnectedFaceSet, OdIfc4x1::IfcConnectionCurveGeometry, OdIfc4x1::IfcConnectionPointEccentricity, OdIfc4x1::IfcConnectionPointGeometry, OdIfc4x1::IfcConnectionSurfaceGeometry, OdIfc4x1::IfcConnectionVolumeGeometry, OdIfc4x1::IfcConstraint, OdIfc4x1::IfcConstructionEquipmentResource, OdIfc4x1::IfcConstructionEquipmentResourceType, OdIfc4x1::IfcConstructionMaterialResource, OdIfc4x1::IfcConstructionMaterialResourceType, OdIfc4x1::IfcConstructionProductResource, OdIfc4x1::IfcConstructionProductResourceType, OdIfc4x1::IfcConstructionResource, OdIfc4x1::IfcConstructionResourceType, OdIfc4x1::IfcContext, OdIfc4x1::IfcContextDependentUnit, OdIfc4x1::IfcControl, OdIfc4x1::IfcController, OdIfc4x1::IfcControllerType, OdIfc4x1::IfcConversionBasedUnit, OdIfc4x1::IfcConversionBasedUnitWithOffset, OdIfc4x1::IfcCooledBeam, OdIfc4x1::IfcCooledBeamType, OdIfc4x1::IfcCoolingTower, OdIfc4x1::IfcCoolingTowerType, OdIfc4x1::IfcCoordinateOperation, OdIfc4x1::IfcCoordinateReferenceSystem, OdIfc4x1::IfcCostItem, OdIfc4x1::IfcCostSchedule, OdIfc4x1::IfcCovering, OdIfc4x1::IfcCoveringType, OdIfc4x1::IfcCrewResource, OdIfc4x1::IfcCrewResourceType, OdIfc4x1::IfcCsgPrimitive3D, OdIfc4x1::IfcCsgSolid, OdIfc4x1::IfcCShapeProfileDef, OdIfc4x1::IfcCurrencyRelationship, OdIfc4x1::IfcCurtainWall, OdIfc4x1::IfcCurtainWallType, OdIfc4x1::IfcCurveBoundedPlane, OdIfc4x1::IfcCurveBoundedSurface, OdIfc4x1::IfcCurveSegment2D, OdIfc4x1::IfcCurveStyle, OdIfc4x1::IfcCurveStyleFontAndScaling, OdIfc4x1::IfcCurveStyleFont, OdIfc4x1::IfcCurveStyleFontPattern, OdIfc4x1::IfcCylindricalSurface, OdIfc4x1::IfcDamper, OdIfc4x1::IfcDamperType, OdIfc4x1::IfcDerivedProfileDef, OdIfc4x1::IfcDerivedUnit, OdIfc4x1::IfcDerivedUnitElement, OdIfc4x1::IfcDimensionalExponents, OdIfc4x1::IfcDirection, OdIfc4x1::IfcDiscreteAccessory, OdIfc4x1::IfcDiscreteAccessoryType, OdIfc4x1::IfcDistanceExpression, OdIfc4x1::IfcDistributionChamberElement, OdIfc4x1::IfcDistributionChamberElementType, OdIfc4x1::IfcDistributionControlElement, OdIfc4x1::IfcDistributionElement, OdIfc4x1::IfcDistributionFlowElement, OdIfc4x1::IfcDistributionPort, OdIfc4x1::IfcDistributionSystem, OdIfc4x1::IfcDocumentInformation, OdIfc4x1::IfcDocumentInformationRelationship, OdIfc4x1::IfcDocumentReference, OdIfc4x1::IfcDoor, OdIfc4x1::IfcDoorLiningProperties, OdIfc4x1::IfcDoorPanelProperties, OdIfc4x1::IfcDoorStyle, OdIfc4x1::IfcDoorType, OdIfc4x1::IfcDuctFitting, OdIfc4x1::IfcDuctFittingType, OdIfc4x1::IfcDuctSegment, OdIfc4x1::IfcDuctSegmentType, OdIfc4x1::IfcDuctSilencer, OdIfc4x1::IfcDuctSilencerType, OdIfc4x1::IfcEdge, OdIfc4x1::IfcEdgeCurve, OdIfc4x1::IfcEdgeLoop, OdIfc4x1::IfcElectricAppliance, OdIfc4x1::IfcElectricApplianceType, OdIfc4x1::IfcElectricDistributionBoard, OdIfc4x1::IfcElectricDistributionBoardType, OdIfc4x1::IfcElectricFlowStorageDevice, OdIfc4x1::IfcElectricFlowStorageDeviceType, OdIfc4x1::IfcElectricGenerator, OdIfc4x1::IfcElectricGeneratorType, OdIfc4x1::IfcElectricMotor, OdIfc4x1::IfcElectricMotorType, OdIfc4x1::IfcElectricTimeControl, OdIfc4x1::IfcElectricTimeControlType, OdIfc4x1::IfcElementarySurface, OdIfc4x1::IfcElementAssembly, OdIfc4x1::IfcElementAssemblyType, OdIfc4x1::IfcElement, OdIfc4x1::IfcElementQuantity, OdIfc4x1::IfcElementType, OdIfc4x1::IfcEllipse, OdIfc4x1::IfcEllipseProfileDef, OdIfc4x1::IfcEngine, OdIfc4x1::IfcEngineType, OdIfc4x1::IfcEvaporativeCooler, OdIfc4x1::IfcEvaporativeCoolerType, OdIfc4x1::IfcEvaporator, OdIfc4x1::IfcEvaporatorType, OdIfc4x1::IfcEvent, OdIfc4x1::IfcEventTime, OdIfc4x1::IfcEventType, OdIfc4x1::IfcExtendedProperties, OdIfc4x1::IfcExternalReference, OdIfc4x1::IfcExternalReferenceRelationship, OdIfc4x1::IfcExternalSpatialElement, OdIfc4x1::IfcExtrudedAreaSolid, OdIfc4x1::IfcExtrudedAreaSolidTapered, OdIfc4x1::IfcFace, OdIfc4x1::IfcFaceBasedSurfaceModel, OdIfc4x1::IfcFaceBound, OdIfc4x1::IfcFaceSurface, OdIfc4x1::IfcFacetedBrepWithVoids, OdIfc4x1::IfcFailureConnectionCondition, OdIfc4x1::IfcFan, OdIfc4x1::IfcFanType, OdIfc4x1::IfcFastener, OdIfc4x1::IfcFastenerType, OdIfc4x1::IfcFeatureElementAddition, OdIfc4x1::IfcFeatureElementSubtraction, OdIfc4x1::IfcFillAreaStyle, OdIfc4x1::IfcFillAreaStyleHatching, OdIfc4x1::IfcFillAreaStyleTiles, OdIfc4x1::IfcFilter, OdIfc4x1::IfcFilterType, OdIfc4x1::IfcFireSuppressionTerminal, OdIfc4x1::IfcFireSuppressionTerminalType, OdIfc4x1::IfcFixedReferenceSweptAreaSolid, OdIfc4x1::IfcFlowInstrument, OdIfc4x1::IfcFlowInstrumentType, OdIfc4x1::IfcFlowMeter, OdIfc4x1::IfcFlowMeterType, OdIfc4x1::IfcFooting, OdIfc4x1::IfcFootingType, OdIfc4x1::IfcFurniture, OdIfc4x1::IfcFurnitureType, OdIfc4x1::IfcGeographicElement, OdIfc4x1::IfcGeographicElementType, OdIfc4x1::IfcGeometricRepresentationContext, OdIfc4x1::IfcGeometricRepresentationSubContext, OdIfc4x1::IfcGeometricSet, OdIfc4x1::IfcGrid, OdIfc4x1::IfcGridAxis, OdIfc4x1::IfcGridPlacement, OdIfc4x1::IfcGroup, OdIfc4x1::IfcHalfSpaceSolid, OdIfc4x1::IfcHeatExchanger, OdIfc4x1::IfcHeatExchangerType, OdIfc4x1::IfcHumidifier, OdIfc4x1::IfcHumidifierType, OdIfc4x1::IfcImageTexture, OdIfc4x1::IfcIndexedColourMap, OdIfc4x1::IfcIndexedPolyCurve, OdIfc4x1::IfcIndexedPolygonalFace, OdIfc4x1::IfcIndexedPolygonalFaceWithVoids, OdIfc4x1::IfcIndexedTextureMap, OdIfc4x1::IfcIndexedTriangleTextureMap, OdIfc4x1::IfcInterceptor, OdIfc4x1::IfcInterceptorType, OdIfc4x1::IfcInventory, OdIfc4x1::IfcIrregularTimeSeries, OdIfc4x1::IfcIrregularTimeSeriesValue, OdIfc4x1::IfcIShapeProfileDef, OdIfc4x1::IfcJunctionBox, OdIfc4x1::IfcJunctionBoxType, OdIfc4x1::IfcLaborResource, OdIfc4x1::IfcLaborResourceType, OdIfc4x1::IfcLagTime, OdIfc4x1::IfcLamp, OdIfc4x1::IfcLampType, OdIfc4x1::IfcLibraryInformation, OdIfc4x1::IfcLibraryReference, OdIfc4x1::IfcLightDistributionData, OdIfc4x1::IfcLightFixture, OdIfc4x1::IfcLightFixtureType, OdIfc4x1::IfcLightIntensityDistribution, OdIfc4x1::IfcLightSource, OdIfc4x1::IfcLightSourceDirectional, OdIfc4x1::IfcLightSourceGoniometric, OdIfc4x1::IfcLightSourcePositional, OdIfc4x1::IfcLightSourceSpot, OdIfc4x1::IfcLinearPlacement, OdIfc4x1::IfcLinearPositioningElement, OdIfc4x1::IfcLine, OdIfc4x1::IfcLocalPlacement, OdIfc4x1::IfcLShapeProfileDef, OdIfc4x1::IfcManifoldSolidBrep, OdIfc4x1::IfcMapConversion, OdIfc4x1::IfcMappedItem, OdIfc4x1::IfcMaterial, OdIfc4x1::IfcMaterialClassificationRelationship, OdIfc4x1::IfcMaterialConstituent, OdIfc4x1::IfcMaterialConstituentSet, OdIfc4x1::IfcMaterialDefinitionRepresentation, OdIfc4x1::IfcMaterialLayer, OdIfc4x1::IfcMaterialLayerSet, OdIfc4x1::IfcMaterialLayerSetUsage, OdIfc4x1::IfcMaterialLayerWithOffsets, OdIfc4x1::IfcMaterialList, OdIfc4x1::IfcMaterialProfile, OdIfc4x1::IfcMaterialProfileSet, OdIfc4x1::IfcMaterialProfileSetUsage, OdIfc4x1::IfcMaterialProfileSetUsageTapering, OdIfc4x1::IfcMaterialProfileWithOffsets, OdIfc4x1::IfcMaterialProperties, OdIfc4x1::IfcMaterialRelationship, OdIfc4x1::IfcMeasureWithUnit, OdIfc4x1::IfcMechanicalFastener, OdIfc4x1::IfcMechanicalFastenerType, OdIfc4x1::IfcMedicalDevice, OdIfc4x1::IfcMedicalDeviceType, OdIfc4x1::IfcMember, OdIfc4x1::IfcMemberType, OdIfc4x1::IfcMetric, OdIfc4x1::IfcMonetaryUnit, OdIfc4x1::IfcMotorConnection, OdIfc4x1::IfcMotorConnectionType, OdIfc4x1::IfcNamedUnit, OdIfc4x1::IfcObject, OdIfc4x1::IfcObjectDefinition, OdIfc4x1::IfcObjective, OdIfc4x1::IfcOccupant, OdIfc4x1::IfcOffsetCurve2D, OdIfc4x1::IfcOffsetCurve3D, OdIfc4x1::IfcOffsetCurve, OdIfc4x1::IfcOffsetCurveByDistances, OdIfc4x1::IfcOpeningElement, OdIfc4x1::IfcOrganization, OdIfc4x1::IfcOrganizationRelationship, OdIfc4x1::IfcOrientationExpression, OdIfc4x1::IfcOrientedEdge, OdIfc4x1::IfcOutlet, OdIfc4x1::IfcOutletType, OdIfc4x1::IfcOwnerHistory, OdIfc4x1::IfcParameterizedProfileDef, OdIfc4x1::IfcPath, OdIfc4x1::IfcPcurve, OdIfc4x1::IfcPerformanceHistory, OdIfc4x1::IfcPermeableCoveringProperties, OdIfc4x1::IfcPermit, OdIfc4x1::IfcPersonAndOrganization, OdIfc4x1::IfcPerson, OdIfc4x1::IfcPhysicalComplexQuantity, OdIfc4x1::IfcPhysicalQuantity, OdIfc4x1::IfcPhysicalSimpleQuantity, OdIfc4x1::IfcPile, OdIfc4x1::IfcPileType, OdIfc4x1::IfcPipeFitting, OdIfc4x1::IfcPipeFittingType, OdIfc4x1::IfcPipeSegment, OdIfc4x1::IfcPipeSegmentType, OdIfc4x1::IfcPixelTexture, OdIfc4x1::IfcPlacement, OdIfc4x1::IfcPlanarBox, OdIfc4x1::IfcPlanarExtent, OdIfc4x1::IfcPlate, OdIfc4x1::IfcPlateType, OdIfc4x1::IfcPointOnCurve, OdIfc4x1::IfcPointOnSurface, OdIfc4x1::IfcPolygonalBoundedHalfSpace, OdIfc4x1::IfcPolygonalFaceSet, OdIfc4x1::IfcPolyline, OdIfc4x1::IfcPolyLoop, OdIfc4x1::IfcPort, OdIfc4x1::IfcPositioningElement, OdIfc4x1::IfcPostalAddress, OdIfc4x1::IfcPreDefinedItem, OdIfc4x1::IfcPresentationLayerAssignment, OdIfc4x1::IfcPresentationLayerWithStyle, OdIfc4x1::IfcPresentationStyleAssignment, OdIfc4x1::IfcPresentationStyle, OdIfc4x1::IfcProcedure, OdIfc4x1::IfcProcedureType, OdIfc4x1::IfcProcess, OdIfc4x1::IfcProduct, OdIfc4x1::IfcProductDefinitionShape, OdIfc4x1::IfcProductRepresentation, OdIfc4x1::IfcProfileDef, OdIfc4x1::IfcProfileProperties, OdIfc4x1::IfcProjectedCRS, OdIfc4x1::IfcProjectionElement, OdIfc4x1::IfcProjectOrder, OdIfc4x1::IfcProperty, OdIfc4x1::IfcPropertyBoundedValue, OdIfc4x1::IfcPropertyDefinition, OdIfc4x1::IfcPropertyDependencyRelationship, OdIfc4x1::IfcPropertyEnumeratedValue, OdIfc4x1::IfcPropertyEnumeration, OdIfc4x1::IfcPropertyListValue, OdIfc4x1::IfcPropertyReferenceValue, OdIfc4x1::IfcPropertySet, OdIfc4x1::IfcPropertySetDefinition, OdIfc4x1::IfcPropertySetTemplate, OdIfc4x1::IfcPropertySingleValue, OdIfc4x1::IfcPropertyTableValue, OdIfc4x1::IfcPropertyTemplate, OdIfc4x1::IfcProtectiveDevice, OdIfc4x1::IfcProtectiveDeviceTrippingUnit, OdIfc4x1::IfcProtectiveDeviceTrippingUnitType, OdIfc4x1::IfcProtectiveDeviceType, OdIfc4x1::IfcProxy, OdIfc4x1::IfcPump, OdIfc4x1::IfcPumpType, OdIfc4x1::IfcQuantityArea, OdIfc4x1::IfcQuantityCount, OdIfc4x1::IfcQuantityLength, OdIfc4x1::IfcQuantityTime, OdIfc4x1::IfcQuantityVolume, OdIfc4x1::IfcQuantityWeight, OdIfc4x1::IfcRailing, OdIfc4x1::IfcRailingType, OdIfc4x1::IfcRamp, OdIfc4x1::IfcRampFlight, OdIfc4x1::IfcRampFlightType, OdIfc4x1::IfcRampType, OdIfc4x1::IfcRationalBSplineCurveWithKnots, OdIfc4x1::IfcRationalBSplineSurfaceWithKnots, OdIfc4x1::IfcRectangleHollowProfileDef, OdIfc4x1::IfcRectangleProfileDef, OdIfc4x1::IfcRectangularPyramid, OdIfc4x1::IfcRectangularTrimmedSurface, OdIfc4x1::IfcRecurrencePattern, OdIfc4x1::IfcReference, OdIfc4x1::IfcReferent, OdIfc4x1::IfcRegularTimeSeries, OdIfc4x1::IfcReinforcementBarProperties, OdIfc4x1::IfcReinforcementDefinitionProperties, OdIfc4x1::IfcReinforcingBar, OdIfc4x1::IfcReinforcingBarType, OdIfc4x1::IfcReinforcingElement, OdIfc4x1::IfcReinforcingMesh, OdIfc4x1::IfcReinforcingMeshType, OdIfc4x1::IfcRelAggregates, OdIfc4x1::IfcRelAssigns, OdIfc4x1::IfcRelAssignsToActor, OdIfc4x1::IfcRelAssignsToControl, OdIfc4x1::IfcRelAssignsToGroup, OdIfc4x1::IfcRelAssignsToGroupByFactor, OdIfc4x1::IfcRelAssignsToProcess, OdIfc4x1::IfcRelAssignsToProduct, OdIfc4x1::IfcRelAssignsToResource, OdIfc4x1::IfcRelAssociatesApproval, OdIfc4x1::IfcRelAssociates, OdIfc4x1::IfcRelAssociatesClassification, OdIfc4x1::IfcRelAssociatesConstraint, OdIfc4x1::IfcRelAssociatesDocument, OdIfc4x1::IfcRelAssociatesLibrary, OdIfc4x1::IfcRelAssociatesMaterial, OdIfc4x1::IfcRelConnectsElements, OdIfc4x1::IfcRelConnectsPathElements, OdIfc4x1::IfcRelConnectsPorts, OdIfc4x1::IfcRelConnectsPortToElement, OdIfc4x1::IfcRelConnectsStructuralActivity, OdIfc4x1::IfcRelConnectsStructuralMember, OdIfc4x1::IfcRelConnectsWithEccentricity, OdIfc4x1::IfcRelConnectsWithRealizingElements, OdIfc4x1::IfcRelContainedInSpatialStructure, OdIfc4x1::IfcRelCoversBldgElements, OdIfc4x1::IfcRelCoversSpaces, OdIfc4x1::IfcRelDeclares, OdIfc4x1::IfcRelDefinesByObject, OdIfc4x1::IfcRelDefinesByProperties, OdIfc4x1::IfcRelDefinesByTemplate, OdIfc4x1::IfcRelDefinesByType, OdIfc4x1::IfcRelFillsElement, OdIfc4x1::IfcRelFlowControlElements, OdIfc4x1::IfcRelInterferesElements, OdIfc4x1::IfcRelNests, OdIfc4x1::IfcRelProjectsElement, OdIfc4x1::IfcRelReferencedInSpatialStructure, OdIfc4x1::IfcRelSequence, OdIfc4x1::IfcRelServicesBuildings, OdIfc4x1::IfcRelSpaceBoundary1stLevel, OdIfc4x1::IfcRelSpaceBoundary2ndLevel, OdIfc4x1::IfcRelSpaceBoundary, OdIfc4x1::IfcRelVoidsElement, OdIfc4x1::IfcReparametrisedCompositeCurveSegment, OdIfc4x1::IfcRepresentation, OdIfc4x1::IfcRepresentationContext, OdIfc4x1::IfcRepresentationMap, OdIfc4x1::IfcResourceApprovalRelationship, OdIfc4x1::IfcResource, OdIfc4x1::IfcResourceConstraintRelationship, OdIfc4x1::IfcResourceLevelRelationship, OdIfc4x1::IfcResourceTime, OdIfc4x1::IfcRevolvedAreaSolid, OdIfc4x1::IfcRevolvedAreaSolidTapered, OdIfc4x1::IfcRightCircularCone, OdIfc4x1::IfcRightCircularCylinder, OdIfc4x1::IfcRoof, OdIfc4x1::IfcRoofType, OdIfc4x1::IfcRoot, OdIfc4x1::IfcRoundedRectangleProfileDef, OdIfc4x1::IfcSanitaryTerminal, OdIfc4x1::IfcSanitaryTerminalType, OdIfc4x1::IfcSchedulingTime, OdIfc4x1::IfcSectionedSolid, OdIfc4x1::IfcSectionedSolidHorizontal, OdIfc4x1::IfcSectionedSpine, OdIfc4x1::IfcSectionProperties, OdIfc4x1::IfcSectionReinforcementProperties, OdIfc4x1::IfcSensor, OdIfc4x1::IfcSensorType, OdIfc4x1::IfcShadingDevice, OdIfc4x1::IfcShadingDeviceType, OdIfc4x1::IfcShapeAspect, OdIfc4x1::IfcShapeModel, OdIfc4x1::IfcShellBasedSurfaceModel, OdIfc4x1::IfcSimplePropertyTemplate, OdIfc4x1::IfcSite, OdIfc4x1::IfcSIUnit, OdIfc4x1::IfcSlab, OdIfc4x1::IfcSlabType, OdIfc4x1::IfcSlippageConnectionCondition, OdIfc4x1::IfcSolarDevice, OdIfc4x1::IfcSolarDeviceType, OdIfc4x1::IfcSpace, OdIfc4x1::IfcSpaceHeater, OdIfc4x1::IfcSpaceHeaterType, OdIfc4x1::IfcSpaceType, OdIfc4x1::IfcSpatialElement, OdIfc4x1::IfcSpatialElementType, OdIfc4x1::IfcSpatialStructureElement, OdIfc4x1::IfcSpatialZone, OdIfc4x1::IfcSpatialZoneType, OdIfc4x1::IfcSphere, OdIfc4x1::IfcSphericalSurface, OdIfc4x1::IfcStackTerminal, OdIfc4x1::IfcStackTerminalType, OdIfc4x1::IfcStair, OdIfc4x1::IfcStairFlight, OdIfc4x1::IfcStairFlightType, OdIfc4x1::IfcStairType, OdIfc4x1::IfcStructuralAction, OdIfc4x1::IfcStructuralActivity, OdIfc4x1::IfcStructuralAnalysisModel, OdIfc4x1::IfcStructuralConnection, OdIfc4x1::IfcStructuralConnectionCondition, OdIfc4x1::IfcStructuralCurveAction, OdIfc4x1::IfcStructuralCurveConnection, OdIfc4x1::IfcStructuralCurveMember, OdIfc4x1::IfcStructuralCurveReaction, OdIfc4x1::IfcStructuralItem, OdIfc4x1::IfcStructuralLoad, OdIfc4x1::IfcStructuralLoadCase, OdIfc4x1::IfcStructuralLoadConfiguration, OdIfc4x1::IfcStructuralLoadGroup, OdIfc4x1::IfcStructuralLoadLinearForce, OdIfc4x1::IfcStructuralLoadPlanarForce, OdIfc4x1::IfcStructuralLoadSingleDisplacement, OdIfc4x1::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x1::IfcStructuralLoadSingleForce, OdIfc4x1::IfcStructuralLoadSingleForceWarping, OdIfc4x1::IfcStructuralLoadTemperature, OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralPointConnection, OdIfc4x1::IfcStructuralResultGroup, OdIfc4x1::IfcStructuralSurfaceAction, OdIfc4x1::IfcStructuralSurfaceMember, OdIfc4x1::IfcStructuralSurfaceReaction, OdIfc4x1::IfcStyledItem, OdIfc4x1::IfcSubContractResource, OdIfc4x1::IfcSubContractResourceType, OdIfc4x1::IfcSubedge, OdIfc4x1::IfcSurfaceCurve, OdIfc4x1::IfcSurfaceCurveSweptAreaSolid, OdIfc4x1::IfcSurfaceFeature, OdIfc4x1::IfcSurfaceOfLinearExtrusion, OdIfc4x1::IfcSurfaceOfRevolution, OdIfc4x1::IfcSurfaceReinforcementArea, OdIfc4x1::IfcSurfaceStyle, OdIfc4x1::IfcSurfaceStyleLighting, OdIfc4x1::IfcSurfaceStyleRefraction, OdIfc4x1::IfcSurfaceStyleRendering, OdIfc4x1::IfcSurfaceStyleShading, OdIfc4x1::IfcSurfaceStyleWithTextures, OdIfc4x1::IfcSurfaceTexture, OdIfc4x1::IfcSweptAreaSolid, OdIfc4x1::IfcSweptDiskSolid, OdIfc4x1::IfcSweptDiskSolidPolygonal, OdIfc4x1::IfcSweptSurface, OdIfc4x1::IfcSwitchingDevice, OdIfc4x1::IfcSwitchingDeviceType, OdIfc4x1::IfcSystem, OdIfc4x1::IfcSystemFurnitureElement, OdIfc4x1::IfcSystemFurnitureElementType, OdIfc4x1::IfcTable, OdIfc4x1::IfcTableColumn, OdIfc4x1::IfcTableRow, OdIfc4x1::IfcTank, OdIfc4x1::IfcTankType, OdIfc4x1::IfcTask, OdIfc4x1::IfcTaskTime, OdIfc4x1::IfcTaskTimeRecurring, OdIfc4x1::IfcTaskType, OdIfc4x1::IfcTelecomAddress, OdIfc4x1::IfcTendonAnchor, OdIfc4x1::IfcTendonAnchorType, OdIfc4x1::IfcTendon, OdIfc4x1::IfcTendonType, OdIfc4x1::IfcTessellatedFaceSet, OdIfc4x1::IfcTextLiteral, OdIfc4x1::IfcTextLiteralWithExtent, OdIfc4x1::IfcTextStyle, OdIfc4x1::IfcTextStyleFontModel, OdIfc4x1::IfcTextStyleForDefinedFont, OdIfc4x1::IfcTextStyleTextModel, OdIfc4x1::IfcTextureCoordinate, OdIfc4x1::IfcTextureCoordinateGenerator, OdIfc4x1::IfcTextureMap, OdIfc4x1::IfcTextureVertex, OdIfc4x1::IfcTextureVertexList, OdIfc4x1::IfcTimePeriod, OdIfc4x1::IfcTimeSeries, OdIfc4x1::IfcTimeSeriesValue, OdIfc4x1::IfcToroidalSurface, OdIfc4x1::IfcTransformer, OdIfc4x1::IfcTransformerType, OdIfc4x1::IfcTransitionCurveSegment2D, OdIfc4x1::IfcTransportElement, OdIfc4x1::IfcTransportElementType, OdIfc4x1::IfcTrapeziumProfileDef, OdIfc4x1::IfcTriangulatedFaceSet, OdIfc4x1::IfcTriangulatedIrregularNetwork, OdIfc4x1::IfcTrimmedCurve, OdIfc4x1::IfcTShapeProfileDef, OdIfc4x1::IfcTubeBundle, OdIfc4x1::IfcTubeBundleType, OdIfc4x1::IfcTypeObject, OdIfc4x1::IfcTypeProcess, OdIfc4x1::IfcTypeProduct, OdIfc4x1::IfcTypeResource, OdIfc4x1::IfcUnitaryControlElement, OdIfc4x1::IfcUnitaryControlElementType, OdIfc4x1::IfcUnitaryEquipment, OdIfc4x1::IfcUnitaryEquipmentType, OdIfc4x1::IfcUnitAssignment, OdIfc4x1::IfcUShapeProfileDef, OdIfc4x1::IfcValve, OdIfc4x1::IfcValveType, OdIfc4x1::IfcVector, OdIfc4x1::IfcVertexLoop, OdIfc4x1::IfcVertexPoint, OdIfc4x1::IfcVibrationIsolator, OdIfc4x1::IfcVibrationIsolatorType, OdIfc4x1::IfcVirtualGridIntersection, OdIfc4x1::IfcVoidingFeature, OdIfc4x1::IfcWall, OdIfc4x1::IfcWallType, OdIfc4x1::IfcWasteTerminal, OdIfc4x1::IfcWasteTerminalType, OdIfc4x1::IfcWindow, OdIfc4x1::IfcWindowLiningProperties, OdIfc4x1::IfcWindowPanelProperties, OdIfc4x1::IfcWindowStyle, OdIfc4x1::IfcWindowType, OdIfc4x1::IfcWorkCalendar, OdIfc4x1::IfcWorkControl, OdIfc4x1::IfcWorkPlan, OdIfc4x1::IfcWorkSchedule, OdIfc4x1::IfcWorkTime, OdIfc4x1::IfcZone, OdIfc4x1::IfcZShapeProfileDef, OdIfc4x2::IfcActionRequest, OdIfc4x2::IfcActor, OdIfc4x2::IfcActorRole, OdIfc4x2::IfcActuator, OdIfc4x2::IfcActuatorType, OdIfc4x2::IfcAddress, OdIfc4x2::IfcAdvancedBrepWithVoids, OdIfc4x2::IfcAirTerminal, OdIfc4x2::IfcAirTerminalBox, OdIfc4x2::IfcAirTerminalBoxType, OdIfc4x2::IfcAirTerminalType, OdIfc4x2::IfcAirToAirHeatRecovery, OdIfc4x2::IfcAirToAirHeatRecoveryType, OdIfc4x2::IfcAlarm, OdIfc4x2::IfcAlarmType, OdIfc4x2::IfcAlignment2DHorizontal, OdIfc4x2::IfcAlignment2DHorizontalSegment, OdIfc4x2::IfcAlignment2DSegment, OdIfc4x2::IfcAlignment2DVerSegCircularArc, OdIfc4x2::IfcAlignment2DVerSegParabolicArc, OdIfc4x2::IfcAlignment2DVertical, OdIfc4x2::IfcAlignment2DVerticalSegment, OdIfc4x2::IfcAlignment, OdIfc4x2::IfcAlignmentCurve, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAnnotationFillArea, OdIfc4x2::IfcApplication, OdIfc4x2::IfcAppliedValue, OdIfc4x2::IfcApproval, OdIfc4x2::IfcApprovalRelationship, OdIfc4x2::IfcArbitraryClosedProfileDef, OdIfc4x2::IfcArbitraryOpenProfileDef, OdIfc4x2::IfcArbitraryProfileDefWithVoids, OdIfc4x2::IfcAsset, OdIfc4x2::IfcAsymmetricIShapeProfileDef, OdIfc4x2::IfcAudioVisualAppliance, OdIfc4x2::IfcAudioVisualApplianceType, OdIfc4x2::IfcAxis1Placement, OdIfc4x2::IfcAxis2Placement2D, OdIfc4x2::IfcAxis2Placement3D, OdIfc4x2::IfcBeam, OdIfc4x2::IfcBeamType, OdIfc4x2::IfcBearing, OdIfc4x2::IfcBearingType, OdIfc4x2::IfcBlobTexture, OdIfc4x2::IfcBlock, OdIfc4x2::IfcBoiler, OdIfc4x2::IfcBoilerType, OdIfc4x2::IfcBooleanResult, OdIfc4x2::IfcBoundaryCondition, OdIfc4x2::IfcBoundaryEdgeCondition, OdIfc4x2::IfcBoundaryFaceCondition, OdIfc4x2::IfcBoundaryNodeCondition, OdIfc4x2::IfcBoundaryNodeConditionWarping, OdIfc4x2::IfcBoundingBox, OdIfc4x2::IfcBoxedHalfSpace, OdIfc4x2::IfcBridge, OdIfc4x2::IfcBridgePart, OdIfc4x2::IfcBSplineCurve, OdIfc4x2::IfcBSplineCurveWithKnots, OdIfc4x2::IfcBSplineSurface, OdIfc4x2::IfcBSplineSurfaceWithKnots, OdIfc4x2::IfcBuilding, OdIfc4x2::IfcBuildingElementPart, OdIfc4x2::IfcBuildingElementPartType, OdIfc4x2::IfcBuildingElementProxy, OdIfc4x2::IfcBuildingElementProxyType, OdIfc4x2::IfcBuildingStorey, OdIfc4x2::IfcBuildingSystem, OdIfc4x2::IfcBurner, OdIfc4x2::IfcBurnerType, OdIfc4x2::IfcCableCarrierFitting, OdIfc4x2::IfcCableCarrierFittingType, OdIfc4x2::IfcCableCarrierSegment, OdIfc4x2::IfcCableCarrierSegmentType, OdIfc4x2::IfcCableFitting, OdIfc4x2::IfcCableFittingType, OdIfc4x2::IfcCableSegment, OdIfc4x2::IfcCableSegmentType, OdIfc4x2::IfcCaissonFoundation, OdIfc4x2::IfcCaissonFoundationType, OdIfc4x2::IfcCartesianPoint, OdIfc4x2::IfcCartesianPointList2D, OdIfc4x2::IfcCartesianPointList3D, OdIfc4x2::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator3D, OdIfc4x2::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator, OdIfc4x2::IfcCenterLineProfileDef, OdIfc4x2::IfcChiller, OdIfc4x2::IfcChillerType, OdIfc4x2::IfcChimney, OdIfc4x2::IfcChimneyType, OdIfc4x2::IfcCircle, OdIfc4x2::IfcCircleHollowProfileDef, OdIfc4x2::IfcCircleProfileDef, OdIfc4x2::IfcCircularArcSegment2D, OdIfc4x2::IfcClassification, OdIfc4x2::IfcClassificationReference, OdIfc4x2::IfcCoil, OdIfc4x2::IfcCoilType, OdIfc4x2::IfcColourRgb, OdIfc4x2::IfcColourRgbList, OdIfc4x2::IfcColourSpecification, OdIfc4x2::IfcColumn, OdIfc4x2::IfcColumnType, OdIfc4x2::IfcCommunicationsAppliance, OdIfc4x2::IfcCommunicationsApplianceType, OdIfc4x2::IfcComplexProperty, OdIfc4x2::IfcComplexPropertyTemplate, OdIfc4x2::IfcCompositeCurve, OdIfc4x2::IfcCompositeCurveSegment, OdIfc4x2::IfcCompositeProfileDef, OdIfc4x2::IfcCompressor, OdIfc4x2::IfcCompressorType, OdIfc4x2::IfcCondenser, OdIfc4x2::IfcCondenserType, OdIfc4x2::IfcConic, OdIfc4x2::IfcConnectedFaceSet, OdIfc4x2::IfcConnectionCurveGeometry, OdIfc4x2::IfcConnectionPointEccentricity, OdIfc4x2::IfcConnectionPointGeometry, OdIfc4x2::IfcConnectionSurfaceGeometry, OdIfc4x2::IfcConnectionVolumeGeometry, OdIfc4x2::IfcConstraint, OdIfc4x2::IfcConstructionEquipmentResource, OdIfc4x2::IfcConstructionEquipmentResourceType, OdIfc4x2::IfcConstructionMaterialResource, OdIfc4x2::IfcConstructionMaterialResourceType, OdIfc4x2::IfcConstructionProductResource, OdIfc4x2::IfcConstructionProductResourceType, OdIfc4x2::IfcConstructionResource, OdIfc4x2::IfcConstructionResourceType, OdIfc4x2::IfcContext, OdIfc4x2::IfcContextDependentUnit, OdIfc4x2::IfcControl, OdIfc4x2::IfcController, OdIfc4x2::IfcControllerType, OdIfc4x2::IfcConversionBasedUnit, OdIfc4x2::IfcConversionBasedUnitWithOffset, OdIfc4x2::IfcCooledBeam, OdIfc4x2::IfcCooledBeamType, OdIfc4x2::IfcCoolingTower, OdIfc4x2::IfcCoolingTowerType, OdIfc4x2::IfcCoordinateOperation, OdIfc4x2::IfcCoordinateReferenceSystem, OdIfc4x2::IfcCostItem, OdIfc4x2::IfcCostSchedule, OdIfc4x2::IfcCovering, OdIfc4x2::IfcCoveringType, OdIfc4x2::IfcCrewResource, OdIfc4x2::IfcCrewResourceType, OdIfc4x2::IfcCsgPrimitive3D, OdIfc4x2::IfcCsgSolid, OdIfc4x2::IfcCShapeProfileDef, OdIfc4x2::IfcCurrencyRelationship, OdIfc4x2::IfcCurtainWall, OdIfc4x2::IfcCurtainWallType, OdIfc4x2::IfcCurveBoundedPlane, OdIfc4x2::IfcCurveBoundedSurface, OdIfc4x2::IfcCurveSegment2D, OdIfc4x2::IfcCurveStyle, OdIfc4x2::IfcCurveStyleFontAndScaling, OdIfc4x2::IfcCurveStyleFont, OdIfc4x2::IfcCurveStyleFontPattern, OdIfc4x2::IfcCylindricalSurface, OdIfc4x2::IfcDamper, OdIfc4x2::IfcDamperType, OdIfc4x2::IfcDerivedProfileDef, OdIfc4x2::IfcDerivedUnit, OdIfc4x2::IfcDerivedUnitElement, OdIfc4x2::IfcDimensionalExponents, OdIfc4x2::IfcDirection, OdIfc4x2::IfcDiscreteAccessory, OdIfc4x2::IfcDiscreteAccessoryType, OdIfc4x2::IfcDistanceExpression, OdIfc4x2::IfcDistributionChamberElement, OdIfc4x2::IfcDistributionChamberElementType, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionPort, OdIfc4x2::IfcDistributionSystem, OdIfc4x2::IfcDocumentInformation, OdIfc4x2::IfcDocumentInformationRelationship, OdIfc4x2::IfcDocumentReference, OdIfc4x2::IfcDoor, OdIfc4x2::IfcDoorLiningProperties, OdIfc4x2::IfcDoorPanelProperties, OdIfc4x2::IfcDoorStyle, OdIfc4x2::IfcDoorType, OdIfc4x2::IfcDuctFitting, OdIfc4x2::IfcDuctFittingType, OdIfc4x2::IfcDuctSegment, OdIfc4x2::IfcDuctSegmentType, OdIfc4x2::IfcDuctSilencer, OdIfc4x2::IfcDuctSilencerType, OdIfc4x2::IfcEdge, OdIfc4x2::IfcEdgeCurve, OdIfc4x2::IfcEdgeLoop, OdIfc4x2::IfcElectricAppliance, OdIfc4x2::IfcElectricApplianceType, OdIfc4x2::IfcElectricDistributionBoard, OdIfc4x2::IfcElectricDistributionBoardType, OdIfc4x2::IfcElectricFlowStorageDevice, OdIfc4x2::IfcElectricFlowStorageDeviceType, OdIfc4x2::IfcElectricGenerator, OdIfc4x2::IfcElectricGeneratorType, OdIfc4x2::IfcElectricMotor, OdIfc4x2::IfcElectricMotorType, OdIfc4x2::IfcElectricTimeControl, OdIfc4x2::IfcElectricTimeControlType, OdIfc4x2::IfcElementarySurface, OdIfc4x2::IfcElementAssembly, OdIfc4x2::IfcElementAssemblyType, OdIfc4x2::IfcElement, OdIfc4x2::IfcElementQuantity, OdIfc4x2::IfcElementType, OdIfc4x2::IfcEllipse, OdIfc4x2::IfcEllipseProfileDef, OdIfc4x2::IfcEngine, OdIfc4x2::IfcEngineType, OdIfc4x2::IfcEvaporativeCooler, OdIfc4x2::IfcEvaporativeCoolerType, OdIfc4x2::IfcEvaporator, OdIfc4x2::IfcEvaporatorType, OdIfc4x2::IfcEvent, OdIfc4x2::IfcEventTime, OdIfc4x2::IfcEventType, OdIfc4x2::IfcExtendedProperties, OdIfc4x2::IfcExternalReference, OdIfc4x2::IfcExternalReferenceRelationship, OdIfc4x2::IfcExternalSpatialElement, OdIfc4x2::IfcExtrudedAreaSolid, OdIfc4x2::IfcExtrudedAreaSolidTapered, OdIfc4x2::IfcFace, OdIfc4x2::IfcFaceBasedSurfaceModel, OdIfc4x2::IfcFaceBound, OdIfc4x2::IfcFaceSurface, OdIfc4x2::IfcFacetedBrepWithVoids, OdIfc4x2::IfcFailureConnectionCondition, OdIfc4x2::IfcFan, OdIfc4x2::IfcFanType, OdIfc4x2::IfcFastener, OdIfc4x2::IfcFastenerType, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFillAreaStyle, OdIfc4x2::IfcFillAreaStyleHatching, OdIfc4x2::IfcFillAreaStyleTiles, OdIfc4x2::IfcFilter, OdIfc4x2::IfcFilterType, OdIfc4x2::IfcFireSuppressionTerminal, OdIfc4x2::IfcFireSuppressionTerminalType, OdIfc4x2::IfcFixedReferenceSweptAreaSolid, OdIfc4x2::IfcFlowInstrument, OdIfc4x2::IfcFlowInstrumentType, OdIfc4x2::IfcFlowMeter, OdIfc4x2::IfcFlowMeterType, OdIfc4x2::IfcFooting, OdIfc4x2::IfcFootingType, OdIfc4x2::IfcFurniture, OdIfc4x2::IfcFurnitureType, OdIfc4x2::IfcGeographicElement, OdIfc4x2::IfcGeographicElementType, OdIfc4x2::IfcGeometricRepresentationContext, OdIfc4x2::IfcGeometricRepresentationSubContext, OdIfc4x2::IfcGeometricSet, OdIfc4x2::IfcGrid, OdIfc4x2::IfcGridAxis, OdIfc4x2::IfcGridPlacement, OdIfc4x2::IfcGroup, OdIfc4x2::IfcHalfSpaceSolid, OdIfc4x2::IfcHeatExchanger, OdIfc4x2::IfcHeatExchangerType, OdIfc4x2::IfcHumidifier, OdIfc4x2::IfcHumidifierType, OdIfc4x2::IfcImageTexture, OdIfc4x2::IfcIndexedColourMap, OdIfc4x2::IfcIndexedPolyCurve, OdIfc4x2::IfcIndexedPolygonalFace, OdIfc4x2::IfcIndexedPolygonalFaceWithVoids, OdIfc4x2::IfcIndexedTextureMap, OdIfc4x2::IfcIndexedTriangleTextureMap, OdIfc4x2::IfcInterceptor, OdIfc4x2::IfcInterceptorType, OdIfc4x2::IfcInventory, OdIfc4x2::IfcIrregularTimeSeries, OdIfc4x2::IfcIrregularTimeSeriesValue, OdIfc4x2::IfcIShapeProfileDef, OdIfc4x2::IfcJunctionBox, OdIfc4x2::IfcJunctionBoxType, OdIfc4x2::IfcLaborResource, OdIfc4x2::IfcLaborResourceType, OdIfc4x2::IfcLagTime, OdIfc4x2::IfcLamp, OdIfc4x2::IfcLampType, OdIfc4x2::IfcLibraryInformation, OdIfc4x2::IfcLibraryReference, OdIfc4x2::IfcLightDistributionData, OdIfc4x2::IfcLightFixture, OdIfc4x2::IfcLightFixtureType, OdIfc4x2::IfcLightIntensityDistribution, OdIfc4x2::IfcLightSource, OdIfc4x2::IfcLightSourceDirectional, OdIfc4x2::IfcLightSourceGoniometric, OdIfc4x2::IfcLightSourcePositional, OdIfc4x2::IfcLightSourceSpot, OdIfc4x2::IfcLinearPlacement, OdIfc4x2::IfcLinearPositioningElement, OdIfc4x2::IfcLine, OdIfc4x2::IfcLocalPlacement, OdIfc4x2::IfcLShapeProfileDef, OdIfc4x2::IfcManifoldSolidBrep, OdIfc4x2::IfcMapConversion, OdIfc4x2::IfcMappedItem, OdIfc4x2::IfcMaterial, OdIfc4x2::IfcMaterialClassificationRelationship, OdIfc4x2::IfcMaterialConstituent, OdIfc4x2::IfcMaterialConstituentSet, OdIfc4x2::IfcMaterialDefinitionRepresentation, OdIfc4x2::IfcMaterialLayer, OdIfc4x2::IfcMaterialLayerSet, OdIfc4x2::IfcMaterialLayerSetUsage, OdIfc4x2::IfcMaterialLayerWithOffsets, OdIfc4x2::IfcMaterialList, OdIfc4x2::IfcMaterialProfile, OdIfc4x2::IfcMaterialProfileSet, OdIfc4x2::IfcMaterialProfileSetUsage, OdIfc4x2::IfcMaterialProfileSetUsageTapering, OdIfc4x2::IfcMaterialProfileWithOffsets, OdIfc4x2::IfcMaterialProperties, OdIfc4x2::IfcMaterialRelationship, OdIfc4x2::IfcMeasureWithUnit, OdIfc4x2::IfcMechanicalFastener, OdIfc4x2::IfcMechanicalFastenerType, OdIfc4x2::IfcMedicalDevice, OdIfc4x2::IfcMedicalDeviceType, OdIfc4x2::IfcMember, OdIfc4x2::IfcMemberType, OdIfc4x2::IfcMetric, OdIfc4x2::IfcMonetaryUnit, OdIfc4x2::IfcMotorConnection, OdIfc4x2::IfcMotorConnectionType, OdIfc4x2::IfcNamedUnit, OdIfc4x2::IfcObject, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcObjective, OdIfc4x2::IfcObjectPlacement, OdIfc4x2::IfcOccupant, OdIfc4x2::IfcOffsetCurve2D, OdIfc4x2::IfcOffsetCurve3D, OdIfc4x2::IfcOffsetCurve, OdIfc4x2::IfcOffsetCurveByDistances, OdIfc4x2::IfcOpeningElement, OdIfc4x2::IfcOrganization, OdIfc4x2::IfcOrganizationRelationship, OdIfc4x2::IfcOrientationExpression, OdIfc4x2::IfcOrientedEdge, OdIfc4x2::IfcOutlet, OdIfc4x2::IfcOutletType, OdIfc4x2::IfcOwnerHistory, OdIfc4x2::IfcParameterizedProfileDef, OdIfc4x2::IfcPath, OdIfc4x2::IfcPcurve, OdIfc4x2::IfcPerformanceHistory, OdIfc4x2::IfcPermeableCoveringProperties, OdIfc4x2::IfcPermit, OdIfc4x2::IfcPersonAndOrganization, OdIfc4x2::IfcPerson, OdIfc4x2::IfcPhysicalComplexQuantity, OdIfc4x2::IfcPhysicalQuantity, OdIfc4x2::IfcPhysicalSimpleQuantity, OdIfc4x2::IfcPile, OdIfc4x2::IfcPileType, OdIfc4x2::IfcPipeFitting, OdIfc4x2::IfcPipeFittingType, OdIfc4x2::IfcPipeSegment, OdIfc4x2::IfcPipeSegmentType, OdIfc4x2::IfcPixelTexture, OdIfc4x2::IfcPlacement, OdIfc4x2::IfcPlanarBox, OdIfc4x2::IfcPlanarExtent, OdIfc4x2::IfcPlate, OdIfc4x2::IfcPlateType, OdIfc4x2::IfcPointOnCurve, OdIfc4x2::IfcPointOnSurface, OdIfc4x2::IfcPolygonalBoundedHalfSpace, OdIfc4x2::IfcPolygonalFaceSet, OdIfc4x2::IfcPolyline, OdIfc4x2::IfcPolyLoop, OdIfc4x2::IfcPort, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcPostalAddress, OdIfc4x2::IfcPreDefinedItem, OdIfc4x2::IfcPresentationLayerAssignment, OdIfc4x2::IfcPresentationLayerWithStyle, OdIfc4x2::IfcPresentationStyleAssignment, OdIfc4x2::IfcPresentationStyle, OdIfc4x2::IfcProcedure, OdIfc4x2::IfcProcedureType, OdIfc4x2::IfcProcess, OdIfc4x2::IfcProduct, OdIfc4x2::IfcProductDefinitionShape, OdIfc4x2::IfcProductRepresentation, OdIfc4x2::IfcProfileDef, OdIfc4x2::IfcProfileProperties, OdIfc4x2::IfcProjectedCRS, OdIfc4x2::IfcProjectionElement, OdIfc4x2::IfcProjectOrder, OdIfc4x2::IfcProperty, OdIfc4x2::IfcPropertyBoundedValue, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertyDependencyRelationship, OdIfc4x2::IfcPropertyEnumeratedValue, OdIfc4x2::IfcPropertyEnumeration, OdIfc4x2::IfcPropertyListValue, OdIfc4x2::IfcPropertyReferenceValue, OdIfc4x2::IfcPropertySet, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetTemplate, OdIfc4x2::IfcPropertySingleValue, OdIfc4x2::IfcPropertyTableValue, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcProtectiveDevice, OdIfc4x2::IfcProtectiveDeviceTrippingUnit, OdIfc4x2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x2::IfcProtectiveDeviceType, OdIfc4x2::IfcProxy, OdIfc4x2::IfcPump, OdIfc4x2::IfcPumpType, OdIfc4x2::IfcQuantityArea, OdIfc4x2::IfcQuantityCount, OdIfc4x2::IfcQuantityLength, OdIfc4x2::IfcQuantityTime, OdIfc4x2::IfcQuantityVolume, OdIfc4x2::IfcQuantityWeight, OdIfc4x2::IfcRailing, OdIfc4x2::IfcRailingType, OdIfc4x2::IfcRamp, OdIfc4x2::IfcRampFlight, OdIfc4x2::IfcRampFlightType, OdIfc4x2::IfcRampType, OdIfc4x2::IfcRationalBSplineCurveWithKnots, OdIfc4x2::IfcRationalBSplineSurfaceWithKnots, OdIfc4x2::IfcRectangleHollowProfileDef, OdIfc4x2::IfcRectangleProfileDef, OdIfc4x2::IfcRectangularPyramid, OdIfc4x2::IfcRectangularTrimmedSurface, OdIfc4x2::IfcRecurrencePattern, OdIfc4x2::IfcReference, OdIfc4x2::IfcReferent, OdIfc4x2::IfcRegularTimeSeries, OdIfc4x2::IfcReinforcementBarProperties, OdIfc4x2::IfcReinforcementDefinitionProperties, OdIfc4x2::IfcReinforcingBar, OdIfc4x2::IfcReinforcingBarType, OdIfc4x2::IfcReinforcingElement, OdIfc4x2::IfcReinforcingMesh, OdIfc4x2::IfcReinforcingMeshType, OdIfc4x2::IfcRelAggregates, OdIfc4x2::IfcRelAssigns, OdIfc4x2::IfcRelAssignsToActor, OdIfc4x2::IfcRelAssignsToControl, OdIfc4x2::IfcRelAssignsToGroup, OdIfc4x2::IfcRelAssignsToGroupByFactor, OdIfc4x2::IfcRelAssignsToProcess, OdIfc4x2::IfcRelAssignsToProduct, OdIfc4x2::IfcRelAssignsToResource, OdIfc4x2::IfcRelAssociatesApproval, OdIfc4x2::IfcRelAssociates, OdIfc4x2::IfcRelAssociatesClassification, OdIfc4x2::IfcRelAssociatesConstraint, OdIfc4x2::IfcRelAssociatesDocument, OdIfc4x2::IfcRelAssociatesLibrary, OdIfc4x2::IfcRelAssociatesMaterial, OdIfc4x2::IfcRelConnectsElements, OdIfc4x2::IfcRelConnectsPathElements, OdIfc4x2::IfcRelConnectsPorts, OdIfc4x2::IfcRelConnectsPortToElement, OdIfc4x2::IfcRelConnectsStructuralActivity, OdIfc4x2::IfcRelConnectsStructuralMember, OdIfc4x2::IfcRelConnectsWithEccentricity, OdIfc4x2::IfcRelConnectsWithRealizingElements, OdIfc4x2::IfcRelContainedInSpatialStructure, OdIfc4x2::IfcRelCoversBldgElements, OdIfc4x2::IfcRelCoversSpaces, OdIfc4x2::IfcRelDeclares, OdIfc4x2::IfcRelDefinesByObject, OdIfc4x2::IfcRelDefinesByProperties, OdIfc4x2::IfcRelDefinesByTemplate, OdIfc4x2::IfcRelDefinesByType, OdIfc4x2::IfcRelFillsElement, OdIfc4x2::IfcRelFlowControlElements, OdIfc4x2::IfcRelInterferesElements, OdIfc4x2::IfcRelNests, OdIfc4x2::IfcRelPositions, OdIfc4x2::IfcRelProjectsElement, OdIfc4x2::IfcRelReferencedInSpatialStructure, OdIfc4x2::IfcRelSequence, OdIfc4x2::IfcRelServicesBuildings, OdIfc4x2::IfcRelSpaceBoundary1stLevel, OdIfc4x2::IfcRelSpaceBoundary2ndLevel, OdIfc4x2::IfcRelSpaceBoundary, OdIfc4x2::IfcRelVoidsElement, OdIfc4x2::IfcReparametrisedCompositeCurveSegment, OdIfc4x2::IfcRepresentation, OdIfc4x2::IfcRepresentationContext, OdIfc4x2::IfcRepresentationMap, OdIfc4x2::IfcResourceApprovalRelationship, OdIfc4x2::IfcResource, OdIfc4x2::IfcResourceConstraintRelationship, OdIfc4x2::IfcResourceLevelRelationship, OdIfc4x2::IfcResourceTime, OdIfc4x2::IfcRevolvedAreaSolid, OdIfc4x2::IfcRevolvedAreaSolidTapered, OdIfc4x2::IfcRightCircularCone, OdIfc4x2::IfcRightCircularCylinder, OdIfc4x2::IfcRoof, OdIfc4x2::IfcRoofType, OdIfc4x2::IfcRoot, OdIfc4x2::IfcRoundedRectangleProfileDef, OdIfc4x2::IfcSanitaryTerminal, OdIfc4x2::IfcSanitaryTerminalType, OdIfc4x2::IfcSchedulingTime, OdIfc4x2::IfcSectionedSolid, OdIfc4x2::IfcSectionedSolidHorizontal, OdIfc4x2::IfcSectionedSpine, OdIfc4x2::IfcSectionProperties, OdIfc4x2::IfcSectionReinforcementProperties, OdIfc4x2::IfcSensor, OdIfc4x2::IfcSensorType, OdIfc4x2::IfcShadingDevice, OdIfc4x2::IfcShadingDeviceType, OdIfc4x2::IfcShapeAspect, OdIfc4x2::IfcShapeModel, OdIfc4x2::IfcShellBasedSurfaceModel, OdIfc4x2::IfcSimplePropertyTemplate, OdIfc4x2::IfcSite, OdIfc4x2::IfcSIUnit, OdIfc4x2::IfcSlab, OdIfc4x2::IfcSlabType, OdIfc4x2::IfcSlippageConnectionCondition, OdIfc4x2::IfcSolarDevice, OdIfc4x2::IfcSolarDeviceType, OdIfc4x2::IfcSpace, OdIfc4x2::IfcSpaceHeater, OdIfc4x2::IfcSpaceHeaterType, OdIfc4x2::IfcSpaceType, OdIfc4x2::IfcSpatialElement, OdIfc4x2::IfcSpatialElementType, OdIfc4x2::IfcSpatialStructureElement, OdIfc4x2::IfcSpatialZone, OdIfc4x2::IfcSpatialZoneType, OdIfc4x2::IfcSphere, OdIfc4x2::IfcSphericalSurface, OdIfc4x2::IfcStackTerminal, OdIfc4x2::IfcStackTerminalType, OdIfc4x2::IfcStair, OdIfc4x2::IfcStairFlight, OdIfc4x2::IfcStairFlightType, OdIfc4x2::IfcStairType, OdIfc4x2::IfcStructuralAction, OdIfc4x2::IfcStructuralActivity, OdIfc4x2::IfcStructuralAnalysisModel, OdIfc4x2::IfcStructuralConnection, OdIfc4x2::IfcStructuralConnectionCondition, OdIfc4x2::IfcStructuralCurveAction, OdIfc4x2::IfcStructuralCurveConnection, OdIfc4x2::IfcStructuralCurveMember, OdIfc4x2::IfcStructuralCurveReaction, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralLoad, OdIfc4x2::IfcStructuralLoadCase, OdIfc4x2::IfcStructuralLoadConfiguration, OdIfc4x2::IfcStructuralLoadGroup, OdIfc4x2::IfcStructuralLoadLinearForce, OdIfc4x2::IfcStructuralLoadPlanarForce, OdIfc4x2::IfcStructuralLoadSingleDisplacement, OdIfc4x2::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x2::IfcStructuralLoadSingleForce, OdIfc4x2::IfcStructuralLoadSingleForceWarping, OdIfc4x2::IfcStructuralLoadTemperature, OdIfc4x2::IfcStructuralMember, OdIfc4x2::IfcStructuralPointConnection, OdIfc4x2::IfcStructuralResultGroup, OdIfc4x2::IfcStructuralSurfaceAction, OdIfc4x2::IfcStructuralSurfaceMember, OdIfc4x2::IfcStructuralSurfaceReaction, OdIfc4x2::IfcStyledItem, OdIfc4x2::IfcSubContractResource, OdIfc4x2::IfcSubContractResourceType, OdIfc4x2::IfcSubedge, OdIfc4x2::IfcSurfaceCurve, OdIfc4x2::IfcSurfaceCurveSweptAreaSolid, OdIfc4x2::IfcSurfaceFeature, OdIfc4x2::IfcSurfaceOfLinearExtrusion, OdIfc4x2::IfcSurfaceOfRevolution, OdIfc4x2::IfcSurfaceReinforcementArea, OdIfc4x2::IfcSurfaceStyle, OdIfc4x2::IfcSurfaceStyleLighting, OdIfc4x2::IfcSurfaceStyleRefraction, OdIfc4x2::IfcSurfaceStyleRendering, OdIfc4x2::IfcSurfaceStyleShading, OdIfc4x2::IfcSurfaceStyleWithTextures, OdIfc4x2::IfcSurfaceTexture, OdIfc4x2::IfcSweptAreaSolid, OdIfc4x2::IfcSweptDiskSolid, OdIfc4x2::IfcSweptDiskSolidPolygonal, OdIfc4x2::IfcSweptSurface, OdIfc4x2::IfcSwitchingDevice, OdIfc4x2::IfcSwitchingDeviceType, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystemFurnitureElement, OdIfc4x2::IfcSystemFurnitureElementType, OdIfc4x2::IfcTable, OdIfc4x2::IfcTableColumn, OdIfc4x2::IfcTableRow, OdIfc4x2::IfcTank, OdIfc4x2::IfcTankType, OdIfc4x2::IfcTask, OdIfc4x2::IfcTaskTime, OdIfc4x2::IfcTaskTimeRecurring, OdIfc4x2::IfcTaskType, OdIfc4x2::IfcTelecomAddress, OdIfc4x2::IfcTendonAnchor, OdIfc4x2::IfcTendonAnchorType, OdIfc4x2::IfcTendon, OdIfc4x2::IfcTendonConduit, OdIfc4x2::IfcTendonConduitType, OdIfc4x2::IfcTendonType, OdIfc4x2::IfcTessellatedFaceSet, OdIfc4x2::IfcTextLiteral, OdIfc4x2::IfcTextLiteralWithExtent, OdIfc4x2::IfcTextStyle, OdIfc4x2::IfcTextStyleFontModel, OdIfc4x2::IfcTextStyleForDefinedFont, OdIfc4x2::IfcTextStyleTextModel, OdIfc4x2::IfcTextureCoordinate, OdIfc4x2::IfcTextureCoordinateGenerator, OdIfc4x2::IfcTextureMap, OdIfc4x2::IfcTextureVertex, OdIfc4x2::IfcTextureVertexList, OdIfc4x2::IfcTimePeriod, OdIfc4x2::IfcTimeSeries, OdIfc4x2::IfcTimeSeriesValue, OdIfc4x2::IfcToroidalSurface, OdIfc4x2::IfcTransformer, OdIfc4x2::IfcTransformerType, OdIfc4x2::IfcTransitionCurveSegment2D, OdIfc4x2::IfcTransportElement, OdIfc4x2::IfcTransportElementType, OdIfc4x2::IfcTrapeziumProfileDef, OdIfc4x2::IfcTriangulatedFaceSet, OdIfc4x2::IfcTriangulatedIrregularNetwork, OdIfc4x2::IfcTrimmedCurve, OdIfc4x2::IfcTShapeProfileDef, OdIfc4x2::IfcTubeBundle, OdIfc4x2::IfcTubeBundleType, OdIfc4x2::IfcTypeObject, OdIfc4x2::IfcTypeProcess, OdIfc4x2::IfcTypeProduct, OdIfc4x2::IfcTypeResource, OdIfc4x2::IfcUnitaryControlElement, OdIfc4x2::IfcUnitaryControlElementType, OdIfc4x2::IfcUnitaryEquipment, OdIfc4x2::IfcUnitaryEquipmentType, OdIfc4x2::IfcUnitAssignment, OdIfc4x2::IfcUShapeProfileDef, OdIfc4x2::IfcValve, OdIfc4x2::IfcValveType, OdIfc4x2::IfcVector, OdIfc4x2::IfcVertexLoop, OdIfc4x2::IfcVertexPoint, OdIfc4x2::IfcVibrationDamper, OdIfc4x2::IfcVibrationDamperType, OdIfc4x2::IfcVibrationIsolator, OdIfc4x2::IfcVibrationIsolatorType, OdIfc4x2::IfcVirtualGridIntersection, OdIfc4x2::IfcVoidingFeature, OdIfc4x2::IfcWall, OdIfc4x2::IfcWallType, OdIfc4x2::IfcWasteTerminal, OdIfc4x2::IfcWasteTerminalType, OdIfc4x2::IfcWindow, OdIfc4x2::IfcWindowLiningProperties, OdIfc4x2::IfcWindowPanelProperties, OdIfc4x2::IfcWindowStyle, OdIfc4x2::IfcWindowType, OdIfc4x2::IfcWorkCalendar, OdIfc4x2::IfcWorkControl, OdIfc4x2::IfcWorkPlan, OdIfc4x2::IfcWorkSchedule, OdIfc4x2::IfcWorkTime, OdIfc4x2::IfcZone, OdIfc4x2::IfcZShapeProfileDef, OdIfc4x3_rc1::IfcActionRequest, OdIfc4x3_rc1::IfcActor, OdIfc4x3_rc1::IfcActorRole, OdIfc4x3_rc1::IfcActuator, OdIfc4x3_rc1::IfcActuatorType, OdIfc4x3_rc1::IfcAddress, OdIfc4x3_rc1::IfcAdvancedBrepWithVoids, OdIfc4x3_rc1::IfcAirTerminal, OdIfc4x3_rc1::IfcAirTerminalBox, OdIfc4x3_rc1::IfcAirTerminalBoxType, OdIfc4x3_rc1::IfcAirTerminalType, OdIfc4x3_rc1::IfcAirToAirHeatRecovery, OdIfc4x3_rc1::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc1::IfcAlarm, OdIfc4x3_rc1::IfcAlarmType, OdIfc4x3_rc1::IfcAlignment2DCant, OdIfc4x3_rc1::IfcAlignment2DCantSegment, OdIfc4x3_rc1::IfcAlignment2DCantSegTransition, OdIfc4x3_rc1::IfcAlignment2DHorizontal, OdIfc4x3_rc1::IfcAlignment2DHorizontalSegment, OdIfc4x3_rc1::IfcAlignment2DSegment, OdIfc4x3_rc1::IfcAlignment2DVerSegCircularArc, OdIfc4x3_rc1::IfcAlignment2DVerSegParabolicArc, OdIfc4x3_rc1::IfcAlignment2DVerSegTransition, OdIfc4x3_rc1::IfcAlignment2DVertical, OdIfc4x3_rc1::IfcAlignment2DVerticalSegment, OdIfc4x3_rc1::IfcAlignment, OdIfc4x3_rc1::IfcAlignmentCurve, OdIfc4x3_rc1::IfcAnnotation, OdIfc4x3_rc1::IfcAnnotationFillArea, OdIfc4x3_rc1::IfcApplication, OdIfc4x3_rc1::IfcAppliedValue, OdIfc4x3_rc1::IfcApproval, OdIfc4x3_rc1::IfcApprovalRelationship, OdIfc4x3_rc1::IfcArbitraryClosedProfileDef, OdIfc4x3_rc1::IfcArbitraryOpenProfileDef, OdIfc4x3_rc1::IfcArbitraryProfileDefWithVoids, OdIfc4x3_rc1::IfcAsset, OdIfc4x3_rc1::IfcAsymmetricIShapeProfileDef, OdIfc4x3_rc1::IfcAudioVisualAppliance, OdIfc4x3_rc1::IfcAudioVisualApplianceType, OdIfc4x3_rc1::IfcAxis1Placement, OdIfc4x3_rc1::IfcAxis2Placement2D, OdIfc4x3_rc1::IfcAxis2Placement3D, OdIfc4x3_rc1::IfcBeam, OdIfc4x3_rc1::IfcBeamType, OdIfc4x3_rc1::IfcBearing, OdIfc4x3_rc1::IfcBearingType, OdIfc4x3_rc1::IfcBlobTexture, OdIfc4x3_rc1::IfcBlock, OdIfc4x3_rc1::IfcBoiler, OdIfc4x3_rc1::IfcBoilerType, OdIfc4x3_rc1::IfcBooleanResult, OdIfc4x3_rc1::IfcBoundaryCondition, OdIfc4x3_rc1::IfcBoundaryEdgeCondition, OdIfc4x3_rc1::IfcBoundaryFaceCondition, OdIfc4x3_rc1::IfcBoundaryNodeCondition, OdIfc4x3_rc1::IfcBoundaryNodeConditionWarping, OdIfc4x3_rc1::IfcBoundingBox, OdIfc4x3_rc1::IfcBoxedHalfSpace, OdIfc4x3_rc1::IfcBridge, OdIfc4x3_rc1::IfcBSplineCurve, OdIfc4x3_rc1::IfcBSplineCurveWithKnots, OdIfc4x3_rc1::IfcBSplineSurface, OdIfc4x3_rc1::IfcBSplineSurfaceWithKnots, OdIfc4x3_rc1::IfcBuilding, OdIfc4x3_rc1::IfcBuildingElementPart, OdIfc4x3_rc1::IfcBuildingElementPartType, OdIfc4x3_rc1::IfcBuildingElementProxy, OdIfc4x3_rc1::IfcBuildingElementProxyType, OdIfc4x3_rc1::IfcBuildingStorey, OdIfc4x3_rc1::IfcBuildingSystem, OdIfc4x3_rc1::IfcBuiltSystem, OdIfc4x3_rc1::IfcBurner, OdIfc4x3_rc1::IfcBurnerType, OdIfc4x3_rc1::IfcCableCarrierFitting, OdIfc4x3_rc1::IfcCableCarrierFittingType, OdIfc4x3_rc1::IfcCableCarrierSegment, OdIfc4x3_rc1::IfcCableCarrierSegmentType, OdIfc4x3_rc1::IfcCableFitting, OdIfc4x3_rc1::IfcCableFittingType, OdIfc4x3_rc1::IfcCableSegment, OdIfc4x3_rc1::IfcCableSegmentType, OdIfc4x3_rc1::IfcCaissonFoundation, OdIfc4x3_rc1::IfcCaissonFoundationType, OdIfc4x3_rc1::IfcCartesianPoint, OdIfc4x3_rc1::IfcCartesianPointList2D, OdIfc4x3_rc1::IfcCartesianPointList3D, OdIfc4x3_rc1::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x3_rc1::IfcCartesianTransformationOperator3D, OdIfc4x3_rc1::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x3_rc1::IfcCartesianTransformationOperator, OdIfc4x3_rc1::IfcCenterLineProfileDef, OdIfc4x3_rc1::IfcChiller, OdIfc4x3_rc1::IfcChillerType, OdIfc4x3_rc1::IfcChimney, OdIfc4x3_rc1::IfcChimneyType, OdIfc4x3_rc1::IfcCircle, OdIfc4x3_rc1::IfcCircleHollowProfileDef, OdIfc4x3_rc1::IfcCircleProfileDef, OdIfc4x3_rc1::IfcCircularArcSegment2D, OdIfc4x3_rc1::IfcClassification, OdIfc4x3_rc1::IfcClassificationReference, OdIfc4x3_rc1::IfcCoil, OdIfc4x3_rc1::IfcCoilType, OdIfc4x3_rc1::IfcColourRgb, OdIfc4x3_rc1::IfcColourRgbList, OdIfc4x3_rc1::IfcColourSpecification, OdIfc4x3_rc1::IfcColumn, OdIfc4x3_rc1::IfcColumnType, OdIfc4x3_rc1::IfcCommunicationsAppliance, OdIfc4x3_rc1::IfcCommunicationsApplianceType, OdIfc4x3_rc1::IfcComplexProperty, OdIfc4x3_rc1::IfcComplexPropertyTemplate, OdIfc4x3_rc1::IfcCompositeCurve, OdIfc4x3_rc1::IfcCompositeCurveSegment, OdIfc4x3_rc1::IfcCompositeProfileDef, OdIfc4x3_rc1::IfcCompressor, OdIfc4x3_rc1::IfcCompressorType, OdIfc4x3_rc1::IfcCondenser, OdIfc4x3_rc1::IfcCondenserType, OdIfc4x3_rc1::IfcConic, OdIfc4x3_rc1::IfcConnectedFaceSet, OdIfc4x3_rc1::IfcConnectionCurveGeometry, OdIfc4x3_rc1::IfcConnectionPointEccentricity, OdIfc4x3_rc1::IfcConnectionPointGeometry, OdIfc4x3_rc1::IfcConnectionSurfaceGeometry, OdIfc4x3_rc1::IfcConnectionVolumeGeometry, OdIfc4x3_rc1::IfcConstraint, OdIfc4x3_rc1::IfcConstructionEquipmentResource, OdIfc4x3_rc1::IfcConstructionEquipmentResourceType, OdIfc4x3_rc1::IfcConstructionMaterialResource, OdIfc4x3_rc1::IfcConstructionMaterialResourceType, OdIfc4x3_rc1::IfcConstructionProductResource, OdIfc4x3_rc1::IfcConstructionProductResourceType, OdIfc4x3_rc1::IfcConstructionResource, OdIfc4x3_rc1::IfcConstructionResourceType, OdIfc4x3_rc1::IfcContext, OdIfc4x3_rc1::IfcContextDependentUnit, OdIfc4x3_rc1::IfcControl, OdIfc4x3_rc1::IfcController, OdIfc4x3_rc1::IfcControllerType, OdIfc4x3_rc1::IfcConversionBasedUnit, OdIfc4x3_rc1::IfcConversionBasedUnitWithOffset, OdIfc4x3_rc1::IfcConveyorSegment, OdIfc4x3_rc1::IfcConveyorSegmentType, OdIfc4x3_rc1::IfcCooledBeam, OdIfc4x3_rc1::IfcCooledBeamType, OdIfc4x3_rc1::IfcCoolingTower, OdIfc4x3_rc1::IfcCoolingTowerType, OdIfc4x3_rc1::IfcCoordinateOperation, OdIfc4x3_rc1::IfcCoordinateReferenceSystem, OdIfc4x3_rc1::IfcCostItem, OdIfc4x3_rc1::IfcCostSchedule, OdIfc4x3_rc1::IfcCourse, OdIfc4x3_rc1::IfcCourseType, OdIfc4x3_rc1::IfcCovering, OdIfc4x3_rc1::IfcCoveringType, OdIfc4x3_rc1::IfcCrewResource, OdIfc4x3_rc1::IfcCrewResourceType, OdIfc4x3_rc1::IfcCsgPrimitive3D, OdIfc4x3_rc1::IfcCsgSolid, OdIfc4x3_rc1::IfcCShapeProfileDef, OdIfc4x3_rc1::IfcCurrencyRelationship, OdIfc4x3_rc1::IfcCurtainWall, OdIfc4x3_rc1::IfcCurtainWallType, OdIfc4x3_rc1::IfcCurveBoundedPlane, OdIfc4x3_rc1::IfcCurveBoundedSurface, OdIfc4x3_rc1::IfcCurveSegment2D, OdIfc4x3_rc1::IfcCurveStyle, OdIfc4x3_rc1::IfcCurveStyleFontAndScaling, OdIfc4x3_rc1::IfcCurveStyleFont, OdIfc4x3_rc1::IfcCurveStyleFontPattern, OdIfc4x3_rc1::IfcCylindricalSurface, OdIfc4x3_rc1::IfcDamper, OdIfc4x3_rc1::IfcDamperType, OdIfc4x3_rc1::IfcDerivedProfileDef, OdIfc4x3_rc1::IfcDerivedUnit, OdIfc4x3_rc1::IfcDerivedUnitElement, OdIfc4x3_rc1::IfcDimensionalExponents, OdIfc4x3_rc1::IfcDirection, OdIfc4x3_rc1::IfcDirectrixCurveSweptAreaSolid, OdIfc4x3_rc1::IfcDirectrixDistanceSweptAreaSolid, OdIfc4x3_rc1::IfcDiscreteAccessory, OdIfc4x3_rc1::IfcDiscreteAccessoryType, OdIfc4x3_rc1::IfcDistanceExpression, OdIfc4x3_rc1::IfcDistributionBoard, OdIfc4x3_rc1::IfcDistributionBoardType, OdIfc4x3_rc1::IfcDistributionChamberElement, OdIfc4x3_rc1::IfcDistributionChamberElementType, OdIfc4x3_rc1::IfcDistributionControlElement, OdIfc4x3_rc1::IfcDistributionElement, OdIfc4x3_rc1::IfcDistributionFlowElement, OdIfc4x3_rc1::IfcDistributionPort, OdIfc4x3_rc1::IfcDistributionSystem, OdIfc4x3_rc1::IfcDocumentInformation, OdIfc4x3_rc1::IfcDocumentInformationRelationship, OdIfc4x3_rc1::IfcDocumentReference, OdIfc4x3_rc1::IfcDoor, OdIfc4x3_rc1::IfcDoorLiningProperties, OdIfc4x3_rc1::IfcDoorPanelProperties, OdIfc4x3_rc1::IfcDoorStyle, OdIfc4x3_rc1::IfcDoorType, OdIfc4x3_rc1::IfcDuctFitting, OdIfc4x3_rc1::IfcDuctFittingType, OdIfc4x3_rc1::IfcDuctSegment, OdIfc4x3_rc1::IfcDuctSegmentType, OdIfc4x3_rc1::IfcDuctSilencer, OdIfc4x3_rc1::IfcDuctSilencerType, OdIfc4x3_rc1::IfcEarthworksCut, OdIfc4x3_rc1::IfcEarthworksFill, OdIfc4x3_rc1::IfcEdge, OdIfc4x3_rc1::IfcEdgeCurve, OdIfc4x3_rc1::IfcEdgeLoop, OdIfc4x3_rc1::IfcElectricAppliance, OdIfc4x3_rc1::IfcElectricApplianceType, OdIfc4x3_rc1::IfcElectricDistributionBoard, OdIfc4x3_rc1::IfcElectricDistributionBoardType, OdIfc4x3_rc1::IfcElectricFlowStorageDevice, OdIfc4x3_rc1::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc1::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc1::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc1::IfcElectricGenerator, OdIfc4x3_rc1::IfcElectricGeneratorType, OdIfc4x3_rc1::IfcElectricMotor, OdIfc4x3_rc1::IfcElectricMotorType, OdIfc4x3_rc1::IfcElectricTimeControl, OdIfc4x3_rc1::IfcElectricTimeControlType, OdIfc4x3_rc1::IfcElementarySurface, OdIfc4x3_rc1::IfcElementAssembly, OdIfc4x3_rc1::IfcElementAssemblyType, OdIfc4x3_rc1::IfcElement, OdIfc4x3_rc1::IfcElementQuantity, OdIfc4x3_rc1::IfcElementType, OdIfc4x3_rc1::IfcEllipse, OdIfc4x3_rc1::IfcEllipseProfileDef, OdIfc4x3_rc1::IfcEngine, OdIfc4x3_rc1::IfcEngineType, OdIfc4x3_rc1::IfcEvaporativeCooler, OdIfc4x3_rc1::IfcEvaporativeCoolerType, OdIfc4x3_rc1::IfcEvaporator, OdIfc4x3_rc1::IfcEvaporatorType, OdIfc4x3_rc1::IfcEvent, OdIfc4x3_rc1::IfcEventTime, OdIfc4x3_rc1::IfcEventType, OdIfc4x3_rc1::IfcExtendedProperties, OdIfc4x3_rc1::IfcExternalReference, OdIfc4x3_rc1::IfcExternalReferenceRelationship, OdIfc4x3_rc1::IfcExternalSpatialElement, OdIfc4x3_rc1::IfcExtrudedAreaSolid, OdIfc4x3_rc1::IfcExtrudedAreaSolidTapered, OdIfc4x3_rc1::IfcFace, OdIfc4x3_rc1::IfcFaceBasedSurfaceModel, OdIfc4x3_rc1::IfcFaceBound, OdIfc4x3_rc1::IfcFaceSurface, OdIfc4x3_rc1::IfcFacetedBrepWithVoids, OdIfc4x3_rc1::IfcFacilityPart, OdIfc4x3_rc1::IfcFailureConnectionCondition, OdIfc4x3_rc1::IfcFan, OdIfc4x3_rc1::IfcFanType, OdIfc4x3_rc1::IfcFastener, OdIfc4x3_rc1::IfcFastenerType, OdIfc4x3_rc1::IfcFeatureElementAddition, OdIfc4x3_rc1::IfcFeatureElementSubtraction, OdIfc4x3_rc1::IfcFillAreaStyle, OdIfc4x3_rc1::IfcFillAreaStyleHatching, OdIfc4x3_rc1::IfcFillAreaStyleTiles, OdIfc4x3_rc1::IfcFilter, OdIfc4x3_rc1::IfcFilterType, OdIfc4x3_rc1::IfcFireSuppressionTerminal, OdIfc4x3_rc1::IfcFireSuppressionTerminalType, OdIfc4x3_rc1::IfcFixedReferenceSweptAreaSolid, OdIfc4x3_rc1::IfcFlowInstrument, OdIfc4x3_rc1::IfcFlowInstrumentType, OdIfc4x3_rc1::IfcFlowMeter, OdIfc4x3_rc1::IfcFlowMeterType, OdIfc4x3_rc1::IfcFooting, OdIfc4x3_rc1::IfcFootingType, OdIfc4x3_rc1::IfcFurniture, OdIfc4x3_rc1::IfcFurnitureType, OdIfc4x3_rc1::IfcGeographicElement, OdIfc4x3_rc1::IfcGeographicElementType, OdIfc4x3_rc1::IfcGeometricRepresentationContext, OdIfc4x3_rc1::IfcGeometricRepresentationSubContext, OdIfc4x3_rc1::IfcGeometricSet, OdIfc4x3_rc1::IfcGrid, OdIfc4x3_rc1::IfcGridAxis, OdIfc4x3_rc1::IfcGridPlacement, OdIfc4x3_rc1::IfcGroup, OdIfc4x3_rc1::IfcHalfSpaceSolid, OdIfc4x3_rc1::IfcHeatExchanger, OdIfc4x3_rc1::IfcHeatExchangerType, OdIfc4x3_rc1::IfcHumidifier, OdIfc4x3_rc1::IfcHumidifierType, OdIfc4x3_rc1::IfcImageTexture, OdIfc4x3_rc1::IfcImpactProtectionDevice, OdIfc4x3_rc1::IfcImpactProtectionDeviceType, OdIfc4x3_rc1::IfcInclinedReferenceSweptAreaSolid, OdIfc4x3_rc1::IfcIndexedColourMap, OdIfc4x3_rc1::IfcIndexedPolyCurve, OdIfc4x3_rc1::IfcIndexedPolygonalFace, OdIfc4x3_rc1::IfcIndexedPolygonalFaceWithVoids, OdIfc4x3_rc1::IfcIndexedTextureMap, OdIfc4x3_rc1::IfcIndexedTriangleTextureMap, OdIfc4x3_rc1::IfcInterceptor, OdIfc4x3_rc1::IfcInterceptorType, OdIfc4x3_rc1::IfcInventory, OdIfc4x3_rc1::IfcIrregularTimeSeries, OdIfc4x3_rc1::IfcIrregularTimeSeriesValue, OdIfc4x3_rc1::IfcIShapeProfileDef, OdIfc4x3_rc1::IfcJunctionBox, OdIfc4x3_rc1::IfcJunctionBoxType, OdIfc4x3_rc1::IfcKerb, OdIfc4x3_rc1::IfcKerbType, OdIfc4x3_rc1::IfcLaborResource, OdIfc4x3_rc1::IfcLaborResourceType, OdIfc4x3_rc1::IfcLagTime, OdIfc4x3_rc1::IfcLamp, OdIfc4x3_rc1::IfcLampType, OdIfc4x3_rc1::IfcLibraryInformation, OdIfc4x3_rc1::IfcLibraryReference, OdIfc4x3_rc1::IfcLightDistributionData, OdIfc4x3_rc1::IfcLightFixture, OdIfc4x3_rc1::IfcLightFixtureType, OdIfc4x3_rc1::IfcLightIntensityDistribution, OdIfc4x3_rc1::IfcLightSource, OdIfc4x3_rc1::IfcLightSourceDirectional, OdIfc4x3_rc1::IfcLightSourceGoniometric, OdIfc4x3_rc1::IfcLightSourcePositional, OdIfc4x3_rc1::IfcLightSourceSpot, OdIfc4x3_rc1::IfcLinearAxisWithInclination, OdIfc4x3_rc1::IfcLinearPlacement, OdIfc4x3_rc1::IfcLinearPlacementWithInclination, OdIfc4x3_rc1::IfcLinearPositioningElement, OdIfc4x3_rc1::IfcLinearSpanPlacement, OdIfc4x3_rc1::IfcLine, OdIfc4x3_rc1::IfcLiquidTerminal, OdIfc4x3_rc1::IfcLiquidTerminalType, OdIfc4x3_rc1::IfcLocalPlacement, OdIfc4x3_rc1::IfcLShapeProfileDef, OdIfc4x3_rc1::IfcManifoldSolidBrep, OdIfc4x3_rc1::IfcMapConversion, OdIfc4x3_rc1::IfcMappedItem, OdIfc4x3_rc1::IfcMarineFacility, OdIfc4x3_rc1::IfcMaterial, OdIfc4x3_rc1::IfcMaterialClassificationRelationship, OdIfc4x3_rc1::IfcMaterialConstituent, OdIfc4x3_rc1::IfcMaterialConstituentSet, OdIfc4x3_rc1::IfcMaterialDefinitionRepresentation, OdIfc4x3_rc1::IfcMaterialLayer, OdIfc4x3_rc1::IfcMaterialLayerSet, OdIfc4x3_rc1::IfcMaterialLayerSetUsage, OdIfc4x3_rc1::IfcMaterialLayerWithOffsets, OdIfc4x3_rc1::IfcMaterialList, OdIfc4x3_rc1::IfcMaterialProfile, OdIfc4x3_rc1::IfcMaterialProfileSet, OdIfc4x3_rc1::IfcMaterialProfileSetUsage, OdIfc4x3_rc1::IfcMaterialProfileSetUsageTapering, OdIfc4x3_rc1::IfcMaterialProfileWithOffsets, OdIfc4x3_rc1::IfcMaterialProperties, OdIfc4x3_rc1::IfcMaterialRelationship, OdIfc4x3_rc1::IfcMeasureWithUnit, OdIfc4x3_rc1::IfcMechanicalFastener, OdIfc4x3_rc1::IfcMechanicalFastenerType, OdIfc4x3_rc1::IfcMedicalDevice, OdIfc4x3_rc1::IfcMedicalDeviceType, OdIfc4x3_rc1::IfcMember, OdIfc4x3_rc1::IfcMemberType, OdIfc4x3_rc1::IfcMetric, OdIfc4x3_rc1::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc1::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc1::IfcMonetaryUnit, OdIfc4x3_rc1::IfcMooringDevice, OdIfc4x3_rc1::IfcMooringDeviceType, OdIfc4x3_rc1::IfcMotorConnection, OdIfc4x3_rc1::IfcMotorConnectionType, OdIfc4x3_rc1::IfcNamedUnit, OdIfc4x3_rc1::IfcNavigationElement, OdIfc4x3_rc1::IfcNavigationElementType, OdIfc4x3_rc1::IfcObject, OdIfc4x3_rc1::IfcObjectDefinition, OdIfc4x3_rc1::IfcObjective, OdIfc4x3_rc1::IfcObjectPlacement, OdIfc4x3_rc1::IfcOccupant, OdIfc4x3_rc1::IfcOffsetCurve2D, OdIfc4x3_rc1::IfcOffsetCurve3D, OdIfc4x3_rc1::IfcOffsetCurve, OdIfc4x3_rc1::IfcOffsetCurveByDistances, OdIfc4x3_rc1::IfcOpenCrossProfileDef, OdIfc4x3_rc1::IfcOpeningElement, OdIfc4x3_rc1::IfcOrganization, OdIfc4x3_rc1::IfcOrganizationRelationship, OdIfc4x3_rc1::IfcOrientationExpression, OdIfc4x3_rc1::IfcOrientedEdge, OdIfc4x3_rc1::IfcOutlet, OdIfc4x3_rc1::IfcOutletType, OdIfc4x3_rc1::IfcOwnerHistory, OdIfc4x3_rc1::IfcParameterizedProfileDef, OdIfc4x3_rc1::IfcPath, OdIfc4x3_rc1::IfcPavement, OdIfc4x3_rc1::IfcPavementType, OdIfc4x3_rc1::IfcPcurve, OdIfc4x3_rc1::IfcPerformanceHistory, OdIfc4x3_rc1::IfcPermeableCoveringProperties, OdIfc4x3_rc1::IfcPermit, OdIfc4x3_rc1::IfcPersonAndOrganization, OdIfc4x3_rc1::IfcPerson, OdIfc4x3_rc1::IfcPhysicalComplexQuantity, OdIfc4x3_rc1::IfcPhysicalQuantity, OdIfc4x3_rc1::IfcPhysicalSimpleQuantity, OdIfc4x3_rc1::IfcPile, OdIfc4x3_rc1::IfcPileType, OdIfc4x3_rc1::IfcPipeFitting, OdIfc4x3_rc1::IfcPipeFittingType, OdIfc4x3_rc1::IfcPipeSegment, OdIfc4x3_rc1::IfcPipeSegmentType, OdIfc4x3_rc1::IfcPixelTexture, OdIfc4x3_rc1::IfcPlacement, OdIfc4x3_rc1::IfcPlanarBox, OdIfc4x3_rc1::IfcPlanarExtent, OdIfc4x3_rc1::IfcPlate, OdIfc4x3_rc1::IfcPlateType, OdIfc4x3_rc1::IfcPointOnCurve, OdIfc4x3_rc1::IfcPointOnSurface, OdIfc4x3_rc1::IfcPolygonalBoundedHalfSpace, OdIfc4x3_rc1::IfcPolygonalFaceSet, OdIfc4x3_rc1::IfcPolyline, OdIfc4x3_rc1::IfcPolyLoop, OdIfc4x3_rc1::IfcPort, OdIfc4x3_rc1::IfcPositioningElement, OdIfc4x3_rc1::IfcPostalAddress, OdIfc4x3_rc1::IfcPreDefinedItem, OdIfc4x3_rc1::IfcPresentationLayerAssignment, OdIfc4x3_rc1::IfcPresentationLayerWithStyle, OdIfc4x3_rc1::IfcPresentationStyleAssignment, OdIfc4x3_rc1::IfcPresentationStyle, OdIfc4x3_rc1::IfcProcedure, OdIfc4x3_rc1::IfcProcedureType, OdIfc4x3_rc1::IfcProcess, OdIfc4x3_rc1::IfcProduct, OdIfc4x3_rc1::IfcProductDefinitionShape, OdIfc4x3_rc1::IfcProductRepresentation, OdIfc4x3_rc1::IfcProfileDef, OdIfc4x3_rc1::IfcProfileProperties, OdIfc4x3_rc1::IfcProjectedCRS, OdIfc4x3_rc1::IfcProjectionElement, OdIfc4x3_rc1::IfcProjectOrder, OdIfc4x3_rc1::IfcProperty, OdIfc4x3_rc1::IfcPropertyBoundedValue, OdIfc4x3_rc1::IfcPropertyDefinition, OdIfc4x3_rc1::IfcPropertyDependencyRelationship, OdIfc4x3_rc1::IfcPropertyEnumeratedValue, OdIfc4x3_rc1::IfcPropertyEnumeration, OdIfc4x3_rc1::IfcPropertyListValue, OdIfc4x3_rc1::IfcPropertyReferenceValue, OdIfc4x3_rc1::IfcPropertySet, OdIfc4x3_rc1::IfcPropertySetDefinition, OdIfc4x3_rc1::IfcPropertySetTemplate, OdIfc4x3_rc1::IfcPropertySingleValue, OdIfc4x3_rc1::IfcPropertyTableValue, OdIfc4x3_rc1::IfcPropertyTemplate, OdIfc4x3_rc1::IfcProtectiveDevice, OdIfc4x3_rc1::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc1::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc1::IfcProtectiveDeviceType, OdIfc4x3_rc1::IfcProxy, OdIfc4x3_rc1::IfcPump, OdIfc4x3_rc1::IfcPumpType, OdIfc4x3_rc1::IfcQuantityArea, OdIfc4x3_rc1::IfcQuantityCount, OdIfc4x3_rc1::IfcQuantityLength, OdIfc4x3_rc1::IfcQuantityTime, OdIfc4x3_rc1::IfcQuantityVolume, OdIfc4x3_rc1::IfcQuantityWeight, OdIfc4x3_rc1::IfcRail, OdIfc4x3_rc1::IfcRailing, OdIfc4x3_rc1::IfcRailingType, OdIfc4x3_rc1::IfcRailType, OdIfc4x3_rc1::IfcRamp, OdIfc4x3_rc1::IfcRampFlight, OdIfc4x3_rc1::IfcRampFlightType, OdIfc4x3_rc1::IfcRampType, OdIfc4x3_rc1::IfcRationalBSplineCurveWithKnots, OdIfc4x3_rc1::IfcRationalBSplineSurfaceWithKnots, OdIfc4x3_rc1::IfcRectangleHollowProfileDef, OdIfc4x3_rc1::IfcRectangleProfileDef, OdIfc4x3_rc1::IfcRectangularPyramid, OdIfc4x3_rc1::IfcRectangularTrimmedSurface, OdIfc4x3_rc1::IfcRecurrencePattern, OdIfc4x3_rc1::IfcReference, OdIfc4x3_rc1::IfcReferent, OdIfc4x3_rc1::IfcRegularTimeSeries, OdIfc4x3_rc1::IfcReinforcedSoil, OdIfc4x3_rc1::IfcReinforcementBarProperties, OdIfc4x3_rc1::IfcReinforcementDefinitionProperties, OdIfc4x3_rc1::IfcReinforcingBar, OdIfc4x3_rc1::IfcReinforcingBarType, OdIfc4x3_rc1::IfcReinforcingElement, OdIfc4x3_rc1::IfcReinforcingMesh, OdIfc4x3_rc1::IfcReinforcingMeshType, OdIfc4x3_rc1::IfcRelAggregates, OdIfc4x3_rc1::IfcRelAssigns, OdIfc4x3_rc1::IfcRelAssignsToActor, OdIfc4x3_rc1::IfcRelAssignsToControl, OdIfc4x3_rc1::IfcRelAssignsToGroup, OdIfc4x3_rc1::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc1::IfcRelAssignsToProcess, OdIfc4x3_rc1::IfcRelAssignsToProduct, OdIfc4x3_rc1::IfcRelAssignsToResource, OdIfc4x3_rc1::IfcRelAssociatesApproval, OdIfc4x3_rc1::IfcRelAssociates, OdIfc4x3_rc1::IfcRelAssociatesClassification, OdIfc4x3_rc1::IfcRelAssociatesConstraint, OdIfc4x3_rc1::IfcRelAssociatesDocument, OdIfc4x3_rc1::IfcRelAssociatesLibrary, OdIfc4x3_rc1::IfcRelAssociatesMaterial, OdIfc4x3_rc1::IfcRelAssociatesProfileDef, OdIfc4x3_rc1::IfcRelConnectsElements, OdIfc4x3_rc1::IfcRelConnectsPathElements, OdIfc4x3_rc1::IfcRelConnectsPorts, OdIfc4x3_rc1::IfcRelConnectsPortToElement, OdIfc4x3_rc1::IfcRelConnectsStructuralActivity, OdIfc4x3_rc1::IfcRelConnectsStructuralMember, OdIfc4x3_rc1::IfcRelConnectsWithEccentricity, OdIfc4x3_rc1::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc1::IfcRelContainedInSpatialStructure, OdIfc4x3_rc1::IfcRelCoversBldgElements, OdIfc4x3_rc1::IfcRelCoversSpaces, OdIfc4x3_rc1::IfcRelDeclares, OdIfc4x3_rc1::IfcRelDefinesByObject, OdIfc4x3_rc1::IfcRelDefinesByProperties, OdIfc4x3_rc1::IfcRelDefinesByTemplate, OdIfc4x3_rc1::IfcRelDefinesByType, OdIfc4x3_rc1::IfcRelFillsElement, OdIfc4x3_rc1::IfcRelFlowControlElements, OdIfc4x3_rc1::IfcRelInterferesElements, OdIfc4x3_rc1::IfcRelNests, OdIfc4x3_rc1::IfcRelPositions, OdIfc4x3_rc1::IfcRelProjectsElement, OdIfc4x3_rc1::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc1::IfcRelSequence, OdIfc4x3_rc1::IfcRelServicesBuildings, OdIfc4x3_rc1::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc1::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc1::IfcRelSpaceBoundary, OdIfc4x3_rc1::IfcRelVoidsElement, OdIfc4x3_rc1::IfcReparametrisedCompositeCurveSegment, OdIfc4x3_rc1::IfcRepresentation, OdIfc4x3_rc1::IfcRepresentationContext, OdIfc4x3_rc1::IfcRepresentationMap, OdIfc4x3_rc1::IfcResourceApprovalRelationship, OdIfc4x3_rc1::IfcResource, OdIfc4x3_rc1::IfcResourceConstraintRelationship, OdIfc4x3_rc1::IfcResourceLevelRelationship, OdIfc4x3_rc1::IfcResourceTime, OdIfc4x3_rc1::IfcRevolvedAreaSolid, OdIfc4x3_rc1::IfcRevolvedAreaSolidTapered, OdIfc4x3_rc1::IfcRightCircularCone, OdIfc4x3_rc1::IfcRightCircularCylinder, OdIfc4x3_rc1::IfcRoof, OdIfc4x3_rc1::IfcRoofType, OdIfc4x3_rc1::IfcRoot, OdIfc4x3_rc1::IfcRoundedRectangleProfileDef, OdIfc4x3_rc1::IfcSanitaryTerminal, OdIfc4x3_rc1::IfcSanitaryTerminalType, OdIfc4x3_rc1::IfcSchedulingTime, OdIfc4x3_rc1::IfcSectionedSolid, OdIfc4x3_rc1::IfcSectionedSolidHorizontal, OdIfc4x3_rc1::IfcSectionedSpine, OdIfc4x3_rc1::IfcSectionedSurface, OdIfc4x3_rc1::IfcSectionProperties, OdIfc4x3_rc1::IfcSectionReinforcementProperties, OdIfc4x3_rc1::IfcSensor, OdIfc4x3_rc1::IfcSensorType, OdIfc4x3_rc1::IfcShadingDevice, OdIfc4x3_rc1::IfcShadingDeviceType, OdIfc4x3_rc1::IfcShapeAspect, OdIfc4x3_rc1::IfcShapeModel, OdIfc4x3_rc1::IfcShellBasedSurfaceModel, OdIfc4x3_rc1::IfcSignal, OdIfc4x3_rc1::IfcSignalType, OdIfc4x3_rc1::IfcSign, OdIfc4x3_rc1::IfcSignType, OdIfc4x3_rc1::IfcSimplePropertyTemplate, OdIfc4x3_rc1::IfcSite, OdIfc4x3_rc1::IfcSIUnit, OdIfc4x3_rc1::IfcSlab, OdIfc4x3_rc1::IfcSlabType, OdIfc4x3_rc1::IfcSlippageConnectionCondition, OdIfc4x3_rc1::IfcSolarDevice, OdIfc4x3_rc1::IfcSolarDeviceType, OdIfc4x3_rc1::IfcSpace, OdIfc4x3_rc1::IfcSpaceHeater, OdIfc4x3_rc1::IfcSpaceHeaterType, OdIfc4x3_rc1::IfcSpaceType, OdIfc4x3_rc1::IfcSpatialElement, OdIfc4x3_rc1::IfcSpatialElementType, OdIfc4x3_rc1::IfcSpatialStructureElement, OdIfc4x3_rc1::IfcSpatialZone, OdIfc4x3_rc1::IfcSpatialZoneType, OdIfc4x3_rc1::IfcSphere, OdIfc4x3_rc1::IfcSphericalSurface, OdIfc4x3_rc1::IfcStackTerminal, OdIfc4x3_rc1::IfcStackTerminalType, OdIfc4x3_rc1::IfcStair, OdIfc4x3_rc1::IfcStairFlight, OdIfc4x3_rc1::IfcStairFlightType, OdIfc4x3_rc1::IfcStairType, OdIfc4x3_rc1::IfcStructuralAction, OdIfc4x3_rc1::IfcStructuralActivity, OdIfc4x3_rc1::IfcStructuralAnalysisModel, OdIfc4x3_rc1::IfcStructuralConnection, OdIfc4x3_rc1::IfcStructuralConnectionCondition, OdIfc4x3_rc1::IfcStructuralCurveAction, OdIfc4x3_rc1::IfcStructuralCurveConnection, OdIfc4x3_rc1::IfcStructuralCurveMember, OdIfc4x3_rc1::IfcStructuralCurveReaction, OdIfc4x3_rc1::IfcStructuralItem, OdIfc4x3_rc1::IfcStructuralLoad, OdIfc4x3_rc1::IfcStructuralLoadCase, OdIfc4x3_rc1::IfcStructuralLoadConfiguration, OdIfc4x3_rc1::IfcStructuralLoadGroup, OdIfc4x3_rc1::IfcStructuralLoadLinearForce, OdIfc4x3_rc1::IfcStructuralLoadPlanarForce, OdIfc4x3_rc1::IfcStructuralLoadSingleDisplacement, OdIfc4x3_rc1::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x3_rc1::IfcStructuralLoadSingleForce, OdIfc4x3_rc1::IfcStructuralLoadSingleForceWarping, OdIfc4x3_rc1::IfcStructuralLoadTemperature, OdIfc4x3_rc1::IfcStructuralMember, OdIfc4x3_rc1::IfcStructuralPointConnection, OdIfc4x3_rc1::IfcStructuralResultGroup, OdIfc4x3_rc1::IfcStructuralSurfaceAction, OdIfc4x3_rc1::IfcStructuralSurfaceMember, OdIfc4x3_rc1::IfcStructuralSurfaceReaction, OdIfc4x3_rc1::IfcStyledItem, OdIfc4x3_rc1::IfcSubContractResource, OdIfc4x3_rc1::IfcSubContractResourceType, OdIfc4x3_rc1::IfcSubedge, OdIfc4x3_rc1::IfcSurfaceCurve, OdIfc4x3_rc1::IfcSurfaceCurveSweptAreaSolid, OdIfc4x3_rc1::IfcSurfaceFeature, OdIfc4x3_rc1::IfcSurfaceOfLinearExtrusion, OdIfc4x3_rc1::IfcSurfaceOfRevolution, OdIfc4x3_rc1::IfcSurfaceReinforcementArea, OdIfc4x3_rc1::IfcSurfaceStyle, OdIfc4x3_rc1::IfcSurfaceStyleLighting, OdIfc4x3_rc1::IfcSurfaceStyleRefraction, OdIfc4x3_rc1::IfcSurfaceStyleRendering, OdIfc4x3_rc1::IfcSurfaceStyleShading, OdIfc4x3_rc1::IfcSurfaceStyleWithTextures, OdIfc4x3_rc1::IfcSurfaceTexture, OdIfc4x3_rc1::IfcSweptAreaSolid, OdIfc4x3_rc1::IfcSweptDiskSolid, OdIfc4x3_rc1::IfcSweptDiskSolidPolygonal, OdIfc4x3_rc1::IfcSweptSurface, OdIfc4x3_rc1::IfcSwitchingDevice, OdIfc4x3_rc1::IfcSwitchingDeviceType, OdIfc4x3_rc1::IfcSystem, OdIfc4x3_rc1::IfcSystemFurnitureElement, OdIfc4x3_rc1::IfcSystemFurnitureElementType, OdIfc4x3_rc1::IfcTable, OdIfc4x3_rc1::IfcTableColumn, OdIfc4x3_rc1::IfcTableRow, OdIfc4x3_rc1::IfcTank, OdIfc4x3_rc1::IfcTankType, OdIfc4x3_rc1::IfcTask, OdIfc4x3_rc1::IfcTaskTime, OdIfc4x3_rc1::IfcTaskTimeRecurring, OdIfc4x3_rc1::IfcTaskType, OdIfc4x3_rc1::IfcTelecomAddress, OdIfc4x3_rc1::IfcTendonAnchor, OdIfc4x3_rc1::IfcTendonAnchorType, OdIfc4x3_rc1::IfcTendon, OdIfc4x3_rc1::IfcTendonConduit, OdIfc4x3_rc1::IfcTendonConduitType, OdIfc4x3_rc1::IfcTendonType, OdIfc4x3_rc1::IfcTessellatedFaceSet, OdIfc4x3_rc1::IfcTextLiteral, OdIfc4x3_rc1::IfcTextLiteralWithExtent, OdIfc4x3_rc1::IfcTextStyle, OdIfc4x3_rc1::IfcTextStyleFontModel, OdIfc4x3_rc1::IfcTextStyleForDefinedFont, OdIfc4x3_rc1::IfcTextStyleTextModel, OdIfc4x3_rc1::IfcTextureCoordinate, OdIfc4x3_rc1::IfcTextureCoordinateGenerator, OdIfc4x3_rc1::IfcTextureMap, OdIfc4x3_rc1::IfcTextureVertex, OdIfc4x3_rc1::IfcTextureVertexList, OdIfc4x3_rc1::IfcTimePeriod, OdIfc4x3_rc1::IfcTimeSeries, OdIfc4x3_rc1::IfcTimeSeriesValue, OdIfc4x3_rc1::IfcToroidalSurface, OdIfc4x3_rc1::IfcTrackElement, OdIfc4x3_rc1::IfcTrackElementType, OdIfc4x3_rc1::IfcTransformer, OdIfc4x3_rc1::IfcTransformerType, OdIfc4x3_rc1::IfcTransitionCurveSegment2D, OdIfc4x3_rc1::IfcTransportElement, OdIfc4x3_rc1::IfcTransportElementType, OdIfc4x3_rc1::IfcTrapeziumProfileDef, OdIfc4x3_rc1::IfcTriangulatedFaceSet, OdIfc4x3_rc1::IfcTriangulatedIrregularNetwork, OdIfc4x3_rc1::IfcTrimmedCurve, OdIfc4x3_rc1::IfcTShapeProfileDef, OdIfc4x3_rc1::IfcTubeBundle, OdIfc4x3_rc1::IfcTubeBundleType, OdIfc4x3_rc1::IfcTypeObject, OdIfc4x3_rc1::IfcTypeProcess, OdIfc4x3_rc1::IfcTypeProduct, OdIfc4x3_rc1::IfcTypeResource, OdIfc4x3_rc1::IfcUnitaryControlElement, OdIfc4x3_rc1::IfcUnitaryControlElementType, OdIfc4x3_rc1::IfcUnitaryEquipment, OdIfc4x3_rc1::IfcUnitaryEquipmentType, OdIfc4x3_rc1::IfcUnitAssignment, OdIfc4x3_rc1::IfcUShapeProfileDef, OdIfc4x3_rc1::IfcValve, OdIfc4x3_rc1::IfcValveType, OdIfc4x3_rc1::IfcVector, OdIfc4x3_rc1::IfcVertexLoop, OdIfc4x3_rc1::IfcVertexPoint, OdIfc4x3_rc1::IfcVibrationDamper, OdIfc4x3_rc1::IfcVibrationDamperType, OdIfc4x3_rc1::IfcVibrationIsolator, OdIfc4x3_rc1::IfcVibrationIsolatorType, OdIfc4x3_rc1::IfcVirtualGridIntersection, OdIfc4x3_rc1::IfcVoidingFeature, OdIfc4x3_rc1::IfcWall, OdIfc4x3_rc1::IfcWallType, OdIfc4x3_rc1::IfcWasteTerminal, OdIfc4x3_rc1::IfcWasteTerminalType, OdIfc4x3_rc1::IfcWindow, OdIfc4x3_rc1::IfcWindowLiningProperties, OdIfc4x3_rc1::IfcWindowPanelProperties, OdIfc4x3_rc1::IfcWindowStyle, OdIfc4x3_rc1::IfcWindowType, OdIfc4x3_rc1::IfcWorkCalendar, OdIfc4x3_rc1::IfcWorkControl, OdIfc4x3_rc1::IfcWorkPlan, OdIfc4x3_rc1::IfcWorkSchedule, OdIfc4x3_rc1::IfcWorkTime, OdIfc4x3_rc1::IfcZone, OdIfc4x3_rc1::IfcZShapeProfileDef, OdIfc4x3_rc4::IfcActionRequest, OdIfc4x3_rc4::IfcActor, OdIfc4x3_rc4::IfcActorRole, OdIfc4x3_rc4::IfcActuator, OdIfc4x3_rc4::IfcActuatorType, OdIfc4x3_rc4::IfcAddress, OdIfc4x3_rc4::IfcAdvancedBrepWithVoids, OdIfc4x3_rc4::IfcAirTerminal, OdIfc4x3_rc4::IfcAirTerminalBox, OdIfc4x3_rc4::IfcAirTerminalBoxType, OdIfc4x3_rc4::IfcAirTerminalType, OdIfc4x3_rc4::IfcAirToAirHeatRecovery, OdIfc4x3_rc4::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc4::IfcAlarm, OdIfc4x3_rc4::IfcAlarmType, OdIfc4x3_rc4::IfcAlignment, OdIfc4x3_rc4::IfcAlignmentCant, OdIfc4x3_rc4::IfcAlignmentCantSegment, OdIfc4x3_rc4::IfcAlignmentHorizontalSegment, OdIfc4x3_rc4::IfcAlignmentParameterSegment, OdIfc4x3_rc4::IfcAlignmentSegment, OdIfc4x3_rc4::IfcAlignmentVerticalSegment, OdIfc4x3_rc4::IfcAnnotation, OdIfc4x3_rc4::IfcAnnotationFillArea, OdIfc4x3_rc4::IfcApplication, OdIfc4x3_rc4::IfcAppliedValue, OdIfc4x3_rc4::IfcApproval, OdIfc4x3_rc4::IfcApprovalRelationship, OdIfc4x3_rc4::IfcArbitraryClosedProfileDef, OdIfc4x3_rc4::IfcArbitraryOpenProfileDef, OdIfc4x3_rc4::IfcArbitraryProfileDefWithVoids, OdIfc4x3_rc4::IfcAsset, OdIfc4x3_rc4::IfcAsymmetricIShapeProfileDef, OdIfc4x3_rc4::IfcAudioVisualAppliance, OdIfc4x3_rc4::IfcAudioVisualApplianceType, OdIfc4x3_rc4::IfcAxis1Placement, OdIfc4x3_rc4::IfcAxis2Placement2D, OdIfc4x3_rc4::IfcAxis2Placement3D, OdIfc4x3_rc4::IfcAxis2PlacementLinear, OdIfc4x3_rc4::IfcBeam, OdIfc4x3_rc4::IfcBeamType, OdIfc4x3_rc4::IfcBearing, OdIfc4x3_rc4::IfcBearingType, OdIfc4x3_rc4::IfcBlobTexture, OdIfc4x3_rc4::IfcBlock, OdIfc4x3_rc4::IfcBoiler, OdIfc4x3_rc4::IfcBoilerType, OdIfc4x3_rc4::IfcBooleanResult, OdIfc4x3_rc4::IfcBoundaryCondition, OdIfc4x3_rc4::IfcBoundaryEdgeCondition, OdIfc4x3_rc4::IfcBoundaryFaceCondition, OdIfc4x3_rc4::IfcBoundaryNodeCondition, OdIfc4x3_rc4::IfcBoundaryNodeConditionWarping, OdIfc4x3_rc4::IfcBoundingBox, OdIfc4x3_rc4::IfcBoxedHalfSpace, OdIfc4x3_rc4::IfcBridge, OdIfc4x3_rc4::IfcBSplineCurve, OdIfc4x3_rc4::IfcBSplineCurveWithKnots, OdIfc4x3_rc4::IfcBSplineSurface, OdIfc4x3_rc4::IfcBSplineSurfaceWithKnots, OdIfc4x3_rc4::IfcBuilding, OdIfc4x3_rc4::IfcBuildingElementPart, OdIfc4x3_rc4::IfcBuildingElementPartType, OdIfc4x3_rc4::IfcBuildingElementProxy, OdIfc4x3_rc4::IfcBuildingElementProxyType, OdIfc4x3_rc4::IfcBuildingStorey, OdIfc4x3_rc4::IfcBuildingSystem, OdIfc4x3_rc4::IfcBuiltSystem, OdIfc4x3_rc4::IfcBurner, OdIfc4x3_rc4::IfcBurnerType, OdIfc4x3_rc4::IfcCableCarrierFitting, OdIfc4x3_rc4::IfcCableCarrierFittingType, OdIfc4x3_rc4::IfcCableCarrierSegment, OdIfc4x3_rc4::IfcCableCarrierSegmentType, OdIfc4x3_rc4::IfcCableFitting, OdIfc4x3_rc4::IfcCableFittingType, OdIfc4x3_rc4::IfcCableSegment, OdIfc4x3_rc4::IfcCableSegmentType, OdIfc4x3_rc4::IfcCaissonFoundation, OdIfc4x3_rc4::IfcCaissonFoundationType, OdIfc4x3_rc4::IfcCartesianPoint, OdIfc4x3_rc4::IfcCartesianPointList2D, OdIfc4x3_rc4::IfcCartesianPointList3D, OdIfc4x3_rc4::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x3_rc4::IfcCartesianTransformationOperator3D, OdIfc4x3_rc4::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x3_rc4::IfcCartesianTransformationOperator, OdIfc4x3_rc4::IfcCenterLineProfileDef, OdIfc4x3_rc4::IfcChiller, OdIfc4x3_rc4::IfcChillerType, OdIfc4x3_rc4::IfcChimney, OdIfc4x3_rc4::IfcChimneyType, OdIfc4x3_rc4::IfcCircle, OdIfc4x3_rc4::IfcCircleHollowProfileDef, OdIfc4x3_rc4::IfcCircleProfileDef, OdIfc4x3_rc4::IfcClassification, OdIfc4x3_rc4::IfcClassificationReference, OdIfc4x3_rc4::IfcClothoid, OdIfc4x3_rc4::IfcCoil, OdIfc4x3_rc4::IfcCoilType, OdIfc4x3_rc4::IfcColourRgb, OdIfc4x3_rc4::IfcColourRgbList, OdIfc4x3_rc4::IfcColourSpecification, OdIfc4x3_rc4::IfcColumn, OdIfc4x3_rc4::IfcColumnType, OdIfc4x3_rc4::IfcCommunicationsAppliance, OdIfc4x3_rc4::IfcCommunicationsApplianceType, OdIfc4x3_rc4::IfcComplexProperty, OdIfc4x3_rc4::IfcComplexPropertyTemplate, OdIfc4x3_rc4::IfcCompositeCurve, OdIfc4x3_rc4::IfcCompositeCurveSegment, OdIfc4x3_rc4::IfcCompositeProfileDef, OdIfc4x3_rc4::IfcCompressor, OdIfc4x3_rc4::IfcCompressorType, OdIfc4x3_rc4::IfcCondenser, OdIfc4x3_rc4::IfcCondenserType, OdIfc4x3_rc4::IfcConic, OdIfc4x3_rc4::IfcConnectedFaceSet, OdIfc4x3_rc4::IfcConnectionCurveGeometry, OdIfc4x3_rc4::IfcConnectionPointEccentricity, OdIfc4x3_rc4::IfcConnectionPointGeometry, OdIfc4x3_rc4::IfcConnectionSurfaceGeometry, OdIfc4x3_rc4::IfcConnectionVolumeGeometry, OdIfc4x3_rc4::IfcConstraint, OdIfc4x3_rc4::IfcConstructionEquipmentResource, OdIfc4x3_rc4::IfcConstructionEquipmentResourceType, OdIfc4x3_rc4::IfcConstructionMaterialResource, OdIfc4x3_rc4::IfcConstructionMaterialResourceType, OdIfc4x3_rc4::IfcConstructionProductResource, OdIfc4x3_rc4::IfcConstructionProductResourceType, OdIfc4x3_rc4::IfcConstructionResource, OdIfc4x3_rc4::IfcConstructionResourceType, OdIfc4x3_rc4::IfcContext, OdIfc4x3_rc4::IfcContextDependentUnit, OdIfc4x3_rc4::IfcControl, OdIfc4x3_rc4::IfcController, OdIfc4x3_rc4::IfcControllerType, OdIfc4x3_rc4::IfcConversionBasedUnit, OdIfc4x3_rc4::IfcConversionBasedUnitWithOffset, OdIfc4x3_rc4::IfcConveyorSegment, OdIfc4x3_rc4::IfcConveyorSegmentType, OdIfc4x3_rc4::IfcCooledBeam, OdIfc4x3_rc4::IfcCooledBeamType, OdIfc4x3_rc4::IfcCoolingTower, OdIfc4x3_rc4::IfcCoolingTowerType, OdIfc4x3_rc4::IfcCoordinateOperation, OdIfc4x3_rc4::IfcCoordinateReferenceSystem, OdIfc4x3_rc4::IfcCosine, OdIfc4x3_rc4::IfcCostItem, OdIfc4x3_rc4::IfcCostSchedule, OdIfc4x3_rc4::IfcCourse, OdIfc4x3_rc4::IfcCourseType, OdIfc4x3_rc4::IfcCovering, OdIfc4x3_rc4::IfcCoveringType, OdIfc4x3_rc4::IfcCrewResource, OdIfc4x3_rc4::IfcCrewResourceType, OdIfc4x3_rc4::IfcCsgPrimitive3D, OdIfc4x3_rc4::IfcCsgSolid, OdIfc4x3_rc4::IfcCShapeProfileDef, OdIfc4x3_rc4::IfcCurrencyRelationship, OdIfc4x3_rc4::IfcCurtainWall, OdIfc4x3_rc4::IfcCurtainWallType, OdIfc4x3_rc4::IfcCurveBoundedPlane, OdIfc4x3_rc4::IfcCurveBoundedSurface, OdIfc4x3_rc4::IfcCurveSegment, OdIfc4x3_rc4::IfcCurveStyle, OdIfc4x3_rc4::IfcCurveStyleFontAndScaling, OdIfc4x3_rc4::IfcCurveStyleFont, OdIfc4x3_rc4::IfcCurveStyleFontPattern, OdIfc4x3_rc4::IfcCylindricalSurface, OdIfc4x3_rc4::IfcDamper, OdIfc4x3_rc4::IfcDamperType, OdIfc4x3_rc4::IfcDerivedProfileDef, OdIfc4x3_rc4::IfcDerivedUnit, OdIfc4x3_rc4::IfcDerivedUnitElement, OdIfc4x3_rc4::IfcDimensionalExponents, OdIfc4x3_rc4::IfcDirection, OdIfc4x3_rc4::IfcDirectrixCurveSweptAreaSolid, OdIfc4x3_rc4::IfcDiscreteAccessory, OdIfc4x3_rc4::IfcDiscreteAccessoryType, OdIfc4x3_rc4::IfcDistributionBoard, OdIfc4x3_rc4::IfcDistributionBoardType, OdIfc4x3_rc4::IfcDistributionChamberElement, OdIfc4x3_rc4::IfcDistributionChamberElementType, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionPort, OdIfc4x3_rc4::IfcDistributionSystem, OdIfc4x3_rc4::IfcDocumentInformation, OdIfc4x3_rc4::IfcDocumentInformationRelationship, OdIfc4x3_rc4::IfcDocumentReference, OdIfc4x3_rc4::IfcDoor, OdIfc4x3_rc4::IfcDoorLiningProperties, OdIfc4x3_rc4::IfcDoorPanelProperties, OdIfc4x3_rc4::IfcDoorStyle, OdIfc4x3_rc4::IfcDoorType, OdIfc4x3_rc4::IfcDuctFitting, OdIfc4x3_rc4::IfcDuctFittingType, OdIfc4x3_rc4::IfcDuctSegment, OdIfc4x3_rc4::IfcDuctSegmentType, OdIfc4x3_rc4::IfcDuctSilencer, OdIfc4x3_rc4::IfcDuctSilencerType, OdIfc4x3_rc4::IfcEarthworksCut, OdIfc4x3_rc4::IfcEarthworksFill, OdIfc4x3_rc4::IfcEdge, OdIfc4x3_rc4::IfcEdgeCurve, OdIfc4x3_rc4::IfcEdgeLoop, OdIfc4x3_rc4::IfcElectricAppliance, OdIfc4x3_rc4::IfcElectricApplianceType, OdIfc4x3_rc4::IfcElectricDistributionBoard, OdIfc4x3_rc4::IfcElectricDistributionBoardType, OdIfc4x3_rc4::IfcElectricFlowStorageDevice, OdIfc4x3_rc4::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc4::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc4::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcElectricGenerator, OdIfc4x3_rc4::IfcElectricGeneratorType, OdIfc4x3_rc4::IfcElectricMotor, OdIfc4x3_rc4::IfcElectricMotorType, OdIfc4x3_rc4::IfcElectricTimeControl, OdIfc4x3_rc4::IfcElectricTimeControlType, OdIfc4x3_rc4::IfcElementarySurface, OdIfc4x3_rc4::IfcElementAssembly, OdIfc4x3_rc4::IfcElementAssemblyType, OdIfc4x3_rc4::IfcElement, OdIfc4x3_rc4::IfcElementQuantity, OdIfc4x3_rc4::IfcElementType, OdIfc4x3_rc4::IfcEllipse, OdIfc4x3_rc4::IfcEllipseProfileDef, OdIfc4x3_rc4::IfcEngine, OdIfc4x3_rc4::IfcEngineType, OdIfc4x3_rc4::IfcEvaporativeCooler, OdIfc4x3_rc4::IfcEvaporativeCoolerType, OdIfc4x3_rc4::IfcEvaporator, OdIfc4x3_rc4::IfcEvaporatorType, OdIfc4x3_rc4::IfcEvent, OdIfc4x3_rc4::IfcEventTime, OdIfc4x3_rc4::IfcEventType, OdIfc4x3_rc4::IfcExtendedProperties, OdIfc4x3_rc4::IfcExternalReference, OdIfc4x3_rc4::IfcExternalReferenceRelationship, OdIfc4x3_rc4::IfcExternalSpatialElement, OdIfc4x3_rc4::IfcExtrudedAreaSolid, OdIfc4x3_rc4::IfcExtrudedAreaSolidTapered, OdIfc4x3_rc4::IfcFace, OdIfc4x3_rc4::IfcFaceBasedSurfaceModel, OdIfc4x3_rc4::IfcFaceBound, OdIfc4x3_rc4::IfcFaceSurface, OdIfc4x3_rc4::IfcFacetedBrepWithVoids, OdIfc4x3_rc4::IfcFacilityPart, OdIfc4x3_rc4::IfcFailureConnectionCondition, OdIfc4x3_rc4::IfcFan, OdIfc4x3_rc4::IfcFanType, OdIfc4x3_rc4::IfcFastener, OdIfc4x3_rc4::IfcFastenerType, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFillAreaStyle, OdIfc4x3_rc4::IfcFillAreaStyleHatching, OdIfc4x3_rc4::IfcFillAreaStyleTiles, OdIfc4x3_rc4::IfcFilter, OdIfc4x3_rc4::IfcFilterType, OdIfc4x3_rc4::IfcFireSuppressionTerminal, OdIfc4x3_rc4::IfcFireSuppressionTerminalType, OdIfc4x3_rc4::IfcFixedReferenceSweptAreaSolid, OdIfc4x3_rc4::IfcFlowInstrument, OdIfc4x3_rc4::IfcFlowInstrumentType, OdIfc4x3_rc4::IfcFlowMeter, OdIfc4x3_rc4::IfcFlowMeterType, OdIfc4x3_rc4::IfcFooting, OdIfc4x3_rc4::IfcFootingType, OdIfc4x3_rc4::IfcFurniture, OdIfc4x3_rc4::IfcFurnitureType, OdIfc4x3_rc4::IfcGeographicElement, OdIfc4x3_rc4::IfcGeographicElementType, OdIfc4x3_rc4::IfcGeometricRepresentationContext, OdIfc4x3_rc4::IfcGeometricRepresentationSubContext, OdIfc4x3_rc4::IfcGeometricSet, OdIfc4x3_rc4::IfcGradientCurve, OdIfc4x3_rc4::IfcGrid, OdIfc4x3_rc4::IfcGridAxis, OdIfc4x3_rc4::IfcGridPlacement, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcHalfSpaceSolid, OdIfc4x3_rc4::IfcHeatExchanger, OdIfc4x3_rc4::IfcHeatExchangerType, OdIfc4x3_rc4::IfcHumidifier, OdIfc4x3_rc4::IfcHumidifierType, OdIfc4x3_rc4::IfcImageTexture, OdIfc4x3_rc4::IfcImpactProtectionDevice, OdIfc4x3_rc4::IfcImpactProtectionDeviceType, OdIfc4x3_rc4::IfcIndexedColourMap, OdIfc4x3_rc4::IfcIndexedPolyCurve, OdIfc4x3_rc4::IfcIndexedPolygonalFace, OdIfc4x3_rc4::IfcIndexedPolygonalFaceWithVoids, OdIfc4x3_rc4::IfcIndexedTextureMap, OdIfc4x3_rc4::IfcIndexedTriangleTextureMap, OdIfc4x3_rc4::IfcInterceptor, OdIfc4x3_rc4::IfcInterceptorType, OdIfc4x3_rc4::IfcInventory, OdIfc4x3_rc4::IfcIrregularTimeSeries, OdIfc4x3_rc4::IfcIrregularTimeSeriesValue, OdIfc4x3_rc4::IfcIShapeProfileDef, OdIfc4x3_rc4::IfcJunctionBox, OdIfc4x3_rc4::IfcJunctionBoxType, OdIfc4x3_rc4::IfcKerb, OdIfc4x3_rc4::IfcKerbType, OdIfc4x3_rc4::IfcLaborResource, OdIfc4x3_rc4::IfcLaborResourceType, OdIfc4x3_rc4::IfcLagTime, OdIfc4x3_rc4::IfcLamp, OdIfc4x3_rc4::IfcLampType, OdIfc4x3_rc4::IfcLibraryInformation, OdIfc4x3_rc4::IfcLibraryReference, OdIfc4x3_rc4::IfcLightDistributionData, OdIfc4x3_rc4::IfcLightFixture, OdIfc4x3_rc4::IfcLightFixtureType, OdIfc4x3_rc4::IfcLightIntensityDistribution, OdIfc4x3_rc4::IfcLightSource, OdIfc4x3_rc4::IfcLightSourceDirectional, OdIfc4x3_rc4::IfcLightSourceGoniometric, OdIfc4x3_rc4::IfcLightSourcePositional, OdIfc4x3_rc4::IfcLightSourceSpot, OdIfc4x3_rc4::IfcLinearPlacement, OdIfc4x3_rc4::IfcLine, OdIfc4x3_rc4::IfcLiquidTerminal, OdIfc4x3_rc4::IfcLiquidTerminalType, OdIfc4x3_rc4::IfcLocalPlacement, OdIfc4x3_rc4::IfcLShapeProfileDef, OdIfc4x3_rc4::IfcManifoldSolidBrep, OdIfc4x3_rc4::IfcMapConversion, OdIfc4x3_rc4::IfcMappedItem, OdIfc4x3_rc4::IfcMarineFacility, OdIfc4x3_rc4::IfcMaterial, OdIfc4x3_rc4::IfcMaterialClassificationRelationship, OdIfc4x3_rc4::IfcMaterialConstituent, OdIfc4x3_rc4::IfcMaterialConstituentSet, OdIfc4x3_rc4::IfcMaterialDefinitionRepresentation, OdIfc4x3_rc4::IfcMaterialLayer, OdIfc4x3_rc4::IfcMaterialLayerSet, OdIfc4x3_rc4::IfcMaterialLayerSetUsage, OdIfc4x3_rc4::IfcMaterialLayerWithOffsets, OdIfc4x3_rc4::IfcMaterialList, OdIfc4x3_rc4::IfcMaterialProfile, OdIfc4x3_rc4::IfcMaterialProfileSet, OdIfc4x3_rc4::IfcMaterialProfileSetUsage, OdIfc4x3_rc4::IfcMaterialProfileSetUsageTapering, OdIfc4x3_rc4::IfcMaterialProfileWithOffsets, OdIfc4x3_rc4::IfcMaterialProperties, OdIfc4x3_rc4::IfcMaterialRelationship, OdIfc4x3_rc4::IfcMeasureWithUnit, OdIfc4x3_rc4::IfcMechanicalFastener, OdIfc4x3_rc4::IfcMechanicalFastenerType, OdIfc4x3_rc4::IfcMedicalDevice, OdIfc4x3_rc4::IfcMedicalDeviceType, OdIfc4x3_rc4::IfcMember, OdIfc4x3_rc4::IfcMemberType, OdIfc4x3_rc4::IfcMetric, OdIfc4x3_rc4::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc4::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc4::IfcMonetaryUnit, OdIfc4x3_rc4::IfcMooringDevice, OdIfc4x3_rc4::IfcMooringDeviceType, OdIfc4x3_rc4::IfcMotorConnection, OdIfc4x3_rc4::IfcMotorConnectionType, OdIfc4x3_rc4::IfcNamedUnit, OdIfc4x3_rc4::IfcNavigationElement, OdIfc4x3_rc4::IfcNavigationElementType, OdIfc4x3_rc4::IfcObject, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcObjective, OdIfc4x3_rc4::IfcObjectPlacement, OdIfc4x3_rc4::IfcOccupant, OdIfc4x3_rc4::IfcOffsetCurve2D, OdIfc4x3_rc4::IfcOffsetCurve3D, OdIfc4x3_rc4::IfcOffsetCurve, OdIfc4x3_rc4::IfcOffsetCurveByDistances, OdIfc4x3_rc4::IfcOpenCrossProfileDef, OdIfc4x3_rc4::IfcOpeningElement, OdIfc4x3_rc4::IfcOrganization, OdIfc4x3_rc4::IfcOrganizationRelationship, OdIfc4x3_rc4::IfcOrientedEdge, OdIfc4x3_rc4::IfcOutlet, OdIfc4x3_rc4::IfcOutletType, OdIfc4x3_rc4::IfcOwnerHistory, OdIfc4x3_rc4::IfcParameterizedProfileDef, OdIfc4x3_rc4::IfcPath, OdIfc4x3_rc4::IfcPavement, OdIfc4x3_rc4::IfcPavementType, OdIfc4x3_rc4::IfcPcurve, OdIfc4x3_rc4::IfcPerformanceHistory, OdIfc4x3_rc4::IfcPermeableCoveringProperties, OdIfc4x3_rc4::IfcPermit, OdIfc4x3_rc4::IfcPersonAndOrganization, OdIfc4x3_rc4::IfcPerson, OdIfc4x3_rc4::IfcPhysicalComplexQuantity, OdIfc4x3_rc4::IfcPhysicalQuantity, OdIfc4x3_rc4::IfcPhysicalSimpleQuantity, OdIfc4x3_rc4::IfcPile, OdIfc4x3_rc4::IfcPileType, OdIfc4x3_rc4::IfcPipeFitting, OdIfc4x3_rc4::IfcPipeFittingType, OdIfc4x3_rc4::IfcPipeSegment, OdIfc4x3_rc4::IfcPipeSegmentType, OdIfc4x3_rc4::IfcPixelTexture, OdIfc4x3_rc4::IfcPlacement, OdIfc4x3_rc4::IfcPlanarBox, OdIfc4x3_rc4::IfcPlanarExtent, OdIfc4x3_rc4::IfcPlate, OdIfc4x3_rc4::IfcPlateType, OdIfc4x3_rc4::IfcPointByDistanceExpression, OdIfc4x3_rc4::IfcPointOnCurve, OdIfc4x3_rc4::IfcPointOnSurface, OdIfc4x3_rc4::IfcPolygonalBoundedHalfSpace, OdIfc4x3_rc4::IfcPolygonalFaceSet, OdIfc4x3_rc4::IfcPolyline, OdIfc4x3_rc4::IfcPolyLoop, OdIfc4x3_rc4::IfcPolynomialCurve, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcPostalAddress, OdIfc4x3_rc4::IfcPreDefinedItem, OdIfc4x3_rc4::IfcPresentationLayerAssignment, OdIfc4x3_rc4::IfcPresentationLayerWithStyle, OdIfc4x3_rc4::IfcPresentationStyle, OdIfc4x3_rc4::IfcProcedure, OdIfc4x3_rc4::IfcProcedureType, OdIfc4x3_rc4::IfcProcess, OdIfc4x3_rc4::IfcProduct, OdIfc4x3_rc4::IfcProductDefinitionShape, OdIfc4x3_rc4::IfcProductRepresentation, OdIfc4x3_rc4::IfcProfileDef, OdIfc4x3_rc4::IfcProfileProperties, OdIfc4x3_rc4::IfcProjectedCRS, OdIfc4x3_rc4::IfcProjectionElement, OdIfc4x3_rc4::IfcProjectOrder, OdIfc4x3_rc4::IfcProperty, OdIfc4x3_rc4::IfcPropertyBoundedValue, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertyDependencyRelationship, OdIfc4x3_rc4::IfcPropertyEnumeratedValue, OdIfc4x3_rc4::IfcPropertyEnumeration, OdIfc4x3_rc4::IfcPropertyListValue, OdIfc4x3_rc4::IfcPropertyReferenceValue, OdIfc4x3_rc4::IfcPropertySet, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetTemplate, OdIfc4x3_rc4::IfcPropertySingleValue, OdIfc4x3_rc4::IfcPropertyTableValue, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcProtectiveDevice, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc4::IfcProtectiveDeviceType, OdIfc4x3_rc4::IfcProxy, OdIfc4x3_rc4::IfcPump, OdIfc4x3_rc4::IfcPumpType, OdIfc4x3_rc4::IfcQuantityArea, OdIfc4x3_rc4::IfcQuantityCount, OdIfc4x3_rc4::IfcQuantityLength, OdIfc4x3_rc4::IfcQuantityTime, OdIfc4x3_rc4::IfcQuantityVolume, OdIfc4x3_rc4::IfcQuantityWeight, OdIfc4x3_rc4::IfcRail, OdIfc4x3_rc4::IfcRailing, OdIfc4x3_rc4::IfcRailingType, OdIfc4x3_rc4::IfcRailType, OdIfc4x3_rc4::IfcRailway, OdIfc4x3_rc4::IfcRamp, OdIfc4x3_rc4::IfcRampFlight, OdIfc4x3_rc4::IfcRampFlightType, OdIfc4x3_rc4::IfcRampType, OdIfc4x3_rc4::IfcRationalBSplineCurveWithKnots, OdIfc4x3_rc4::IfcRationalBSplineSurfaceWithKnots, OdIfc4x3_rc4::IfcRectangleHollowProfileDef, OdIfc4x3_rc4::IfcRectangleProfileDef, OdIfc4x3_rc4::IfcRectangularPyramid, OdIfc4x3_rc4::IfcRectangularTrimmedSurface, OdIfc4x3_rc4::IfcRecurrencePattern, OdIfc4x3_rc4::IfcReference, OdIfc4x3_rc4::IfcReferent, OdIfc4x3_rc4::IfcRegularTimeSeries, OdIfc4x3_rc4::IfcReinforcedSoil, OdIfc4x3_rc4::IfcReinforcementBarProperties, OdIfc4x3_rc4::IfcReinforcementDefinitionProperties, OdIfc4x3_rc4::IfcReinforcingBar, OdIfc4x3_rc4::IfcReinforcingBarType, OdIfc4x3_rc4::IfcReinforcingElement, OdIfc4x3_rc4::IfcReinforcingMesh, OdIfc4x3_rc4::IfcReinforcingMeshType, OdIfc4x3_rc4::IfcRelAdheresToElement, OdIfc4x3_rc4::IfcRelAggregates, OdIfc4x3_rc4::IfcRelAssigns, OdIfc4x3_rc4::IfcRelAssignsToActor, OdIfc4x3_rc4::IfcRelAssignsToControl, OdIfc4x3_rc4::IfcRelAssignsToGroup, OdIfc4x3_rc4::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc4::IfcRelAssignsToProcess, OdIfc4x3_rc4::IfcRelAssignsToProduct, OdIfc4x3_rc4::IfcRelAssignsToResource, OdIfc4x3_rc4::IfcRelAssociatesApproval, OdIfc4x3_rc4::IfcRelAssociates, OdIfc4x3_rc4::IfcRelAssociatesClassification, OdIfc4x3_rc4::IfcRelAssociatesConstraint, OdIfc4x3_rc4::IfcRelAssociatesDocument, OdIfc4x3_rc4::IfcRelAssociatesLibrary, OdIfc4x3_rc4::IfcRelAssociatesMaterial, OdIfc4x3_rc4::IfcRelAssociatesProfileDef, OdIfc4x3_rc4::IfcRelConnectsElements, OdIfc4x3_rc4::IfcRelConnectsPathElements, OdIfc4x3_rc4::IfcRelConnectsPorts, OdIfc4x3_rc4::IfcRelConnectsPortToElement, OdIfc4x3_rc4::IfcRelConnectsStructuralActivity, OdIfc4x3_rc4::IfcRelConnectsStructuralMember, OdIfc4x3_rc4::IfcRelConnectsWithEccentricity, OdIfc4x3_rc4::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc4::IfcRelContainedInSpatialStructure, OdIfc4x3_rc4::IfcRelCoversBldgElements, OdIfc4x3_rc4::IfcRelCoversSpaces, OdIfc4x3_rc4::IfcRelDeclares, OdIfc4x3_rc4::IfcRelDefinesByObject, OdIfc4x3_rc4::IfcRelDefinesByProperties, OdIfc4x3_rc4::IfcRelDefinesByTemplate, OdIfc4x3_rc4::IfcRelDefinesByType, OdIfc4x3_rc4::IfcRelFillsElement, OdIfc4x3_rc4::IfcRelFlowControlElements, OdIfc4x3_rc4::IfcRelInterferesElements, OdIfc4x3_rc4::IfcRelNests, OdIfc4x3_rc4::IfcRelPositions, OdIfc4x3_rc4::IfcRelProjectsElement, OdIfc4x3_rc4::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc4::IfcRelSequence, OdIfc4x3_rc4::IfcRelServicesBuildings, OdIfc4x3_rc4::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary, OdIfc4x3_rc4::IfcRelVoidsElement, OdIfc4x3_rc4::IfcReparametrisedCompositeCurveSegment, OdIfc4x3_rc4::IfcRepresentation, OdIfc4x3_rc4::IfcRepresentationContext, OdIfc4x3_rc4::IfcRepresentationMap, OdIfc4x3_rc4::IfcResourceApprovalRelationship, OdIfc4x3_rc4::IfcResource, OdIfc4x3_rc4::IfcResourceConstraintRelationship, OdIfc4x3_rc4::IfcResourceLevelRelationship, OdIfc4x3_rc4::IfcResourceTime, OdIfc4x3_rc4::IfcRevolvedAreaSolid, OdIfc4x3_rc4::IfcRevolvedAreaSolidTapered, OdIfc4x3_rc4::IfcRightCircularCone, OdIfc4x3_rc4::IfcRightCircularCylinder, OdIfc4x3_rc4::IfcRoad, OdIfc4x3_rc4::IfcRoof, OdIfc4x3_rc4::IfcRoofType, OdIfc4x3_rc4::IfcRoot, OdIfc4x3_rc4::IfcRoundedRectangleProfileDef, OdIfc4x3_rc4::IfcSanitaryTerminal, OdIfc4x3_rc4::IfcSanitaryTerminalType, OdIfc4x3_rc4::IfcSchedulingTime, OdIfc4x3_rc4::IfcSecondOrderPolynomialSpiral, OdIfc4x3_rc4::IfcSectionedSolid, OdIfc4x3_rc4::IfcSectionedSolidHorizontal, OdIfc4x3_rc4::IfcSectionedSpine, OdIfc4x3_rc4::IfcSectionedSurface, OdIfc4x3_rc4::IfcSectionProperties, OdIfc4x3_rc4::IfcSectionReinforcementProperties, OdIfc4x3_rc4::IfcSegment, OdIfc4x3_rc4::IfcSegmentedReferenceCurve, OdIfc4x3_rc4::IfcSensor, OdIfc4x3_rc4::IfcSensorType, OdIfc4x3_rc4::IfcSeventhOrderPolynomialSpiral, OdIfc4x3_rc4::IfcShadingDevice, OdIfc4x3_rc4::IfcShadingDeviceType, OdIfc4x3_rc4::IfcShapeAspect, OdIfc4x3_rc4::IfcShapeModel, OdIfc4x3_rc4::IfcShellBasedSurfaceModel, OdIfc4x3_rc4::IfcSignal, OdIfc4x3_rc4::IfcSignalType, OdIfc4x3_rc4::IfcSign, OdIfc4x3_rc4::IfcSignType, OdIfc4x3_rc4::IfcSimplePropertyTemplate, OdIfc4x3_rc4::IfcSine, OdIfc4x3_rc4::IfcSite, OdIfc4x3_rc4::IfcSIUnit, OdIfc4x3_rc4::IfcSlab, OdIfc4x3_rc4::IfcSlabType, OdIfc4x3_rc4::IfcSlippageConnectionCondition, OdIfc4x3_rc4::IfcSolarDevice, OdIfc4x3_rc4::IfcSolarDeviceType, OdIfc4x3_rc4::IfcSpace, OdIfc4x3_rc4::IfcSpaceHeater, OdIfc4x3_rc4::IfcSpaceHeaterType, OdIfc4x3_rc4::IfcSpaceType, OdIfc4x3_rc4::IfcSpatialElement, OdIfc4x3_rc4::IfcSpatialElementType, OdIfc4x3_rc4::IfcSpatialStructureElement, OdIfc4x3_rc4::IfcSpatialZone, OdIfc4x3_rc4::IfcSpatialZoneType, OdIfc4x3_rc4::IfcSphere, OdIfc4x3_rc4::IfcSphericalSurface, OdIfc4x3_rc4::IfcSpiral, OdIfc4x3_rc4::IfcStackTerminal, OdIfc4x3_rc4::IfcStackTerminalType, OdIfc4x3_rc4::IfcStair, OdIfc4x3_rc4::IfcStairFlight, OdIfc4x3_rc4::IfcStairFlightType, OdIfc4x3_rc4::IfcStairType, OdIfc4x3_rc4::IfcStructuralAction, OdIfc4x3_rc4::IfcStructuralActivity, OdIfc4x3_rc4::IfcStructuralAnalysisModel, OdIfc4x3_rc4::IfcStructuralConnection, OdIfc4x3_rc4::IfcStructuralConnectionCondition, OdIfc4x3_rc4::IfcStructuralCurveAction, OdIfc4x3_rc4::IfcStructuralCurveConnection, OdIfc4x3_rc4::IfcStructuralCurveMember, OdIfc4x3_rc4::IfcStructuralCurveReaction, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralLoad, OdIfc4x3_rc4::IfcStructuralLoadCase, OdIfc4x3_rc4::IfcStructuralLoadConfiguration, OdIfc4x3_rc4::IfcStructuralLoadGroup, OdIfc4x3_rc4::IfcStructuralLoadLinearForce, OdIfc4x3_rc4::IfcStructuralLoadPlanarForce, OdIfc4x3_rc4::IfcStructuralLoadSingleDisplacement, OdIfc4x3_rc4::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x3_rc4::IfcStructuralLoadSingleForce, OdIfc4x3_rc4::IfcStructuralLoadSingleForceWarping, OdIfc4x3_rc4::IfcStructuralLoadTemperature, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralPointConnection, OdIfc4x3_rc4::IfcStructuralResultGroup, OdIfc4x3_rc4::IfcStructuralSurfaceAction, OdIfc4x3_rc4::IfcStructuralSurfaceMember, OdIfc4x3_rc4::IfcStructuralSurfaceReaction, OdIfc4x3_rc4::IfcStyledItem, OdIfc4x3_rc4::IfcSubContractResource, OdIfc4x3_rc4::IfcSubContractResourceType, OdIfc4x3_rc4::IfcSubedge, OdIfc4x3_rc4::IfcSurfaceCurve, OdIfc4x3_rc4::IfcSurfaceCurveSweptAreaSolid, OdIfc4x3_rc4::IfcSurfaceFeature, OdIfc4x3_rc4::IfcSurfaceOfLinearExtrusion, OdIfc4x3_rc4::IfcSurfaceOfRevolution, OdIfc4x3_rc4::IfcSurfaceReinforcementArea, OdIfc4x3_rc4::IfcSurfaceStyle, OdIfc4x3_rc4::IfcSurfaceStyleLighting, OdIfc4x3_rc4::IfcSurfaceStyleRefraction, OdIfc4x3_rc4::IfcSurfaceStyleRendering, OdIfc4x3_rc4::IfcSurfaceStyleShading, OdIfc4x3_rc4::IfcSurfaceStyleWithTextures, OdIfc4x3_rc4::IfcSurfaceTexture, OdIfc4x3_rc4::IfcSweptAreaSolid, OdIfc4x3_rc4::IfcSweptDiskSolid, OdIfc4x3_rc4::IfcSweptDiskSolidPolygonal, OdIfc4x3_rc4::IfcSweptSurface, OdIfc4x3_rc4::IfcSwitchingDevice, OdIfc4x3_rc4::IfcSwitchingDeviceType, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystemFurnitureElement, OdIfc4x3_rc4::IfcSystemFurnitureElementType, OdIfc4x3_rc4::IfcTable, OdIfc4x3_rc4::IfcTableColumn, OdIfc4x3_rc4::IfcTableRow, OdIfc4x3_rc4::IfcTank, OdIfc4x3_rc4::IfcTankType, OdIfc4x3_rc4::IfcTask, OdIfc4x3_rc4::IfcTaskTime, OdIfc4x3_rc4::IfcTaskTimeRecurring, OdIfc4x3_rc4::IfcTaskType, OdIfc4x3_rc4::IfcTelecomAddress, OdIfc4x3_rc4::IfcTendonAnchor, OdIfc4x3_rc4::IfcTendonAnchorType, OdIfc4x3_rc4::IfcTendon, OdIfc4x3_rc4::IfcTendonConduit, OdIfc4x3_rc4::IfcTendonConduitType, OdIfc4x3_rc4::IfcTendonType, OdIfc4x3_rc4::IfcTessellatedFaceSet, OdIfc4x3_rc4::IfcTextLiteral, OdIfc4x3_rc4::IfcTextLiteralWithExtent, OdIfc4x3_rc4::IfcTextStyle, OdIfc4x3_rc4::IfcTextStyleFontModel, OdIfc4x3_rc4::IfcTextStyleForDefinedFont, OdIfc4x3_rc4::IfcTextStyleTextModel, OdIfc4x3_rc4::IfcTextureCoordinate, OdIfc4x3_rc4::IfcTextureCoordinateGenerator, OdIfc4x3_rc4::IfcTextureMap, OdIfc4x3_rc4::IfcTextureVertex, OdIfc4x3_rc4::IfcTextureVertexList, OdIfc4x3_rc4::IfcThirdOrderPolynomialSpiral, OdIfc4x3_rc4::IfcTimePeriod, OdIfc4x3_rc4::IfcTimeSeries, OdIfc4x3_rc4::IfcTimeSeriesValue, OdIfc4x3_rc4::IfcToroidalSurface, OdIfc4x3_rc4::IfcTrackElement, OdIfc4x3_rc4::IfcTrackElementType, OdIfc4x3_rc4::IfcTransformer, OdIfc4x3_rc4::IfcTransformerType, OdIfc4x3_rc4::IfcTransportElement, OdIfc4x3_rc4::IfcTransportElementType, OdIfc4x3_rc4::IfcTrapeziumProfileDef, OdIfc4x3_rc4::IfcTriangulatedFaceSet, OdIfc4x3_rc4::IfcTriangulatedIrregularNetwork, OdIfc4x3_rc4::IfcTrimmedCurve, OdIfc4x3_rc4::IfcTShapeProfileDef, OdIfc4x3_rc4::IfcTubeBundle, OdIfc4x3_rc4::IfcTubeBundleType, OdIfc4x3_rc4::IfcTypeObject, OdIfc4x3_rc4::IfcTypeProcess, OdIfc4x3_rc4::IfcTypeProduct, OdIfc4x3_rc4::IfcTypeResource, OdIfc4x3_rc4::IfcUnitaryControlElement, OdIfc4x3_rc4::IfcUnitaryControlElementType, OdIfc4x3_rc4::IfcUnitaryEquipment, OdIfc4x3_rc4::IfcUnitaryEquipmentType, OdIfc4x3_rc4::IfcUnitAssignment, OdIfc4x3_rc4::IfcUShapeProfileDef, OdIfc4x3_rc4::IfcValve, OdIfc4x3_rc4::IfcValveType, OdIfc4x3_rc4::IfcVector, OdIfc4x3_rc4::IfcVertexLoop, OdIfc4x3_rc4::IfcVertexPoint, OdIfc4x3_rc4::IfcVibrationDamper, OdIfc4x3_rc4::IfcVibrationDamperType, OdIfc4x3_rc4::IfcVibrationIsolator, OdIfc4x3_rc4::IfcVibrationIsolatorType, OdIfc4x3_rc4::IfcVirtualGridIntersection, OdIfc4x3_rc4::IfcVoidingFeature, OdIfc4x3_rc4::IfcWall, OdIfc4x3_rc4::IfcWallType, OdIfc4x3_rc4::IfcWasteTerminal, OdIfc4x3_rc4::IfcWasteTerminalType, OdIfc4x3_rc4::IfcWindow, OdIfc4x3_rc4::IfcWindowLiningProperties, OdIfc4x3_rc4::IfcWindowPanelProperties, OdIfc4x3_rc4::IfcWindowStyle, OdIfc4x3_rc4::IfcWindowType, OdIfc4x3_rc4::IfcWorkCalendar, OdIfc4x3_rc4::IfcWorkControl, OdIfc4x3_rc4::IfcWorkPlan, OdIfc4x3_rc4::IfcWorkSchedule, OdIfc4x3_rc4::IfcWorkTime, OdIfc4x3_rc4::IfcZone, and OdIfc4x3_rc4::IfcZShapeProfileDef.
|
virtual |
Sets a new value of a specified attribute.
explicitAttrDef | [in] An <link OdIfc::OdIfcAttribute, OdIfcAttribute> enumeration that represents the attribute definition. |
val | [in] A new attribute value to be set. |
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcActorRole, OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAddress, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAnnotationFillArea, OdIfc2x2_final::IfcAnnotationFillAreaOccurrence, OdIfc2x2_final::IfcApplication, OdIfc2x2_final::IfcAppliedValue, OdIfc2x2_final::IfcAppliedValueRelationship, OdIfc2x2_final::IfcApprovalActorRelationship, OdIfc2x2_final::IfcApproval, OdIfc2x2_final::IfcApprovalPropertyRelationship, OdIfc2x2_final::IfcApprovalRelationship, OdIfc2x2_final::IfcArbitraryClosedProfileDef, OdIfc2x2_final::IfcArbitraryOpenProfileDef, OdIfc2x2_final::IfcArbitraryProfileDefWithVoids, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcAsymmetricIShapeProfileDef, OdIfc2x2_final::IfcAxis1Placement, OdIfc2x2_final::IfcAxis2Placement2D, OdIfc2x2_final::IfcAxis2Placement3D, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBooleanResult, OdIfc2x2_final::IfcBoundaryCondition, OdIfc2x2_final::IfcBoundaryEdgeCondition, OdIfc2x2_final::IfcBoundaryFaceCondition, OdIfc2x2_final::IfcBoundaryNodeCondition, OdIfc2x2_final::IfcBoundaryNodeConditionWarping, OdIfc2x2_final::IfcBoundingBox, OdIfc2x2_final::IfcBoxedHalfSpace, OdIfc2x2_final::IfcBSplineCurve, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcCalendarDate, OdIfc2x2_final::IfcCartesianPoint, OdIfc2x2_final::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator3D, OdIfc2x2_final::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCircle, OdIfc2x2_final::IfcCircleHollowProfileDef, OdIfc2x2_final::IfcCircleProfileDef, OdIfc2x2_final::IfcClassification, OdIfc2x2_final::IfcClassificationItem, OdIfc2x2_final::IfcClassificationItemRelationship, OdIfc2x2_final::IfcClassificationNotation, OdIfc2x2_final::IfcClassificationNotationFacet, OdIfc2x2_final::IfcClassificationReference, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColourRgb, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcComplexProperty, OdIfc2x2_final::IfcCompositeCurve, OdIfc2x2_final::IfcCompositeCurveSegment, OdIfc2x2_final::IfcCompositeProfileDef, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConic, OdIfc2x2_final::IfcConnectedFaceSet, OdIfc2x2_final::IfcConnectionCurveGeometry, OdIfc2x2_final::IfcConnectionPointGeometry, OdIfc2x2_final::IfcConnectionPortGeometry, OdIfc2x2_final::IfcConnectionSurfaceGeometry, OdIfc2x2_final::IfcConstraintAggregationRelationship, OdIfc2x2_final::IfcConstraint, OdIfc2x2_final::IfcConstraintClassificationRelationship, OdIfc2x2_final::IfcConstraintRelationship, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcContextDependentUnit, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcConversionBasedUnit, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCoordinatedUniversalTimeOffset, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCostValue, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcCraneRailAShapeProfileDef, OdIfc2x2_final::IfcCraneRailFShapeProfileDef, OdIfc2x2_final::IfcCsgSolid, OdIfc2x2_final::IfcCShapeProfileDef, OdIfc2x2_final::IfcCurrencyRelationship, OdIfc2x2_final::IfcCurveBoundedPlane, OdIfc2x2_final::IfcCurveStyle, OdIfc2x2_final::IfcCurveStyleFontAndScaling, OdIfc2x2_final::IfcCurveStyleFont, OdIfc2x2_final::IfcCurveStyleFontPattern, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDateAndTime, OdIfc2x2_final::IfcDefinedSymbol, OdIfc2x2_final::IfcDerivedProfileDef, OdIfc2x2_final::IfcDerivedUnit, OdIfc2x2_final::IfcDerivedUnitElement, OdIfc2x2_final::IfcDimensionalExponents, OdIfc2x2_final::IfcDimensionCurve, OdIfc2x2_final::IfcDimensionCurve, OdIfc2x2_final::IfcDimensionCurveTerminator, OdIfc2x2_final::IfcDirection, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDocumentElectronicFormat, OdIfc2x2_final::IfcDocumentInformation, OdIfc2x2_final::IfcDocumentInformationRelationship, OdIfc2x2_final::IfcDocumentReference, OdIfc2x2_final::IfcDocumentReference, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDraughtingCallout, OdIfc2x2_final::IfcDraughtingCalloutRelationship, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcEdge, OdIfc2x2_final::IfcEdgeCurve, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcEdgeLoop, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementarySurface, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEllipse, OdIfc2x2_final::IfcEllipseProfileDef, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEnvironmentalImpactValue, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcExtendedMaterialProperties, OdIfc2x2_final::IfcExternalReference, OdIfc2x2_final::IfcExtrudedAreaSolid, OdIfc2x2_final::IfcFace, OdIfc2x2_final::IfcFaceBasedSurfaceModel, OdIfc2x2_final::IfcFaceBound, OdIfc2x2_final::IfcFaceSurface, OdIfc2x2_final::IfcFacetedBrepWithVoids, OdIfc2x2_final::IfcFailureConnectionCondition, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFillAreaStyle, OdIfc2x2_final::IfcFillAreaStyleHatching, OdIfc2x2_final::IfcFillAreaStyleTiles, OdIfc2x2_final::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFuelProperties, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcGeneralMaterialProperties, OdIfc2x2_final::IfcGeneralProfileProperties, OdIfc2x2_final::IfcGeometricRepresentationContext, OdIfc2x2_final::IfcGeometricRepresentationSubContext, OdIfc2x2_final::IfcGeometricSet, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGridAxis, OdIfc2x2_final::IfcGridPlacement, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcHalfSpaceSolid, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcHygroscopicMaterialProperties, OdIfc2x2_final::IfcImageTexture, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcIrregularTimeSeries, OdIfc2x2_final::IfcIrregularTimeSeriesValue, OdIfc2x2_final::IfcIShapeProfileDef, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLibraryInformation, OdIfc2x2_final::IfcLibraryReference, OdIfc2x2_final::IfcLibraryReference, OdIfc2x2_final::IfcLightDistributionData, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcLightIntensityDistribution, OdIfc2x2_final::IfcLightSource, OdIfc2x2_final::IfcLightSourceDirectional, OdIfc2x2_final::IfcLightSourceGoniometric, OdIfc2x2_final::IfcLightSourcePositional, OdIfc2x2_final::IfcLightSourceSpot, OdIfc2x2_final::IfcLine, OdIfc2x2_final::IfcLocalPlacement, OdIfc2x2_final::IfcLocalTime, OdIfc2x2_final::IfcLShapeProfileDef, OdIfc2x2_final::IfcManifoldSolidBrep, OdIfc2x2_final::IfcMappedItem, OdIfc2x2_final::IfcMaterial, OdIfc2x2_final::IfcMaterialClassificationRelationship, OdIfc2x2_final::IfcMaterialLayer, OdIfc2x2_final::IfcMaterialLayerSet, OdIfc2x2_final::IfcMaterialLayerSetUsage, OdIfc2x2_final::IfcMaterialList, OdIfc2x2_final::IfcMaterialProperties, OdIfc2x2_final::IfcMeasureWithUnit, OdIfc2x2_final::IfcMechanicalConcreteMaterialProperties, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMechanicalMaterialProperties, OdIfc2x2_final::IfcMechanicalSteelMaterialProperties, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMetric, OdIfc2x2_final::IfcMonetaryUnit, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcNamedUnit, OdIfc2x2_final::IfcObject, OdIfc2x2_final::IfcObjective, OdIfc2x2_final::IfcObjectPlacement, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOffsetCurve2D, OdIfc2x2_final::IfcOffsetCurve3D, OdIfc2x2_final::IfcOneDirectionRepeatFactor, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOpticalMaterialProperties, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcOrganization, OdIfc2x2_final::IfcOrganizationRelationship, OdIfc2x2_final::IfcOrientedEdge, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcOwnerHistory, OdIfc2x2_final::IfcParameterizedProfileDef, OdIfc2x2_final::IfcPath, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPersonAndOrganization, OdIfc2x2_final::IfcPerson, OdIfc2x2_final::IfcPhysicalComplexQuantity, OdIfc2x2_final::IfcPhysicalQuantity, OdIfc2x2_final::IfcPhysicalSimpleQuantity, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPixelTexture, OdIfc2x2_final::IfcPlacement, OdIfc2x2_final::IfcPlanarBox, OdIfc2x2_final::IfcPlanarExtent, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPointOnCurve, OdIfc2x2_final::IfcPointOnSurface, OdIfc2x2_final::IfcPolygonalBoundedHalfSpace, OdIfc2x2_final::IfcPolyline, OdIfc2x2_final::IfcPolyLoop, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcPostalAddress, OdIfc2x2_final::IfcPreDefinedItem, OdIfc2x2_final::IfcPresentationLayerAssignment, OdIfc2x2_final::IfcPresentationLayerAssignmentWithStyle, OdIfc2x2_final::IfcPresentationStyleAssignment, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProductDefinitionShape, OdIfc2x2_final::IfcProductDefinitionShape, OdIfc2x2_final::IfcProductRepresentation, OdIfc2x2_final::IfcProductsOfCombustionProperties, OdIfc2x2_final::IfcProfileDef, OdIfc2x2_final::IfcProfileProperties, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProperty, OdIfc2x2_final::IfcPropertyBoundedValue, OdIfc2x2_final::IfcPropertyConstraintRelationship, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertyDependencyRelationship, OdIfc2x2_final::IfcPropertyEnumeratedValue, OdIfc2x2_final::IfcPropertyEnumeration, OdIfc2x2_final::IfcPropertyListValue, OdIfc2x2_final::IfcPropertyReferenceValue, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcPropertySingleValue, OdIfc2x2_final::IfcPropertyTableValue, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcQuantityArea, OdIfc2x2_final::IfcQuantityCount, OdIfc2x2_final::IfcQuantityLength, OdIfc2x2_final::IfcQuantityTime, OdIfc2x2_final::IfcQuantityVolume, OdIfc2x2_final::IfcQuantityWeight, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcRationalBezierCurve, OdIfc2x2_final::IfcRectangleHollowProfileDef, OdIfc2x2_final::IfcRectangleProfileDef, OdIfc2x2_final::IfcRectangularTrimmedSurface, OdIfc2x2_final::IfcReferencesValueDocument, OdIfc2x2_final::IfcRegularTimeSeries, OdIfc2x2_final::IfcReinforcementBarProperties, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcRelAssigns, OdIfc2x2_final::IfcRelAssignsTasks, OdIfc2x2_final::IfcRelAssignsToActor, OdIfc2x2_final::IfcRelAssignsToControl, OdIfc2x2_final::IfcRelAssignsToGroup, OdIfc2x2_final::IfcRelAssignsToProcess, OdIfc2x2_final::IfcRelAssignsToProduct, OdIfc2x2_final::IfcRelAssignsToResource, OdIfc2x2_final::IfcRelAssociatesAppliedValue, OdIfc2x2_final::IfcRelAssociatesApproval, OdIfc2x2_final::IfcRelAssociates, OdIfc2x2_final::IfcRelAssociatesClassification, OdIfc2x2_final::IfcRelAssociatesConstraint, OdIfc2x2_final::IfcRelAssociatesDocument, OdIfc2x2_final::IfcRelAssociatesLibrary, OdIfc2x2_final::IfcRelAssociatesMaterial, OdIfc2x2_final::IfcRelAssociatesProfileProperties, OdIfc2x2_final::IfcRelaxation, OdIfc2x2_final::IfcRelConnectsElements, OdIfc2x2_final::IfcRelConnectsPathElements, OdIfc2x2_final::IfcRelConnectsPorts, OdIfc2x2_final::IfcRelConnectsPortToElement, OdIfc2x2_final::IfcRelConnectsStructuralActivity, OdIfc2x2_final::IfcRelConnectsStructuralMember, OdIfc2x2_final::IfcRelConnectsWithRealizingElements, OdIfc2x2_final::IfcRelContainedInSpatialStructure, OdIfc2x2_final::IfcRelCoversBldgElements, OdIfc2x2_final::IfcRelDecomposes, OdIfc2x2_final::IfcRelDefines, OdIfc2x2_final::IfcRelDefinesByProperties, OdIfc2x2_final::IfcRelDefinesByType, OdIfc2x2_final::IfcRelFillsElement, OdIfc2x2_final::IfcRelFlowControlElements, OdIfc2x2_final::IfcRelInteractionRequirements, OdIfc2x2_final::IfcRelOverridesProperties, OdIfc2x2_final::IfcRelProjectsElement, OdIfc2x2_final::IfcRelSequence, OdIfc2x2_final::IfcRelServicesBuildings, OdIfc2x2_final::IfcRelSpaceBoundary, OdIfc2x2_final::IfcRelVoidsElement, OdIfc2x2_final::IfcRepresentation, OdIfc2x2_final::IfcRepresentationContext, OdIfc2x2_final::IfcRepresentationMap, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRevolvedAreaSolid, OdIfc2x2_final::IfcRibPlateProfileProperties, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoot, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcRoundedRectangleProfileDef, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcSectionedSpine, OdIfc2x2_final::IfcSectionProperties, OdIfc2x2_final::IfcSectionReinforcementProperties, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcShapeAspect, OdIfc2x2_final::IfcShapeRepresentation, OdIfc2x2_final::IfcShapeRepresentation, OdIfc2x2_final::IfcShellBasedSurfaceModel, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSIUnit, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSlippageConnectionCondition, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralConnectionCondition, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoad, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralLoadLinearForce, OdIfc2x2_final::IfcStructuralLoadPlanarForce, OdIfc2x2_final::IfcStructuralLoadSingleDisplacement, OdIfc2x2_final::IfcStructuralLoadSingleDisplacementDistortion, OdIfc2x2_final::IfcStructuralLoadSingleForce, OdIfc2x2_final::IfcStructuralLoadSingleForceWarping, OdIfc2x2_final::IfcStructuralLoadTemperature, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralProfileProperties, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSteelProfileProperties, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcStyledItem, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSubedge, OdIfc2x2_final::IfcSurfaceCurveSweptAreaSolid, OdIfc2x2_final::IfcSurfaceOfLinearExtrusion, OdIfc2x2_final::IfcSurfaceOfRevolution, OdIfc2x2_final::IfcSurfaceStyle, OdIfc2x2_final::IfcSurfaceStyleLighting, OdIfc2x2_final::IfcSurfaceStyleRefraction, OdIfc2x2_final::IfcSurfaceStyleRendering, OdIfc2x2_final::IfcSurfaceStyleShading, OdIfc2x2_final::IfcSurfaceStyleWithTextures, OdIfc2x2_final::IfcSurfaceTexture, OdIfc2x2_final::IfcSweptAreaSolid, OdIfc2x2_final::IfcSweptDiskSolid, OdIfc2x2_final::IfcSweptSurface, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSymbolStyle, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTable, OdIfc2x2_final::IfcTableRow, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTelecomAddress, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTerminatorSymbol, OdIfc2x2_final::IfcTextLiteral, OdIfc2x2_final::IfcTextLiteralWithExtent, OdIfc2x2_final::IfcTextStyle, OdIfc2x2_final::IfcTextStyleWithBoxCharacteristics, OdIfc2x2_final::IfcTextStyleWithMirror, OdIfc2x2_final::IfcTextStyleWithSpacing, OdIfc2x2_final::IfcTextureCoordinate, OdIfc2x2_final::IfcTextureCoordinateGenerator, OdIfc2x2_final::IfcTextureMap, OdIfc2x2_final::IfcTextureVertex, OdIfc2x2_final::IfcThermalMaterialProperties, OdIfc2x2_final::IfcTimeSeries, OdIfc2x2_final::IfcTimeSeriesReferenceRelationship, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTimeSeriesValue, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTrapeziumProfileDef, OdIfc2x2_final::IfcTrimmedCurve, OdIfc2x2_final::IfcTShapeProfileDef, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTwoDirectionRepeatFactor, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcUnitAssignment, OdIfc2x2_final::IfcUShapeProfileDef, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVector, OdIfc2x2_final::IfcVertexBasedTextureMap, OdIfc2x2_final::IfcVertexLoop, OdIfc2x2_final::IfcVertexPoint, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcVirtualGridIntersection, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWaterProperties, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, OdIfc2x2_final::IfcWindowStyle, OdIfc2x2_final::IfcWorkControl, OdIfc2x2_final::IfcZShapeProfileDef, OdIfc2x3::IfcActionRequest, OdIfc2x3::IfcActor, OdIfc2x3::IfcActorRole, OdIfc2x3::IfcActuatorType, OdIfc2x3::IfcAddress, OdIfc2x3::IfcAirTerminalBoxType, OdIfc2x3::IfcAirTerminalType, OdIfc2x3::IfcAirToAirHeatRecoveryType, OdIfc2x3::IfcAlarmType, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAnnotationFillArea, OdIfc2x3::IfcAnnotationFillAreaOccurrence, OdIfc2x3::IfcAnnotationSurface, OdIfc2x3::IfcApplication, OdIfc2x3::IfcAppliedValue, OdIfc2x3::IfcAppliedValueRelationship, OdIfc2x3::IfcApprovalActorRelationship, OdIfc2x3::IfcApproval, OdIfc2x3::IfcApprovalPropertyRelationship, OdIfc2x3::IfcApprovalRelationship, OdIfc2x3::IfcArbitraryClosedProfileDef, OdIfc2x3::IfcArbitraryOpenProfileDef, OdIfc2x3::IfcArbitraryProfileDefWithVoids, OdIfc2x3::IfcAsset, OdIfc2x3::IfcAsymmetricIShapeProfileDef, OdIfc2x3::IfcAxis1Placement, OdIfc2x3::IfcAxis2Placement2D, OdIfc2x3::IfcAxis2Placement3D, OdIfc2x3::IfcBeamType, OdIfc2x3::IfcBlobTexture, OdIfc2x3::IfcBlock, OdIfc2x3::IfcBoilerType, OdIfc2x3::IfcBooleanResult, OdIfc2x3::IfcBoundaryCondition, OdIfc2x3::IfcBoundaryEdgeCondition, OdIfc2x3::IfcBoundaryFaceCondition, OdIfc2x3::IfcBoundaryNodeCondition, OdIfc2x3::IfcBoundaryNodeConditionWarping, OdIfc2x3::IfcBoundingBox, OdIfc2x3::IfcBoxedHalfSpace, OdIfc2x3::IfcBSplineCurve, OdIfc2x3::IfcBuilding, OdIfc2x3::IfcBuildingElementProxy, OdIfc2x3::IfcBuildingElementProxyType, OdIfc2x3::IfcBuildingStorey, OdIfc2x3::IfcCableCarrierFittingType, OdIfc2x3::IfcCableCarrierSegmentType, OdIfc2x3::IfcCableSegmentType, OdIfc2x3::IfcCalendarDate, OdIfc2x3::IfcCartesianPoint, OdIfc2x3::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator3D, OdIfc2x3::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator, OdIfc2x3::IfcCenterLineProfileDef, OdIfc2x3::IfcChamferEdgeFeature, OdIfc2x3::IfcChillerType, OdIfc2x3::IfcCircle, OdIfc2x3::IfcCircleHollowProfileDef, OdIfc2x3::IfcCircleProfileDef, OdIfc2x3::IfcClassification, OdIfc2x3::IfcClassificationItem, OdIfc2x3::IfcClassificationItemRelationship, OdIfc2x3::IfcClassificationNotation, OdIfc2x3::IfcClassificationNotationFacet, OdIfc2x3::IfcClassificationReference, OdIfc2x3::IfcCoilType, OdIfc2x3::IfcColourRgb, OdIfc2x3::IfcColourSpecification, OdIfc2x3::IfcColumnType, OdIfc2x3::IfcComplexProperty, OdIfc2x3::IfcCompositeCurve, OdIfc2x3::IfcCompositeCurveSegment, OdIfc2x3::IfcCompositeProfileDef, OdIfc2x3::IfcCompressorType, OdIfc2x3::IfcCondenserType, OdIfc2x3::IfcConditionCriterion, OdIfc2x3::IfcConic, OdIfc2x3::IfcConnectedFaceSet, OdIfc2x3::IfcConnectionCurveGeometry, OdIfc2x3::IfcConnectionPointEccentricity, OdIfc2x3::IfcConnectionPointGeometry, OdIfc2x3::IfcConnectionPortGeometry, OdIfc2x3::IfcConnectionSurfaceGeometry, OdIfc2x3::IfcConstraintAggregationRelationship, OdIfc2x3::IfcConstraint, OdIfc2x3::IfcConstraintClassificationRelationship, OdIfc2x3::IfcConstraintRelationship, OdIfc2x3::IfcConstructionMaterialResource, OdIfc2x3::IfcConstructionResource, OdIfc2x3::IfcContextDependentUnit, OdIfc2x3::IfcControl, OdIfc2x3::IfcControl, OdIfc2x3::IfcControllerType, OdIfc2x3::IfcConversionBasedUnit, OdIfc2x3::IfcCooledBeamType, OdIfc2x3::IfcCoolingTowerType, OdIfc2x3::IfcCoordinatedUniversalTimeOffset, OdIfc2x3::IfcCostSchedule, OdIfc2x3::IfcCostValue, OdIfc2x3::IfcCovering, OdIfc2x3::IfcCoveringType, OdIfc2x3::IfcCraneRailAShapeProfileDef, OdIfc2x3::IfcCraneRailFShapeProfileDef, OdIfc2x3::IfcCsgPrimitive3D, OdIfc2x3::IfcCsgSolid, OdIfc2x3::IfcCShapeProfileDef, OdIfc2x3::IfcCurrencyRelationship, OdIfc2x3::IfcCurtainWallType, OdIfc2x3::IfcCurveBoundedPlane, OdIfc2x3::IfcCurveStyle, OdIfc2x3::IfcCurveStyleFontAndScaling, OdIfc2x3::IfcCurveStyleFont, OdIfc2x3::IfcCurveStyleFontPattern, OdIfc2x3::IfcDamperType, OdIfc2x3::IfcDateAndTime, OdIfc2x3::IfcDefinedSymbol, OdIfc2x3::IfcDerivedProfileDef, OdIfc2x3::IfcDerivedUnit, OdIfc2x3::IfcDerivedUnitElement, OdIfc2x3::IfcDimensionalExponents, OdIfc2x3::IfcDimensionCurve, OdIfc2x3::IfcDimensionCurve, OdIfc2x3::IfcDimensionCurveTerminator, OdIfc2x3::IfcDirection, OdIfc2x3::IfcDistributionChamberElementType, OdIfc2x3::IfcDistributionControlElement, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionPort, OdIfc2x3::IfcDocumentElectronicFormat, OdIfc2x3::IfcDocumentInformation, OdIfc2x3::IfcDocumentInformationRelationship, OdIfc2x3::IfcDocumentReference, OdIfc2x3::IfcDocumentReference, OdIfc2x3::IfcDoor, OdIfc2x3::IfcDoorLiningProperties, OdIfc2x3::IfcDoorPanelProperties, OdIfc2x3::IfcDoorStyle, OdIfc2x3::IfcDraughtingCallout, OdIfc2x3::IfcDraughtingCalloutRelationship, OdIfc2x3::IfcDuctFittingType, OdIfc2x3::IfcDuctSegmentType, OdIfc2x3::IfcDuctSilencerType, OdIfc2x3::IfcEdge, OdIfc2x3::IfcEdgeCurve, OdIfc2x3::IfcEdgeFeature, OdIfc2x3::IfcEdgeLoop, OdIfc2x3::IfcElectricalBaseProperties, OdIfc2x3::IfcElectricApplianceType, OdIfc2x3::IfcElectricDistributionPoint, OdIfc2x3::IfcElectricFlowStorageDeviceType, OdIfc2x3::IfcElectricGeneratorType, OdIfc2x3::IfcElectricHeaterType, OdIfc2x3::IfcElectricMotorType, OdIfc2x3::IfcElectricTimeControlType, OdIfc2x3::IfcElementarySurface, OdIfc2x3::IfcElementAssembly, OdIfc2x3::IfcElement, OdIfc2x3::IfcElementQuantity, OdIfc2x3::IfcElementType, OdIfc2x3::IfcEllipse, OdIfc2x3::IfcEllipseProfileDef, OdIfc2x3::IfcEnergyProperties, OdIfc2x3::IfcEnvironmentalImpactValue, OdIfc2x3::IfcEvaporativeCoolerType, OdIfc2x3::IfcEvaporatorType, OdIfc2x3::IfcExtendedMaterialProperties, OdIfc2x3::IfcExternalReference, OdIfc2x3::IfcExtrudedAreaSolid, OdIfc2x3::IfcFace, OdIfc2x3::IfcFaceBasedSurfaceModel, OdIfc2x3::IfcFaceBound, OdIfc2x3::IfcFaceSurface, OdIfc2x3::IfcFacetedBrepWithVoids, OdIfc2x3::IfcFailureConnectionCondition, OdIfc2x3::IfcFanType, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFillAreaStyle, OdIfc2x3::IfcFillAreaStyleHatching, OdIfc2x3::IfcFillAreaStyleTiles, OdIfc2x3::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x3::IfcFilterType, OdIfc2x3::IfcFireSuppressionTerminalType, OdIfc2x3::IfcFlowInstrumentType, OdIfc2x3::IfcFlowMeterType, OdIfc2x3::IfcFluidFlowProperties, OdIfc2x3::IfcFooting, OdIfc2x3::IfcFuelProperties, OdIfc2x3::IfcFurnitureType, OdIfc2x3::IfcGasTerminalType, OdIfc2x3::IfcGeneralMaterialProperties, OdIfc2x3::IfcGeneralProfileProperties, OdIfc2x3::IfcGeometricRepresentationContext, OdIfc2x3::IfcGeometricRepresentationSubContext, OdIfc2x3::IfcGeometricSet, OdIfc2x3::IfcGrid, OdIfc2x3::IfcGridAxis, OdIfc2x3::IfcGridPlacement, OdIfc2x3::IfcGroup, OdIfc2x3::IfcGroup, OdIfc2x3::IfcHalfSpaceSolid, OdIfc2x3::IfcHeatExchangerType, OdIfc2x3::IfcHumidifierType, OdIfc2x3::IfcHygroscopicMaterialProperties, OdIfc2x3::IfcImageTexture, OdIfc2x3::IfcInventory, OdIfc2x3::IfcIrregularTimeSeries, OdIfc2x3::IfcIrregularTimeSeriesValue, OdIfc2x3::IfcIShapeProfileDef, OdIfc2x3::IfcJunctionBoxType, OdIfc2x3::IfcLaborResource, OdIfc2x3::IfcLampType, OdIfc2x3::IfcLibraryInformation, OdIfc2x3::IfcLibraryReference, OdIfc2x3::IfcLibraryReference, OdIfc2x3::IfcLightDistributionData, OdIfc2x3::IfcLightFixtureType, OdIfc2x3::IfcLightIntensityDistribution, OdIfc2x3::IfcLightSource, OdIfc2x3::IfcLightSourceDirectional, OdIfc2x3::IfcLightSourceGoniometric, OdIfc2x3::IfcLightSourcePositional, OdIfc2x3::IfcLightSourceSpot, OdIfc2x3::IfcLine, OdIfc2x3::IfcLocalPlacement, OdIfc2x3::IfcLocalTime, OdIfc2x3::IfcLShapeProfileDef, OdIfc2x3::IfcManifoldSolidBrep, OdIfc2x3::IfcMappedItem, OdIfc2x3::IfcMaterial, OdIfc2x3::IfcMaterialClassificationRelationship, OdIfc2x3::IfcMaterialDefinitionRepresentation, OdIfc2x3::IfcMaterialLayer, OdIfc2x3::IfcMaterialLayerSet, OdIfc2x3::IfcMaterialLayerSetUsage, OdIfc2x3::IfcMaterialList, OdIfc2x3::IfcMaterialProperties, OdIfc2x3::IfcMeasureWithUnit, OdIfc2x3::IfcMechanicalConcreteMaterialProperties, OdIfc2x3::IfcMechanicalFastener, OdIfc2x3::IfcMechanicalMaterialProperties, OdIfc2x3::IfcMechanicalSteelMaterialProperties, OdIfc2x3::IfcMemberType, OdIfc2x3::IfcMetric, OdIfc2x3::IfcMonetaryUnit, OdIfc2x3::IfcMotorConnectionType, OdIfc2x3::IfcMove, OdIfc2x3::IfcNamedUnit, OdIfc2x3::IfcObject, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcObjective, OdIfc2x3::IfcObjectPlacement, OdIfc2x3::IfcOccupant, OdIfc2x3::IfcOffsetCurve2D, OdIfc2x3::IfcOffsetCurve3D, OdIfc2x3::IfcOneDirectionRepeatFactor, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOpticalMaterialProperties, OdIfc2x3::IfcOrderAction, OdIfc2x3::IfcOrganization, OdIfc2x3::IfcOrganizationRelationship, OdIfc2x3::IfcOrientedEdge, OdIfc2x3::IfcOutletType, OdIfc2x3::IfcOwnerHistory, OdIfc2x3::IfcParameterizedProfileDef, OdIfc2x3::IfcPath, OdIfc2x3::IfcPerformanceHistory, OdIfc2x3::IfcPermeableCoveringProperties, OdIfc2x3::IfcPermit, OdIfc2x3::IfcPersonAndOrganization, OdIfc2x3::IfcPerson, OdIfc2x3::IfcPhysicalComplexQuantity, OdIfc2x3::IfcPhysicalQuantity, OdIfc2x3::IfcPhysicalSimpleQuantity, OdIfc2x3::IfcPile, OdIfc2x3::IfcPipeFittingType, OdIfc2x3::IfcPipeSegmentType, OdIfc2x3::IfcPixelTexture, OdIfc2x3::IfcPlacement, OdIfc2x3::IfcPlanarBox, OdIfc2x3::IfcPlanarExtent, OdIfc2x3::IfcPlateType, OdIfc2x3::IfcPointOnCurve, OdIfc2x3::IfcPointOnSurface, OdIfc2x3::IfcPolygonalBoundedHalfSpace, OdIfc2x3::IfcPolyline, OdIfc2x3::IfcPolyLoop, OdIfc2x3::IfcPort, OdIfc2x3::IfcPort, OdIfc2x3::IfcPostalAddress, OdIfc2x3::IfcPreDefinedItem, OdIfc2x3::IfcPresentationLayerAssignment, OdIfc2x3::IfcPresentationLayerWithStyle, OdIfc2x3::IfcPresentationStyleAssignment, OdIfc2x3::IfcPresentationStyle, OdIfc2x3::IfcProcedure, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProduct, OdIfc2x3::IfcProductDefinitionShape, OdIfc2x3::IfcProductDefinitionShape, OdIfc2x3::IfcProductRepresentation, OdIfc2x3::IfcProductsOfCombustionProperties, OdIfc2x3::IfcProfileDef, OdIfc2x3::IfcProfileProperties, OdIfc2x3::IfcProject, OdIfc2x3::IfcProjectOrder, OdIfc2x3::IfcProjectOrderRecord, OdIfc2x3::IfcProperty, OdIfc2x3::IfcPropertyBoundedValue, OdIfc2x3::IfcPropertyConstraintRelationship, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertyDependencyRelationship, OdIfc2x3::IfcPropertyEnumeratedValue, OdIfc2x3::IfcPropertyEnumeration, OdIfc2x3::IfcPropertyListValue, OdIfc2x3::IfcPropertyReferenceValue, OdIfc2x3::IfcPropertySet, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcPropertySingleValue, OdIfc2x3::IfcPropertyTableValue, OdIfc2x3::IfcProtectiveDeviceType, OdIfc2x3::IfcProxy, OdIfc2x3::IfcPumpType, OdIfc2x3::IfcQuantityArea, OdIfc2x3::IfcQuantityCount, OdIfc2x3::IfcQuantityLength, OdIfc2x3::IfcQuantityTime, OdIfc2x3::IfcQuantityVolume, OdIfc2x3::IfcQuantityWeight, OdIfc2x3::IfcRailing, OdIfc2x3::IfcRailingType, OdIfc2x3::IfcRamp, OdIfc2x3::IfcRampFlightType, OdIfc2x3::IfcRationalBezierCurve, OdIfc2x3::IfcRectangleHollowProfileDef, OdIfc2x3::IfcRectangleProfileDef, OdIfc2x3::IfcRectangularPyramid, OdIfc2x3::IfcRectangularTrimmedSurface, OdIfc2x3::IfcReferencesValueDocument, OdIfc2x3::IfcRegularTimeSeries, OdIfc2x3::IfcReinforcementBarProperties, OdIfc2x3::IfcReinforcementDefinitionProperties, OdIfc2x3::IfcReinforcingBar, OdIfc2x3::IfcReinforcingElement, OdIfc2x3::IfcReinforcingMesh, OdIfc2x3::IfcRelAssigns, OdIfc2x3::IfcRelAssignsTasks, OdIfc2x3::IfcRelAssignsToActor, OdIfc2x3::IfcRelAssignsToControl, OdIfc2x3::IfcRelAssignsToGroup, OdIfc2x3::IfcRelAssignsToProcess, OdIfc2x3::IfcRelAssignsToProduct, OdIfc2x3::IfcRelAssignsToResource, OdIfc2x3::IfcRelAssociatesAppliedValue, OdIfc2x3::IfcRelAssociatesApproval, OdIfc2x3::IfcRelAssociates, OdIfc2x3::IfcRelAssociatesClassification, OdIfc2x3::IfcRelAssociatesConstraint, OdIfc2x3::IfcRelAssociatesDocument, OdIfc2x3::IfcRelAssociatesLibrary, OdIfc2x3::IfcRelAssociatesMaterial, OdIfc2x3::IfcRelAssociatesProfileProperties, OdIfc2x3::IfcRelaxation, OdIfc2x3::IfcRelConnectsElements, OdIfc2x3::IfcRelConnectsPathElements, OdIfc2x3::IfcRelConnectsPorts, OdIfc2x3::IfcRelConnectsPortToElement, OdIfc2x3::IfcRelConnectsStructuralActivity, OdIfc2x3::IfcRelConnectsStructuralElement, OdIfc2x3::IfcRelConnectsStructuralMember, OdIfc2x3::IfcRelConnectsWithEccentricity, OdIfc2x3::IfcRelConnectsWithRealizingElements, OdIfc2x3::IfcRelContainedInSpatialStructure, OdIfc2x3::IfcRelCoversBldgElements, OdIfc2x3::IfcRelCoversSpaces, OdIfc2x3::IfcRelDecomposes, OdIfc2x3::IfcRelDefines, OdIfc2x3::IfcRelDefinesByProperties, OdIfc2x3::IfcRelDefinesByType, OdIfc2x3::IfcRelFillsElement, OdIfc2x3::IfcRelFlowControlElements, OdIfc2x3::IfcRelInteractionRequirements, OdIfc2x3::IfcRelOverridesProperties, OdIfc2x3::IfcRelProjectsElement, OdIfc2x3::IfcRelReferencedInSpatialStructure, OdIfc2x3::IfcRelSequence, OdIfc2x3::IfcRelServicesBuildings, OdIfc2x3::IfcRelSpaceBoundary, OdIfc2x3::IfcRelVoidsElement, OdIfc2x3::IfcRepresentation, OdIfc2x3::IfcRepresentationContext, OdIfc2x3::IfcRepresentationItem, OdIfc2x3::IfcRepresentationMap, OdIfc2x3::IfcResource, OdIfc2x3::IfcResource, OdIfc2x3::IfcRevolvedAreaSolid, OdIfc2x3::IfcRibPlateProfileProperties, OdIfc2x3::IfcRightCircularCone, OdIfc2x3::IfcRightCircularCylinder, OdIfc2x3::IfcRoof, OdIfc2x3::IfcRoot, OdIfc2x3::IfcRoundedEdgeFeature, OdIfc2x3::IfcRoundedRectangleProfileDef, OdIfc2x3::IfcSanitaryTerminalType, OdIfc2x3::IfcScheduleTimeControl, OdIfc2x3::IfcSectionedSpine, OdIfc2x3::IfcSectionProperties, OdIfc2x3::IfcSectionReinforcementProperties, OdIfc2x3::IfcSensorType, OdIfc2x3::IfcServiceLife, OdIfc2x3::IfcServiceLifeFactor, OdIfc2x3::IfcShapeAspect, OdIfc2x3::IfcShapeModel, OdIfc2x3::IfcShapeModel, OdIfc2x3::IfcShellBasedSurfaceModel, OdIfc2x3::IfcSite, OdIfc2x3::IfcSIUnit, OdIfc2x3::IfcSlab, OdIfc2x3::IfcSlabType, OdIfc2x3::IfcSlippageConnectionCondition, OdIfc2x3::IfcSoundProperties, OdIfc2x3::IfcSoundValue, OdIfc2x3::IfcSpace, OdIfc2x3::IfcSpaceHeaterType, OdIfc2x3::IfcSpaceProgram, OdIfc2x3::IfcSpaceThermalLoadProperties, OdIfc2x3::IfcSpaceType, OdIfc2x3::IfcSpatialStructureElement, OdIfc2x3::IfcSphere, OdIfc2x3::IfcStackTerminalType, OdIfc2x3::IfcStair, OdIfc2x3::IfcStairFlight, OdIfc2x3::IfcStairFlightType, OdIfc2x3::IfcStructuralAction, OdIfc2x3::IfcStructuralActivity, OdIfc2x3::IfcStructuralAnalysisModel, OdIfc2x3::IfcStructuralConnection, OdIfc2x3::IfcStructuralConnectionCondition, OdIfc2x3::IfcStructuralCurveMember, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralLinearAction, OdIfc2x3::IfcStructuralLinearActionVarying, OdIfc2x3::IfcStructuralLoad, OdIfc2x3::IfcStructuralLoadGroup, OdIfc2x3::IfcStructuralLoadLinearForce, OdIfc2x3::IfcStructuralLoadPlanarForce, OdIfc2x3::IfcStructuralLoadSingleDisplacement, OdIfc2x3::IfcStructuralLoadSingleDisplacementDistortion, OdIfc2x3::IfcStructuralLoadSingleForce, OdIfc2x3::IfcStructuralLoadSingleForceWarping, OdIfc2x3::IfcStructuralLoadTemperature, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralPlanarAction, OdIfc2x3::IfcStructuralPlanarActionVarying, OdIfc2x3::IfcStructuralProfileProperties, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralResultGroup, OdIfc2x3::IfcStructuralSteelProfileProperties, OdIfc2x3::IfcStructuralSurfaceMember, OdIfc2x3::IfcStructuralSurfaceMemberVarying, OdIfc2x3::IfcStyledItem, OdIfc2x3::IfcSubContractResource, OdIfc2x3::IfcSubedge, OdIfc2x3::IfcSurfaceCurveSweptAreaSolid, OdIfc2x3::IfcSurfaceOfLinearExtrusion, OdIfc2x3::IfcSurfaceOfRevolution, OdIfc2x3::IfcSurfaceStyle, OdIfc2x3::IfcSurfaceStyleLighting, OdIfc2x3::IfcSurfaceStyleRefraction, OdIfc2x3::IfcSurfaceStyleRendering, OdIfc2x3::IfcSurfaceStyleShading, OdIfc2x3::IfcSurfaceStyleWithTextures, OdIfc2x3::IfcSurfaceTexture, OdIfc2x3::IfcSweptAreaSolid, OdIfc2x3::IfcSweptDiskSolid, OdIfc2x3::IfcSweptSurface, OdIfc2x3::IfcSwitchingDeviceType, OdIfc2x3::IfcSymbolStyle, OdIfc2x3::IfcSystem, OdIfc2x3::IfcSystem, OdIfc2x3::IfcTable, OdIfc2x3::IfcTableRow, OdIfc2x3::IfcTankType, OdIfc2x3::IfcTask, OdIfc2x3::IfcTelecomAddress, OdIfc2x3::IfcTendon, OdIfc2x3::IfcTerminatorSymbol, OdIfc2x3::IfcTextLiteral, OdIfc2x3::IfcTextLiteralWithExtent, OdIfc2x3::IfcTextStyle, OdIfc2x3::IfcTextStyleFontModel, OdIfc2x3::IfcTextStyleForDefinedFont, OdIfc2x3::IfcTextStyleTextModel, OdIfc2x3::IfcTextStyleWithBoxCharacteristics, OdIfc2x3::IfcTextureCoordinate, OdIfc2x3::IfcTextureCoordinateGenerator, OdIfc2x3::IfcTextureMap, OdIfc2x3::IfcTextureVertex, OdIfc2x3::IfcThermalMaterialProperties, OdIfc2x3::IfcTimeSeries, OdIfc2x3::IfcTimeSeriesReferenceRelationship, OdIfc2x3::IfcTimeSeriesSchedule, OdIfc2x3::IfcTimeSeriesValue, OdIfc2x3::IfcTransformerType, OdIfc2x3::IfcTransportElement, OdIfc2x3::IfcTransportElementType, OdIfc2x3::IfcTrapeziumProfileDef, OdIfc2x3::IfcTrimmedCurve, OdIfc2x3::IfcTShapeProfileDef, OdIfc2x3::IfcTubeBundleType, OdIfc2x3::IfcTwoDirectionRepeatFactor, OdIfc2x3::IfcTypeObject, OdIfc2x3::IfcTypeProduct, OdIfc2x3::IfcUnitaryEquipmentType, OdIfc2x3::IfcUnitAssignment, OdIfc2x3::IfcUShapeProfileDef, OdIfc2x3::IfcValveType, OdIfc2x3::IfcVector, OdIfc2x3::IfcVertexBasedTextureMap, OdIfc2x3::IfcVertexLoop, OdIfc2x3::IfcVertexPoint, OdIfc2x3::IfcVibrationIsolatorType, OdIfc2x3::IfcVirtualGridIntersection, OdIfc2x3::IfcWallType, OdIfc2x3::IfcWasteTerminalType, OdIfc2x3::IfcWaterProperties, OdIfc2x3::IfcWindow, OdIfc2x3::IfcWindowLiningProperties, OdIfc2x3::IfcWindowPanelProperties, OdIfc2x3::IfcWindowStyle, OdIfc2x3::IfcWorkControl, OdIfc2x3::IfcZShapeProfileDef, OdIfc2x_final::IfcActionTimeControl, OdIfc2x_final::IfcActor, OdIfc2x_final::IfcActorRole, OdIfc2x_final::IfcActuator, OdIfc2x_final::IfcAddress, OdIfc2x_final::IfcAirFilter, OdIfc2x_final::IfcAirTerminal, OdIfc2x_final::IfcAirTerminalBox, OdIfc2x_final::IfcApplication, OdIfc2x_final::IfcApproval, OdIfc2x_final::IfcApprovalUsage, OdIfc2x_final::IfcArbitraryClosedProfileDef, OdIfc2x_final::IfcArbitraryOpenProfileDef, OdIfc2x_final::IfcArbitraryProfileDefWithVoids, OdIfc2x_final::IfcAssessory, OdIfc2x_final::IfcAsset, OdIfc2x_final::IfcAxis1Placement, OdIfc2x_final::IfcAxis2Placement2D, OdIfc2x_final::IfcAxis2Placement3D, OdIfc2x_final::IfcBoiler, OdIfc2x_final::IfcBooleanResult, OdIfc2x_final::IfcBoundingBox, OdIfc2x_final::IfcBoxedHalfSpace, OdIfc2x_final::IfcBudget, OdIfc2x_final::IfcBuilding, OdIfc2x_final::IfcBuildingElement, OdIfc2x_final::IfcBuildingElement, OdIfc2x_final::IfcBuildingElementProxy, OdIfc2x_final::IfcBuildingStorey, OdIfc2x_final::IfcBuiltIn, OdIfc2x_final::IfcCalendarDate, OdIfc2x_final::IfcCartesianPoint, OdIfc2x_final::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x_final::IfcCartesianTransformationOperator3D, OdIfc2x_final::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x_final::IfcCartesianTransformationOperator, OdIfc2x_final::IfcChangeOrder, OdIfc2x_final::IfcChiller, OdIfc2x_final::IfcCircle, OdIfc2x_final::IfcCircleProfileDef, OdIfc2x_final::IfcClassification, OdIfc2x_final::IfcClassificationItem, OdIfc2x_final::IfcClassificationItemRelationship, OdIfc2x_final::IfcClassificationNotation, OdIfc2x_final::IfcClassificationNotationFacet, OdIfc2x_final::IfcClassificationReference, OdIfc2x_final::IfcCMDocPackage, OdIfc2x_final::IfcCoil, OdIfc2x_final::IfcCompartment, OdIfc2x_final::IfcComplexProperty, OdIfc2x_final::IfcCompositeCurve, OdIfc2x_final::IfcCompositeCurveSegment, OdIfc2x_final::IfcCompositeProfileDef, OdIfc2x_final::IfcCompressor, OdIfc2x_final::IfcConic, OdIfc2x_final::IfcConnectedFaceSet, OdIfc2x_final::IfcConnectionConstraint, OdIfc2x_final::IfcConnectionCurveGeometry, OdIfc2x_final::IfcConnectionPointGeometry, OdIfc2x_final::IfcConnectionPortGeometry, OdIfc2x_final::IfcConnectionSurfaceGeometry, OdIfc2x_final::IfcConstraintAggregationRelationship, OdIfc2x_final::IfcConstraint, OdIfc2x_final::IfcConstraintUsage, OdIfc2x_final::IfcConstructionMaterialResource, OdIfc2x_final::IfcContextDependentUnit, OdIfc2x_final::IfcControl, OdIfc2x_final::IfcControl, OdIfc2x_final::IfcControlElement, OdIfc2x_final::IfcConversionBasedUnit, OdIfc2x_final::IfcCoolingTower, OdIfc2x_final::IfcCoordinatedUniversalTimeOffset, OdIfc2x_final::IfcCost, OdIfc2x_final::IfcCostModifier, OdIfc2x_final::IfcCostModifierValue, OdIfc2x_final::IfcCostQuantity, OdIfc2x_final::IfcCostSchedule, OdIfc2x_final::IfcCostValue, OdIfc2x_final::IfcCostValueRelationship, OdIfc2x_final::IfcCovering, OdIfc2x_final::IfcCsgSolid, OdIfc2x_final::IfcCurveBoundedPlane, OdIfc2x_final::IfcDamper, OdIfc2x_final::IfcDateAndTime, OdIfc2x_final::IfcDerivedProfileDef, OdIfc2x_final::IfcDerivedUnit, OdIfc2x_final::IfcDerivedUnitElement, OdIfc2x_final::IfcDimensionalExponents, OdIfc2x_final::IfcDirectionalLightSource, OdIfc2x_final::IfcDirection, OdIfc2x_final::IfcDiscreteElement, OdIfc2x_final::IfcDistributionFlowElement, OdIfc2x_final::IfcDocumentElectronicFormat, OdIfc2x_final::IfcDocumentInformation, OdIfc2x_final::IfcDocumentInformationRelationship, OdIfc2x_final::IfcDocumentReference, OdIfc2x_final::IfcDocumentReference, OdIfc2x_final::IfcDoor, OdIfc2x_final::IfcDoorLiningProperties, OdIfc2x_final::IfcDoorPanelProperties, OdIfc2x_final::IfcDoorStyle, OdIfc2x_final::IfcEdge, OdIfc2x_final::IfcEdgeCurve, OdIfc2x_final::IfcElectricalAppliance, OdIfc2x_final::IfcElectricalBaseProperties, OdIfc2x_final::IfcElectricalExtendedProperties, OdIfc2x_final::IfcElectricMotor, OdIfc2x_final::IfcElementarySurface, OdIfc2x_final::IfcElement, OdIfc2x_final::IfcElementQuantity, OdIfc2x_final::IfcEllipse, OdIfc2x_final::IfcEllipseProfileDef, OdIfc2x_final::IfcExtendedMaterialProperties, OdIfc2x_final::IfcExternalReference, OdIfc2x_final::IfcExtrudedAreaSolid, OdIfc2x_final::IfcFace, OdIfc2x_final::IfcFaceBasedSurfaceModel, OdIfc2x_final::IfcFaceBound, OdIfc2x_final::IfcFaceSurface, OdIfc2x_final::IfcFacetedBrepWithVoids, OdIfc2x_final::IfcFan, OdIfc2x_final::IfcFlowFitting, OdIfc2x_final::IfcFlowSegment, OdIfc2x_final::IfcFluidFlowProperties, OdIfc2x_final::IfcFluidMovingDevice, OdIfc2x_final::IfcGeneralMaterialProperties, OdIfc2x_final::IfcGeometricRepresentationContext, OdIfc2x_final::IfcGeometricSet, OdIfc2x_final::IfcGrid, OdIfc2x_final::IfcGridAxis, OdIfc2x_final::IfcGridPlacement, OdIfc2x_final::IfcGroup, OdIfc2x_final::IfcGroup, OdIfc2x_final::IfcHalfSpaceSolid, OdIfc2x_final::IfcHeatExchanger, OdIfc2x_final::IfcHeatTransferDevice, OdIfc2x_final::IfcHydronicHeater, OdIfc2x_final::IfcHygroscopicMaterialProperties, OdIfc2x_final::IfcInventory, OdIfc2x_final::IfcIshapeProfileDef, OdIfc2x_final::IfcLaborResource, OdIfc2x_final::IfcLibraryInformation, OdIfc2x_final::IfcLibraryReference, OdIfc2x_final::IfcLibraryReference, OdIfc2x_final::IfcLightFixture, OdIfc2x_final::IfcLine, OdIfc2x_final::IfcLocalPlacement, OdIfc2x_final::IfcLocalTime, OdIfc2x_final::IfcMaintenanceRecord, OdIfc2x_final::IfcMaintenanceWorkOrder, OdIfc2x_final::IfcManifoldSolidBrep, OdIfc2x_final::IfcManufacturerInformation, OdIfc2x_final::IfcMappedItem, OdIfc2x_final::IfcMaterial, OdIfc2x_final::IfcMaterialClassificationRelationship, OdIfc2x_final::IfcMaterialLayer, OdIfc2x_final::IfcMaterialLayerSet, OdIfc2x_final::IfcMaterialLayerSetUsage, OdIfc2x_final::IfcMaterialList, OdIfc2x_final::IfcMaterialProperties, OdIfc2x_final::IfcMeasureWithUnit, OdIfc2x_final::IfcMechanicalMaterialProperties, OdIfc2x_final::IfcMetric, OdIfc2x_final::IfcMetricBenchmark, OdIfc2x_final::IfcMetricValue, OdIfc2x_final::IfcMonetaryUnit, OdIfc2x_final::IfcMove, OdIfc2x_final::IfcNamedUnit, OdIfc2x_final::IfcObject, OdIfc2x_final::IfcObjective, OdIfc2x_final::IfcObjectPlacement, OdIfc2x_final::IfcOccupant, OdIfc2x_final::IfcOffsetCurve2D, OdIfc2x_final::IfcOffsetCurve3D, OdIfc2x_final::IfcOpeningElement, OdIfc2x_final::IfcOpeningElement, OdIfc2x_final::IfcOpticalMaterialProperties, OdIfc2x_final::IfcOrganization, OdIfc2x_final::IfcOrganizationRelationship, OdIfc2x_final::IfcOrientedEdge, OdIfc2x_final::IfcOutlet, OdIfc2x_final::IfcOwnerHistory, OdIfc2x_final::IfcPath, OdIfc2x_final::IfcPermeableCoveringProperties, OdIfc2x_final::IfcPersonAndOrganization, OdIfc2x_final::IfcPerson, OdIfc2x_final::IfcPhysicalQuantity, OdIfc2x_final::IfcPlacement, OdIfc2x_final::IfcPointLightSource, OdIfc2x_final::IfcPolygonalBoundedHalfSpace, OdIfc2x_final::IfcPolyline, OdIfc2x_final::IfcPolyLoop, OdIfc2x_final::IfcPostalAddress, OdIfc2x_final::IfcPresentationLightSource, OdIfc2x_final::IfcProcess, OdIfc2x_final::IfcProduct, OdIfc2x_final::IfcProductDefinitionShape, OdIfc2x_final::IfcProductDefinitionShape, OdIfc2x_final::IfcProductRepresentation, OdIfc2x_final::IfcProfileDef, OdIfc2x_final::IfcProject, OdIfc2x_final::IfcProjectOrder, OdIfc2x_final::IfcProperty, OdIfc2x_final::IfcPropertyBoundedValue, OdIfc2x_final::IfcPropertyDefinition, OdIfc2x_final::IfcPropertyDefinition, OdIfc2x_final::IfcPropertyEnumeratedValue, OdIfc2x_final::IfcPropertyEnumeration, OdIfc2x_final::IfcPropertyReferenceValue, OdIfc2x_final::IfcPropertySet, OdIfc2x_final::IfcPropertySetDefinition, OdIfc2x_final::IfcPropertySetDefinition, OdIfc2x_final::IfcPropertySingleValue, OdIfc2x_final::IfcPropertyTableValue, OdIfc2x_final::IfcProxy, OdIfc2x_final::IfcPump, OdIfc2x_final::IfcPurchaseOrder, OdIfc2x_final::IfcQuantityArea, OdIfc2x_final::IfcQuantityCount, OdIfc2x_final::IfcQuantityLength, OdIfc2x_final::IfcQuantityVolume, OdIfc2x_final::IfcQuantityWeight, OdIfc2x_final::IfcRailing, OdIfc2x_final::IfcRamp, OdIfc2x_final::IfcRectangleProfileDef, OdIfc2x_final::IfcRectangularTrimmedSurface, OdIfc2x_final::IfcReferenceEdge, OdIfc2x_final::IfcReferenceFace, OdIfc2x_final::IfcReferenceGeometry, OdIfc2x_final::IfcReferencesCostDocument, OdIfc2x_final::IfcReferenceVertex, OdIfc2x_final::IfcRelAggregatesResources, OdIfc2x_final::IfcRelAssigns, OdIfc2x_final::IfcRelAssignsFMStandard, OdIfc2x_final::IfcRelAssignsTasks, OdIfc2x_final::IfcRelAssignsToActor, OdIfc2x_final::IfcRelAssignsToControl, OdIfc2x_final::IfcRelAssignsToGroup, OdIfc2x_final::IfcRelAssignsToProcess, OdIfc2x_final::IfcRelAssignsToProduct, OdIfc2x_final::IfcRelAssignsToResource, OdIfc2x_final::IfcRelAssociates, OdIfc2x_final::IfcRelAssociatesClassification, OdIfc2x_final::IfcRelAssociatesDocument, OdIfc2x_final::IfcRelAssociatesLibrary, OdIfc2x_final::IfcRelAssociatesMaterial, OdIfc2x_final::IfcRelConnectsElements, OdIfc2x_final::IfcRelConnectsPathElements, OdIfc2x_final::IfcRelConnectsPorts, OdIfc2x_final::IfcRelContainedInSpatialStructure, OdIfc2x_final::IfcRelCoversBldgElements, OdIfc2x_final::IfcRelDecomposes, OdIfc2x_final::IfcRelDefines, OdIfc2x_final::IfcRelDefinesByProperties, OdIfc2x_final::IfcRelDefinesByType, OdIfc2x_final::IfcRelFillsElement, OdIfc2x_final::IfcRelFlowControlElements, OdIfc2x_final::IfcRelInteractionRequirements, OdIfc2x_final::IfcRelMaintenanceEvent, OdIfc2x_final::IfcRelOverridesProperties, OdIfc2x_final::IfcRelSequence, OdIfc2x_final::IfcRelServicesBuildings, OdIfc2x_final::IfcRelSpaceBoundary, OdIfc2x_final::IfcRelUsesResource, OdIfc2x_final::IfcRelVoidsElement, OdIfc2x_final::IfcRepresentation, OdIfc2x_final::IfcRepresentationContext, OdIfc2x_final::IfcRepresentationMap, OdIfc2x_final::IfcResource, OdIfc2x_final::IfcRevolvedAreaSolid, OdIfc2x_final::IfcRoof, OdIfc2x_final::IfcRoot, OdIfc2x_final::IfcRoundedRectangleProfileDef, OdIfc2x_final::IfcSanitaryTerminal, OdIfc2x_final::IfcScheduleTimeControl, OdIfc2x_final::IfcSectionedSpine, OdIfc2x_final::IfcSensor, OdIfc2x_final::IfcShapeAspect, OdIfc2x_final::IfcShapeRepresentation, OdIfc2x_final::IfcShapeRepresentation, OdIfc2x_final::IfcShellBasedSurfaceModel, OdIfc2x_final::IfcSite, OdIfc2x_final::IfcSIUnit, OdIfc2x_final::IfcSlab, OdIfc2x_final::IfcSpace, OdIfc2x_final::IfcSpaceProgram, OdIfc2x_final::IfcSpaceProgramGroup, OdIfc2x_final::IfcSpaceThermalLoad, OdIfc2x_final::IfcSpatialStructureElement, OdIfc2x_final::IfcSpotLightSource, OdIfc2x_final::IfcStair, OdIfc2x_final::IfcStairFlight, OdIfc2x_final::IfcSubContractResource, OdIfc2x_final::IfcSurfaceExtendedProperties, OdIfc2x_final::IfcSurfaceOfLinearExtrusion, OdIfc2x_final::IfcSurfaceOfRevolution, OdIfc2x_final::IfcSurfaceRenderingProperties, OdIfc2x_final::IfcSurfaceShadingProperties, OdIfc2x_final::IfcSurfaceStyle, OdIfc2x_final::IfcSurfaceStyleProperties, OdIfc2x_final::IfcSurfaceStyleUsage, OdIfc2x_final::IfcSweptAreaSolid, OdIfc2x_final::IfcSweptSurface, OdIfc2x_final::IfcSystem, OdIfc2x_final::IfcSystem, OdIfc2x_final::IfcTable, OdIfc2x_final::IfcTableRow, OdIfc2x_final::IfcTank, OdIfc2x_final::IfcTask, OdIfc2x_final::IfcTelecomAddress, OdIfc2x_final::IfcThermalMaterialProperties, OdIfc2x_final::IfcTransportElement, OdIfc2x_final::IfcTrapeziumProfileDef, OdIfc2x_final::IfcTrimmedCurve, OdIfc2x_final::IfcTubeBundle, OdIfc2x_final::IfcTypeObject, OdIfc2x_final::IfcTypeProduct, OdIfc2x_final::IfcUnitAssignment, OdIfc2x_final::IfcValve, OdIfc2x_final::IfcVector, OdIfc2x_final::IfcVertexPoint, OdIfc2x_final::IfcVirtualGridIntersection, OdIfc2x_final::IfcWindow, OdIfc2x_final::IfcWindowLiningProperties, OdIfc2x_final::IfcWindowPanelProperties, OdIfc2x_final::IfcWindowStyle, OdIfc2x_final::IfcWorkControl, OdIfc2x_final::IfcWorkOrder, OdIfc4::IfcActionRequest, OdIfc4::IfcActor, OdIfc4::IfcActorRole, OdIfc4::IfcActuator, OdIfc4::IfcActuatorType, OdIfc4::IfcAddress, OdIfc4::IfcAdvancedBrepWithVoids, OdIfc4::IfcAirTerminal, OdIfc4::IfcAirTerminalBox, OdIfc4::IfcAirTerminalBoxType, OdIfc4::IfcAirTerminalType, OdIfc4::IfcAirToAirHeatRecovery, OdIfc4::IfcAirToAirHeatRecoveryType, OdIfc4::IfcAlarm, OdIfc4::IfcAlarmType, OdIfc4::IfcAnnotation, OdIfc4::IfcAnnotation, OdIfc4::IfcAnnotationFillArea, OdIfc4::IfcApplication, OdIfc4::IfcAppliedValue, OdIfc4::IfcApproval, OdIfc4::IfcApprovalRelationship, OdIfc4::IfcArbitraryClosedProfileDef, OdIfc4::IfcArbitraryOpenProfileDef, OdIfc4::IfcArbitraryProfileDefWithVoids, OdIfc4::IfcAsset, OdIfc4::IfcAsymmetricIShapeProfileDef, OdIfc4::IfcAudioVisualAppliance, OdIfc4::IfcAudioVisualApplianceType, OdIfc4::IfcAxis1Placement, OdIfc4::IfcAxis2Placement2D, OdIfc4::IfcAxis2Placement3D, OdIfc4::IfcBeam, OdIfc4::IfcBeamType, OdIfc4::IfcBlobTexture, OdIfc4::IfcBlock, OdIfc4::IfcBoiler, OdIfc4::IfcBoilerType, OdIfc4::IfcBooleanResult, OdIfc4::IfcBoundaryCondition, OdIfc4::IfcBoundaryEdgeCondition, OdIfc4::IfcBoundaryFaceCondition, OdIfc4::IfcBoundaryNodeCondition, OdIfc4::IfcBoundaryNodeConditionWarping, OdIfc4::IfcBoundingBox, OdIfc4::IfcBoxedHalfSpace, OdIfc4::IfcBSplineCurve, OdIfc4::IfcBSplineCurveWithKnots, OdIfc4::IfcBSplineSurface, OdIfc4::IfcBSplineSurfaceWithKnots, OdIfc4::IfcBuilding, OdIfc4::IfcBuildingElementPart, OdIfc4::IfcBuildingElementPartType, OdIfc4::IfcBuildingElementProxy, OdIfc4::IfcBuildingElementProxyType, OdIfc4::IfcBuildingStorey, OdIfc4::IfcBuildingSystem, OdIfc4::IfcBurner, OdIfc4::IfcBurnerType, OdIfc4::IfcCableCarrierFitting, OdIfc4::IfcCableCarrierFittingType, OdIfc4::IfcCableCarrierSegment, OdIfc4::IfcCableCarrierSegmentType, OdIfc4::IfcCableFitting, OdIfc4::IfcCableFittingType, OdIfc4::IfcCableSegment, OdIfc4::IfcCableSegmentType, OdIfc4::IfcCartesianPoint, OdIfc4::IfcCartesianPointList2D, OdIfc4::IfcCartesianPointList3D, OdIfc4::IfcCartesianTransformationOperator2DnonUniform, OdIfc4::IfcCartesianTransformationOperator3D, OdIfc4::IfcCartesianTransformationOperator3DnonUniform, OdIfc4::IfcCartesianTransformationOperator, OdIfc4::IfcCenterLineProfileDef, OdIfc4::IfcChiller, OdIfc4::IfcChillerType, OdIfc4::IfcChimney, OdIfc4::IfcChimneyType, OdIfc4::IfcCircle, OdIfc4::IfcCircleHollowProfileDef, OdIfc4::IfcCircleProfileDef, OdIfc4::IfcClassification, OdIfc4::IfcClassificationReference, OdIfc4::IfcCoil, OdIfc4::IfcCoilType, OdIfc4::IfcColourRgb, OdIfc4::IfcColourRgbList, OdIfc4::IfcColourSpecification, OdIfc4::IfcColumn, OdIfc4::IfcColumnType, OdIfc4::IfcCommunicationsAppliance, OdIfc4::IfcCommunicationsApplianceType, OdIfc4::IfcComplexProperty, OdIfc4::IfcComplexPropertyTemplate, OdIfc4::IfcCompositeCurve, OdIfc4::IfcCompositeCurveSegment, OdIfc4::IfcCompositeProfileDef, OdIfc4::IfcCompressor, OdIfc4::IfcCompressorType, OdIfc4::IfcCondenser, OdIfc4::IfcCondenserType, OdIfc4::IfcConic, OdIfc4::IfcConnectedFaceSet, OdIfc4::IfcConnectionCurveGeometry, OdIfc4::IfcConnectionPointEccentricity, OdIfc4::IfcConnectionPointGeometry, OdIfc4::IfcConnectionSurfaceGeometry, OdIfc4::IfcConnectionVolumeGeometry, OdIfc4::IfcConstraint, OdIfc4::IfcConstructionEquipmentResource, OdIfc4::IfcConstructionEquipmentResourceType, OdIfc4::IfcConstructionMaterialResource, OdIfc4::IfcConstructionMaterialResourceType, OdIfc4::IfcConstructionProductResource, OdIfc4::IfcConstructionProductResourceType, OdIfc4::IfcConstructionResource, OdIfc4::IfcConstructionResourceType, OdIfc4::IfcContext, OdIfc4::IfcContextDependentUnit, OdIfc4::IfcControl, OdIfc4::IfcController, OdIfc4::IfcControllerType, OdIfc4::IfcConversionBasedUnit, OdIfc4::IfcConversionBasedUnitWithOffset, OdIfc4::IfcCooledBeam, OdIfc4::IfcCooledBeamType, OdIfc4::IfcCoolingTower, OdIfc4::IfcCoolingTowerType, OdIfc4::IfcCoordinateOperation, OdIfc4::IfcCoordinateReferenceSystem, OdIfc4::IfcCostItem, OdIfc4::IfcCostSchedule, OdIfc4::IfcCovering, OdIfc4::IfcCoveringType, OdIfc4::IfcCrewResource, OdIfc4::IfcCrewResourceType, OdIfc4::IfcCsgPrimitive3D, OdIfc4::IfcCsgSolid, OdIfc4::IfcCShapeProfileDef, OdIfc4::IfcCurrencyRelationship, OdIfc4::IfcCurtainWall, OdIfc4::IfcCurtainWallType, OdIfc4::IfcCurveBoundedPlane, OdIfc4::IfcCurveBoundedSurface, OdIfc4::IfcCurveStyle, OdIfc4::IfcCurveStyleFontAndScaling, OdIfc4::IfcCurveStyleFont, OdIfc4::IfcCurveStyleFontPattern, OdIfc4::IfcCylindricalSurface, OdIfc4::IfcDamper, OdIfc4::IfcDamperType, OdIfc4::IfcDerivedProfileDef, OdIfc4::IfcDerivedUnit, OdIfc4::IfcDerivedUnitElement, OdIfc4::IfcDimensionalExponents, OdIfc4::IfcDirection, OdIfc4::IfcDiscreteAccessory, OdIfc4::IfcDiscreteAccessoryType, OdIfc4::IfcDistributionChamberElement, OdIfc4::IfcDistributionChamberElementType, OdIfc4::IfcDistributionControlElement, OdIfc4::IfcDistributionControlElement, OdIfc4::IfcDistributionElement, OdIfc4::IfcDistributionElement, OdIfc4::IfcDistributionFlowElement, OdIfc4::IfcDistributionFlowElement, OdIfc4::IfcDistributionPort, OdIfc4::IfcDistributionSystem, OdIfc4::IfcDocumentInformation, OdIfc4::IfcDocumentInformationRelationship, OdIfc4::IfcDocumentReference, OdIfc4::IfcDoor, OdIfc4::IfcDoorLiningProperties, OdIfc4::IfcDoorPanelProperties, OdIfc4::IfcDoorStyle, OdIfc4::IfcDoorType, OdIfc4::IfcDuctFitting, OdIfc4::IfcDuctFittingType, OdIfc4::IfcDuctSegment, OdIfc4::IfcDuctSegmentType, OdIfc4::IfcDuctSilencer, OdIfc4::IfcDuctSilencerType, OdIfc4::IfcEdge, OdIfc4::IfcEdgeCurve, OdIfc4::IfcEdgeLoop, OdIfc4::IfcElectricAppliance, OdIfc4::IfcElectricApplianceType, OdIfc4::IfcElectricDistributionBoard, OdIfc4::IfcElectricDistributionBoardType, OdIfc4::IfcElectricFlowStorageDevice, OdIfc4::IfcElectricFlowStorageDeviceType, OdIfc4::IfcElectricGenerator, OdIfc4::IfcElectricGeneratorType, OdIfc4::IfcElectricMotor, OdIfc4::IfcElectricMotorType, OdIfc4::IfcElectricTimeControl, OdIfc4::IfcElectricTimeControlType, OdIfc4::IfcElementarySurface, OdIfc4::IfcElementAssembly, OdIfc4::IfcElementAssemblyType, OdIfc4::IfcElement, OdIfc4::IfcElementQuantity, OdIfc4::IfcElementType, OdIfc4::IfcEllipse, OdIfc4::IfcEllipseProfileDef, OdIfc4::IfcEngine, OdIfc4::IfcEngineType, OdIfc4::IfcEvaporativeCooler, OdIfc4::IfcEvaporativeCoolerType, OdIfc4::IfcEvaporator, OdIfc4::IfcEvaporatorType, OdIfc4::IfcEvent, OdIfc4::IfcEventTime, OdIfc4::IfcEventType, OdIfc4::IfcExtendedProperties, OdIfc4::IfcExternalReference, OdIfc4::IfcExternalReferenceRelationship, OdIfc4::IfcExternalSpatialElement, OdIfc4::IfcExtrudedAreaSolid, OdIfc4::IfcExtrudedAreaSolidTapered, OdIfc4::IfcFace, OdIfc4::IfcFaceBasedSurfaceModel, OdIfc4::IfcFaceBound, OdIfc4::IfcFaceSurface, OdIfc4::IfcFacetedBrepWithVoids, OdIfc4::IfcFailureConnectionCondition, OdIfc4::IfcFan, OdIfc4::IfcFanType, OdIfc4::IfcFastener, OdIfc4::IfcFastenerType, OdIfc4::IfcFeatureElementAddition, OdIfc4::IfcFeatureElementAddition, OdIfc4::IfcFeatureElementSubtraction, OdIfc4::IfcFeatureElementSubtraction, OdIfc4::IfcFillAreaStyle, OdIfc4::IfcFillAreaStyleHatching, OdIfc4::IfcFillAreaStyleTiles, OdIfc4::IfcFilter, OdIfc4::IfcFilterType, OdIfc4::IfcFireSuppressionTerminal, OdIfc4::IfcFireSuppressionTerminalType, OdIfc4::IfcFixedReferenceSweptAreaSolid, OdIfc4::IfcFlowInstrument, OdIfc4::IfcFlowInstrumentType, OdIfc4::IfcFlowMeter, OdIfc4::IfcFlowMeterType, OdIfc4::IfcFooting, OdIfc4::IfcFootingType, OdIfc4::IfcFurniture, OdIfc4::IfcFurnitureType, OdIfc4::IfcGeographicElement, OdIfc4::IfcGeographicElementType, OdIfc4::IfcGeometricRepresentationContext, OdIfc4::IfcGeometricRepresentationSubContext, OdIfc4::IfcGeometricSet, OdIfc4::IfcGrid, OdIfc4::IfcGridAxis, OdIfc4::IfcGridPlacement, OdIfc4::IfcGroup, OdIfc4::IfcGroup, OdIfc4::IfcHalfSpaceSolid, OdIfc4::IfcHeatExchanger, OdIfc4::IfcHeatExchangerType, OdIfc4::IfcHumidifier, OdIfc4::IfcHumidifierType, OdIfc4::IfcImageTexture, OdIfc4::IfcIndexedColourMap, OdIfc4::IfcIndexedPolyCurve, OdIfc4::IfcIndexedPolygonalFace, OdIfc4::IfcIndexedPolygonalFaceWithVoids, OdIfc4::IfcIndexedTextureMap, OdIfc4::IfcIndexedTriangleTextureMap, OdIfc4::IfcInterceptor, OdIfc4::IfcInterceptorType, OdIfc4::IfcInventory, OdIfc4::IfcIrregularTimeSeries, OdIfc4::IfcIrregularTimeSeriesValue, OdIfc4::IfcIShapeProfileDef, OdIfc4::IfcJunctionBox, OdIfc4::IfcJunctionBoxType, OdIfc4::IfcLaborResource, OdIfc4::IfcLaborResourceType, OdIfc4::IfcLagTime, OdIfc4::IfcLamp, OdIfc4::IfcLampType, OdIfc4::IfcLibraryInformation, OdIfc4::IfcLibraryReference, OdIfc4::IfcLightDistributionData, OdIfc4::IfcLightFixture, OdIfc4::IfcLightFixtureType, OdIfc4::IfcLightIntensityDistribution, OdIfc4::IfcLightSource, OdIfc4::IfcLightSourceDirectional, OdIfc4::IfcLightSourceGoniometric, OdIfc4::IfcLightSourcePositional, OdIfc4::IfcLightSourceSpot, OdIfc4::IfcLine, OdIfc4::IfcLocalPlacement, OdIfc4::IfcLShapeProfileDef, OdIfc4::IfcManifoldSolidBrep, OdIfc4::IfcMapConversion, OdIfc4::IfcMappedItem, OdIfc4::IfcMaterial, OdIfc4::IfcMaterialClassificationRelationship, OdIfc4::IfcMaterialConstituent, OdIfc4::IfcMaterialConstituentSet, OdIfc4::IfcMaterialDefinition, OdIfc4::IfcMaterialDefinitionRepresentation, OdIfc4::IfcMaterialLayer, OdIfc4::IfcMaterialLayerSet, OdIfc4::IfcMaterialLayerSetUsage, OdIfc4::IfcMaterialLayerWithOffsets, OdIfc4::IfcMaterialList, OdIfc4::IfcMaterialProfile, OdIfc4::IfcMaterialProfileSet, OdIfc4::IfcMaterialProfileSetUsage, OdIfc4::IfcMaterialProfileSetUsageTapering, OdIfc4::IfcMaterialProfileWithOffsets, OdIfc4::IfcMaterialProperties, OdIfc4::IfcMaterialRelationship, OdIfc4::IfcMaterialUsageDefinition, OdIfc4::IfcMeasureWithUnit, OdIfc4::IfcMechanicalFastener, OdIfc4::IfcMechanicalFastenerType, OdIfc4::IfcMedicalDevice, OdIfc4::IfcMedicalDeviceType, OdIfc4::IfcMember, OdIfc4::IfcMemberType, OdIfc4::IfcMetric, OdIfc4::IfcMonetaryUnit, OdIfc4::IfcMotorConnection, OdIfc4::IfcMotorConnectionType, OdIfc4::IfcNamedUnit, OdIfc4::IfcObject, OdIfc4::IfcObjectDefinition, OdIfc4::IfcObjectDefinition, OdIfc4::IfcObjective, OdIfc4::IfcObjectPlacement, OdIfc4::IfcOccupant, OdIfc4::IfcOffsetCurve2D, OdIfc4::IfcOffsetCurve3D, OdIfc4::IfcOpeningElement, OdIfc4::IfcOrganization, OdIfc4::IfcOrganizationRelationship, OdIfc4::IfcOrientedEdge, OdIfc4::IfcOutlet, OdIfc4::IfcOutletType, OdIfc4::IfcOwnerHistory, OdIfc4::IfcParameterizedProfileDef, OdIfc4::IfcPath, OdIfc4::IfcPcurve, OdIfc4::IfcPerformanceHistory, OdIfc4::IfcPermeableCoveringProperties, OdIfc4::IfcPermit, OdIfc4::IfcPersonAndOrganization, OdIfc4::IfcPerson, OdIfc4::IfcPhysicalComplexQuantity, OdIfc4::IfcPhysicalQuantity, OdIfc4::IfcPhysicalSimpleQuantity, OdIfc4::IfcPile, OdIfc4::IfcPileType, OdIfc4::IfcPipeFitting, OdIfc4::IfcPipeFittingType, OdIfc4::IfcPipeSegment, OdIfc4::IfcPipeSegmentType, OdIfc4::IfcPixelTexture, OdIfc4::IfcPlacement, OdIfc4::IfcPlanarBox, OdIfc4::IfcPlanarExtent, OdIfc4::IfcPlate, OdIfc4::IfcPlateType, OdIfc4::IfcPointOnCurve, OdIfc4::IfcPointOnSurface, OdIfc4::IfcPolygonalBoundedHalfSpace, OdIfc4::IfcPolygonalFaceSet, OdIfc4::IfcPolyline, OdIfc4::IfcPolyLoop, OdIfc4::IfcPort, OdIfc4::IfcPort, OdIfc4::IfcPostalAddress, OdIfc4::IfcPreDefinedItem, OdIfc4::IfcPresentationLayerAssignment, OdIfc4::IfcPresentationLayerWithStyle, OdIfc4::IfcPresentationStyleAssignment, OdIfc4::IfcPresentationStyle, OdIfc4::IfcProcedure, OdIfc4::IfcProcedureType, OdIfc4::IfcProcess, OdIfc4::IfcProduct, OdIfc4::IfcProductDefinitionShape, OdIfc4::IfcProductDefinitionShape, OdIfc4::IfcProductRepresentation, OdIfc4::IfcProfileDef, OdIfc4::IfcProfileProperties, OdIfc4::IfcProjectedCRS, OdIfc4::IfcProjectionElement, OdIfc4::IfcProjectOrder, OdIfc4::IfcPropertyAbstraction, OdIfc4::IfcProperty, OdIfc4::IfcPropertyBoundedValue, OdIfc4::IfcPropertyDefinition, OdIfc4::IfcPropertyDefinition, OdIfc4::IfcPropertyDependencyRelationship, OdIfc4::IfcPropertyEnumeratedValue, OdIfc4::IfcPropertyEnumeration, OdIfc4::IfcPropertyListValue, OdIfc4::IfcPropertyReferenceValue, OdIfc4::IfcPropertySet, OdIfc4::IfcPropertySetDefinition, OdIfc4::IfcPropertySetDefinition, OdIfc4::IfcPropertySetTemplate, OdIfc4::IfcPropertySingleValue, OdIfc4::IfcPropertyTableValue, OdIfc4::IfcPropertyTemplate, OdIfc4::IfcPropertyTemplate, OdIfc4::IfcProtectiveDevice, OdIfc4::IfcProtectiveDeviceTrippingUnit, OdIfc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4::IfcProtectiveDeviceType, OdIfc4::IfcProxy, OdIfc4::IfcPump, OdIfc4::IfcPumpType, OdIfc4::IfcQuantityArea, OdIfc4::IfcQuantityCount, OdIfc4::IfcQuantityLength, OdIfc4::IfcQuantityTime, OdIfc4::IfcQuantityVolume, OdIfc4::IfcQuantityWeight, OdIfc4::IfcRailing, OdIfc4::IfcRailingType, OdIfc4::IfcRamp, OdIfc4::IfcRampFlight, OdIfc4::IfcRampFlightType, OdIfc4::IfcRampType, OdIfc4::IfcRationalBSplineCurveWithKnots, OdIfc4::IfcRationalBSplineSurfaceWithKnots, OdIfc4::IfcRectangleHollowProfileDef, OdIfc4::IfcRectangleProfileDef, OdIfc4::IfcRectangularPyramid, OdIfc4::IfcRectangularTrimmedSurface, OdIfc4::IfcRecurrencePattern, OdIfc4::IfcReference, OdIfc4::IfcRegularTimeSeries, OdIfc4::IfcReinforcementBarProperties, OdIfc4::IfcReinforcementDefinitionProperties, OdIfc4::IfcReinforcingBar, OdIfc4::IfcReinforcingBarType, OdIfc4::IfcReinforcingElement, OdIfc4::IfcReinforcingMesh, OdIfc4::IfcReinforcingMeshType, OdIfc4::IfcRelAggregates, OdIfc4::IfcRelAssigns, OdIfc4::IfcRelAssignsToActor, OdIfc4::IfcRelAssignsToControl, OdIfc4::IfcRelAssignsToGroup, OdIfc4::IfcRelAssignsToGroupByFactor, OdIfc4::IfcRelAssignsToProcess, OdIfc4::IfcRelAssignsToProduct, OdIfc4::IfcRelAssignsToResource, OdIfc4::IfcRelAssociatesApproval, OdIfc4::IfcRelAssociates, OdIfc4::IfcRelAssociatesClassification, OdIfc4::IfcRelAssociatesConstraint, OdIfc4::IfcRelAssociatesDocument, OdIfc4::IfcRelAssociatesLibrary, OdIfc4::IfcRelAssociatesMaterial, OdIfc4::IfcRelConnectsElements, OdIfc4::IfcRelConnectsPathElements, OdIfc4::IfcRelConnectsPorts, OdIfc4::IfcRelConnectsPortToElement, OdIfc4::IfcRelConnectsStructuralActivity, OdIfc4::IfcRelConnectsStructuralMember, OdIfc4::IfcRelConnectsWithEccentricity, OdIfc4::IfcRelConnectsWithRealizingElements, OdIfc4::IfcRelContainedInSpatialStructure, OdIfc4::IfcRelCoversBldgElements, OdIfc4::IfcRelCoversSpaces, OdIfc4::IfcRelDeclares, OdIfc4::IfcRelDefinesByObject, OdIfc4::IfcRelDefinesByProperties, OdIfc4::IfcRelDefinesByTemplate, OdIfc4::IfcRelDefinesByType, OdIfc4::IfcRelFillsElement, OdIfc4::IfcRelFlowControlElements, OdIfc4::IfcRelInterferesElements, OdIfc4::IfcRelNests, OdIfc4::IfcRelProjectsElement, OdIfc4::IfcRelReferencedInSpatialStructure, OdIfc4::IfcRelSequence, OdIfc4::IfcRelServicesBuildings, OdIfc4::IfcRelSpaceBoundary1stLevel, OdIfc4::IfcRelSpaceBoundary2ndLevel, OdIfc4::IfcRelSpaceBoundary, OdIfc4::IfcRelVoidsElement, OdIfc4::IfcReparametrisedCompositeCurveSegment, OdIfc4::IfcRepresentation, OdIfc4::IfcRepresentationContext, OdIfc4::IfcRepresentationItem, OdIfc4::IfcRepresentationMap, OdIfc4::IfcResourceApprovalRelationship, OdIfc4::IfcResource, OdIfc4::IfcResourceConstraintRelationship, OdIfc4::IfcResourceLevelRelationship, OdIfc4::IfcResourceTime, OdIfc4::IfcRevolvedAreaSolid, OdIfc4::IfcRevolvedAreaSolidTapered, OdIfc4::IfcRightCircularCone, OdIfc4::IfcRightCircularCylinder, OdIfc4::IfcRoof, OdIfc4::IfcRoofType, OdIfc4::IfcRoot, OdIfc4::IfcRoundedRectangleProfileDef, OdIfc4::IfcSanitaryTerminal, OdIfc4::IfcSanitaryTerminalType, OdIfc4::IfcSchedulingTime, OdIfc4::IfcSectionedSpine, OdIfc4::IfcSectionProperties, OdIfc4::IfcSectionReinforcementProperties, OdIfc4::IfcSensor, OdIfc4::IfcSensorType, OdIfc4::IfcShadingDevice, OdIfc4::IfcShadingDeviceType, OdIfc4::IfcShapeAspect, OdIfc4::IfcShapeModel, OdIfc4::IfcShapeModel, OdIfc4::IfcShellBasedSurfaceModel, OdIfc4::IfcSimplePropertyTemplate, OdIfc4::IfcSite, OdIfc4::IfcSIUnit, OdIfc4::IfcSlab, OdIfc4::IfcSlabType, OdIfc4::IfcSlippageConnectionCondition, OdIfc4::IfcSolarDevice, OdIfc4::IfcSolarDeviceType, OdIfc4::IfcSpace, OdIfc4::IfcSpaceHeater, OdIfc4::IfcSpaceHeaterType, OdIfc4::IfcSpaceType, OdIfc4::IfcSpatialElement, OdIfc4::IfcSpatialElementType, OdIfc4::IfcSpatialStructureElement, OdIfc4::IfcSpatialZone, OdIfc4::IfcSpatialZoneType, OdIfc4::IfcSphere, OdIfc4::IfcSphericalSurface, OdIfc4::IfcStackTerminal, OdIfc4::IfcStackTerminalType, OdIfc4::IfcStair, OdIfc4::IfcStairFlight, OdIfc4::IfcStairFlightType, OdIfc4::IfcStairType, OdIfc4::IfcStructuralAction, OdIfc4::IfcStructuralActivity, OdIfc4::IfcStructuralAnalysisModel, OdIfc4::IfcStructuralConnection, OdIfc4::IfcStructuralConnectionCondition, OdIfc4::IfcStructuralCurveAction, OdIfc4::IfcStructuralCurveConnection, OdIfc4::IfcStructuralCurveMember, OdIfc4::IfcStructuralCurveReaction, OdIfc4::IfcStructuralItem, OdIfc4::IfcStructuralItem, OdIfc4::IfcStructuralLoad, OdIfc4::IfcStructuralLoadCase, OdIfc4::IfcStructuralLoadConfiguration, OdIfc4::IfcStructuralLoadGroup, OdIfc4::IfcStructuralLoadLinearForce, OdIfc4::IfcStructuralLoadPlanarForce, OdIfc4::IfcStructuralLoadSingleDisplacement, OdIfc4::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4::IfcStructuralLoadSingleForce, OdIfc4::IfcStructuralLoadSingleForceWarping, OdIfc4::IfcStructuralLoadTemperature, OdIfc4::IfcStructuralMember, OdIfc4::IfcStructuralMember, OdIfc4::IfcStructuralPointConnection, OdIfc4::IfcStructuralResultGroup, OdIfc4::IfcStructuralSurfaceAction, OdIfc4::IfcStructuralSurfaceMember, OdIfc4::IfcStructuralSurfaceReaction, OdIfc4::IfcStyledItem, OdIfc4::IfcSubContractResource, OdIfc4::IfcSubContractResourceType, OdIfc4::IfcSubedge, OdIfc4::IfcSurfaceCurve, OdIfc4::IfcSurfaceCurveSweptAreaSolid, OdIfc4::IfcSurfaceFeature, OdIfc4::IfcSurfaceOfLinearExtrusion, OdIfc4::IfcSurfaceOfRevolution, OdIfc4::IfcSurfaceReinforcementArea, OdIfc4::IfcSurfaceStyle, OdIfc4::IfcSurfaceStyleLighting, OdIfc4::IfcSurfaceStyleRefraction, OdIfc4::IfcSurfaceStyleRendering, OdIfc4::IfcSurfaceStyleShading, OdIfc4::IfcSurfaceStyleWithTextures, OdIfc4::IfcSurfaceTexture, OdIfc4::IfcSweptAreaSolid, OdIfc4::IfcSweptDiskSolid, OdIfc4::IfcSweptDiskSolidPolygonal, OdIfc4::IfcSweptSurface, OdIfc4::IfcSwitchingDevice, OdIfc4::IfcSwitchingDeviceType, OdIfc4::IfcSystem, OdIfc4::IfcSystem, OdIfc4::IfcSystemFurnitureElement, OdIfc4::IfcSystemFurnitureElementType, OdIfc4::IfcTable, OdIfc4::IfcTableColumn, OdIfc4::IfcTableRow, OdIfc4::IfcTank, OdIfc4::IfcTankType, OdIfc4::IfcTask, OdIfc4::IfcTaskTime, OdIfc4::IfcTaskTimeRecurring, OdIfc4::IfcTaskType, OdIfc4::IfcTelecomAddress, OdIfc4::IfcTendonAnchor, OdIfc4::IfcTendonAnchorType, OdIfc4::IfcTendon, OdIfc4::IfcTendonType, OdIfc4::IfcTessellatedFaceSet, OdIfc4::IfcTextLiteral, OdIfc4::IfcTextLiteralWithExtent, OdIfc4::IfcTextStyle, OdIfc4::IfcTextStyleFontModel, OdIfc4::IfcTextStyleForDefinedFont, OdIfc4::IfcTextStyleTextModel, OdIfc4::IfcTextureCoordinate, OdIfc4::IfcTextureCoordinateGenerator, OdIfc4::IfcTextureMap, OdIfc4::IfcTextureVertex, OdIfc4::IfcTextureVertexList, OdIfc4::IfcTimePeriod, OdIfc4::IfcTimeSeries, OdIfc4::IfcTimeSeriesValue, OdIfc4::IfcToroidalSurface, OdIfc4::IfcTransformer, OdIfc4::IfcTransformerType, OdIfc4::IfcTransportElement, OdIfc4::IfcTransportElementType, OdIfc4::IfcTrapeziumProfileDef, OdIfc4::IfcTriangulatedFaceSet, OdIfc4::IfcTrimmedCurve, OdIfc4::IfcTShapeProfileDef, OdIfc4::IfcTubeBundle, OdIfc4::IfcTubeBundleType, OdIfc4::IfcTypeObject, OdIfc4::IfcTypeProcess, OdIfc4::IfcTypeProduct, OdIfc4::IfcTypeResource, OdIfc4::IfcUnitaryControlElement, OdIfc4::IfcUnitaryControlElementType, OdIfc4::IfcUnitaryEquipment, OdIfc4::IfcUnitaryEquipmentType, OdIfc4::IfcUnitAssignment, OdIfc4::IfcUShapeProfileDef, OdIfc4::IfcValve, OdIfc4::IfcValveType, OdIfc4::IfcVector, OdIfc4::IfcVertexLoop, OdIfc4::IfcVertexPoint, OdIfc4::IfcVibrationIsolator, OdIfc4::IfcVibrationIsolatorType, OdIfc4::IfcVirtualGridIntersection, OdIfc4::IfcVoidingFeature, OdIfc4::IfcWall, OdIfc4::IfcWallType, OdIfc4::IfcWasteTerminal, OdIfc4::IfcWasteTerminalType, OdIfc4::IfcWindow, OdIfc4::IfcWindowLiningProperties, OdIfc4::IfcWindowPanelProperties, OdIfc4::IfcWindowStyle, OdIfc4::IfcWindowType, OdIfc4::IfcWorkCalendar, OdIfc4::IfcWorkControl, OdIfc4::IfcWorkPlan, OdIfc4::IfcWorkSchedule, OdIfc4::IfcWorkTime, OdIfc4::IfcZone, OdIfc4::IfcZShapeProfileDef, OdIfc4x1::IfcActionRequest, OdIfc4x1::IfcActor, OdIfc4x1::IfcActorRole, OdIfc4x1::IfcActuator, OdIfc4x1::IfcActuatorType, OdIfc4x1::IfcAddress, OdIfc4x1::IfcAdvancedBrepWithVoids, OdIfc4x1::IfcAirTerminal, OdIfc4x1::IfcAirTerminalBox, OdIfc4x1::IfcAirTerminalBoxType, OdIfc4x1::IfcAirTerminalType, OdIfc4x1::IfcAirToAirHeatRecovery, OdIfc4x1::IfcAirToAirHeatRecoveryType, OdIfc4x1::IfcAlarm, OdIfc4x1::IfcAlarmType, OdIfc4x1::IfcAlignment2DHorizontal, OdIfc4x1::IfcAlignment2DHorizontalSegment, OdIfc4x1::IfcAlignment2DSegment, OdIfc4x1::IfcAlignment2DVerSegCircularArc, OdIfc4x1::IfcAlignment2DVerSegParabolicArc, OdIfc4x1::IfcAlignment2DVertical, OdIfc4x1::IfcAlignment2DVerticalSegment, OdIfc4x1::IfcAlignment, OdIfc4x1::IfcAlignmentCurve, OdIfc4x1::IfcAnnotation, OdIfc4x1::IfcAnnotation, OdIfc4x1::IfcAnnotationFillArea, OdIfc4x1::IfcApplication, OdIfc4x1::IfcAppliedValue, OdIfc4x1::IfcApproval, OdIfc4x1::IfcApprovalRelationship, OdIfc4x1::IfcArbitraryClosedProfileDef, OdIfc4x1::IfcArbitraryOpenProfileDef, OdIfc4x1::IfcArbitraryProfileDefWithVoids, OdIfc4x1::IfcAsset, OdIfc4x1::IfcAsymmetricIShapeProfileDef, OdIfc4x1::IfcAudioVisualAppliance, OdIfc4x1::IfcAudioVisualApplianceType, OdIfc4x1::IfcAxis1Placement, OdIfc4x1::IfcAxis2Placement2D, OdIfc4x1::IfcAxis2Placement3D, OdIfc4x1::IfcBeam, OdIfc4x1::IfcBeamType, OdIfc4x1::IfcBlobTexture, OdIfc4x1::IfcBlock, OdIfc4x1::IfcBoiler, OdIfc4x1::IfcBoilerType, OdIfc4x1::IfcBooleanResult, OdIfc4x1::IfcBoundaryCondition, OdIfc4x1::IfcBoundaryEdgeCondition, OdIfc4x1::IfcBoundaryFaceCondition, OdIfc4x1::IfcBoundaryNodeCondition, OdIfc4x1::IfcBoundaryNodeConditionWarping, OdIfc4x1::IfcBoundingBox, OdIfc4x1::IfcBoxedHalfSpace, OdIfc4x1::IfcBSplineCurve, OdIfc4x1::IfcBSplineCurveWithKnots, OdIfc4x1::IfcBSplineSurface, OdIfc4x1::IfcBSplineSurfaceWithKnots, OdIfc4x1::IfcBuilding, OdIfc4x1::IfcBuildingElementPart, OdIfc4x1::IfcBuildingElementPartType, OdIfc4x1::IfcBuildingElementProxy, OdIfc4x1::IfcBuildingElementProxyType, OdIfc4x1::IfcBuildingStorey, OdIfc4x1::IfcBuildingSystem, OdIfc4x1::IfcBurner, OdIfc4x1::IfcBurnerType, OdIfc4x1::IfcCableCarrierFitting, OdIfc4x1::IfcCableCarrierFittingType, OdIfc4x1::IfcCableCarrierSegment, OdIfc4x1::IfcCableCarrierSegmentType, OdIfc4x1::IfcCableFitting, OdIfc4x1::IfcCableFittingType, OdIfc4x1::IfcCableSegment, OdIfc4x1::IfcCableSegmentType, OdIfc4x1::IfcCartesianPoint, OdIfc4x1::IfcCartesianPointList2D, OdIfc4x1::IfcCartesianPointList3D, OdIfc4x1::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x1::IfcCartesianTransformationOperator3D, OdIfc4x1::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x1::IfcCartesianTransformationOperator, OdIfc4x1::IfcCenterLineProfileDef, OdIfc4x1::IfcChiller, OdIfc4x1::IfcChillerType, OdIfc4x1::IfcChimney, OdIfc4x1::IfcChimneyType, OdIfc4x1::IfcCircle, OdIfc4x1::IfcCircleHollowProfileDef, OdIfc4x1::IfcCircleProfileDef, OdIfc4x1::IfcCircularArcSegment2D, OdIfc4x1::IfcClassification, OdIfc4x1::IfcClassificationReference, OdIfc4x1::IfcCoil, OdIfc4x1::IfcCoilType, OdIfc4x1::IfcColourRgb, OdIfc4x1::IfcColourRgbList, OdIfc4x1::IfcColourSpecification, OdIfc4x1::IfcColumn, OdIfc4x1::IfcColumnType, OdIfc4x1::IfcCommunicationsAppliance, OdIfc4x1::IfcCommunicationsApplianceType, OdIfc4x1::IfcComplexProperty, OdIfc4x1::IfcComplexPropertyTemplate, OdIfc4x1::IfcCompositeCurve, OdIfc4x1::IfcCompositeCurveSegment, OdIfc4x1::IfcCompositeProfileDef, OdIfc4x1::IfcCompressor, OdIfc4x1::IfcCompressorType, OdIfc4x1::IfcCondenser, OdIfc4x1::IfcCondenserType, OdIfc4x1::IfcConic, OdIfc4x1::IfcConnectedFaceSet, OdIfc4x1::IfcConnectionCurveGeometry, OdIfc4x1::IfcConnectionPointEccentricity, OdIfc4x1::IfcConnectionPointGeometry, OdIfc4x1::IfcConnectionSurfaceGeometry, OdIfc4x1::IfcConnectionVolumeGeometry, OdIfc4x1::IfcConstraint, OdIfc4x1::IfcConstructionEquipmentResource, OdIfc4x1::IfcConstructionEquipmentResourceType, OdIfc4x1::IfcConstructionMaterialResource, OdIfc4x1::IfcConstructionMaterialResourceType, OdIfc4x1::IfcConstructionProductResource, OdIfc4x1::IfcConstructionProductResourceType, OdIfc4x1::IfcConstructionResource, OdIfc4x1::IfcConstructionResourceType, OdIfc4x1::IfcContext, OdIfc4x1::IfcContextDependentUnit, OdIfc4x1::IfcControl, OdIfc4x1::IfcController, OdIfc4x1::IfcControllerType, OdIfc4x1::IfcConversionBasedUnit, OdIfc4x1::IfcConversionBasedUnitWithOffset, OdIfc4x1::IfcCooledBeam, OdIfc4x1::IfcCooledBeamType, OdIfc4x1::IfcCoolingTower, OdIfc4x1::IfcCoolingTowerType, OdIfc4x1::IfcCoordinateOperation, OdIfc4x1::IfcCoordinateReferenceSystem, OdIfc4x1::IfcCostItem, OdIfc4x1::IfcCostSchedule, OdIfc4x1::IfcCovering, OdIfc4x1::IfcCoveringType, OdIfc4x1::IfcCrewResource, OdIfc4x1::IfcCrewResourceType, OdIfc4x1::IfcCsgPrimitive3D, OdIfc4x1::IfcCsgSolid, OdIfc4x1::IfcCShapeProfileDef, OdIfc4x1::IfcCurrencyRelationship, OdIfc4x1::IfcCurtainWall, OdIfc4x1::IfcCurtainWallType, OdIfc4x1::IfcCurveBoundedPlane, OdIfc4x1::IfcCurveBoundedSurface, OdIfc4x1::IfcCurveSegment2D, OdIfc4x1::IfcCurveStyle, OdIfc4x1::IfcCurveStyleFontAndScaling, OdIfc4x1::IfcCurveStyleFont, OdIfc4x1::IfcCurveStyleFontPattern, OdIfc4x1::IfcCylindricalSurface, OdIfc4x1::IfcDamper, OdIfc4x1::IfcDamperType, OdIfc4x1::IfcDerivedProfileDef, OdIfc4x1::IfcDerivedUnit, OdIfc4x1::IfcDerivedUnitElement, OdIfc4x1::IfcDimensionalExponents, OdIfc4x1::IfcDirection, OdIfc4x1::IfcDiscreteAccessory, OdIfc4x1::IfcDiscreteAccessoryType, OdIfc4x1::IfcDistanceExpression, OdIfc4x1::IfcDistributionChamberElement, OdIfc4x1::IfcDistributionChamberElementType, OdIfc4x1::IfcDistributionControlElement, OdIfc4x1::IfcDistributionControlElement, OdIfc4x1::IfcDistributionElement, OdIfc4x1::IfcDistributionElement, OdIfc4x1::IfcDistributionFlowElement, OdIfc4x1::IfcDistributionFlowElement, OdIfc4x1::IfcDistributionPort, OdIfc4x1::IfcDistributionSystem, OdIfc4x1::IfcDocumentInformation, OdIfc4x1::IfcDocumentInformationRelationship, OdIfc4x1::IfcDocumentReference, OdIfc4x1::IfcDoor, OdIfc4x1::IfcDoorLiningProperties, OdIfc4x1::IfcDoorPanelProperties, OdIfc4x1::IfcDoorStyle, OdIfc4x1::IfcDoorType, OdIfc4x1::IfcDuctFitting, OdIfc4x1::IfcDuctFittingType, OdIfc4x1::IfcDuctSegment, OdIfc4x1::IfcDuctSegmentType, OdIfc4x1::IfcDuctSilencer, OdIfc4x1::IfcDuctSilencerType, OdIfc4x1::IfcEdge, OdIfc4x1::IfcEdgeCurve, OdIfc4x1::IfcEdgeLoop, OdIfc4x1::IfcElectricAppliance, OdIfc4x1::IfcElectricApplianceType, OdIfc4x1::IfcElectricDistributionBoard, OdIfc4x1::IfcElectricDistributionBoardType, OdIfc4x1::IfcElectricFlowStorageDevice, OdIfc4x1::IfcElectricFlowStorageDeviceType, OdIfc4x1::IfcElectricGenerator, OdIfc4x1::IfcElectricGeneratorType, OdIfc4x1::IfcElectricMotor, OdIfc4x1::IfcElectricMotorType, OdIfc4x1::IfcElectricTimeControl, OdIfc4x1::IfcElectricTimeControlType, OdIfc4x1::IfcElementarySurface, OdIfc4x1::IfcElementAssembly, OdIfc4x1::IfcElementAssemblyType, OdIfc4x1::IfcElement, OdIfc4x1::IfcElementQuantity, OdIfc4x1::IfcElementType, OdIfc4x1::IfcEllipse, OdIfc4x1::IfcEllipseProfileDef, OdIfc4x1::IfcEngine, OdIfc4x1::IfcEngineType, OdIfc4x1::IfcEvaporativeCooler, OdIfc4x1::IfcEvaporativeCoolerType, OdIfc4x1::IfcEvaporator, OdIfc4x1::IfcEvaporatorType, OdIfc4x1::IfcEvent, OdIfc4x1::IfcEventTime, OdIfc4x1::IfcEventType, OdIfc4x1::IfcExtendedProperties, OdIfc4x1::IfcExternalReference, OdIfc4x1::IfcExternalReferenceRelationship, OdIfc4x1::IfcExternalSpatialElement, OdIfc4x1::IfcExtrudedAreaSolid, OdIfc4x1::IfcExtrudedAreaSolidTapered, OdIfc4x1::IfcFace, OdIfc4x1::IfcFaceBasedSurfaceModel, OdIfc4x1::IfcFaceBound, OdIfc4x1::IfcFaceSurface, OdIfc4x1::IfcFacetedBrepWithVoids, OdIfc4x1::IfcFailureConnectionCondition, OdIfc4x1::IfcFan, OdIfc4x1::IfcFanType, OdIfc4x1::IfcFastener, OdIfc4x1::IfcFastenerType, OdIfc4x1::IfcFeatureElementAddition, OdIfc4x1::IfcFeatureElementAddition, OdIfc4x1::IfcFeatureElementSubtraction, OdIfc4x1::IfcFeatureElementSubtraction, OdIfc4x1::IfcFillAreaStyle, OdIfc4x1::IfcFillAreaStyleHatching, OdIfc4x1::IfcFillAreaStyleTiles, OdIfc4x1::IfcFilter, OdIfc4x1::IfcFilterType, OdIfc4x1::IfcFireSuppressionTerminal, OdIfc4x1::IfcFireSuppressionTerminalType, OdIfc4x1::IfcFixedReferenceSweptAreaSolid, OdIfc4x1::IfcFlowInstrument, OdIfc4x1::IfcFlowInstrumentType, OdIfc4x1::IfcFlowMeter, OdIfc4x1::IfcFlowMeterType, OdIfc4x1::IfcFooting, OdIfc4x1::IfcFootingType, OdIfc4x1::IfcFurniture, OdIfc4x1::IfcFurnitureType, OdIfc4x1::IfcGeographicElement, OdIfc4x1::IfcGeographicElementType, OdIfc4x1::IfcGeometricRepresentationContext, OdIfc4x1::IfcGeometricRepresentationSubContext, OdIfc4x1::IfcGeometricSet, OdIfc4x1::IfcGrid, OdIfc4x1::IfcGridAxis, OdIfc4x1::IfcGridPlacement, OdIfc4x1::IfcGroup, OdIfc4x1::IfcGroup, OdIfc4x1::IfcHalfSpaceSolid, OdIfc4x1::IfcHeatExchanger, OdIfc4x1::IfcHeatExchangerType, OdIfc4x1::IfcHumidifier, OdIfc4x1::IfcHumidifierType, OdIfc4x1::IfcImageTexture, OdIfc4x1::IfcIndexedColourMap, OdIfc4x1::IfcIndexedPolyCurve, OdIfc4x1::IfcIndexedPolygonalFace, OdIfc4x1::IfcIndexedPolygonalFaceWithVoids, OdIfc4x1::IfcIndexedTextureMap, OdIfc4x1::IfcIndexedTriangleTextureMap, OdIfc4x1::IfcInterceptor, OdIfc4x1::IfcInterceptorType, OdIfc4x1::IfcInventory, OdIfc4x1::IfcIrregularTimeSeries, OdIfc4x1::IfcIrregularTimeSeriesValue, OdIfc4x1::IfcIShapeProfileDef, OdIfc4x1::IfcJunctionBox, OdIfc4x1::IfcJunctionBoxType, OdIfc4x1::IfcLaborResource, OdIfc4x1::IfcLaborResourceType, OdIfc4x1::IfcLagTime, OdIfc4x1::IfcLamp, OdIfc4x1::IfcLampType, OdIfc4x1::IfcLibraryInformation, OdIfc4x1::IfcLibraryReference, OdIfc4x1::IfcLightDistributionData, OdIfc4x1::IfcLightFixture, OdIfc4x1::IfcLightFixtureType, OdIfc4x1::IfcLightIntensityDistribution, OdIfc4x1::IfcLightSource, OdIfc4x1::IfcLightSourceDirectional, OdIfc4x1::IfcLightSourceGoniometric, OdIfc4x1::IfcLightSourcePositional, OdIfc4x1::IfcLightSourceSpot, OdIfc4x1::IfcLinearPlacement, OdIfc4x1::IfcLinearPositioningElement, OdIfc4x1::IfcLine, OdIfc4x1::IfcLocalPlacement, OdIfc4x1::IfcLShapeProfileDef, OdIfc4x1::IfcManifoldSolidBrep, OdIfc4x1::IfcMapConversion, OdIfc4x1::IfcMappedItem, OdIfc4x1::IfcMaterial, OdIfc4x1::IfcMaterialClassificationRelationship, OdIfc4x1::IfcMaterialConstituent, OdIfc4x1::IfcMaterialConstituentSet, OdIfc4x1::IfcMaterialDefinition, OdIfc4x1::IfcMaterialDefinitionRepresentation, OdIfc4x1::IfcMaterialLayer, OdIfc4x1::IfcMaterialLayerSet, OdIfc4x1::IfcMaterialLayerSetUsage, OdIfc4x1::IfcMaterialLayerWithOffsets, OdIfc4x1::IfcMaterialList, OdIfc4x1::IfcMaterialProfile, OdIfc4x1::IfcMaterialProfileSet, OdIfc4x1::IfcMaterialProfileSetUsage, OdIfc4x1::IfcMaterialProfileSetUsageTapering, OdIfc4x1::IfcMaterialProfileWithOffsets, OdIfc4x1::IfcMaterialProperties, OdIfc4x1::IfcMaterialRelationship, OdIfc4x1::IfcMaterialUsageDefinition, OdIfc4x1::IfcMeasureWithUnit, OdIfc4x1::IfcMechanicalFastener, OdIfc4x1::IfcMechanicalFastenerType, OdIfc4x1::IfcMedicalDevice, OdIfc4x1::IfcMedicalDeviceType, OdIfc4x1::IfcMember, OdIfc4x1::IfcMemberType, OdIfc4x1::IfcMetric, OdIfc4x1::IfcMonetaryUnit, OdIfc4x1::IfcMotorConnection, OdIfc4x1::IfcMotorConnectionType, OdIfc4x1::IfcNamedUnit, OdIfc4x1::IfcObject, OdIfc4x1::IfcObjectDefinition, OdIfc4x1::IfcObjectDefinition, OdIfc4x1::IfcObjective, OdIfc4x1::IfcObjectPlacement, OdIfc4x1::IfcOccupant, OdIfc4x1::IfcOffsetCurve2D, OdIfc4x1::IfcOffsetCurve3D, OdIfc4x1::IfcOffsetCurve, OdIfc4x1::IfcOffsetCurveByDistances, OdIfc4x1::IfcOpeningElement, OdIfc4x1::IfcOrganization, OdIfc4x1::IfcOrganizationRelationship, OdIfc4x1::IfcOrientationExpression, OdIfc4x1::IfcOrientedEdge, OdIfc4x1::IfcOutlet, OdIfc4x1::IfcOutletType, OdIfc4x1::IfcOwnerHistory, OdIfc4x1::IfcParameterizedProfileDef, OdIfc4x1::IfcPath, OdIfc4x1::IfcPcurve, OdIfc4x1::IfcPerformanceHistory, OdIfc4x1::IfcPermeableCoveringProperties, OdIfc4x1::IfcPermit, OdIfc4x1::IfcPersonAndOrganization, OdIfc4x1::IfcPerson, OdIfc4x1::IfcPhysicalComplexQuantity, OdIfc4x1::IfcPhysicalQuantity, OdIfc4x1::IfcPhysicalSimpleQuantity, OdIfc4x1::IfcPile, OdIfc4x1::IfcPileType, OdIfc4x1::IfcPipeFitting, OdIfc4x1::IfcPipeFittingType, OdIfc4x1::IfcPipeSegment, OdIfc4x1::IfcPipeSegmentType, OdIfc4x1::IfcPixelTexture, OdIfc4x1::IfcPlacement, OdIfc4x1::IfcPlanarBox, OdIfc4x1::IfcPlanarExtent, OdIfc4x1::IfcPlate, OdIfc4x1::IfcPlateType, OdIfc4x1::IfcPointOnCurve, OdIfc4x1::IfcPointOnSurface, OdIfc4x1::IfcPolygonalBoundedHalfSpace, OdIfc4x1::IfcPolygonalFaceSet, OdIfc4x1::IfcPolyline, OdIfc4x1::IfcPolyLoop, OdIfc4x1::IfcPort, OdIfc4x1::IfcPort, OdIfc4x1::IfcPositioningElement, OdIfc4x1::IfcPositioningElement, OdIfc4x1::IfcPostalAddress, OdIfc4x1::IfcPreDefinedItem, OdIfc4x1::IfcPresentationLayerAssignment, OdIfc4x1::IfcPresentationLayerWithStyle, OdIfc4x1::IfcPresentationStyleAssignment, OdIfc4x1::IfcPresentationStyle, OdIfc4x1::IfcProcedure, OdIfc4x1::IfcProcedureType, OdIfc4x1::IfcProcess, OdIfc4x1::IfcProduct, OdIfc4x1::IfcProductDefinitionShape, OdIfc4x1::IfcProductDefinitionShape, OdIfc4x1::IfcProductRepresentation, OdIfc4x1::IfcProfileDef, OdIfc4x1::IfcProfileProperties, OdIfc4x1::IfcProjectedCRS, OdIfc4x1::IfcProjectionElement, OdIfc4x1::IfcProjectOrder, OdIfc4x1::IfcPropertyAbstraction, OdIfc4x1::IfcProperty, OdIfc4x1::IfcPropertyBoundedValue, OdIfc4x1::IfcPropertyDefinition, OdIfc4x1::IfcPropertyDefinition, OdIfc4x1::IfcPropertyDependencyRelationship, OdIfc4x1::IfcPropertyEnumeratedValue, OdIfc4x1::IfcPropertyEnumeration, OdIfc4x1::IfcPropertyListValue, OdIfc4x1::IfcPropertyReferenceValue, OdIfc4x1::IfcPropertySet, OdIfc4x1::IfcPropertySetDefinition, OdIfc4x1::IfcPropertySetDefinition, OdIfc4x1::IfcPropertySetTemplate, OdIfc4x1::IfcPropertySingleValue, OdIfc4x1::IfcPropertyTableValue, OdIfc4x1::IfcPropertyTemplate, OdIfc4x1::IfcPropertyTemplate, OdIfc4x1::IfcProtectiveDevice, OdIfc4x1::IfcProtectiveDeviceTrippingUnit, OdIfc4x1::IfcProtectiveDeviceTrippingUnitType, OdIfc4x1::IfcProtectiveDeviceType, OdIfc4x1::IfcProxy, OdIfc4x1::IfcPump, OdIfc4x1::IfcPumpType, OdIfc4x1::IfcQuantityArea, OdIfc4x1::IfcQuantityCount, OdIfc4x1::IfcQuantityLength, OdIfc4x1::IfcQuantityTime, OdIfc4x1::IfcQuantityVolume, OdIfc4x1::IfcQuantityWeight, OdIfc4x1::IfcRailing, OdIfc4x1::IfcRailingType, OdIfc4x1::IfcRamp, OdIfc4x1::IfcRampFlight, OdIfc4x1::IfcRampFlightType, OdIfc4x1::IfcRampType, OdIfc4x1::IfcRationalBSplineCurveWithKnots, OdIfc4x1::IfcRationalBSplineSurfaceWithKnots, OdIfc4x1::IfcRectangleHollowProfileDef, OdIfc4x1::IfcRectangleProfileDef, OdIfc4x1::IfcRectangularPyramid, OdIfc4x1::IfcRectangularTrimmedSurface, OdIfc4x1::IfcRecurrencePattern, OdIfc4x1::IfcReference, OdIfc4x1::IfcReferent, OdIfc4x1::IfcRegularTimeSeries, OdIfc4x1::IfcReinforcementBarProperties, OdIfc4x1::IfcReinforcementDefinitionProperties, OdIfc4x1::IfcReinforcingBar, OdIfc4x1::IfcReinforcingBarType, OdIfc4x1::IfcReinforcingElement, OdIfc4x1::IfcReinforcingMesh, OdIfc4x1::IfcReinforcingMeshType, OdIfc4x1::IfcRelAggregates, OdIfc4x1::IfcRelAssigns, OdIfc4x1::IfcRelAssignsToActor, OdIfc4x1::IfcRelAssignsToControl, OdIfc4x1::IfcRelAssignsToGroup, OdIfc4x1::IfcRelAssignsToGroupByFactor, OdIfc4x1::IfcRelAssignsToProcess, OdIfc4x1::IfcRelAssignsToProduct, OdIfc4x1::IfcRelAssignsToResource, OdIfc4x1::IfcRelAssociatesApproval, OdIfc4x1::IfcRelAssociates, OdIfc4x1::IfcRelAssociatesClassification, OdIfc4x1::IfcRelAssociatesConstraint, OdIfc4x1::IfcRelAssociatesDocument, OdIfc4x1::IfcRelAssociatesLibrary, OdIfc4x1::IfcRelAssociatesMaterial, OdIfc4x1::IfcRelConnectsElements, OdIfc4x1::IfcRelConnectsPathElements, OdIfc4x1::IfcRelConnectsPorts, OdIfc4x1::IfcRelConnectsPortToElement, OdIfc4x1::IfcRelConnectsStructuralActivity, OdIfc4x1::IfcRelConnectsStructuralMember, OdIfc4x1::IfcRelConnectsWithEccentricity, OdIfc4x1::IfcRelConnectsWithRealizingElements, OdIfc4x1::IfcRelContainedInSpatialStructure, OdIfc4x1::IfcRelCoversBldgElements, OdIfc4x1::IfcRelCoversSpaces, OdIfc4x1::IfcRelDeclares, OdIfc4x1::IfcRelDefinesByObject, OdIfc4x1::IfcRelDefinesByProperties, OdIfc4x1::IfcRelDefinesByTemplate, OdIfc4x1::IfcRelDefinesByType, OdIfc4x1::IfcRelFillsElement, OdIfc4x1::IfcRelFlowControlElements, OdIfc4x1::IfcRelInterferesElements, OdIfc4x1::IfcRelNests, OdIfc4x1::IfcRelProjectsElement, OdIfc4x1::IfcRelReferencedInSpatialStructure, OdIfc4x1::IfcRelSequence, OdIfc4x1::IfcRelServicesBuildings, OdIfc4x1::IfcRelSpaceBoundary1stLevel, OdIfc4x1::IfcRelSpaceBoundary2ndLevel, OdIfc4x1::IfcRelSpaceBoundary, OdIfc4x1::IfcRelVoidsElement, OdIfc4x1::IfcReparametrisedCompositeCurveSegment, OdIfc4x1::IfcRepresentation, OdIfc4x1::IfcRepresentationContext, OdIfc4x1::IfcRepresentationItem, OdIfc4x1::IfcRepresentationMap, OdIfc4x1::IfcResourceApprovalRelationship, OdIfc4x1::IfcResource, OdIfc4x1::IfcResourceConstraintRelationship, OdIfc4x1::IfcResourceLevelRelationship, OdIfc4x1::IfcResourceTime, OdIfc4x1::IfcRevolvedAreaSolid, OdIfc4x1::IfcRevolvedAreaSolidTapered, OdIfc4x1::IfcRightCircularCone, OdIfc4x1::IfcRightCircularCylinder, OdIfc4x1::IfcRoof, OdIfc4x1::IfcRoofType, OdIfc4x1::IfcRoot, OdIfc4x1::IfcRoundedRectangleProfileDef, OdIfc4x1::IfcSanitaryTerminal, OdIfc4x1::IfcSanitaryTerminalType, OdIfc4x1::IfcSchedulingTime, OdIfc4x1::IfcSectionedSolid, OdIfc4x1::IfcSectionedSolidHorizontal, OdIfc4x1::IfcSectionedSpine, OdIfc4x1::IfcSectionProperties, OdIfc4x1::IfcSectionReinforcementProperties, OdIfc4x1::IfcSensor, OdIfc4x1::IfcSensorType, OdIfc4x1::IfcShadingDevice, OdIfc4x1::IfcShadingDeviceType, OdIfc4x1::IfcShapeAspect, OdIfc4x1::IfcShapeModel, OdIfc4x1::IfcShapeModel, OdIfc4x1::IfcShellBasedSurfaceModel, OdIfc4x1::IfcSimplePropertyTemplate, OdIfc4x1::IfcSite, OdIfc4x1::IfcSIUnit, OdIfc4x1::IfcSlab, OdIfc4x1::IfcSlabType, OdIfc4x1::IfcSlippageConnectionCondition, OdIfc4x1::IfcSolarDevice, OdIfc4x1::IfcSolarDeviceType, OdIfc4x1::IfcSpace, OdIfc4x1::IfcSpaceHeater, OdIfc4x1::IfcSpaceHeaterType, OdIfc4x1::IfcSpaceType, OdIfc4x1::IfcSpatialElement, OdIfc4x1::IfcSpatialElementType, OdIfc4x1::IfcSpatialStructureElement, OdIfc4x1::IfcSpatialZone, OdIfc4x1::IfcSpatialZoneType, OdIfc4x1::IfcSphere, OdIfc4x1::IfcSphericalSurface, OdIfc4x1::IfcStackTerminal, OdIfc4x1::IfcStackTerminalType, OdIfc4x1::IfcStair, OdIfc4x1::IfcStairFlight, OdIfc4x1::IfcStairFlightType, OdIfc4x1::IfcStairType, OdIfc4x1::IfcStructuralAction, OdIfc4x1::IfcStructuralActivity, OdIfc4x1::IfcStructuralAnalysisModel, OdIfc4x1::IfcStructuralConnection, OdIfc4x1::IfcStructuralConnectionCondition, OdIfc4x1::IfcStructuralCurveAction, OdIfc4x1::IfcStructuralCurveConnection, OdIfc4x1::IfcStructuralCurveMember, OdIfc4x1::IfcStructuralCurveReaction, OdIfc4x1::IfcStructuralItem, OdIfc4x1::IfcStructuralItem, OdIfc4x1::IfcStructuralLoad, OdIfc4x1::IfcStructuralLoadCase, OdIfc4x1::IfcStructuralLoadConfiguration, OdIfc4x1::IfcStructuralLoadGroup, OdIfc4x1::IfcStructuralLoadLinearForce, OdIfc4x1::IfcStructuralLoadPlanarForce, OdIfc4x1::IfcStructuralLoadSingleDisplacement, OdIfc4x1::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x1::IfcStructuralLoadSingleForce, OdIfc4x1::IfcStructuralLoadSingleForceWarping, OdIfc4x1::IfcStructuralLoadTemperature, OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralPointConnection, OdIfc4x1::IfcStructuralResultGroup, OdIfc4x1::IfcStructuralSurfaceAction, OdIfc4x1::IfcStructuralSurfaceMember, OdIfc4x1::IfcStructuralSurfaceReaction, OdIfc4x1::IfcStyledItem, OdIfc4x1::IfcSubContractResource, OdIfc4x1::IfcSubContractResourceType, OdIfc4x1::IfcSubedge, OdIfc4x1::IfcSurfaceCurve, OdIfc4x1::IfcSurfaceCurveSweptAreaSolid, OdIfc4x1::IfcSurfaceFeature, OdIfc4x1::IfcSurfaceOfLinearExtrusion, OdIfc4x1::IfcSurfaceOfRevolution, OdIfc4x1::IfcSurfaceReinforcementArea, OdIfc4x1::IfcSurfaceStyle, OdIfc4x1::IfcSurfaceStyleLighting, OdIfc4x1::IfcSurfaceStyleRefraction, OdIfc4x1::IfcSurfaceStyleRendering, OdIfc4x1::IfcSurfaceStyleShading, OdIfc4x1::IfcSurfaceStyleWithTextures, OdIfc4x1::IfcSurfaceTexture, OdIfc4x1::IfcSweptAreaSolid, OdIfc4x1::IfcSweptDiskSolid, OdIfc4x1::IfcSweptDiskSolidPolygonal, OdIfc4x1::IfcSweptSurface, OdIfc4x1::IfcSwitchingDevice, OdIfc4x1::IfcSwitchingDeviceType, OdIfc4x1::IfcSystem, OdIfc4x1::IfcSystem, OdIfc4x1::IfcSystemFurnitureElement, OdIfc4x1::IfcSystemFurnitureElementType, OdIfc4x1::IfcTable, OdIfc4x1::IfcTableColumn, OdIfc4x1::IfcTableRow, OdIfc4x1::IfcTank, OdIfc4x1::IfcTankType, OdIfc4x1::IfcTask, OdIfc4x1::IfcTaskTime, OdIfc4x1::IfcTaskTimeRecurring, OdIfc4x1::IfcTaskType, OdIfc4x1::IfcTelecomAddress, OdIfc4x1::IfcTendonAnchor, OdIfc4x1::IfcTendonAnchorType, OdIfc4x1::IfcTendon, OdIfc4x1::IfcTendonType, OdIfc4x1::IfcTessellatedFaceSet, OdIfc4x1::IfcTextLiteral, OdIfc4x1::IfcTextLiteralWithExtent, OdIfc4x1::IfcTextStyle, OdIfc4x1::IfcTextStyleFontModel, OdIfc4x1::IfcTextStyleForDefinedFont, OdIfc4x1::IfcTextStyleTextModel, OdIfc4x1::IfcTextureCoordinate, OdIfc4x1::IfcTextureCoordinateGenerator, OdIfc4x1::IfcTextureMap, OdIfc4x1::IfcTextureVertex, OdIfc4x1::IfcTextureVertexList, OdIfc4x1::IfcTimePeriod, OdIfc4x1::IfcTimeSeries, OdIfc4x1::IfcTimeSeriesValue, OdIfc4x1::IfcToroidalSurface, OdIfc4x1::IfcTransformer, OdIfc4x1::IfcTransformerType, OdIfc4x1::IfcTransitionCurveSegment2D, OdIfc4x1::IfcTransportElement, OdIfc4x1::IfcTransportElementType, OdIfc4x1::IfcTrapeziumProfileDef, OdIfc4x1::IfcTriangulatedFaceSet, OdIfc4x1::IfcTriangulatedIrregularNetwork, OdIfc4x1::IfcTrimmedCurve, OdIfc4x1::IfcTShapeProfileDef, OdIfc4x1::IfcTubeBundle, OdIfc4x1::IfcTubeBundleType, OdIfc4x1::IfcTypeObject, OdIfc4x1::IfcTypeProcess, OdIfc4x1::IfcTypeProduct, OdIfc4x1::IfcTypeResource, OdIfc4x1::IfcUnitaryControlElement, OdIfc4x1::IfcUnitaryControlElementType, OdIfc4x1::IfcUnitaryEquipment, OdIfc4x1::IfcUnitaryEquipmentType, OdIfc4x1::IfcUnitAssignment, OdIfc4x1::IfcUShapeProfileDef, OdIfc4x1::IfcValve, OdIfc4x1::IfcValveType, OdIfc4x1::IfcVector, OdIfc4x1::IfcVertexLoop, OdIfc4x1::IfcVertexPoint, OdIfc4x1::IfcVibrationIsolator, OdIfc4x1::IfcVibrationIsolatorType, OdIfc4x1::IfcVirtualGridIntersection, OdIfc4x1::IfcVoidingFeature, OdIfc4x1::IfcWall, OdIfc4x1::IfcWallType, OdIfc4x1::IfcWasteTerminal, OdIfc4x1::IfcWasteTerminalType, OdIfc4x1::IfcWindow, OdIfc4x1::IfcWindowLiningProperties, OdIfc4x1::IfcWindowPanelProperties, OdIfc4x1::IfcWindowStyle, OdIfc4x1::IfcWindowType, OdIfc4x1::IfcWorkCalendar, OdIfc4x1::IfcWorkControl, OdIfc4x1::IfcWorkPlan, OdIfc4x1::IfcWorkSchedule, OdIfc4x1::IfcWorkTime, OdIfc4x1::IfcZone, OdIfc4x1::IfcZShapeProfileDef, OdIfc4x2::IfcActionRequest, OdIfc4x2::IfcActor, OdIfc4x2::IfcActorRole, OdIfc4x2::IfcActuator, OdIfc4x2::IfcActuatorType, OdIfc4x2::IfcAddress, OdIfc4x2::IfcAdvancedBrepWithVoids, OdIfc4x2::IfcAirTerminal, OdIfc4x2::IfcAirTerminalBox, OdIfc4x2::IfcAirTerminalBoxType, OdIfc4x2::IfcAirTerminalType, OdIfc4x2::IfcAirToAirHeatRecovery, OdIfc4x2::IfcAirToAirHeatRecoveryType, OdIfc4x2::IfcAlarm, OdIfc4x2::IfcAlarmType, OdIfc4x2::IfcAlignment2DHorizontal, OdIfc4x2::IfcAlignment2DHorizontalSegment, OdIfc4x2::IfcAlignment2DSegment, OdIfc4x2::IfcAlignment2DVerSegCircularArc, OdIfc4x2::IfcAlignment2DVerSegParabolicArc, OdIfc4x2::IfcAlignment2DVertical, OdIfc4x2::IfcAlignment2DVerticalSegment, OdIfc4x2::IfcAlignment, OdIfc4x2::IfcAlignmentCurve, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAnnotationFillArea, OdIfc4x2::IfcApplication, OdIfc4x2::IfcAppliedValue, OdIfc4x2::IfcApproval, OdIfc4x2::IfcApprovalRelationship, OdIfc4x2::IfcArbitraryClosedProfileDef, OdIfc4x2::IfcArbitraryOpenProfileDef, OdIfc4x2::IfcArbitraryProfileDefWithVoids, OdIfc4x2::IfcAsset, OdIfc4x2::IfcAsymmetricIShapeProfileDef, OdIfc4x2::IfcAudioVisualAppliance, OdIfc4x2::IfcAudioVisualApplianceType, OdIfc4x2::IfcAxis1Placement, OdIfc4x2::IfcAxis2Placement2D, OdIfc4x2::IfcAxis2Placement3D, OdIfc4x2::IfcBeam, OdIfc4x2::IfcBeamType, OdIfc4x2::IfcBearing, OdIfc4x2::IfcBearingType, OdIfc4x2::IfcBlobTexture, OdIfc4x2::IfcBlock, OdIfc4x2::IfcBoiler, OdIfc4x2::IfcBoilerType, OdIfc4x2::IfcBooleanResult, OdIfc4x2::IfcBoundaryCondition, OdIfc4x2::IfcBoundaryEdgeCondition, OdIfc4x2::IfcBoundaryFaceCondition, OdIfc4x2::IfcBoundaryNodeCondition, OdIfc4x2::IfcBoundaryNodeConditionWarping, OdIfc4x2::IfcBoundedCurve, OdIfc4x2::IfcBoundingBox, OdIfc4x2::IfcBoxedHalfSpace, OdIfc4x2::IfcBridge, OdIfc4x2::IfcBridgePart, OdIfc4x2::IfcBSplineCurve, OdIfc4x2::IfcBSplineCurveWithKnots, OdIfc4x2::IfcBSplineSurface, OdIfc4x2::IfcBSplineSurfaceWithKnots, OdIfc4x2::IfcBuilding, OdIfc4x2::IfcBuildingElementPart, OdIfc4x2::IfcBuildingElementPartType, OdIfc4x2::IfcBuildingElementProxy, OdIfc4x2::IfcBuildingElementProxyType, OdIfc4x2::IfcBuildingStorey, OdIfc4x2::IfcBuildingSystem, OdIfc4x2::IfcBurner, OdIfc4x2::IfcBurnerType, OdIfc4x2::IfcCableCarrierFitting, OdIfc4x2::IfcCableCarrierFittingType, OdIfc4x2::IfcCableCarrierSegment, OdIfc4x2::IfcCableCarrierSegmentType, OdIfc4x2::IfcCableFitting, OdIfc4x2::IfcCableFittingType, OdIfc4x2::IfcCableSegment, OdIfc4x2::IfcCableSegmentType, OdIfc4x2::IfcCaissonFoundation, OdIfc4x2::IfcCaissonFoundationType, OdIfc4x2::IfcCartesianPoint, OdIfc4x2::IfcCartesianPointList2D, OdIfc4x2::IfcCartesianPointList3D, OdIfc4x2::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator3D, OdIfc4x2::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator, OdIfc4x2::IfcCenterLineProfileDef, OdIfc4x2::IfcChiller, OdIfc4x2::IfcChillerType, OdIfc4x2::IfcChimney, OdIfc4x2::IfcChimneyType, OdIfc4x2::IfcCircle, OdIfc4x2::IfcCircleHollowProfileDef, OdIfc4x2::IfcCircleProfileDef, OdIfc4x2::IfcCircularArcSegment2D, OdIfc4x2::IfcClassification, OdIfc4x2::IfcClassificationReference, OdIfc4x2::IfcCoil, OdIfc4x2::IfcCoilType, OdIfc4x2::IfcColourRgb, OdIfc4x2::IfcColourRgbList, OdIfc4x2::IfcColourSpecification, OdIfc4x2::IfcColumn, OdIfc4x2::IfcColumnType, OdIfc4x2::IfcCommunicationsAppliance, OdIfc4x2::IfcCommunicationsApplianceType, OdIfc4x2::IfcComplexProperty, OdIfc4x2::IfcComplexPropertyTemplate, OdIfc4x2::IfcCompositeCurve, OdIfc4x2::IfcCompositeCurveSegment, OdIfc4x2::IfcCompositeProfileDef, OdIfc4x2::IfcCompressor, OdIfc4x2::IfcCompressorType, OdIfc4x2::IfcCondenser, OdIfc4x2::IfcCondenserType, OdIfc4x2::IfcConic, OdIfc4x2::IfcConnectedFaceSet, OdIfc4x2::IfcConnectionCurveGeometry, OdIfc4x2::IfcConnectionPointEccentricity, OdIfc4x2::IfcConnectionPointGeometry, OdIfc4x2::IfcConnectionSurfaceGeometry, OdIfc4x2::IfcConnectionVolumeGeometry, OdIfc4x2::IfcConstraint, OdIfc4x2::IfcConstructionEquipmentResource, OdIfc4x2::IfcConstructionEquipmentResourceType, OdIfc4x2::IfcConstructionMaterialResource, OdIfc4x2::IfcConstructionMaterialResourceType, OdIfc4x2::IfcConstructionProductResource, OdIfc4x2::IfcConstructionProductResourceType, OdIfc4x2::IfcConstructionResource, OdIfc4x2::IfcConstructionResourceType, OdIfc4x2::IfcContext, OdIfc4x2::IfcContextDependentUnit, OdIfc4x2::IfcControl, OdIfc4x2::IfcController, OdIfc4x2::IfcControllerType, OdIfc4x2::IfcConversionBasedUnit, OdIfc4x2::IfcConversionBasedUnitWithOffset, OdIfc4x2::IfcCooledBeam, OdIfc4x2::IfcCooledBeamType, OdIfc4x2::IfcCoolingTower, OdIfc4x2::IfcCoolingTowerType, OdIfc4x2::IfcCoordinateOperation, OdIfc4x2::IfcCoordinateReferenceSystem, OdIfc4x2::IfcCostItem, OdIfc4x2::IfcCostSchedule, OdIfc4x2::IfcCovering, OdIfc4x2::IfcCoveringType, OdIfc4x2::IfcCrewResource, OdIfc4x2::IfcCrewResourceType, OdIfc4x2::IfcCsgPrimitive3D, OdIfc4x2::IfcCsgSolid, OdIfc4x2::IfcCShapeProfileDef, OdIfc4x2::IfcCurrencyRelationship, OdIfc4x2::IfcCurtainWall, OdIfc4x2::IfcCurtainWallType, OdIfc4x2::IfcCurveBoundedPlane, OdIfc4x2::IfcCurveBoundedSurface, OdIfc4x2::IfcCurveSegment2D, OdIfc4x2::IfcCurveStyle, OdIfc4x2::IfcCurveStyleFontAndScaling, OdIfc4x2::IfcCurveStyleFont, OdIfc4x2::IfcCurveStyleFontPattern, OdIfc4x2::IfcCylindricalSurface, OdIfc4x2::IfcDamper, OdIfc4x2::IfcDamperType, OdIfc4x2::IfcDerivedProfileDef, OdIfc4x2::IfcDerivedUnit, OdIfc4x2::IfcDerivedUnitElement, OdIfc4x2::IfcDimensionalExponents, OdIfc4x2::IfcDirection, OdIfc4x2::IfcDiscreteAccessory, OdIfc4x2::IfcDiscreteAccessoryType, OdIfc4x2::IfcDistanceExpression, OdIfc4x2::IfcDistributionChamberElement, OdIfc4x2::IfcDistributionChamberElementType, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionPort, OdIfc4x2::IfcDistributionSystem, OdIfc4x2::IfcDocumentInformation, OdIfc4x2::IfcDocumentInformationRelationship, OdIfc4x2::IfcDocumentReference, OdIfc4x2::IfcDoor, OdIfc4x2::IfcDoorLiningProperties, OdIfc4x2::IfcDoorPanelProperties, OdIfc4x2::IfcDoorStyle, OdIfc4x2::IfcDoorType, OdIfc4x2::IfcDuctFitting, OdIfc4x2::IfcDuctFittingType, OdIfc4x2::IfcDuctSegment, OdIfc4x2::IfcDuctSegmentType, OdIfc4x2::IfcDuctSilencer, OdIfc4x2::IfcDuctSilencerType, OdIfc4x2::IfcEdge, OdIfc4x2::IfcEdgeCurve, OdIfc4x2::IfcEdgeLoop, OdIfc4x2::IfcElectricAppliance, OdIfc4x2::IfcElectricApplianceType, OdIfc4x2::IfcElectricDistributionBoard, OdIfc4x2::IfcElectricDistributionBoardType, OdIfc4x2::IfcElectricFlowStorageDevice, OdIfc4x2::IfcElectricFlowStorageDeviceType, OdIfc4x2::IfcElectricGenerator, OdIfc4x2::IfcElectricGeneratorType, OdIfc4x2::IfcElectricMotor, OdIfc4x2::IfcElectricMotorType, OdIfc4x2::IfcElectricTimeControl, OdIfc4x2::IfcElectricTimeControlType, OdIfc4x2::IfcElementarySurface, OdIfc4x2::IfcElementAssembly, OdIfc4x2::IfcElementAssemblyType, OdIfc4x2::IfcElement, OdIfc4x2::IfcElementQuantity, OdIfc4x2::IfcElementType, OdIfc4x2::IfcEllipse, OdIfc4x2::IfcEllipseProfileDef, OdIfc4x2::IfcEngine, OdIfc4x2::IfcEngineType, OdIfc4x2::IfcEvaporativeCooler, OdIfc4x2::IfcEvaporativeCoolerType, OdIfc4x2::IfcEvaporator, OdIfc4x2::IfcEvaporatorType, OdIfc4x2::IfcEvent, OdIfc4x2::IfcEventTime, OdIfc4x2::IfcEventType, OdIfc4x2::IfcExtendedProperties, OdIfc4x2::IfcExternalReference, OdIfc4x2::IfcExternalReferenceRelationship, OdIfc4x2::IfcExternalSpatialElement, OdIfc4x2::IfcExtrudedAreaSolid, OdIfc4x2::IfcExtrudedAreaSolidTapered, OdIfc4x2::IfcFace, OdIfc4x2::IfcFaceBasedSurfaceModel, OdIfc4x2::IfcFaceBound, OdIfc4x2::IfcFaceSurface, OdIfc4x2::IfcFacetedBrepWithVoids, OdIfc4x2::IfcFailureConnectionCondition, OdIfc4x2::IfcFan, OdIfc4x2::IfcFanType, OdIfc4x2::IfcFastener, OdIfc4x2::IfcFastenerType, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFillAreaStyle, OdIfc4x2::IfcFillAreaStyleHatching, OdIfc4x2::IfcFillAreaStyleTiles, OdIfc4x2::IfcFilter, OdIfc4x2::IfcFilterType, OdIfc4x2::IfcFireSuppressionTerminal, OdIfc4x2::IfcFireSuppressionTerminalType, OdIfc4x2::IfcFixedReferenceSweptAreaSolid, OdIfc4x2::IfcFlowInstrument, OdIfc4x2::IfcFlowInstrumentType, OdIfc4x2::IfcFlowMeter, OdIfc4x2::IfcFlowMeterType, OdIfc4x2::IfcFooting, OdIfc4x2::IfcFootingType, OdIfc4x2::IfcFurniture, OdIfc4x2::IfcFurnitureType, OdIfc4x2::IfcGeographicElement, OdIfc4x2::IfcGeographicElementType, OdIfc4x2::IfcGeometricRepresentationContext, OdIfc4x2::IfcGeometricRepresentationSubContext, OdIfc4x2::IfcGeometricSet, OdIfc4x2::IfcGrid, OdIfc4x2::IfcGridAxis, OdIfc4x2::IfcGridPlacement, OdIfc4x2::IfcGroup, OdIfc4x2::IfcGroup, OdIfc4x2::IfcHalfSpaceSolid, OdIfc4x2::IfcHeatExchanger, OdIfc4x2::IfcHeatExchangerType, OdIfc4x2::IfcHumidifier, OdIfc4x2::IfcHumidifierType, OdIfc4x2::IfcImageTexture, OdIfc4x2::IfcIndexedColourMap, OdIfc4x2::IfcIndexedPolyCurve, OdIfc4x2::IfcIndexedPolygonalFace, OdIfc4x2::IfcIndexedPolygonalFaceWithVoids, OdIfc4x2::IfcIndexedTextureMap, OdIfc4x2::IfcIndexedTriangleTextureMap, OdIfc4x2::IfcInterceptor, OdIfc4x2::IfcInterceptorType, OdIfc4x2::IfcInventory, OdIfc4x2::IfcIrregularTimeSeries, OdIfc4x2::IfcIrregularTimeSeriesValue, OdIfc4x2::IfcIShapeProfileDef, OdIfc4x2::IfcJunctionBox, OdIfc4x2::IfcJunctionBoxType, OdIfc4x2::IfcLaborResource, OdIfc4x2::IfcLaborResourceType, OdIfc4x2::IfcLagTime, OdIfc4x2::IfcLamp, OdIfc4x2::IfcLampType, OdIfc4x2::IfcLibraryInformation, OdIfc4x2::IfcLibraryReference, OdIfc4x2::IfcLightDistributionData, OdIfc4x2::IfcLightFixture, OdIfc4x2::IfcLightFixtureType, OdIfc4x2::IfcLightIntensityDistribution, OdIfc4x2::IfcLightSource, OdIfc4x2::IfcLightSourceDirectional, OdIfc4x2::IfcLightSourceGoniometric, OdIfc4x2::IfcLightSourcePositional, OdIfc4x2::IfcLightSourceSpot, OdIfc4x2::IfcLinearPlacement, OdIfc4x2::IfcLinearPositioningElement, OdIfc4x2::IfcLine, OdIfc4x2::IfcLocalPlacement, OdIfc4x2::IfcLShapeProfileDef, OdIfc4x2::IfcManifoldSolidBrep, OdIfc4x2::IfcMapConversion, OdIfc4x2::IfcMappedItem, OdIfc4x2::IfcMaterial, OdIfc4x2::IfcMaterialClassificationRelationship, OdIfc4x2::IfcMaterialConstituent, OdIfc4x2::IfcMaterialConstituentSet, OdIfc4x2::IfcMaterialDefinition, OdIfc4x2::IfcMaterialDefinitionRepresentation, OdIfc4x2::IfcMaterialLayer, OdIfc4x2::IfcMaterialLayerSet, OdIfc4x2::IfcMaterialLayerSetUsage, OdIfc4x2::IfcMaterialLayerWithOffsets, OdIfc4x2::IfcMaterialList, OdIfc4x2::IfcMaterialProfile, OdIfc4x2::IfcMaterialProfileSet, OdIfc4x2::IfcMaterialProfileSetUsage, OdIfc4x2::IfcMaterialProfileSetUsageTapering, OdIfc4x2::IfcMaterialProfileWithOffsets, OdIfc4x2::IfcMaterialProperties, OdIfc4x2::IfcMaterialRelationship, OdIfc4x2::IfcMaterialUsageDefinition, OdIfc4x2::IfcMeasureWithUnit, OdIfc4x2::IfcMechanicalFastener, OdIfc4x2::IfcMechanicalFastenerType, OdIfc4x2::IfcMedicalDevice, OdIfc4x2::IfcMedicalDeviceType, OdIfc4x2::IfcMember, OdIfc4x2::IfcMemberType, OdIfc4x2::IfcMetric, OdIfc4x2::IfcMonetaryUnit, OdIfc4x2::IfcMotorConnection, OdIfc4x2::IfcMotorConnectionType, OdIfc4x2::IfcNamedUnit, OdIfc4x2::IfcObject, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcObjective, OdIfc4x2::IfcObjectPlacement, OdIfc4x2::IfcOccupant, OdIfc4x2::IfcOffsetCurve2D, OdIfc4x2::IfcOffsetCurve3D, OdIfc4x2::IfcOffsetCurve, OdIfc4x2::IfcOffsetCurveByDistances, OdIfc4x2::IfcOpeningElement, OdIfc4x2::IfcOrganization, OdIfc4x2::IfcOrganizationRelationship, OdIfc4x2::IfcOrientationExpression, OdIfc4x2::IfcOrientedEdge, OdIfc4x2::IfcOutlet, OdIfc4x2::IfcOutletType, OdIfc4x2::IfcOwnerHistory, OdIfc4x2::IfcParameterizedProfileDef, OdIfc4x2::IfcPath, OdIfc4x2::IfcPcurve, OdIfc4x2::IfcPerformanceHistory, OdIfc4x2::IfcPermeableCoveringProperties, OdIfc4x2::IfcPermit, OdIfc4x2::IfcPersonAndOrganization, OdIfc4x2::IfcPerson, OdIfc4x2::IfcPhysicalComplexQuantity, OdIfc4x2::IfcPhysicalQuantity, OdIfc4x2::IfcPhysicalSimpleQuantity, OdIfc4x2::IfcPile, OdIfc4x2::IfcPileType, OdIfc4x2::IfcPipeFitting, OdIfc4x2::IfcPipeFittingType, OdIfc4x2::IfcPipeSegment, OdIfc4x2::IfcPipeSegmentType, OdIfc4x2::IfcPixelTexture, OdIfc4x2::IfcPlacement, OdIfc4x2::IfcPlanarBox, OdIfc4x2::IfcPlanarExtent, OdIfc4x2::IfcPlate, OdIfc4x2::IfcPlateType, OdIfc4x2::IfcPointOnCurve, OdIfc4x2::IfcPointOnSurface, OdIfc4x2::IfcPolygonalBoundedHalfSpace, OdIfc4x2::IfcPolygonalFaceSet, OdIfc4x2::IfcPolyline, OdIfc4x2::IfcPolyLoop, OdIfc4x2::IfcPort, OdIfc4x2::IfcPort, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcPostalAddress, OdIfc4x2::IfcPreDefinedItem, OdIfc4x2::IfcPresentationLayerAssignment, OdIfc4x2::IfcPresentationLayerWithStyle, OdIfc4x2::IfcPresentationStyleAssignment, OdIfc4x2::IfcPresentationStyle, OdIfc4x2::IfcProcedure, OdIfc4x2::IfcProcedureType, OdIfc4x2::IfcProcess, OdIfc4x2::IfcProduct, OdIfc4x2::IfcProductDefinitionShape, OdIfc4x2::IfcProductDefinitionShape, OdIfc4x2::IfcProductRepresentation, OdIfc4x2::IfcProfileDef, OdIfc4x2::IfcProfileProperties, OdIfc4x2::IfcProjectedCRS, OdIfc4x2::IfcProjectionElement, OdIfc4x2::IfcProjectOrder, OdIfc4x2::IfcPropertyAbstraction, OdIfc4x2::IfcProperty, OdIfc4x2::IfcPropertyBoundedValue, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertyDependencyRelationship, OdIfc4x2::IfcPropertyEnumeratedValue, OdIfc4x2::IfcPropertyEnumeration, OdIfc4x2::IfcPropertyListValue, OdIfc4x2::IfcPropertyReferenceValue, OdIfc4x2::IfcPropertySet, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetTemplate, OdIfc4x2::IfcPropertySingleValue, OdIfc4x2::IfcPropertyTableValue, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcProtectiveDevice, OdIfc4x2::IfcProtectiveDeviceTrippingUnit, OdIfc4x2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x2::IfcProtectiveDeviceType, OdIfc4x2::IfcProxy, OdIfc4x2::IfcPump, OdIfc4x2::IfcPumpType, OdIfc4x2::IfcQuantityArea, OdIfc4x2::IfcQuantityCount, OdIfc4x2::IfcQuantityLength, OdIfc4x2::IfcQuantityTime, OdIfc4x2::IfcQuantityVolume, OdIfc4x2::IfcQuantityWeight, OdIfc4x2::IfcRailing, OdIfc4x2::IfcRailingType, OdIfc4x2::IfcRamp, OdIfc4x2::IfcRampFlight, OdIfc4x2::IfcRampFlightType, OdIfc4x2::IfcRampType, OdIfc4x2::IfcRationalBSplineCurveWithKnots, OdIfc4x2::IfcRationalBSplineSurfaceWithKnots, OdIfc4x2::IfcRectangleHollowProfileDef, OdIfc4x2::IfcRectangleProfileDef, OdIfc4x2::IfcRectangularPyramid, OdIfc4x2::IfcRectangularTrimmedSurface, OdIfc4x2::IfcRecurrencePattern, OdIfc4x2::IfcReference, OdIfc4x2::IfcReferent, OdIfc4x2::IfcRegularTimeSeries, OdIfc4x2::IfcReinforcementBarProperties, OdIfc4x2::IfcReinforcementDefinitionProperties, OdIfc4x2::IfcReinforcingBar, OdIfc4x2::IfcReinforcingBarType, OdIfc4x2::IfcReinforcingElement, OdIfc4x2::IfcReinforcingMesh, OdIfc4x2::IfcReinforcingMeshType, OdIfc4x2::IfcRelAggregates, OdIfc4x2::IfcRelAssigns, OdIfc4x2::IfcRelAssignsToActor, OdIfc4x2::IfcRelAssignsToControl, OdIfc4x2::IfcRelAssignsToGroup, OdIfc4x2::IfcRelAssignsToGroupByFactor, OdIfc4x2::IfcRelAssignsToProcess, OdIfc4x2::IfcRelAssignsToProduct, OdIfc4x2::IfcRelAssignsToResource, OdIfc4x2::IfcRelAssociatesApproval, OdIfc4x2::IfcRelAssociates, OdIfc4x2::IfcRelAssociatesClassification, OdIfc4x2::IfcRelAssociatesConstraint, OdIfc4x2::IfcRelAssociatesDocument, OdIfc4x2::IfcRelAssociatesLibrary, OdIfc4x2::IfcRelAssociatesMaterial, OdIfc4x2::IfcRelConnectsElements, OdIfc4x2::IfcRelConnectsPathElements, OdIfc4x2::IfcRelConnectsPorts, OdIfc4x2::IfcRelConnectsPortToElement, OdIfc4x2::IfcRelConnectsStructuralActivity, OdIfc4x2::IfcRelConnectsStructuralMember, OdIfc4x2::IfcRelConnectsWithEccentricity, OdIfc4x2::IfcRelConnectsWithRealizingElements, OdIfc4x2::IfcRelContainedInSpatialStructure, OdIfc4x2::IfcRelCoversBldgElements, OdIfc4x2::IfcRelCoversSpaces, OdIfc4x2::IfcRelDeclares, OdIfc4x2::IfcRelDefinesByObject, OdIfc4x2::IfcRelDefinesByProperties, OdIfc4x2::IfcRelDefinesByTemplate, OdIfc4x2::IfcRelDefinesByType, OdIfc4x2::IfcRelFillsElement, OdIfc4x2::IfcRelFlowControlElements, OdIfc4x2::IfcRelInterferesElements, OdIfc4x2::IfcRelNests, OdIfc4x2::IfcRelPositions, OdIfc4x2::IfcRelProjectsElement, OdIfc4x2::IfcRelReferencedInSpatialStructure, OdIfc4x2::IfcRelSequence, OdIfc4x2::IfcRelServicesBuildings, OdIfc4x2::IfcRelSpaceBoundary1stLevel, OdIfc4x2::IfcRelSpaceBoundary2ndLevel, OdIfc4x2::IfcRelSpaceBoundary, OdIfc4x2::IfcRelVoidsElement, OdIfc4x2::IfcReparametrisedCompositeCurveSegment, OdIfc4x2::IfcRepresentation, OdIfc4x2::IfcRepresentationContext, OdIfc4x2::IfcRepresentationItem, OdIfc4x2::IfcRepresentationMap, OdIfc4x2::IfcResourceApprovalRelationship, OdIfc4x2::IfcResource, OdIfc4x2::IfcResourceConstraintRelationship, OdIfc4x2::IfcResourceLevelRelationship, OdIfc4x2::IfcResourceTime, OdIfc4x2::IfcRevolvedAreaSolid, OdIfc4x2::IfcRevolvedAreaSolidTapered, OdIfc4x2::IfcRightCircularCone, OdIfc4x2::IfcRightCircularCylinder, OdIfc4x2::IfcRoof, OdIfc4x2::IfcRoofType, OdIfc4x2::IfcRoot, OdIfc4x2::IfcRoundedRectangleProfileDef, OdIfc4x2::IfcSanitaryTerminal, OdIfc4x2::IfcSanitaryTerminalType, OdIfc4x2::IfcSchedulingTime, OdIfc4x2::IfcSectionedSolid, OdIfc4x2::IfcSectionedSolidHorizontal, OdIfc4x2::IfcSectionedSpine, OdIfc4x2::IfcSectionProperties, OdIfc4x2::IfcSectionReinforcementProperties, OdIfc4x2::IfcSensor, OdIfc4x2::IfcSensorType, OdIfc4x2::IfcShadingDevice, OdIfc4x2::IfcShadingDeviceType, OdIfc4x2::IfcShapeAspect, OdIfc4x2::IfcShapeModel, OdIfc4x2::IfcShapeModel, OdIfc4x2::IfcShellBasedSurfaceModel, OdIfc4x2::IfcSimplePropertyTemplate, OdIfc4x2::IfcSite, OdIfc4x2::IfcSIUnit, OdIfc4x2::IfcSlab, OdIfc4x2::IfcSlabType, OdIfc4x2::IfcSlippageConnectionCondition, OdIfc4x2::IfcSolarDevice, OdIfc4x2::IfcSolarDeviceType, OdIfc4x2::IfcSpace, OdIfc4x2::IfcSpaceHeater, OdIfc4x2::IfcSpaceHeaterType, OdIfc4x2::IfcSpaceType, OdIfc4x2::IfcSpatialElement, OdIfc4x2::IfcSpatialElementType, OdIfc4x2::IfcSpatialStructureElement, OdIfc4x2::IfcSpatialZone, OdIfc4x2::IfcSpatialZoneType, OdIfc4x2::IfcSphere, OdIfc4x2::IfcSphericalSurface, OdIfc4x2::IfcStackTerminal, OdIfc4x2::IfcStackTerminalType, OdIfc4x2::IfcStair, OdIfc4x2::IfcStairFlight, OdIfc4x2::IfcStairFlightType, OdIfc4x2::IfcStairType, OdIfc4x2::IfcStructuralAction, OdIfc4x2::IfcStructuralActivity, OdIfc4x2::IfcStructuralAnalysisModel, OdIfc4x2::IfcStructuralConnection, OdIfc4x2::IfcStructuralConnectionCondition, OdIfc4x2::IfcStructuralCurveAction, OdIfc4x2::IfcStructuralCurveConnection, OdIfc4x2::IfcStructuralCurveMember, OdIfc4x2::IfcStructuralCurveReaction, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralLoad, OdIfc4x2::IfcStructuralLoadCase, OdIfc4x2::IfcStructuralLoadConfiguration, OdIfc4x2::IfcStructuralLoadGroup, OdIfc4x2::IfcStructuralLoadLinearForce, OdIfc4x2::IfcStructuralLoadPlanarForce, OdIfc4x2::IfcStructuralLoadSingleDisplacement, OdIfc4x2::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x2::IfcStructuralLoadSingleForce, OdIfc4x2::IfcStructuralLoadSingleForceWarping, OdIfc4x2::IfcStructuralLoadTemperature, OdIfc4x2::IfcStructuralMember, OdIfc4x2::IfcStructuralMember, OdIfc4x2::IfcStructuralPointConnection, OdIfc4x2::IfcStructuralResultGroup, OdIfc4x2::IfcStructuralSurfaceAction, OdIfc4x2::IfcStructuralSurfaceMember, OdIfc4x2::IfcStructuralSurfaceReaction, OdIfc4x2::IfcStyledItem, OdIfc4x2::IfcSubContractResource, OdIfc4x2::IfcSubContractResourceType, OdIfc4x2::IfcSubedge, OdIfc4x2::IfcSurfaceCurve, OdIfc4x2::IfcSurfaceCurveSweptAreaSolid, OdIfc4x2::IfcSurfaceFeature, OdIfc4x2::IfcSurfaceOfLinearExtrusion, OdIfc4x2::IfcSurfaceOfRevolution, OdIfc4x2::IfcSurfaceReinforcementArea, OdIfc4x2::IfcSurfaceStyle, OdIfc4x2::IfcSurfaceStyleLighting, OdIfc4x2::IfcSurfaceStyleRefraction, OdIfc4x2::IfcSurfaceStyleRendering, OdIfc4x2::IfcSurfaceStyleShading, OdIfc4x2::IfcSurfaceStyleWithTextures, OdIfc4x2::IfcSurfaceTexture, OdIfc4x2::IfcSweptAreaSolid, OdIfc4x2::IfcSweptDiskSolid, OdIfc4x2::IfcSweptDiskSolidPolygonal, OdIfc4x2::IfcSweptSurface, OdIfc4x2::IfcSwitchingDevice, OdIfc4x2::IfcSwitchingDeviceType, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystemFurnitureElement, OdIfc4x2::IfcSystemFurnitureElementType, OdIfc4x2::IfcTable, OdIfc4x2::IfcTableColumn, OdIfc4x2::IfcTableRow, OdIfc4x2::IfcTank, OdIfc4x2::IfcTankType, OdIfc4x2::IfcTask, OdIfc4x2::IfcTaskTime, OdIfc4x2::IfcTaskTimeRecurring, OdIfc4x2::IfcTaskType, OdIfc4x2::IfcTelecomAddress, OdIfc4x2::IfcTendonAnchor, OdIfc4x2::IfcTendonAnchorType, OdIfc4x2::IfcTendon, OdIfc4x2::IfcTendonConduit, OdIfc4x2::IfcTendonConduitType, OdIfc4x2::IfcTendonType, OdIfc4x2::IfcTessellatedFaceSet, OdIfc4x2::IfcTextLiteral, OdIfc4x2::IfcTextLiteralWithExtent, OdIfc4x2::IfcTextStyle, OdIfc4x2::IfcTextStyleFontModel, OdIfc4x2::IfcTextStyleForDefinedFont, OdIfc4x2::IfcTextStyleTextModel, OdIfc4x2::IfcTextureCoordinate, OdIfc4x2::IfcTextureCoordinateGenerator, OdIfc4x2::IfcTextureMap, OdIfc4x2::IfcTextureVertex, OdIfc4x2::IfcTextureVertexList, OdIfc4x2::IfcTimePeriod, OdIfc4x2::IfcTimeSeries, OdIfc4x2::IfcTimeSeriesValue, OdIfc4x2::IfcToroidalSurface, OdIfc4x2::IfcTransformer, OdIfc4x2::IfcTransformerType, OdIfc4x2::IfcTransitionCurveSegment2D, OdIfc4x2::IfcTransportElement, OdIfc4x2::IfcTransportElementType, OdIfc4x2::IfcTrapeziumProfileDef, OdIfc4x2::IfcTriangulatedFaceSet, OdIfc4x2::IfcTriangulatedIrregularNetwork, OdIfc4x2::IfcTrimmedCurve, OdIfc4x2::IfcTShapeProfileDef, OdIfc4x2::IfcTubeBundle, OdIfc4x2::IfcTubeBundleType, OdIfc4x2::IfcTypeObject, OdIfc4x2::IfcTypeProcess, OdIfc4x2::IfcTypeProduct, OdIfc4x2::IfcTypeResource, OdIfc4x2::IfcUnitaryControlElement, OdIfc4x2::IfcUnitaryControlElementType, OdIfc4x2::IfcUnitaryEquipment, OdIfc4x2::IfcUnitaryEquipmentType, OdIfc4x2::IfcUnitAssignment, OdIfc4x2::IfcUShapeProfileDef, OdIfc4x2::IfcValve, OdIfc4x2::IfcValveType, OdIfc4x2::IfcVector, OdIfc4x2::IfcVertexLoop, OdIfc4x2::IfcVertexPoint, OdIfc4x2::IfcVibrationDamper, OdIfc4x2::IfcVibrationDamperType, OdIfc4x2::IfcVibrationIsolator, OdIfc4x2::IfcVibrationIsolatorType, OdIfc4x2::IfcVirtualGridIntersection, OdIfc4x2::IfcVoidingFeature, OdIfc4x2::IfcWall, OdIfc4x2::IfcWallType, OdIfc4x2::IfcWasteTerminal, OdIfc4x2::IfcWasteTerminalType, OdIfc4x2::IfcWindow, OdIfc4x2::IfcWindowLiningProperties, OdIfc4x2::IfcWindowPanelProperties, OdIfc4x2::IfcWindowStyle, OdIfc4x2::IfcWindowType, OdIfc4x2::IfcWorkCalendar, OdIfc4x2::IfcWorkControl, OdIfc4x2::IfcWorkPlan, OdIfc4x2::IfcWorkSchedule, OdIfc4x2::IfcWorkTime, OdIfc4x2::IfcZone, OdIfc4x2::IfcZShapeProfileDef, OdIfc4x3_rc1::IfcActionRequest, OdIfc4x3_rc1::IfcActor, OdIfc4x3_rc1::IfcActorRole, OdIfc4x3_rc1::IfcActuator, OdIfc4x3_rc1::IfcActuatorType, OdIfc4x3_rc1::IfcAddress, OdIfc4x3_rc1::IfcAdvancedBrepWithVoids, OdIfc4x3_rc1::IfcAirTerminal, OdIfc4x3_rc1::IfcAirTerminalBox, OdIfc4x3_rc1::IfcAirTerminalBoxType, OdIfc4x3_rc1::IfcAirTerminalType, OdIfc4x3_rc1::IfcAirToAirHeatRecovery, OdIfc4x3_rc1::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc1::IfcAlarm, OdIfc4x3_rc1::IfcAlarmType, OdIfc4x3_rc1::IfcAlignment2DCant, OdIfc4x3_rc1::IfcAlignment2DCantSegment, OdIfc4x3_rc1::IfcAlignment2DCantSegTransition, OdIfc4x3_rc1::IfcAlignment2DHorizontal, OdIfc4x3_rc1::IfcAlignment2DHorizontalSegment, OdIfc4x3_rc1::IfcAlignment2DSegment, OdIfc4x3_rc1::IfcAlignment2DVerSegCircularArc, OdIfc4x3_rc1::IfcAlignment2DVerSegParabolicArc, OdIfc4x3_rc1::IfcAlignment2DVerSegTransition, OdIfc4x3_rc1::IfcAlignment2DVertical, OdIfc4x3_rc1::IfcAlignment2DVerticalSegment, OdIfc4x3_rc1::IfcAlignment, OdIfc4x3_rc1::IfcAlignmentCurve, OdIfc4x3_rc1::IfcAnnotation, OdIfc4x3_rc1::IfcAnnotationFillArea, OdIfc4x3_rc1::IfcApplication, OdIfc4x3_rc1::IfcAppliedValue, OdIfc4x3_rc1::IfcApproval, OdIfc4x3_rc1::IfcApprovalRelationship, OdIfc4x3_rc1::IfcArbitraryClosedProfileDef, OdIfc4x3_rc1::IfcArbitraryOpenProfileDef, OdIfc4x3_rc1::IfcArbitraryProfileDefWithVoids, OdIfc4x3_rc1::IfcAsset, OdIfc4x3_rc1::IfcAsymmetricIShapeProfileDef, OdIfc4x3_rc1::IfcAudioVisualAppliance, OdIfc4x3_rc1::IfcAudioVisualApplianceType, OdIfc4x3_rc1::IfcAxis1Placement, OdIfc4x3_rc1::IfcAxis2Placement2D, OdIfc4x3_rc1::IfcAxis2Placement3D, OdIfc4x3_rc1::IfcAxisLateralInclination, OdIfc4x3_rc1::IfcBeam, OdIfc4x3_rc1::IfcBeamType, OdIfc4x3_rc1::IfcBearing, OdIfc4x3_rc1::IfcBearingType, OdIfc4x3_rc1::IfcBlobTexture, OdIfc4x3_rc1::IfcBlock, OdIfc4x3_rc1::IfcBoiler, OdIfc4x3_rc1::IfcBoilerType, OdIfc4x3_rc1::IfcBooleanResult, OdIfc4x3_rc1::IfcBoundaryCondition, OdIfc4x3_rc1::IfcBoundaryEdgeCondition, OdIfc4x3_rc1::IfcBoundaryFaceCondition, OdIfc4x3_rc1::IfcBoundaryNodeCondition, OdIfc4x3_rc1::IfcBoundaryNodeConditionWarping, OdIfc4x3_rc1::IfcBoundedCurve, OdIfc4x3_rc1::IfcBoundingBox, OdIfc4x3_rc1::IfcBoxedHalfSpace, OdIfc4x3_rc1::IfcBridge, OdIfc4x3_rc1::IfcBSplineCurve, OdIfc4x3_rc1::IfcBSplineCurveWithKnots, OdIfc4x3_rc1::IfcBSplineSurface, OdIfc4x3_rc1::IfcBSplineSurfaceWithKnots, OdIfc4x3_rc1::IfcBuilding, OdIfc4x3_rc1::IfcBuildingElementPart, OdIfc4x3_rc1::IfcBuildingElementPartType, OdIfc4x3_rc1::IfcBuildingElementProxy, OdIfc4x3_rc1::IfcBuildingElementProxyType, OdIfc4x3_rc1::IfcBuildingStorey, OdIfc4x3_rc1::IfcBuildingSystem, OdIfc4x3_rc1::IfcBuiltSystem, OdIfc4x3_rc1::IfcBurner, OdIfc4x3_rc1::IfcBurnerType, OdIfc4x3_rc1::IfcCableCarrierFitting, OdIfc4x3_rc1::IfcCableCarrierFittingType, OdIfc4x3_rc1::IfcCableCarrierSegment, OdIfc4x3_rc1::IfcCableCarrierSegmentType, OdIfc4x3_rc1::IfcCableFitting, OdIfc4x3_rc1::IfcCableFittingType, OdIfc4x3_rc1::IfcCableSegment, OdIfc4x3_rc1::IfcCableSegmentType, OdIfc4x3_rc1::IfcCaissonFoundation, OdIfc4x3_rc1::IfcCaissonFoundationType, OdIfc4x3_rc1::IfcCartesianPoint, OdIfc4x3_rc1::IfcCartesianPointList2D, OdIfc4x3_rc1::IfcCartesianPointList3D, OdIfc4x3_rc1::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x3_rc1::IfcCartesianTransformationOperator3D, OdIfc4x3_rc1::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x3_rc1::IfcCartesianTransformationOperator, OdIfc4x3_rc1::IfcCenterLineProfileDef, OdIfc4x3_rc1::IfcChiller, OdIfc4x3_rc1::IfcChillerType, OdIfc4x3_rc1::IfcChimney, OdIfc4x3_rc1::IfcChimneyType, OdIfc4x3_rc1::IfcCircle, OdIfc4x3_rc1::IfcCircleHollowProfileDef, OdIfc4x3_rc1::IfcCircleProfileDef, OdIfc4x3_rc1::IfcCircularArcSegment2D, OdIfc4x3_rc1::IfcClassification, OdIfc4x3_rc1::IfcClassificationReference, OdIfc4x3_rc1::IfcCoil, OdIfc4x3_rc1::IfcCoilType, OdIfc4x3_rc1::IfcColourRgb, OdIfc4x3_rc1::IfcColourRgbList, OdIfc4x3_rc1::IfcColourSpecification, OdIfc4x3_rc1::IfcColumn, OdIfc4x3_rc1::IfcColumnType, OdIfc4x3_rc1::IfcCommunicationsAppliance, OdIfc4x3_rc1::IfcCommunicationsApplianceType, OdIfc4x3_rc1::IfcComplexProperty, OdIfc4x3_rc1::IfcComplexPropertyTemplate, OdIfc4x3_rc1::IfcCompositeCurve, OdIfc4x3_rc1::IfcCompositeCurveSegment, OdIfc4x3_rc1::IfcCompositeProfileDef, OdIfc4x3_rc1::IfcCompressor, OdIfc4x3_rc1::IfcCompressorType, OdIfc4x3_rc1::IfcCondenser, OdIfc4x3_rc1::IfcCondenserType, OdIfc4x3_rc1::IfcConic, OdIfc4x3_rc1::IfcConnectedFaceSet, OdIfc4x3_rc1::IfcConnectionCurveGeometry, OdIfc4x3_rc1::IfcConnectionPointEccentricity, OdIfc4x3_rc1::IfcConnectionPointGeometry, OdIfc4x3_rc1::IfcConnectionSurfaceGeometry, OdIfc4x3_rc1::IfcConnectionVolumeGeometry, OdIfc4x3_rc1::IfcConstraint, OdIfc4x3_rc1::IfcConstructionEquipmentResource, OdIfc4x3_rc1::IfcConstructionEquipmentResourceType, OdIfc4x3_rc1::IfcConstructionMaterialResource, OdIfc4x3_rc1::IfcConstructionMaterialResourceType, OdIfc4x3_rc1::IfcConstructionProductResource, OdIfc4x3_rc1::IfcConstructionProductResourceType, OdIfc4x3_rc1::IfcConstructionResource, OdIfc4x3_rc1::IfcConstructionResourceType, OdIfc4x3_rc1::IfcContext, OdIfc4x3_rc1::IfcContextDependentUnit, OdIfc4x3_rc1::IfcControl, OdIfc4x3_rc1::IfcController, OdIfc4x3_rc1::IfcControllerType, OdIfc4x3_rc1::IfcConversionBasedUnit, OdIfc4x3_rc1::IfcConversionBasedUnitWithOffset, OdIfc4x3_rc1::IfcConveyorSegment, OdIfc4x3_rc1::IfcConveyorSegmentType, OdIfc4x3_rc1::IfcCooledBeam, OdIfc4x3_rc1::IfcCooledBeamType, OdIfc4x3_rc1::IfcCoolingTower, OdIfc4x3_rc1::IfcCoolingTowerType, OdIfc4x3_rc1::IfcCoordinateOperation, OdIfc4x3_rc1::IfcCoordinateReferenceSystem, OdIfc4x3_rc1::IfcCostItem, OdIfc4x3_rc1::IfcCostSchedule, OdIfc4x3_rc1::IfcCourse, OdIfc4x3_rc1::IfcCourseType, OdIfc4x3_rc1::IfcCovering, OdIfc4x3_rc1::IfcCoveringType, OdIfc4x3_rc1::IfcCrewResource, OdIfc4x3_rc1::IfcCrewResourceType, OdIfc4x3_rc1::IfcCsgPrimitive3D, OdIfc4x3_rc1::IfcCsgSolid, OdIfc4x3_rc1::IfcCShapeProfileDef, OdIfc4x3_rc1::IfcCurrencyRelationship, OdIfc4x3_rc1::IfcCurtainWall, OdIfc4x3_rc1::IfcCurtainWallType, OdIfc4x3_rc1::IfcCurveBoundedPlane, OdIfc4x3_rc1::IfcCurveBoundedSurface, OdIfc4x3_rc1::IfcCurveSegment2D, OdIfc4x3_rc1::IfcCurveStyle, OdIfc4x3_rc1::IfcCurveStyleFontAndScaling, OdIfc4x3_rc1::IfcCurveStyleFont, OdIfc4x3_rc1::IfcCurveStyleFontPattern, OdIfc4x3_rc1::IfcCylindricalSurface, OdIfc4x3_rc1::IfcDamper, OdIfc4x3_rc1::IfcDamperType, OdIfc4x3_rc1::IfcDerivedProfileDef, OdIfc4x3_rc1::IfcDerivedUnit, OdIfc4x3_rc1::IfcDerivedUnitElement, OdIfc4x3_rc1::IfcDimensionalExponents, OdIfc4x3_rc1::IfcDirection, OdIfc4x3_rc1::IfcDirectrixCurveSweptAreaSolid, OdIfc4x3_rc1::IfcDirectrixDistanceSweptAreaSolid, OdIfc4x3_rc1::IfcDiscreteAccessory, OdIfc4x3_rc1::IfcDiscreteAccessoryType, OdIfc4x3_rc1::IfcDistanceExpression, OdIfc4x3_rc1::IfcDistributionBoard, OdIfc4x3_rc1::IfcDistributionBoardType, OdIfc4x3_rc1::IfcDistributionChamberElement, OdIfc4x3_rc1::IfcDistributionChamberElementType, OdIfc4x3_rc1::IfcDistributionControlElement, OdIfc4x3_rc1::IfcDistributionControlElement, OdIfc4x3_rc1::IfcDistributionElement, OdIfc4x3_rc1::IfcDistributionElement, OdIfc4x3_rc1::IfcDistributionFlowElement, OdIfc4x3_rc1::IfcDistributionFlowElement, OdIfc4x3_rc1::IfcDistributionPort, OdIfc4x3_rc1::IfcDistributionSystem, OdIfc4x3_rc1::IfcDocumentInformation, OdIfc4x3_rc1::IfcDocumentInformationRelationship, OdIfc4x3_rc1::IfcDocumentReference, OdIfc4x3_rc1::IfcDoor, OdIfc4x3_rc1::IfcDoorLiningProperties, OdIfc4x3_rc1::IfcDoorPanelProperties, OdIfc4x3_rc1::IfcDoorStyle, OdIfc4x3_rc1::IfcDoorType, OdIfc4x3_rc1::IfcDuctFitting, OdIfc4x3_rc1::IfcDuctFittingType, OdIfc4x3_rc1::IfcDuctSegment, OdIfc4x3_rc1::IfcDuctSegmentType, OdIfc4x3_rc1::IfcDuctSilencer, OdIfc4x3_rc1::IfcDuctSilencerType, OdIfc4x3_rc1::IfcEarthworksCut, OdIfc4x3_rc1::IfcEarthworksFill, OdIfc4x3_rc1::IfcEdge, OdIfc4x3_rc1::IfcEdgeCurve, OdIfc4x3_rc1::IfcEdgeLoop, OdIfc4x3_rc1::IfcElectricAppliance, OdIfc4x3_rc1::IfcElectricApplianceType, OdIfc4x3_rc1::IfcElectricDistributionBoard, OdIfc4x3_rc1::IfcElectricDistributionBoardType, OdIfc4x3_rc1::IfcElectricFlowStorageDevice, OdIfc4x3_rc1::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc1::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc1::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc1::IfcElectricGenerator, OdIfc4x3_rc1::IfcElectricGeneratorType, OdIfc4x3_rc1::IfcElectricMotor, OdIfc4x3_rc1::IfcElectricMotorType, OdIfc4x3_rc1::IfcElectricTimeControl, OdIfc4x3_rc1::IfcElectricTimeControlType, OdIfc4x3_rc1::IfcElementarySurface, OdIfc4x3_rc1::IfcElementAssembly, OdIfc4x3_rc1::IfcElementAssemblyType, OdIfc4x3_rc1::IfcElement, OdIfc4x3_rc1::IfcElementQuantity, OdIfc4x3_rc1::IfcElementType, OdIfc4x3_rc1::IfcEllipse, OdIfc4x3_rc1::IfcEllipseProfileDef, OdIfc4x3_rc1::IfcEngine, OdIfc4x3_rc1::IfcEngineType, OdIfc4x3_rc1::IfcEvaporativeCooler, OdIfc4x3_rc1::IfcEvaporativeCoolerType, OdIfc4x3_rc1::IfcEvaporator, OdIfc4x3_rc1::IfcEvaporatorType, OdIfc4x3_rc1::IfcEvent, OdIfc4x3_rc1::IfcEventTime, OdIfc4x3_rc1::IfcEventType, OdIfc4x3_rc1::IfcExtendedProperties, OdIfc4x3_rc1::IfcExternalReference, OdIfc4x3_rc1::IfcExternalReferenceRelationship, OdIfc4x3_rc1::IfcExternalSpatialElement, OdIfc4x3_rc1::IfcExtrudedAreaSolid, OdIfc4x3_rc1::IfcExtrudedAreaSolidTapered, OdIfc4x3_rc1::IfcFace, OdIfc4x3_rc1::IfcFaceBasedSurfaceModel, OdIfc4x3_rc1::IfcFaceBound, OdIfc4x3_rc1::IfcFaceSurface, OdIfc4x3_rc1::IfcFacetedBrepWithVoids, OdIfc4x3_rc1::IfcFacilityPart, OdIfc4x3_rc1::IfcFailureConnectionCondition, OdIfc4x3_rc1::IfcFan, OdIfc4x3_rc1::IfcFanType, OdIfc4x3_rc1::IfcFastener, OdIfc4x3_rc1::IfcFastenerType, OdIfc4x3_rc1::IfcFeatureElementAddition, OdIfc4x3_rc1::IfcFeatureElementAddition, OdIfc4x3_rc1::IfcFeatureElementSubtraction, OdIfc4x3_rc1::IfcFeatureElementSubtraction, OdIfc4x3_rc1::IfcFillAreaStyle, OdIfc4x3_rc1::IfcFillAreaStyleHatching, OdIfc4x3_rc1::IfcFillAreaStyleTiles, OdIfc4x3_rc1::IfcFilter, OdIfc4x3_rc1::IfcFilterType, OdIfc4x3_rc1::IfcFireSuppressionTerminal, OdIfc4x3_rc1::IfcFireSuppressionTerminalType, OdIfc4x3_rc1::IfcFixedReferenceSweptAreaSolid, OdIfc4x3_rc1::IfcFlowInstrument, OdIfc4x3_rc1::IfcFlowInstrumentType, OdIfc4x3_rc1::IfcFlowMeter, OdIfc4x3_rc1::IfcFlowMeterType, OdIfc4x3_rc1::IfcFooting, OdIfc4x3_rc1::IfcFootingType, OdIfc4x3_rc1::IfcFurniture, OdIfc4x3_rc1::IfcFurnitureType, OdIfc4x3_rc1::IfcGeographicElement, OdIfc4x3_rc1::IfcGeographicElementType, OdIfc4x3_rc1::IfcGeometricRepresentationContext, OdIfc4x3_rc1::IfcGeometricRepresentationSubContext, OdIfc4x3_rc1::IfcGeometricSet, OdIfc4x3_rc1::IfcGrid, OdIfc4x3_rc1::IfcGridAxis, OdIfc4x3_rc1::IfcGridPlacement, OdIfc4x3_rc1::IfcGroup, OdIfc4x3_rc1::IfcGroup, OdIfc4x3_rc1::IfcHalfSpaceSolid, OdIfc4x3_rc1::IfcHeatExchanger, OdIfc4x3_rc1::IfcHeatExchangerType, OdIfc4x3_rc1::IfcHumidifier, OdIfc4x3_rc1::IfcHumidifierType, OdIfc4x3_rc1::IfcImageTexture, OdIfc4x3_rc1::IfcImpactProtectionDevice, OdIfc4x3_rc1::IfcImpactProtectionDeviceType, OdIfc4x3_rc1::IfcInclinedReferenceSweptAreaSolid, OdIfc4x3_rc1::IfcIndexedColourMap, OdIfc4x3_rc1::IfcIndexedPolyCurve, OdIfc4x3_rc1::IfcIndexedPolygonalFace, OdIfc4x3_rc1::IfcIndexedPolygonalFaceWithVoids, OdIfc4x3_rc1::IfcIndexedTextureMap, OdIfc4x3_rc1::IfcIndexedTriangleTextureMap, OdIfc4x3_rc1::IfcInterceptor, OdIfc4x3_rc1::IfcInterceptorType, OdIfc4x3_rc1::IfcInventory, OdIfc4x3_rc1::IfcIrregularTimeSeries, OdIfc4x3_rc1::IfcIrregularTimeSeriesValue, OdIfc4x3_rc1::IfcIShapeProfileDef, OdIfc4x3_rc1::IfcJunctionBox, OdIfc4x3_rc1::IfcJunctionBoxType, OdIfc4x3_rc1::IfcKerb, OdIfc4x3_rc1::IfcKerbType, OdIfc4x3_rc1::IfcLaborResource, OdIfc4x3_rc1::IfcLaborResourceType, OdIfc4x3_rc1::IfcLagTime, OdIfc4x3_rc1::IfcLamp, OdIfc4x3_rc1::IfcLampType, OdIfc4x3_rc1::IfcLibraryInformation, OdIfc4x3_rc1::IfcLibraryReference, OdIfc4x3_rc1::IfcLightDistributionData, OdIfc4x3_rc1::IfcLightFixture, OdIfc4x3_rc1::IfcLightFixtureType, OdIfc4x3_rc1::IfcLightIntensityDistribution, OdIfc4x3_rc1::IfcLightSource, OdIfc4x3_rc1::IfcLightSourceDirectional, OdIfc4x3_rc1::IfcLightSourceGoniometric, OdIfc4x3_rc1::IfcLightSourcePositional, OdIfc4x3_rc1::IfcLightSourceSpot, OdIfc4x3_rc1::IfcLinearAxisWithInclination, OdIfc4x3_rc1::IfcLinearPlacement, OdIfc4x3_rc1::IfcLinearPlacementWithInclination, OdIfc4x3_rc1::IfcLinearPositioningElement, OdIfc4x3_rc1::IfcLinearSpanPlacement, OdIfc4x3_rc1::IfcLine, OdIfc4x3_rc1::IfcLiquidTerminal, OdIfc4x3_rc1::IfcLiquidTerminalType, OdIfc4x3_rc1::IfcLocalPlacement, OdIfc4x3_rc1::IfcLShapeProfileDef, OdIfc4x3_rc1::IfcManifoldSolidBrep, OdIfc4x3_rc1::IfcMapConversion, OdIfc4x3_rc1::IfcMappedItem, OdIfc4x3_rc1::IfcMarineFacility, OdIfc4x3_rc1::IfcMaterial, OdIfc4x3_rc1::IfcMaterialClassificationRelationship, OdIfc4x3_rc1::IfcMaterialConstituent, OdIfc4x3_rc1::IfcMaterialConstituentSet, OdIfc4x3_rc1::IfcMaterialDefinition, OdIfc4x3_rc1::IfcMaterialDefinitionRepresentation, OdIfc4x3_rc1::IfcMaterialLayer, OdIfc4x3_rc1::IfcMaterialLayerSet, OdIfc4x3_rc1::IfcMaterialLayerSetUsage, OdIfc4x3_rc1::IfcMaterialLayerWithOffsets, OdIfc4x3_rc1::IfcMaterialList, OdIfc4x3_rc1::IfcMaterialProfile, OdIfc4x3_rc1::IfcMaterialProfileSet, OdIfc4x3_rc1::IfcMaterialProfileSetUsage, OdIfc4x3_rc1::IfcMaterialProfileSetUsageTapering, OdIfc4x3_rc1::IfcMaterialProfileWithOffsets, OdIfc4x3_rc1::IfcMaterialProperties, OdIfc4x3_rc1::IfcMaterialRelationship, OdIfc4x3_rc1::IfcMaterialUsageDefinition, OdIfc4x3_rc1::IfcMeasureWithUnit, OdIfc4x3_rc1::IfcMechanicalFastener, OdIfc4x3_rc1::IfcMechanicalFastenerType, OdIfc4x3_rc1::IfcMedicalDevice, OdIfc4x3_rc1::IfcMedicalDeviceType, OdIfc4x3_rc1::IfcMember, OdIfc4x3_rc1::IfcMemberType, OdIfc4x3_rc1::IfcMetric, OdIfc4x3_rc1::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc1::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc1::IfcMonetaryUnit, OdIfc4x3_rc1::IfcMooringDevice, OdIfc4x3_rc1::IfcMooringDeviceType, OdIfc4x3_rc1::IfcMotorConnection, OdIfc4x3_rc1::IfcMotorConnectionType, OdIfc4x3_rc1::IfcNamedUnit, OdIfc4x3_rc1::IfcNavigationElement, OdIfc4x3_rc1::IfcNavigationElementType, OdIfc4x3_rc1::IfcObject, OdIfc4x3_rc1::IfcObjectDefinition, OdIfc4x3_rc1::IfcObjectDefinition, OdIfc4x3_rc1::IfcObjective, OdIfc4x3_rc1::IfcObjectPlacement, OdIfc4x3_rc1::IfcOccupant, OdIfc4x3_rc1::IfcOffsetCurve2D, OdIfc4x3_rc1::IfcOffsetCurve3D, OdIfc4x3_rc1::IfcOffsetCurve, OdIfc4x3_rc1::IfcOffsetCurveByDistances, OdIfc4x3_rc1::IfcOpenCrossProfileDef, OdIfc4x3_rc1::IfcOpeningElement, OdIfc4x3_rc1::IfcOrganization, OdIfc4x3_rc1::IfcOrganizationRelationship, OdIfc4x3_rc1::IfcOrientationExpression, OdIfc4x3_rc1::IfcOrientedEdge, OdIfc4x3_rc1::IfcOutlet, OdIfc4x3_rc1::IfcOutletType, OdIfc4x3_rc1::IfcOwnerHistory, OdIfc4x3_rc1::IfcParameterizedProfileDef, OdIfc4x3_rc1::IfcPath, OdIfc4x3_rc1::IfcPavement, OdIfc4x3_rc1::IfcPavementType, OdIfc4x3_rc1::IfcPcurve, OdIfc4x3_rc1::IfcPerformanceHistory, OdIfc4x3_rc1::IfcPermeableCoveringProperties, OdIfc4x3_rc1::IfcPermit, OdIfc4x3_rc1::IfcPersonAndOrganization, OdIfc4x3_rc1::IfcPerson, OdIfc4x3_rc1::IfcPhysicalComplexQuantity, OdIfc4x3_rc1::IfcPhysicalQuantity, OdIfc4x3_rc1::IfcPhysicalSimpleQuantity, OdIfc4x3_rc1::IfcPile, OdIfc4x3_rc1::IfcPileType, OdIfc4x3_rc1::IfcPipeFitting, OdIfc4x3_rc1::IfcPipeFittingType, OdIfc4x3_rc1::IfcPipeSegment, OdIfc4x3_rc1::IfcPipeSegmentType, OdIfc4x3_rc1::IfcPixelTexture, OdIfc4x3_rc1::IfcPlacement, OdIfc4x3_rc1::IfcPlanarBox, OdIfc4x3_rc1::IfcPlanarExtent, OdIfc4x3_rc1::IfcPlate, OdIfc4x3_rc1::IfcPlateType, OdIfc4x3_rc1::IfcPointOnCurve, OdIfc4x3_rc1::IfcPointOnSurface, OdIfc4x3_rc1::IfcPolygonalBoundedHalfSpace, OdIfc4x3_rc1::IfcPolygonalFaceSet, OdIfc4x3_rc1::IfcPolyline, OdIfc4x3_rc1::IfcPolyLoop, OdIfc4x3_rc1::IfcPort, OdIfc4x3_rc1::IfcPort, OdIfc4x3_rc1::IfcPositioningElement, OdIfc4x3_rc1::IfcPositioningElement, OdIfc4x3_rc1::IfcPostalAddress, OdIfc4x3_rc1::IfcPreDefinedItem, OdIfc4x3_rc1::IfcPresentationLayerAssignment, OdIfc4x3_rc1::IfcPresentationLayerWithStyle, OdIfc4x3_rc1::IfcPresentationStyleAssignment, OdIfc4x3_rc1::IfcPresentationStyle, OdIfc4x3_rc1::IfcProcedure, OdIfc4x3_rc1::IfcProcedureType, OdIfc4x3_rc1::IfcProcess, OdIfc4x3_rc1::IfcProduct, OdIfc4x3_rc1::IfcProductDefinitionShape, OdIfc4x3_rc1::IfcProductDefinitionShape, OdIfc4x3_rc1::IfcProductRepresentation, OdIfc4x3_rc1::IfcProfileDef, OdIfc4x3_rc1::IfcProfileProperties, OdIfc4x3_rc1::IfcProjectedCRS, OdIfc4x3_rc1::IfcProjectionElement, OdIfc4x3_rc1::IfcProjectOrder, OdIfc4x3_rc1::IfcPropertyAbstraction, OdIfc4x3_rc1::IfcProperty, OdIfc4x3_rc1::IfcPropertyBoundedValue, OdIfc4x3_rc1::IfcPropertyDefinition, OdIfc4x3_rc1::IfcPropertyDefinition, OdIfc4x3_rc1::IfcPropertyDependencyRelationship, OdIfc4x3_rc1::IfcPropertyEnumeratedValue, OdIfc4x3_rc1::IfcPropertyEnumeration, OdIfc4x3_rc1::IfcPropertyListValue, OdIfc4x3_rc1::IfcPropertyReferenceValue, OdIfc4x3_rc1::IfcPropertySet, OdIfc4x3_rc1::IfcPropertySetDefinition, OdIfc4x3_rc1::IfcPropertySetDefinition, OdIfc4x3_rc1::IfcPropertySetTemplate, OdIfc4x3_rc1::IfcPropertySingleValue, OdIfc4x3_rc1::IfcPropertyTableValue, OdIfc4x3_rc1::IfcPropertyTemplate, OdIfc4x3_rc1::IfcPropertyTemplate, OdIfc4x3_rc1::IfcProtectiveDevice, OdIfc4x3_rc1::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc1::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc1::IfcProtectiveDeviceType, OdIfc4x3_rc1::IfcProxy, OdIfc4x3_rc1::IfcPump, OdIfc4x3_rc1::IfcPumpType, OdIfc4x3_rc1::IfcQuantityArea, OdIfc4x3_rc1::IfcQuantityCount, OdIfc4x3_rc1::IfcQuantityLength, OdIfc4x3_rc1::IfcQuantityTime, OdIfc4x3_rc1::IfcQuantityVolume, OdIfc4x3_rc1::IfcQuantityWeight, OdIfc4x3_rc1::IfcRail, OdIfc4x3_rc1::IfcRailing, OdIfc4x3_rc1::IfcRailingType, OdIfc4x3_rc1::IfcRailType, OdIfc4x3_rc1::IfcRamp, OdIfc4x3_rc1::IfcRampFlight, OdIfc4x3_rc1::IfcRampFlightType, OdIfc4x3_rc1::IfcRampType, OdIfc4x3_rc1::IfcRationalBSplineCurveWithKnots, OdIfc4x3_rc1::IfcRationalBSplineSurfaceWithKnots, OdIfc4x3_rc1::IfcRectangleHollowProfileDef, OdIfc4x3_rc1::IfcRectangleProfileDef, OdIfc4x3_rc1::IfcRectangularPyramid, OdIfc4x3_rc1::IfcRectangularTrimmedSurface, OdIfc4x3_rc1::IfcRecurrencePattern, OdIfc4x3_rc1::IfcReference, OdIfc4x3_rc1::IfcReferent, OdIfc4x3_rc1::IfcRegularTimeSeries, OdIfc4x3_rc1::IfcReinforcedSoil, OdIfc4x3_rc1::IfcReinforcementBarProperties, OdIfc4x3_rc1::IfcReinforcementDefinitionProperties, OdIfc4x3_rc1::IfcReinforcingBar, OdIfc4x3_rc1::IfcReinforcingBarType, OdIfc4x3_rc1::IfcReinforcingElement, OdIfc4x3_rc1::IfcReinforcingMesh, OdIfc4x3_rc1::IfcReinforcingMeshType, OdIfc4x3_rc1::IfcRelAggregates, OdIfc4x3_rc1::IfcRelAssigns, OdIfc4x3_rc1::IfcRelAssignsToActor, OdIfc4x3_rc1::IfcRelAssignsToControl, OdIfc4x3_rc1::IfcRelAssignsToGroup, OdIfc4x3_rc1::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc1::IfcRelAssignsToProcess, OdIfc4x3_rc1::IfcRelAssignsToProduct, OdIfc4x3_rc1::IfcRelAssignsToResource, OdIfc4x3_rc1::IfcRelAssociatesApproval, OdIfc4x3_rc1::IfcRelAssociates, OdIfc4x3_rc1::IfcRelAssociatesClassification, OdIfc4x3_rc1::IfcRelAssociatesConstraint, OdIfc4x3_rc1::IfcRelAssociatesDocument, OdIfc4x3_rc1::IfcRelAssociatesLibrary, OdIfc4x3_rc1::IfcRelAssociatesMaterial, OdIfc4x3_rc1::IfcRelAssociatesProfileDef, OdIfc4x3_rc1::IfcRelConnectsElements, OdIfc4x3_rc1::IfcRelConnectsPathElements, OdIfc4x3_rc1::IfcRelConnectsPorts, OdIfc4x3_rc1::IfcRelConnectsPortToElement, OdIfc4x3_rc1::IfcRelConnectsStructuralActivity, OdIfc4x3_rc1::IfcRelConnectsStructuralMember, OdIfc4x3_rc1::IfcRelConnectsWithEccentricity, OdIfc4x3_rc1::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc1::IfcRelContainedInSpatialStructure, OdIfc4x3_rc1::IfcRelCoversBldgElements, OdIfc4x3_rc1::IfcRelCoversSpaces, OdIfc4x3_rc1::IfcRelDeclares, OdIfc4x3_rc1::IfcRelDefinesByObject, OdIfc4x3_rc1::IfcRelDefinesByProperties, OdIfc4x3_rc1::IfcRelDefinesByTemplate, OdIfc4x3_rc1::IfcRelDefinesByType, OdIfc4x3_rc1::IfcRelFillsElement, OdIfc4x3_rc1::IfcRelFlowControlElements, OdIfc4x3_rc1::IfcRelInterferesElements, OdIfc4x3_rc1::IfcRelNests, OdIfc4x3_rc1::IfcRelPositions, OdIfc4x3_rc1::IfcRelProjectsElement, OdIfc4x3_rc1::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc1::IfcRelSequence, OdIfc4x3_rc1::IfcRelServicesBuildings, OdIfc4x3_rc1::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc1::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc1::IfcRelSpaceBoundary, OdIfc4x3_rc1::IfcRelVoidsElement, OdIfc4x3_rc1::IfcReparametrisedCompositeCurveSegment, OdIfc4x3_rc1::IfcRepresentation, OdIfc4x3_rc1::IfcRepresentationContext, OdIfc4x3_rc1::IfcRepresentationItem, OdIfc4x3_rc1::IfcRepresentationMap, OdIfc4x3_rc1::IfcResourceApprovalRelationship, OdIfc4x3_rc1::IfcResource, OdIfc4x3_rc1::IfcResourceConstraintRelationship, OdIfc4x3_rc1::IfcResourceLevelRelationship, OdIfc4x3_rc1::IfcResourceTime, OdIfc4x3_rc1::IfcRevolvedAreaSolid, OdIfc4x3_rc1::IfcRevolvedAreaSolidTapered, OdIfc4x3_rc1::IfcRightCircularCone, OdIfc4x3_rc1::IfcRightCircularCylinder, OdIfc4x3_rc1::IfcRoof, OdIfc4x3_rc1::IfcRoofType, OdIfc4x3_rc1::IfcRoot, OdIfc4x3_rc1::IfcRoundedRectangleProfileDef, OdIfc4x3_rc1::IfcSanitaryTerminal, OdIfc4x3_rc1::IfcSanitaryTerminalType, OdIfc4x3_rc1::IfcSchedulingTime, OdIfc4x3_rc1::IfcSectionedSolid, OdIfc4x3_rc1::IfcSectionedSolidHorizontal, OdIfc4x3_rc1::IfcSectionedSpine, OdIfc4x3_rc1::IfcSectionedSurface, OdIfc4x3_rc1::IfcSectionProperties, OdIfc4x3_rc1::IfcSectionReinforcementProperties, OdIfc4x3_rc1::IfcSensor, OdIfc4x3_rc1::IfcSensorType, OdIfc4x3_rc1::IfcShadingDevice, OdIfc4x3_rc1::IfcShadingDeviceType, OdIfc4x3_rc1::IfcShapeAspect, OdIfc4x3_rc1::IfcShapeModel, OdIfc4x3_rc1::IfcShapeModel, OdIfc4x3_rc1::IfcShellBasedSurfaceModel, OdIfc4x3_rc1::IfcSignal, OdIfc4x3_rc1::IfcSignalType, OdIfc4x3_rc1::IfcSign, OdIfc4x3_rc1::IfcSignType, OdIfc4x3_rc1::IfcSimplePropertyTemplate, OdIfc4x3_rc1::IfcSite, OdIfc4x3_rc1::IfcSIUnit, OdIfc4x3_rc1::IfcSlab, OdIfc4x3_rc1::IfcSlabType, OdIfc4x3_rc1::IfcSlippageConnectionCondition, OdIfc4x3_rc1::IfcSolarDevice, OdIfc4x3_rc1::IfcSolarDeviceType, OdIfc4x3_rc1::IfcSpace, OdIfc4x3_rc1::IfcSpaceHeater, OdIfc4x3_rc1::IfcSpaceHeaterType, OdIfc4x3_rc1::IfcSpaceType, OdIfc4x3_rc1::IfcSpatialElement, OdIfc4x3_rc1::IfcSpatialElementType, OdIfc4x3_rc1::IfcSpatialStructureElement, OdIfc4x3_rc1::IfcSpatialZone, OdIfc4x3_rc1::IfcSpatialZoneType, OdIfc4x3_rc1::IfcSphere, OdIfc4x3_rc1::IfcSphericalSurface, OdIfc4x3_rc1::IfcStackTerminal, OdIfc4x3_rc1::IfcStackTerminalType, OdIfc4x3_rc1::IfcStair, OdIfc4x3_rc1::IfcStairFlight, OdIfc4x3_rc1::IfcStairFlightType, OdIfc4x3_rc1::IfcStairType, OdIfc4x3_rc1::IfcStructuralAction, OdIfc4x3_rc1::IfcStructuralActivity, OdIfc4x3_rc1::IfcStructuralAnalysisModel, OdIfc4x3_rc1::IfcStructuralConnection, OdIfc4x3_rc1::IfcStructuralConnectionCondition, OdIfc4x3_rc1::IfcStructuralCurveAction, OdIfc4x3_rc1::IfcStructuralCurveConnection, OdIfc4x3_rc1::IfcStructuralCurveMember, OdIfc4x3_rc1::IfcStructuralCurveReaction, OdIfc4x3_rc1::IfcStructuralItem, OdIfc4x3_rc1::IfcStructuralItem, OdIfc4x3_rc1::IfcStructuralLoad, OdIfc4x3_rc1::IfcStructuralLoadCase, OdIfc4x3_rc1::IfcStructuralLoadConfiguration, OdIfc4x3_rc1::IfcStructuralLoadGroup, OdIfc4x3_rc1::IfcStructuralLoadLinearForce, OdIfc4x3_rc1::IfcStructuralLoadPlanarForce, OdIfc4x3_rc1::IfcStructuralLoadSingleDisplacement, OdIfc4x3_rc1::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x3_rc1::IfcStructuralLoadSingleForce, OdIfc4x3_rc1::IfcStructuralLoadSingleForceWarping, OdIfc4x3_rc1::IfcStructuralLoadTemperature, OdIfc4x3_rc1::IfcStructuralMember, OdIfc4x3_rc1::IfcStructuralMember, OdIfc4x3_rc1::IfcStructuralPointConnection, OdIfc4x3_rc1::IfcStructuralResultGroup, OdIfc4x3_rc1::IfcStructuralSurfaceAction, OdIfc4x3_rc1::IfcStructuralSurfaceMember, OdIfc4x3_rc1::IfcStructuralSurfaceReaction, OdIfc4x3_rc1::IfcStyledItem, OdIfc4x3_rc1::IfcSubContractResource, OdIfc4x3_rc1::IfcSubContractResourceType, OdIfc4x3_rc1::IfcSubedge, OdIfc4x3_rc1::IfcSurfaceCurve, OdIfc4x3_rc1::IfcSurfaceCurveSweptAreaSolid, OdIfc4x3_rc1::IfcSurfaceFeature, OdIfc4x3_rc1::IfcSurfaceOfLinearExtrusion, OdIfc4x3_rc1::IfcSurfaceOfRevolution, OdIfc4x3_rc1::IfcSurfaceReinforcementArea, OdIfc4x3_rc1::IfcSurfaceStyle, OdIfc4x3_rc1::IfcSurfaceStyleLighting, OdIfc4x3_rc1::IfcSurfaceStyleRefraction, OdIfc4x3_rc1::IfcSurfaceStyleRendering, OdIfc4x3_rc1::IfcSurfaceStyleShading, OdIfc4x3_rc1::IfcSurfaceStyleWithTextures, OdIfc4x3_rc1::IfcSurfaceTexture, OdIfc4x3_rc1::IfcSweptAreaSolid, OdIfc4x3_rc1::IfcSweptDiskSolid, OdIfc4x3_rc1::IfcSweptDiskSolidPolygonal, OdIfc4x3_rc1::IfcSweptSurface, OdIfc4x3_rc1::IfcSwitchingDevice, OdIfc4x3_rc1::IfcSwitchingDeviceType, OdIfc4x3_rc1::IfcSystem, OdIfc4x3_rc1::IfcSystem, OdIfc4x3_rc1::IfcSystemFurnitureElement, OdIfc4x3_rc1::IfcSystemFurnitureElementType, OdIfc4x3_rc1::IfcTable, OdIfc4x3_rc1::IfcTableColumn, OdIfc4x3_rc1::IfcTableRow, OdIfc4x3_rc1::IfcTank, OdIfc4x3_rc1::IfcTankType, OdIfc4x3_rc1::IfcTask, OdIfc4x3_rc1::IfcTaskTime, OdIfc4x3_rc1::IfcTaskTimeRecurring, OdIfc4x3_rc1::IfcTaskType, OdIfc4x3_rc1::IfcTelecomAddress, OdIfc4x3_rc1::IfcTendonAnchor, OdIfc4x3_rc1::IfcTendonAnchorType, OdIfc4x3_rc1::IfcTendon, OdIfc4x3_rc1::IfcTendonConduit, OdIfc4x3_rc1::IfcTendonConduitType, OdIfc4x3_rc1::IfcTendonType, OdIfc4x3_rc1::IfcTessellatedFaceSet, OdIfc4x3_rc1::IfcTextLiteral, OdIfc4x3_rc1::IfcTextLiteralWithExtent, OdIfc4x3_rc1::IfcTextStyle, OdIfc4x3_rc1::IfcTextStyleFontModel, OdIfc4x3_rc1::IfcTextStyleForDefinedFont, OdIfc4x3_rc1::IfcTextStyleTextModel, OdIfc4x3_rc1::IfcTextureCoordinate, OdIfc4x3_rc1::IfcTextureCoordinateGenerator, OdIfc4x3_rc1::IfcTextureMap, OdIfc4x3_rc1::IfcTextureVertex, OdIfc4x3_rc1::IfcTextureVertexList, OdIfc4x3_rc1::IfcTimePeriod, OdIfc4x3_rc1::IfcTimeSeries, OdIfc4x3_rc1::IfcTimeSeriesValue, OdIfc4x3_rc1::IfcToroidalSurface, OdIfc4x3_rc1::IfcTrackElement, OdIfc4x3_rc1::IfcTrackElementType, OdIfc4x3_rc1::IfcTransformer, OdIfc4x3_rc1::IfcTransformerType, OdIfc4x3_rc1::IfcTransitionCurveSegment2D, OdIfc4x3_rc1::IfcTransportElement, OdIfc4x3_rc1::IfcTransportElementType, OdIfc4x3_rc1::IfcTrapeziumProfileDef, OdIfc4x3_rc1::IfcTriangulatedFaceSet, OdIfc4x3_rc1::IfcTriangulatedIrregularNetwork, OdIfc4x3_rc1::IfcTrimmedCurve, OdIfc4x3_rc1::IfcTShapeProfileDef, OdIfc4x3_rc1::IfcTubeBundle, OdIfc4x3_rc1::IfcTubeBundleType, OdIfc4x3_rc1::IfcTypeObject, OdIfc4x3_rc1::IfcTypeProcess, OdIfc4x3_rc1::IfcTypeProduct, OdIfc4x3_rc1::IfcTypeResource, OdIfc4x3_rc1::IfcUnitaryControlElement, OdIfc4x3_rc1::IfcUnitaryControlElementType, OdIfc4x3_rc1::IfcUnitaryEquipment, OdIfc4x3_rc1::IfcUnitaryEquipmentType, OdIfc4x3_rc1::IfcUnitAssignment, OdIfc4x3_rc1::IfcUShapeProfileDef, OdIfc4x3_rc1::IfcValve, OdIfc4x3_rc1::IfcValveType, OdIfc4x3_rc1::IfcVector, OdIfc4x3_rc1::IfcVertexLoop, OdIfc4x3_rc1::IfcVertexPoint, OdIfc4x3_rc1::IfcVibrationDamper, OdIfc4x3_rc1::IfcVibrationDamperType, OdIfc4x3_rc1::IfcVibrationIsolator, OdIfc4x3_rc1::IfcVibrationIsolatorType, OdIfc4x3_rc1::IfcVirtualGridIntersection, OdIfc4x3_rc1::IfcVoidingFeature, OdIfc4x3_rc1::IfcWall, OdIfc4x3_rc1::IfcWallType, OdIfc4x3_rc1::IfcWasteTerminal, OdIfc4x3_rc1::IfcWasteTerminalType, OdIfc4x3_rc1::IfcWindow, OdIfc4x3_rc1::IfcWindowLiningProperties, OdIfc4x3_rc1::IfcWindowPanelProperties, OdIfc4x3_rc1::IfcWindowStyle, OdIfc4x3_rc1::IfcWindowType, OdIfc4x3_rc1::IfcWorkCalendar, OdIfc4x3_rc1::IfcWorkControl, OdIfc4x3_rc1::IfcWorkPlan, OdIfc4x3_rc1::IfcWorkSchedule, OdIfc4x3_rc1::IfcWorkTime, OdIfc4x3_rc1::IfcZone, OdIfc4x3_rc1::IfcZShapeProfileDef, OdIfc4x3_rc4::IfcActionRequest, OdIfc4x3_rc4::IfcActor, OdIfc4x3_rc4::IfcActorRole, OdIfc4x3_rc4::IfcActuator, OdIfc4x3_rc4::IfcActuatorType, OdIfc4x3_rc4::IfcAddress, OdIfc4x3_rc4::IfcAdvancedBrepWithVoids, OdIfc4x3_rc4::IfcAirTerminal, OdIfc4x3_rc4::IfcAirTerminalBox, OdIfc4x3_rc4::IfcAirTerminalBoxType, OdIfc4x3_rc4::IfcAirTerminalType, OdIfc4x3_rc4::IfcAirToAirHeatRecovery, OdIfc4x3_rc4::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc4::IfcAlarm, OdIfc4x3_rc4::IfcAlarmType, OdIfc4x3_rc4::IfcAlignment, OdIfc4x3_rc4::IfcAlignmentCant, OdIfc4x3_rc4::IfcAlignmentCantSegment, OdIfc4x3_rc4::IfcAlignmentHorizontalSegment, OdIfc4x3_rc4::IfcAlignmentParameterSegment, OdIfc4x3_rc4::IfcAlignmentSegment, OdIfc4x3_rc4::IfcAlignmentVerticalSegment, OdIfc4x3_rc4::IfcAnnotation, OdIfc4x3_rc4::IfcAnnotationFillArea, OdIfc4x3_rc4::IfcApplication, OdIfc4x3_rc4::IfcAppliedValue, OdIfc4x3_rc4::IfcApproval, OdIfc4x3_rc4::IfcApprovalRelationship, OdIfc4x3_rc4::IfcArbitraryClosedProfileDef, OdIfc4x3_rc4::IfcArbitraryOpenProfileDef, OdIfc4x3_rc4::IfcArbitraryProfileDefWithVoids, OdIfc4x3_rc4::IfcAsset, OdIfc4x3_rc4::IfcAsymmetricIShapeProfileDef, OdIfc4x3_rc4::IfcAudioVisualAppliance, OdIfc4x3_rc4::IfcAudioVisualApplianceType, OdIfc4x3_rc4::IfcAxis1Placement, OdIfc4x3_rc4::IfcAxis2Placement2D, OdIfc4x3_rc4::IfcAxis2Placement3D, OdIfc4x3_rc4::IfcAxis2PlacementLinear, OdIfc4x3_rc4::IfcBeam, OdIfc4x3_rc4::IfcBeamType, OdIfc4x3_rc4::IfcBearing, OdIfc4x3_rc4::IfcBearingType, OdIfc4x3_rc4::IfcBlobTexture, OdIfc4x3_rc4::IfcBlock, OdIfc4x3_rc4::IfcBoiler, OdIfc4x3_rc4::IfcBoilerType, OdIfc4x3_rc4::IfcBooleanResult, OdIfc4x3_rc4::IfcBoundaryCondition, OdIfc4x3_rc4::IfcBoundaryEdgeCondition, OdIfc4x3_rc4::IfcBoundaryFaceCondition, OdIfc4x3_rc4::IfcBoundaryNodeCondition, OdIfc4x3_rc4::IfcBoundaryNodeConditionWarping, OdIfc4x3_rc4::IfcBoundingBox, OdIfc4x3_rc4::IfcBoxedHalfSpace, OdIfc4x3_rc4::IfcBridge, OdIfc4x3_rc4::IfcBSplineCurve, OdIfc4x3_rc4::IfcBSplineCurveWithKnots, OdIfc4x3_rc4::IfcBSplineSurface, OdIfc4x3_rc4::IfcBSplineSurfaceWithKnots, OdIfc4x3_rc4::IfcBuilding, OdIfc4x3_rc4::IfcBuildingElementPart, OdIfc4x3_rc4::IfcBuildingElementPartType, OdIfc4x3_rc4::IfcBuildingElementProxy, OdIfc4x3_rc4::IfcBuildingElementProxyType, OdIfc4x3_rc4::IfcBuildingStorey, OdIfc4x3_rc4::IfcBuildingSystem, OdIfc4x3_rc4::IfcBuiltSystem, OdIfc4x3_rc4::IfcBurner, OdIfc4x3_rc4::IfcBurnerType, OdIfc4x3_rc4::IfcCableCarrierFitting, OdIfc4x3_rc4::IfcCableCarrierFittingType, OdIfc4x3_rc4::IfcCableCarrierSegment, OdIfc4x3_rc4::IfcCableCarrierSegmentType, OdIfc4x3_rc4::IfcCableFitting, OdIfc4x3_rc4::IfcCableFittingType, OdIfc4x3_rc4::IfcCableSegment, OdIfc4x3_rc4::IfcCableSegmentType, OdIfc4x3_rc4::IfcCaissonFoundation, OdIfc4x3_rc4::IfcCaissonFoundationType, OdIfc4x3_rc4::IfcCartesianPoint, OdIfc4x3_rc4::IfcCartesianPointList2D, OdIfc4x3_rc4::IfcCartesianPointList3D, OdIfc4x3_rc4::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x3_rc4::IfcCartesianTransformationOperator3D, OdIfc4x3_rc4::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x3_rc4::IfcCartesianTransformationOperator, OdIfc4x3_rc4::IfcCenterLineProfileDef, OdIfc4x3_rc4::IfcChiller, OdIfc4x3_rc4::IfcChillerType, OdIfc4x3_rc4::IfcChimney, OdIfc4x3_rc4::IfcChimneyType, OdIfc4x3_rc4::IfcCircle, OdIfc4x3_rc4::IfcCircleHollowProfileDef, OdIfc4x3_rc4::IfcCircleProfileDef, OdIfc4x3_rc4::IfcClassification, OdIfc4x3_rc4::IfcClassificationReference, OdIfc4x3_rc4::IfcClothoid, OdIfc4x3_rc4::IfcCoil, OdIfc4x3_rc4::IfcCoilType, OdIfc4x3_rc4::IfcColourRgb, OdIfc4x3_rc4::IfcColourRgbList, OdIfc4x3_rc4::IfcColourSpecification, OdIfc4x3_rc4::IfcColumn, OdIfc4x3_rc4::IfcColumnType, OdIfc4x3_rc4::IfcCommunicationsAppliance, OdIfc4x3_rc4::IfcCommunicationsApplianceType, OdIfc4x3_rc4::IfcComplexProperty, OdIfc4x3_rc4::IfcComplexPropertyTemplate, OdIfc4x3_rc4::IfcCompositeCurve, OdIfc4x3_rc4::IfcCompositeCurveSegment, OdIfc4x3_rc4::IfcCompositeProfileDef, OdIfc4x3_rc4::IfcCompressor, OdIfc4x3_rc4::IfcCompressorType, OdIfc4x3_rc4::IfcCondenser, OdIfc4x3_rc4::IfcCondenserType, OdIfc4x3_rc4::IfcConic, OdIfc4x3_rc4::IfcConnectedFaceSet, OdIfc4x3_rc4::IfcConnectionCurveGeometry, OdIfc4x3_rc4::IfcConnectionPointEccentricity, OdIfc4x3_rc4::IfcConnectionPointGeometry, OdIfc4x3_rc4::IfcConnectionSurfaceGeometry, OdIfc4x3_rc4::IfcConnectionVolumeGeometry, OdIfc4x3_rc4::IfcConstraint, OdIfc4x3_rc4::IfcConstructionEquipmentResource, OdIfc4x3_rc4::IfcConstructionEquipmentResourceType, OdIfc4x3_rc4::IfcConstructionMaterialResource, OdIfc4x3_rc4::IfcConstructionMaterialResourceType, OdIfc4x3_rc4::IfcConstructionProductResource, OdIfc4x3_rc4::IfcConstructionProductResourceType, OdIfc4x3_rc4::IfcConstructionResource, OdIfc4x3_rc4::IfcConstructionResourceType, OdIfc4x3_rc4::IfcContext, OdIfc4x3_rc4::IfcContextDependentUnit, OdIfc4x3_rc4::IfcControl, OdIfc4x3_rc4::IfcController, OdIfc4x3_rc4::IfcControllerType, OdIfc4x3_rc4::IfcConversionBasedUnit, OdIfc4x3_rc4::IfcConversionBasedUnitWithOffset, OdIfc4x3_rc4::IfcConveyorSegment, OdIfc4x3_rc4::IfcConveyorSegmentType, OdIfc4x3_rc4::IfcCooledBeam, OdIfc4x3_rc4::IfcCooledBeamType, OdIfc4x3_rc4::IfcCoolingTower, OdIfc4x3_rc4::IfcCoolingTowerType, OdIfc4x3_rc4::IfcCoordinateOperation, OdIfc4x3_rc4::IfcCoordinateReferenceSystem, OdIfc4x3_rc4::IfcCosine, OdIfc4x3_rc4::IfcCostItem, OdIfc4x3_rc4::IfcCostSchedule, OdIfc4x3_rc4::IfcCourse, OdIfc4x3_rc4::IfcCourseType, OdIfc4x3_rc4::IfcCovering, OdIfc4x3_rc4::IfcCoveringType, OdIfc4x3_rc4::IfcCrewResource, OdIfc4x3_rc4::IfcCrewResourceType, OdIfc4x3_rc4::IfcCsgPrimitive3D, OdIfc4x3_rc4::IfcCsgSolid, OdIfc4x3_rc4::IfcCShapeProfileDef, OdIfc4x3_rc4::IfcCurrencyRelationship, OdIfc4x3_rc4::IfcCurtainWall, OdIfc4x3_rc4::IfcCurtainWallType, OdIfc4x3_rc4::IfcCurveBoundedPlane, OdIfc4x3_rc4::IfcCurveBoundedSurface, OdIfc4x3_rc4::IfcCurveSegment, OdIfc4x3_rc4::IfcCurveStyle, OdIfc4x3_rc4::IfcCurveStyleFontAndScaling, OdIfc4x3_rc4::IfcCurveStyleFont, OdIfc4x3_rc4::IfcCurveStyleFontPattern, OdIfc4x3_rc4::IfcCylindricalSurface, OdIfc4x3_rc4::IfcDamper, OdIfc4x3_rc4::IfcDamperType, OdIfc4x3_rc4::IfcDerivedProfileDef, OdIfc4x3_rc4::IfcDerivedUnit, OdIfc4x3_rc4::IfcDerivedUnitElement, OdIfc4x3_rc4::IfcDimensionalExponents, OdIfc4x3_rc4::IfcDirection, OdIfc4x3_rc4::IfcDirectrixCurveSweptAreaSolid, OdIfc4x3_rc4::IfcDiscreteAccessory, OdIfc4x3_rc4::IfcDiscreteAccessoryType, OdIfc4x3_rc4::IfcDistributionBoard, OdIfc4x3_rc4::IfcDistributionBoardType, OdIfc4x3_rc4::IfcDistributionChamberElement, OdIfc4x3_rc4::IfcDistributionChamberElementType, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionPort, OdIfc4x3_rc4::IfcDistributionSystem, OdIfc4x3_rc4::IfcDocumentInformation, OdIfc4x3_rc4::IfcDocumentInformationRelationship, OdIfc4x3_rc4::IfcDocumentReference, OdIfc4x3_rc4::IfcDoor, OdIfc4x3_rc4::IfcDoorLiningProperties, OdIfc4x3_rc4::IfcDoorPanelProperties, OdIfc4x3_rc4::IfcDoorStyle, OdIfc4x3_rc4::IfcDoorType, OdIfc4x3_rc4::IfcDuctFitting, OdIfc4x3_rc4::IfcDuctFittingType, OdIfc4x3_rc4::IfcDuctSegment, OdIfc4x3_rc4::IfcDuctSegmentType, OdIfc4x3_rc4::IfcDuctSilencer, OdIfc4x3_rc4::IfcDuctSilencerType, OdIfc4x3_rc4::IfcEarthworksCut, OdIfc4x3_rc4::IfcEarthworksFill, OdIfc4x3_rc4::IfcEdge, OdIfc4x3_rc4::IfcEdgeCurve, OdIfc4x3_rc4::IfcEdgeLoop, OdIfc4x3_rc4::IfcElectricAppliance, OdIfc4x3_rc4::IfcElectricApplianceType, OdIfc4x3_rc4::IfcElectricDistributionBoard, OdIfc4x3_rc4::IfcElectricDistributionBoardType, OdIfc4x3_rc4::IfcElectricFlowStorageDevice, OdIfc4x3_rc4::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc4::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc4::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcElectricGenerator, OdIfc4x3_rc4::IfcElectricGeneratorType, OdIfc4x3_rc4::IfcElectricMotor, OdIfc4x3_rc4::IfcElectricMotorType, OdIfc4x3_rc4::IfcElectricTimeControl, OdIfc4x3_rc4::IfcElectricTimeControlType, OdIfc4x3_rc4::IfcElementarySurface, OdIfc4x3_rc4::IfcElementAssembly, OdIfc4x3_rc4::IfcElementAssemblyType, OdIfc4x3_rc4::IfcElement, OdIfc4x3_rc4::IfcElementQuantity, OdIfc4x3_rc4::IfcElementType, OdIfc4x3_rc4::IfcEllipse, OdIfc4x3_rc4::IfcEllipseProfileDef, OdIfc4x3_rc4::IfcEngine, OdIfc4x3_rc4::IfcEngineType, OdIfc4x3_rc4::IfcEvaporativeCooler, OdIfc4x3_rc4::IfcEvaporativeCoolerType, OdIfc4x3_rc4::IfcEvaporator, OdIfc4x3_rc4::IfcEvaporatorType, OdIfc4x3_rc4::IfcEvent, OdIfc4x3_rc4::IfcEventTime, OdIfc4x3_rc4::IfcEventType, OdIfc4x3_rc4::IfcExtendedProperties, OdIfc4x3_rc4::IfcExternalReference, OdIfc4x3_rc4::IfcExternalReferenceRelationship, OdIfc4x3_rc4::IfcExternalSpatialElement, OdIfc4x3_rc4::IfcExtrudedAreaSolid, OdIfc4x3_rc4::IfcExtrudedAreaSolidTapered, OdIfc4x3_rc4::IfcFace, OdIfc4x3_rc4::IfcFaceBasedSurfaceModel, OdIfc4x3_rc4::IfcFaceBound, OdIfc4x3_rc4::IfcFaceSurface, OdIfc4x3_rc4::IfcFacetedBrepWithVoids, OdIfc4x3_rc4::IfcFacilityPart, OdIfc4x3_rc4::IfcFailureConnectionCondition, OdIfc4x3_rc4::IfcFan, OdIfc4x3_rc4::IfcFanType, OdIfc4x3_rc4::IfcFastener, OdIfc4x3_rc4::IfcFastenerType, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFillAreaStyle, OdIfc4x3_rc4::IfcFillAreaStyleHatching, OdIfc4x3_rc4::IfcFillAreaStyleTiles, OdIfc4x3_rc4::IfcFilter, OdIfc4x3_rc4::IfcFilterType, OdIfc4x3_rc4::IfcFireSuppressionTerminal, OdIfc4x3_rc4::IfcFireSuppressionTerminalType, OdIfc4x3_rc4::IfcFixedReferenceSweptAreaSolid, OdIfc4x3_rc4::IfcFlowInstrument, OdIfc4x3_rc4::IfcFlowInstrumentType, OdIfc4x3_rc4::IfcFlowMeter, OdIfc4x3_rc4::IfcFlowMeterType, OdIfc4x3_rc4::IfcFooting, OdIfc4x3_rc4::IfcFootingType, OdIfc4x3_rc4::IfcFurniture, OdIfc4x3_rc4::IfcFurnitureType, OdIfc4x3_rc4::IfcGeographicElement, OdIfc4x3_rc4::IfcGeographicElementType, OdIfc4x3_rc4::IfcGeometricRepresentationContext, OdIfc4x3_rc4::IfcGeometricRepresentationSubContext, OdIfc4x3_rc4::IfcGeometricSet, OdIfc4x3_rc4::IfcGradientCurve, OdIfc4x3_rc4::IfcGrid, OdIfc4x3_rc4::IfcGridAxis, OdIfc4x3_rc4::IfcGridPlacement, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcHalfSpaceSolid, OdIfc4x3_rc4::IfcHeatExchanger, OdIfc4x3_rc4::IfcHeatExchangerType, OdIfc4x3_rc4::IfcHumidifier, OdIfc4x3_rc4::IfcHumidifierType, OdIfc4x3_rc4::IfcImageTexture, OdIfc4x3_rc4::IfcImpactProtectionDevice, OdIfc4x3_rc4::IfcImpactProtectionDeviceType, OdIfc4x3_rc4::IfcIndexedColourMap, OdIfc4x3_rc4::IfcIndexedPolyCurve, OdIfc4x3_rc4::IfcIndexedPolygonalFace, OdIfc4x3_rc4::IfcIndexedPolygonalFaceWithVoids, OdIfc4x3_rc4::IfcIndexedTextureMap, OdIfc4x3_rc4::IfcIndexedTriangleTextureMap, OdIfc4x3_rc4::IfcInterceptor, OdIfc4x3_rc4::IfcInterceptorType, OdIfc4x3_rc4::IfcInventory, OdIfc4x3_rc4::IfcIrregularTimeSeries, OdIfc4x3_rc4::IfcIrregularTimeSeriesValue, OdIfc4x3_rc4::IfcIShapeProfileDef, OdIfc4x3_rc4::IfcJunctionBox, OdIfc4x3_rc4::IfcJunctionBoxType, OdIfc4x3_rc4::IfcKerb, OdIfc4x3_rc4::IfcKerbType, OdIfc4x3_rc4::IfcLaborResource, OdIfc4x3_rc4::IfcLaborResourceType, OdIfc4x3_rc4::IfcLagTime, OdIfc4x3_rc4::IfcLamp, OdIfc4x3_rc4::IfcLampType, OdIfc4x3_rc4::IfcLibraryInformation, OdIfc4x3_rc4::IfcLibraryReference, OdIfc4x3_rc4::IfcLightDistributionData, OdIfc4x3_rc4::IfcLightFixture, OdIfc4x3_rc4::IfcLightFixtureType, OdIfc4x3_rc4::IfcLightIntensityDistribution, OdIfc4x3_rc4::IfcLightSource, OdIfc4x3_rc4::IfcLightSourceDirectional, OdIfc4x3_rc4::IfcLightSourceGoniometric, OdIfc4x3_rc4::IfcLightSourcePositional, OdIfc4x3_rc4::IfcLightSourceSpot, OdIfc4x3_rc4::IfcLinearPlacement, OdIfc4x3_rc4::IfcLine, OdIfc4x3_rc4::IfcLiquidTerminal, OdIfc4x3_rc4::IfcLiquidTerminalType, OdIfc4x3_rc4::IfcLocalPlacement, OdIfc4x3_rc4::IfcLShapeProfileDef, OdIfc4x3_rc4::IfcManifoldSolidBrep, OdIfc4x3_rc4::IfcMapConversion, OdIfc4x3_rc4::IfcMappedItem, OdIfc4x3_rc4::IfcMarineFacility, OdIfc4x3_rc4::IfcMaterial, OdIfc4x3_rc4::IfcMaterialClassificationRelationship, OdIfc4x3_rc4::IfcMaterialConstituent, OdIfc4x3_rc4::IfcMaterialConstituentSet, OdIfc4x3_rc4::IfcMaterialDefinition, OdIfc4x3_rc4::IfcMaterialDefinitionRepresentation, OdIfc4x3_rc4::IfcMaterialLayer, OdIfc4x3_rc4::IfcMaterialLayerSet, OdIfc4x3_rc4::IfcMaterialLayerSetUsage, OdIfc4x3_rc4::IfcMaterialLayerWithOffsets, OdIfc4x3_rc4::IfcMaterialList, OdIfc4x3_rc4::IfcMaterialProfile, OdIfc4x3_rc4::IfcMaterialProfileSet, OdIfc4x3_rc4::IfcMaterialProfileSetUsage, OdIfc4x3_rc4::IfcMaterialProfileSetUsageTapering, OdIfc4x3_rc4::IfcMaterialProfileWithOffsets, OdIfc4x3_rc4::IfcMaterialProperties, OdIfc4x3_rc4::IfcMaterialRelationship, OdIfc4x3_rc4::IfcMaterialUsageDefinition, OdIfc4x3_rc4::IfcMeasureWithUnit, OdIfc4x3_rc4::IfcMechanicalFastener, OdIfc4x3_rc4::IfcMechanicalFastenerType, OdIfc4x3_rc4::IfcMedicalDevice, OdIfc4x3_rc4::IfcMedicalDeviceType, OdIfc4x3_rc4::IfcMember, OdIfc4x3_rc4::IfcMemberType, OdIfc4x3_rc4::IfcMetric, OdIfc4x3_rc4::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc4::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc4::IfcMonetaryUnit, OdIfc4x3_rc4::IfcMooringDevice, OdIfc4x3_rc4::IfcMooringDeviceType, OdIfc4x3_rc4::IfcMotorConnection, OdIfc4x3_rc4::IfcMotorConnectionType, OdIfc4x3_rc4::IfcNamedUnit, OdIfc4x3_rc4::IfcNavigationElement, OdIfc4x3_rc4::IfcNavigationElementType, OdIfc4x3_rc4::IfcObject, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcObjective, OdIfc4x3_rc4::IfcObjectPlacement, OdIfc4x3_rc4::IfcOccupant, OdIfc4x3_rc4::IfcOffsetCurve2D, OdIfc4x3_rc4::IfcOffsetCurve3D, OdIfc4x3_rc4::IfcOffsetCurve, OdIfc4x3_rc4::IfcOffsetCurveByDistances, OdIfc4x3_rc4::IfcOpenCrossProfileDef, OdIfc4x3_rc4::IfcOpeningElement, OdIfc4x3_rc4::IfcOrganization, OdIfc4x3_rc4::IfcOrganizationRelationship, OdIfc4x3_rc4::IfcOrientedEdge, OdIfc4x3_rc4::IfcOutlet, OdIfc4x3_rc4::IfcOutletType, OdIfc4x3_rc4::IfcOwnerHistory, OdIfc4x3_rc4::IfcParameterizedProfileDef, OdIfc4x3_rc4::IfcPath, OdIfc4x3_rc4::IfcPavement, OdIfc4x3_rc4::IfcPavementType, OdIfc4x3_rc4::IfcPcurve, OdIfc4x3_rc4::IfcPerformanceHistory, OdIfc4x3_rc4::IfcPermeableCoveringProperties, OdIfc4x3_rc4::IfcPermit, OdIfc4x3_rc4::IfcPersonAndOrganization, OdIfc4x3_rc4::IfcPerson, OdIfc4x3_rc4::IfcPhysicalComplexQuantity, OdIfc4x3_rc4::IfcPhysicalQuantity, OdIfc4x3_rc4::IfcPhysicalSimpleQuantity, OdIfc4x3_rc4::IfcPile, OdIfc4x3_rc4::IfcPileType, OdIfc4x3_rc4::IfcPipeFitting, OdIfc4x3_rc4::IfcPipeFittingType, OdIfc4x3_rc4::IfcPipeSegment, OdIfc4x3_rc4::IfcPipeSegmentType, OdIfc4x3_rc4::IfcPixelTexture, OdIfc4x3_rc4::IfcPlacement, OdIfc4x3_rc4::IfcPlanarBox, OdIfc4x3_rc4::IfcPlanarExtent, OdIfc4x3_rc4::IfcPlate, OdIfc4x3_rc4::IfcPlateType, OdIfc4x3_rc4::IfcPointByDistanceExpression, OdIfc4x3_rc4::IfcPointOnCurve, OdIfc4x3_rc4::IfcPointOnSurface, OdIfc4x3_rc4::IfcPolygonalBoundedHalfSpace, OdIfc4x3_rc4::IfcPolygonalFaceSet, OdIfc4x3_rc4::IfcPolyline, OdIfc4x3_rc4::IfcPolyLoop, OdIfc4x3_rc4::IfcPolynomialCurve, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcPostalAddress, OdIfc4x3_rc4::IfcPreDefinedItem, OdIfc4x3_rc4::IfcPresentationLayerAssignment, OdIfc4x3_rc4::IfcPresentationLayerWithStyle, OdIfc4x3_rc4::IfcPresentationStyle, OdIfc4x3_rc4::IfcProcedure, OdIfc4x3_rc4::IfcProcedureType, OdIfc4x3_rc4::IfcProcess, OdIfc4x3_rc4::IfcProduct, OdIfc4x3_rc4::IfcProductDefinitionShape, OdIfc4x3_rc4::IfcProductDefinitionShape, OdIfc4x3_rc4::IfcProductRepresentation, OdIfc4x3_rc4::IfcProfileDef, OdIfc4x3_rc4::IfcProfileProperties, OdIfc4x3_rc4::IfcProjectedCRS, OdIfc4x3_rc4::IfcProjectionElement, OdIfc4x3_rc4::IfcProjectOrder, OdIfc4x3_rc4::IfcPropertyAbstraction, OdIfc4x3_rc4::IfcProperty, OdIfc4x3_rc4::IfcPropertyBoundedValue, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertyDependencyRelationship, OdIfc4x3_rc4::IfcPropertyEnumeratedValue, OdIfc4x3_rc4::IfcPropertyEnumeration, OdIfc4x3_rc4::IfcPropertyListValue, OdIfc4x3_rc4::IfcPropertyReferenceValue, OdIfc4x3_rc4::IfcPropertySet, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetTemplate, OdIfc4x3_rc4::IfcPropertySingleValue, OdIfc4x3_rc4::IfcPropertyTableValue, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcProtectiveDevice, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc4::IfcProtectiveDeviceType, OdIfc4x3_rc4::IfcProxy, OdIfc4x3_rc4::IfcPump, OdIfc4x3_rc4::IfcPumpType, OdIfc4x3_rc4::IfcQuantityArea, OdIfc4x3_rc4::IfcQuantityCount, OdIfc4x3_rc4::IfcQuantityLength, OdIfc4x3_rc4::IfcQuantityTime, OdIfc4x3_rc4::IfcQuantityVolume, OdIfc4x3_rc4::IfcQuantityWeight, OdIfc4x3_rc4::IfcRail, OdIfc4x3_rc4::IfcRailing, OdIfc4x3_rc4::IfcRailingType, OdIfc4x3_rc4::IfcRailType, OdIfc4x3_rc4::IfcRailway, OdIfc4x3_rc4::IfcRamp, OdIfc4x3_rc4::IfcRampFlight, OdIfc4x3_rc4::IfcRampFlightType, OdIfc4x3_rc4::IfcRampType, OdIfc4x3_rc4::IfcRationalBSplineCurveWithKnots, OdIfc4x3_rc4::IfcRationalBSplineSurfaceWithKnots, OdIfc4x3_rc4::IfcRectangleHollowProfileDef, OdIfc4x3_rc4::IfcRectangleProfileDef, OdIfc4x3_rc4::IfcRectangularPyramid, OdIfc4x3_rc4::IfcRectangularTrimmedSurface, OdIfc4x3_rc4::IfcRecurrencePattern, OdIfc4x3_rc4::IfcReference, OdIfc4x3_rc4::IfcReferent, OdIfc4x3_rc4::IfcRegularTimeSeries, OdIfc4x3_rc4::IfcReinforcedSoil, OdIfc4x3_rc4::IfcReinforcementBarProperties, OdIfc4x3_rc4::IfcReinforcementDefinitionProperties, OdIfc4x3_rc4::IfcReinforcingBar, OdIfc4x3_rc4::IfcReinforcingBarType, OdIfc4x3_rc4::IfcReinforcingElement, OdIfc4x3_rc4::IfcReinforcingMesh, OdIfc4x3_rc4::IfcReinforcingMeshType, OdIfc4x3_rc4::IfcRelAdheresToElement, OdIfc4x3_rc4::IfcRelAggregates, OdIfc4x3_rc4::IfcRelAssigns, OdIfc4x3_rc4::IfcRelAssignsToActor, OdIfc4x3_rc4::IfcRelAssignsToControl, OdIfc4x3_rc4::IfcRelAssignsToGroup, OdIfc4x3_rc4::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc4::IfcRelAssignsToProcess, OdIfc4x3_rc4::IfcRelAssignsToProduct, OdIfc4x3_rc4::IfcRelAssignsToResource, OdIfc4x3_rc4::IfcRelAssociatesApproval, OdIfc4x3_rc4::IfcRelAssociates, OdIfc4x3_rc4::IfcRelAssociatesClassification, OdIfc4x3_rc4::IfcRelAssociatesConstraint, OdIfc4x3_rc4::IfcRelAssociatesDocument, OdIfc4x3_rc4::IfcRelAssociatesLibrary, OdIfc4x3_rc4::IfcRelAssociatesMaterial, OdIfc4x3_rc4::IfcRelAssociatesProfileDef, OdIfc4x3_rc4::IfcRelConnectsElements, OdIfc4x3_rc4::IfcRelConnectsPathElements, OdIfc4x3_rc4::IfcRelConnectsPorts, OdIfc4x3_rc4::IfcRelConnectsPortToElement, OdIfc4x3_rc4::IfcRelConnectsStructuralActivity, OdIfc4x3_rc4::IfcRelConnectsStructuralMember, OdIfc4x3_rc4::IfcRelConnectsWithEccentricity, OdIfc4x3_rc4::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc4::IfcRelContainedInSpatialStructure, OdIfc4x3_rc4::IfcRelCoversBldgElements, OdIfc4x3_rc4::IfcRelCoversSpaces, OdIfc4x3_rc4::IfcRelDeclares, OdIfc4x3_rc4::IfcRelDefinesByObject, OdIfc4x3_rc4::IfcRelDefinesByProperties, OdIfc4x3_rc4::IfcRelDefinesByTemplate, OdIfc4x3_rc4::IfcRelDefinesByType, OdIfc4x3_rc4::IfcRelFillsElement, OdIfc4x3_rc4::IfcRelFlowControlElements, OdIfc4x3_rc4::IfcRelInterferesElements, OdIfc4x3_rc4::IfcRelNests, OdIfc4x3_rc4::IfcRelPositions, OdIfc4x3_rc4::IfcRelProjectsElement, OdIfc4x3_rc4::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc4::IfcRelSequence, OdIfc4x3_rc4::IfcRelServicesBuildings, OdIfc4x3_rc4::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary, OdIfc4x3_rc4::IfcRelVoidsElement, OdIfc4x3_rc4::IfcReparametrisedCompositeCurveSegment, OdIfc4x3_rc4::IfcRepresentation, OdIfc4x3_rc4::IfcRepresentationContext, OdIfc4x3_rc4::IfcRepresentationItem, OdIfc4x3_rc4::IfcRepresentationMap, OdIfc4x3_rc4::IfcResourceApprovalRelationship, OdIfc4x3_rc4::IfcResource, OdIfc4x3_rc4::IfcResourceConstraintRelationship, OdIfc4x3_rc4::IfcResourceLevelRelationship, OdIfc4x3_rc4::IfcResourceTime, OdIfc4x3_rc4::IfcRevolvedAreaSolid, OdIfc4x3_rc4::IfcRevolvedAreaSolidTapered, OdIfc4x3_rc4::IfcRightCircularCone, OdIfc4x3_rc4::IfcRightCircularCylinder, OdIfc4x3_rc4::IfcRoad, OdIfc4x3_rc4::IfcRoof, OdIfc4x3_rc4::IfcRoofType, OdIfc4x3_rc4::IfcRoot, OdIfc4x3_rc4::IfcRoundedRectangleProfileDef, OdIfc4x3_rc4::IfcSanitaryTerminal, OdIfc4x3_rc4::IfcSanitaryTerminalType, OdIfc4x3_rc4::IfcSchedulingTime, OdIfc4x3_rc4::IfcSecondOrderPolynomialSpiral, OdIfc4x3_rc4::IfcSectionedSolid, OdIfc4x3_rc4::IfcSectionedSolidHorizontal, OdIfc4x3_rc4::IfcSectionedSpine, OdIfc4x3_rc4::IfcSectionedSurface, OdIfc4x3_rc4::IfcSectionProperties, OdIfc4x3_rc4::IfcSectionReinforcementProperties, OdIfc4x3_rc4::IfcSegment, OdIfc4x3_rc4::IfcSegmentedReferenceCurve, OdIfc4x3_rc4::IfcSensor, OdIfc4x3_rc4::IfcSensorType, OdIfc4x3_rc4::IfcSeventhOrderPolynomialSpiral, OdIfc4x3_rc4::IfcShadingDevice, OdIfc4x3_rc4::IfcShadingDeviceType, OdIfc4x3_rc4::IfcShapeAspect, OdIfc4x3_rc4::IfcShapeModel, OdIfc4x3_rc4::IfcShapeModel, OdIfc4x3_rc4::IfcShellBasedSurfaceModel, OdIfc4x3_rc4::IfcSignal, OdIfc4x3_rc4::IfcSignalType, OdIfc4x3_rc4::IfcSign, OdIfc4x3_rc4::IfcSignType, OdIfc4x3_rc4::IfcSimplePropertyTemplate, OdIfc4x3_rc4::IfcSine, OdIfc4x3_rc4::IfcSite, OdIfc4x3_rc4::IfcSIUnit, OdIfc4x3_rc4::IfcSlab, OdIfc4x3_rc4::IfcSlabType, OdIfc4x3_rc4::IfcSlippageConnectionCondition, OdIfc4x3_rc4::IfcSolarDevice, OdIfc4x3_rc4::IfcSolarDeviceType, OdIfc4x3_rc4::IfcSpace, OdIfc4x3_rc4::IfcSpaceHeater, OdIfc4x3_rc4::IfcSpaceHeaterType, OdIfc4x3_rc4::IfcSpaceType, OdIfc4x3_rc4::IfcSpatialElement, OdIfc4x3_rc4::IfcSpatialElementType, OdIfc4x3_rc4::IfcSpatialStructureElement, OdIfc4x3_rc4::IfcSpatialZone, OdIfc4x3_rc4::IfcSpatialZoneType, OdIfc4x3_rc4::IfcSphere, OdIfc4x3_rc4::IfcSphericalSurface, OdIfc4x3_rc4::IfcSpiral, OdIfc4x3_rc4::IfcStackTerminal, OdIfc4x3_rc4::IfcStackTerminalType, OdIfc4x3_rc4::IfcStair, OdIfc4x3_rc4::IfcStairFlight, OdIfc4x3_rc4::IfcStairFlightType, OdIfc4x3_rc4::IfcStairType, OdIfc4x3_rc4::IfcStructuralAction, OdIfc4x3_rc4::IfcStructuralActivity, OdIfc4x3_rc4::IfcStructuralAnalysisModel, OdIfc4x3_rc4::IfcStructuralConnection, OdIfc4x3_rc4::IfcStructuralConnectionCondition, OdIfc4x3_rc4::IfcStructuralCurveAction, OdIfc4x3_rc4::IfcStructuralCurveConnection, OdIfc4x3_rc4::IfcStructuralCurveMember, OdIfc4x3_rc4::IfcStructuralCurveReaction, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralLoad, OdIfc4x3_rc4::IfcStructuralLoadCase, OdIfc4x3_rc4::IfcStructuralLoadConfiguration, OdIfc4x3_rc4::IfcStructuralLoadGroup, OdIfc4x3_rc4::IfcStructuralLoadLinearForce, OdIfc4x3_rc4::IfcStructuralLoadPlanarForce, OdIfc4x3_rc4::IfcStructuralLoadSingleDisplacement, OdIfc4x3_rc4::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x3_rc4::IfcStructuralLoadSingleForce, OdIfc4x3_rc4::IfcStructuralLoadSingleForceWarping, OdIfc4x3_rc4::IfcStructuralLoadTemperature, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralPointConnection, OdIfc4x3_rc4::IfcStructuralResultGroup, OdIfc4x3_rc4::IfcStructuralSurfaceAction, OdIfc4x3_rc4::IfcStructuralSurfaceMember, OdIfc4x3_rc4::IfcStructuralSurfaceReaction, OdIfc4x3_rc4::IfcStyledItem, OdIfc4x3_rc4::IfcSubContractResource, OdIfc4x3_rc4::IfcSubContractResourceType, OdIfc4x3_rc4::IfcSubedge, OdIfc4x3_rc4::IfcSurfaceCurve, OdIfc4x3_rc4::IfcSurfaceCurveSweptAreaSolid, OdIfc4x3_rc4::IfcSurfaceFeature, OdIfc4x3_rc4::IfcSurfaceOfLinearExtrusion, OdIfc4x3_rc4::IfcSurfaceOfRevolution, OdIfc4x3_rc4::IfcSurfaceReinforcementArea, OdIfc4x3_rc4::IfcSurfaceStyle, OdIfc4x3_rc4::IfcSurfaceStyleLighting, OdIfc4x3_rc4::IfcSurfaceStyleRefraction, OdIfc4x3_rc4::IfcSurfaceStyleRendering, OdIfc4x3_rc4::IfcSurfaceStyleShading, OdIfc4x3_rc4::IfcSurfaceStyleWithTextures, OdIfc4x3_rc4::IfcSurfaceTexture, OdIfc4x3_rc4::IfcSweptAreaSolid, OdIfc4x3_rc4::IfcSweptDiskSolid, OdIfc4x3_rc4::IfcSweptDiskSolidPolygonal, OdIfc4x3_rc4::IfcSweptSurface, OdIfc4x3_rc4::IfcSwitchingDevice, OdIfc4x3_rc4::IfcSwitchingDeviceType, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystemFurnitureElement, OdIfc4x3_rc4::IfcSystemFurnitureElementType, OdIfc4x3_rc4::IfcTable, OdIfc4x3_rc4::IfcTableColumn, OdIfc4x3_rc4::IfcTableRow, OdIfc4x3_rc4::IfcTank, OdIfc4x3_rc4::IfcTankType, OdIfc4x3_rc4::IfcTask, OdIfc4x3_rc4::IfcTaskTime, OdIfc4x3_rc4::IfcTaskTimeRecurring, OdIfc4x3_rc4::IfcTaskType, OdIfc4x3_rc4::IfcTelecomAddress, OdIfc4x3_rc4::IfcTendonAnchor, OdIfc4x3_rc4::IfcTendonAnchorType, OdIfc4x3_rc4::IfcTendon, OdIfc4x3_rc4::IfcTendonConduit, OdIfc4x3_rc4::IfcTendonConduitType, OdIfc4x3_rc4::IfcTendonType, OdIfc4x3_rc4::IfcTessellatedFaceSet, OdIfc4x3_rc4::IfcTextLiteral, OdIfc4x3_rc4::IfcTextLiteralWithExtent, OdIfc4x3_rc4::IfcTextStyle, OdIfc4x3_rc4::IfcTextStyleFontModel, OdIfc4x3_rc4::IfcTextStyleForDefinedFont, OdIfc4x3_rc4::IfcTextStyleTextModel, OdIfc4x3_rc4::IfcTextureCoordinate, OdIfc4x3_rc4::IfcTextureCoordinateGenerator, OdIfc4x3_rc4::IfcTextureMap, OdIfc4x3_rc4::IfcTextureVertex, OdIfc4x3_rc4::IfcTextureVertexList, OdIfc4x3_rc4::IfcThirdOrderPolynomialSpiral, OdIfc4x3_rc4::IfcTimePeriod, OdIfc4x3_rc4::IfcTimeSeries, OdIfc4x3_rc4::IfcTimeSeriesValue, OdIfc4x3_rc4::IfcToroidalSurface, OdIfc4x3_rc4::IfcTrackElement, OdIfc4x3_rc4::IfcTrackElementType, OdIfc4x3_rc4::IfcTransformer, OdIfc4x3_rc4::IfcTransformerType, OdIfc4x3_rc4::IfcTransportElement, OdIfc4x3_rc4::IfcTransportElementType, OdIfc4x3_rc4::IfcTrapeziumProfileDef, OdIfc4x3_rc4::IfcTriangulatedFaceSet, OdIfc4x3_rc4::IfcTriangulatedIrregularNetwork, OdIfc4x3_rc4::IfcTrimmedCurve, OdIfc4x3_rc4::IfcTShapeProfileDef, OdIfc4x3_rc4::IfcTubeBundle, OdIfc4x3_rc4::IfcTubeBundleType, OdIfc4x3_rc4::IfcTypeObject, OdIfc4x3_rc4::IfcTypeProcess, OdIfc4x3_rc4::IfcTypeProduct, OdIfc4x3_rc4::IfcTypeResource, OdIfc4x3_rc4::IfcUnitaryControlElement, OdIfc4x3_rc4::IfcUnitaryControlElementType, OdIfc4x3_rc4::IfcUnitaryEquipment, OdIfc4x3_rc4::IfcUnitaryEquipmentType, OdIfc4x3_rc4::IfcUnitAssignment, OdIfc4x3_rc4::IfcUShapeProfileDef, OdIfc4x3_rc4::IfcValve, OdIfc4x3_rc4::IfcValveType, OdIfc4x3_rc4::IfcVector, OdIfc4x3_rc4::IfcVertexLoop, OdIfc4x3_rc4::IfcVertexPoint, OdIfc4x3_rc4::IfcVibrationDamper, OdIfc4x3_rc4::IfcVibrationDamperType, OdIfc4x3_rc4::IfcVibrationIsolator, OdIfc4x3_rc4::IfcVibrationIsolatorType, OdIfc4x3_rc4::IfcVirtualGridIntersection, OdIfc4x3_rc4::IfcVoidingFeature, OdIfc4x3_rc4::IfcWall, OdIfc4x3_rc4::IfcWallType, OdIfc4x3_rc4::IfcWasteTerminal, OdIfc4x3_rc4::IfcWasteTerminalType, OdIfc4x3_rc4::IfcWindow, OdIfc4x3_rc4::IfcWindowLiningProperties, OdIfc4x3_rc4::IfcWindowPanelProperties, OdIfc4x3_rc4::IfcWindowStyle, OdIfc4x3_rc4::IfcWindowType, OdIfc4x3_rc4::IfcWorkCalendar, OdIfc4x3_rc4::IfcWorkControl, OdIfc4x3_rc4::IfcWorkPlan, OdIfc4x3_rc4::IfcWorkSchedule, OdIfc4x3_rc4::IfcWorkTime, OdIfc4x3_rc4::IfcZone, OdIfc4x3_rc4::IfcZShapeProfileDef, OdIfcInteroperable::OdIfcCartesianPointAuto, and OdIfcInteroperable::OdIfcDirectionAuto.
|
inline |
Resolves the entity and returns the result of the entity composition to a calling subroutine.
resolved | [in] A resolution operation result. |
resPtr | [out] A raw pointer that references the entity composition result value. |
Definition at line 199 of file IfcEntity.h.
|
inline |
Retrieves whether the entity is resolved into a compound object, into a Ge compound object, or is unresolved/visited.
Definition at line 192 of file IfcEntity.h.
Sets a new Gs node cache for the entity.
pGsNode | [in] A raw pointer to an <exref target="https://docs.opendesign.com/tv/OdGsCache.html">OdGsCache</exref> object. |
|
virtual |
Sets the values of the entity's sub-entity traits.
traits | [out] A raw pointer to the traits to be filled and returned to a calling subroutine. |
|
virtual |
Draws a graphical entity representation that is independent of any viewport context.
wd | [in] A raw pointer to the object that encapsulates parameters of viewport-independent vectorization. |
|
virtual |
Retrieves whether the attribute value is set or is unset.
explicitAttrName | [in] An ANSI string that contains the attribute name. |
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcActorRole, OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAddress, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAnnotationFillArea, OdIfc2x2_final::IfcAnnotationFillAreaOccurrence, OdIfc2x2_final::IfcApplication, OdIfc2x2_final::IfcAppliedValue, OdIfc2x2_final::IfcAppliedValueRelationship, OdIfc2x2_final::IfcApprovalActorRelationship, OdIfc2x2_final::IfcApproval, OdIfc2x2_final::IfcApprovalPropertyRelationship, OdIfc2x2_final::IfcApprovalRelationship, OdIfc2x2_final::IfcArbitraryClosedProfileDef, OdIfc2x2_final::IfcArbitraryOpenProfileDef, OdIfc2x2_final::IfcArbitraryProfileDefWithVoids, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcAsymmetricIShapeProfileDef, OdIfc2x2_final::IfcAxis1Placement, OdIfc2x2_final::IfcAxis2Placement2D, OdIfc2x2_final::IfcAxis2Placement3D, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBooleanResult, OdIfc2x2_final::IfcBoundaryCondition, OdIfc2x2_final::IfcBoundaryEdgeCondition, OdIfc2x2_final::IfcBoundaryFaceCondition, OdIfc2x2_final::IfcBoundaryNodeCondition, OdIfc2x2_final::IfcBoundaryNodeConditionWarping, OdIfc2x2_final::IfcBoundingBox, OdIfc2x2_final::IfcBoxedHalfSpace, OdIfc2x2_final::IfcBSplineCurve, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcCalendarDate, OdIfc2x2_final::IfcCartesianPoint, OdIfc2x2_final::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator3D, OdIfc2x2_final::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCircle, OdIfc2x2_final::IfcCircleHollowProfileDef, OdIfc2x2_final::IfcCircleProfileDef, OdIfc2x2_final::IfcClassification, OdIfc2x2_final::IfcClassificationItem, OdIfc2x2_final::IfcClassificationItemRelationship, OdIfc2x2_final::IfcClassificationNotation, OdIfc2x2_final::IfcClassificationNotationFacet, OdIfc2x2_final::IfcClassificationReference, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColourRgb, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcComplexProperty, OdIfc2x2_final::IfcCompositeCurve, OdIfc2x2_final::IfcCompositeCurveSegment, OdIfc2x2_final::IfcCompositeProfileDef, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConic, OdIfc2x2_final::IfcConnectedFaceSet, OdIfc2x2_final::IfcConnectionCurveGeometry, OdIfc2x2_final::IfcConnectionPointGeometry, OdIfc2x2_final::IfcConnectionPortGeometry, OdIfc2x2_final::IfcConnectionSurfaceGeometry, OdIfc2x2_final::IfcConstraintAggregationRelationship, OdIfc2x2_final::IfcConstraint, OdIfc2x2_final::IfcConstraintClassificationRelationship, OdIfc2x2_final::IfcConstraintRelationship, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcContextDependentUnit, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcConversionBasedUnit, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCoordinatedUniversalTimeOffset, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCostValue, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcCraneRailAShapeProfileDef, OdIfc2x2_final::IfcCraneRailFShapeProfileDef, OdIfc2x2_final::IfcCsgSolid, OdIfc2x2_final::IfcCShapeProfileDef, OdIfc2x2_final::IfcCurrencyRelationship, OdIfc2x2_final::IfcCurveBoundedPlane, OdIfc2x2_final::IfcCurveStyle, OdIfc2x2_final::IfcCurveStyleFontAndScaling, OdIfc2x2_final::IfcCurveStyleFont, OdIfc2x2_final::IfcCurveStyleFontPattern, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDateAndTime, OdIfc2x2_final::IfcDefinedSymbol, OdIfc2x2_final::IfcDerivedProfileDef, OdIfc2x2_final::IfcDerivedUnit, OdIfc2x2_final::IfcDerivedUnitElement, OdIfc2x2_final::IfcDimensionalExponents, OdIfc2x2_final::IfcDimensionCurve, OdIfc2x2_final::IfcDimensionCurveTerminator, OdIfc2x2_final::IfcDirection, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDocumentElectronicFormat, OdIfc2x2_final::IfcDocumentInformation, OdIfc2x2_final::IfcDocumentInformationRelationship, OdIfc2x2_final::IfcDocumentReference, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDraughtingCallout, OdIfc2x2_final::IfcDraughtingCalloutRelationship, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcEdge, OdIfc2x2_final::IfcEdgeCurve, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcEdgeLoop, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementarySurface, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEllipse, OdIfc2x2_final::IfcEllipseProfileDef, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEnvironmentalImpactValue, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcExtendedMaterialProperties, OdIfc2x2_final::IfcExternalReference, OdIfc2x2_final::IfcExtrudedAreaSolid, OdIfc2x2_final::IfcFace, OdIfc2x2_final::IfcFaceBasedSurfaceModel, OdIfc2x2_final::IfcFaceBound, OdIfc2x2_final::IfcFaceSurface, OdIfc2x2_final::IfcFacetedBrepWithVoids, OdIfc2x2_final::IfcFailureConnectionCondition, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFillAreaStyle, OdIfc2x2_final::IfcFillAreaStyleHatching, OdIfc2x2_final::IfcFillAreaStyleTiles, OdIfc2x2_final::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFuelProperties, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcGeneralMaterialProperties, OdIfc2x2_final::IfcGeneralProfileProperties, OdIfc2x2_final::IfcGeometricRepresentationContext, OdIfc2x2_final::IfcGeometricRepresentationSubContext, OdIfc2x2_final::IfcGeometricSet, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGridAxis, OdIfc2x2_final::IfcGridPlacement, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcHalfSpaceSolid, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcHygroscopicMaterialProperties, OdIfc2x2_final::IfcImageTexture, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcIrregularTimeSeries, OdIfc2x2_final::IfcIrregularTimeSeriesValue, OdIfc2x2_final::IfcIShapeProfileDef, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLibraryInformation, OdIfc2x2_final::IfcLibraryReference, OdIfc2x2_final::IfcLightDistributionData, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcLightIntensityDistribution, OdIfc2x2_final::IfcLightSource, OdIfc2x2_final::IfcLightSourceDirectional, OdIfc2x2_final::IfcLightSourceGoniometric, OdIfc2x2_final::IfcLightSourcePositional, OdIfc2x2_final::IfcLightSourceSpot, OdIfc2x2_final::IfcLine, OdIfc2x2_final::IfcLocalPlacement, OdIfc2x2_final::IfcLocalTime, OdIfc2x2_final::IfcLShapeProfileDef, OdIfc2x2_final::IfcManifoldSolidBrep, OdIfc2x2_final::IfcMappedItem, OdIfc2x2_final::IfcMaterial, OdIfc2x2_final::IfcMaterialClassificationRelationship, OdIfc2x2_final::IfcMaterialLayer, OdIfc2x2_final::IfcMaterialLayerSet, OdIfc2x2_final::IfcMaterialLayerSetUsage, OdIfc2x2_final::IfcMaterialList, OdIfc2x2_final::IfcMaterialProperties, OdIfc2x2_final::IfcMeasureWithUnit, OdIfc2x2_final::IfcMechanicalConcreteMaterialProperties, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMechanicalMaterialProperties, OdIfc2x2_final::IfcMechanicalSteelMaterialProperties, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMetric, OdIfc2x2_final::IfcMonetaryUnit, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcNamedUnit, OdIfc2x2_final::IfcObject, OdIfc2x2_final::IfcObjective, OdIfc2x2_final::IfcObjectPlacement, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOffsetCurve2D, OdIfc2x2_final::IfcOffsetCurve3D, OdIfc2x2_final::IfcOneDirectionRepeatFactor, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOpticalMaterialProperties, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcOrganization, OdIfc2x2_final::IfcOrganizationRelationship, OdIfc2x2_final::IfcOrientedEdge, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcOwnerHistory, OdIfc2x2_final::IfcParameterizedProfileDef, OdIfc2x2_final::IfcPath, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPersonAndOrganization, OdIfc2x2_final::IfcPerson, OdIfc2x2_final::IfcPhysicalComplexQuantity, OdIfc2x2_final::IfcPhysicalQuantity, OdIfc2x2_final::IfcPhysicalSimpleQuantity, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPixelTexture, OdIfc2x2_final::IfcPlacement, OdIfc2x2_final::IfcPlanarBox, OdIfc2x2_final::IfcPlanarExtent, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPointOnCurve, OdIfc2x2_final::IfcPointOnSurface, OdIfc2x2_final::IfcPolygonalBoundedHalfSpace, OdIfc2x2_final::IfcPolyline, OdIfc2x2_final::IfcPolyLoop, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcPostalAddress, OdIfc2x2_final::IfcPreDefinedItem, OdIfc2x2_final::IfcPresentationLayerAssignment, OdIfc2x2_final::IfcPresentationLayerAssignmentWithStyle, OdIfc2x2_final::IfcPresentationStyleAssignment, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProductDefinitionShape, OdIfc2x2_final::IfcProductRepresentation, OdIfc2x2_final::IfcProductsOfCombustionProperties, OdIfc2x2_final::IfcProfileDef, OdIfc2x2_final::IfcProfileProperties, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProperty, OdIfc2x2_final::IfcPropertyBoundedValue, OdIfc2x2_final::IfcPropertyConstraintRelationship, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertyDependencyRelationship, OdIfc2x2_final::IfcPropertyEnumeratedValue, OdIfc2x2_final::IfcPropertyEnumeration, OdIfc2x2_final::IfcPropertyListValue, OdIfc2x2_final::IfcPropertyReferenceValue, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcPropertySingleValue, OdIfc2x2_final::IfcPropertyTableValue, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcQuantityArea, OdIfc2x2_final::IfcQuantityCount, OdIfc2x2_final::IfcQuantityLength, OdIfc2x2_final::IfcQuantityTime, OdIfc2x2_final::IfcQuantityVolume, OdIfc2x2_final::IfcQuantityWeight, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcRationalBezierCurve, OdIfc2x2_final::IfcRectangleHollowProfileDef, OdIfc2x2_final::IfcRectangleProfileDef, OdIfc2x2_final::IfcRectangularTrimmedSurface, OdIfc2x2_final::IfcReferencesValueDocument, OdIfc2x2_final::IfcRegularTimeSeries, OdIfc2x2_final::IfcReinforcementBarProperties, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcRelAssigns, OdIfc2x2_final::IfcRelAssignsTasks, OdIfc2x2_final::IfcRelAssignsToActor, OdIfc2x2_final::IfcRelAssignsToControl, OdIfc2x2_final::IfcRelAssignsToGroup, OdIfc2x2_final::IfcRelAssignsToProcess, OdIfc2x2_final::IfcRelAssignsToProduct, OdIfc2x2_final::IfcRelAssignsToResource, OdIfc2x2_final::IfcRelAssociatesAppliedValue, OdIfc2x2_final::IfcRelAssociatesApproval, OdIfc2x2_final::IfcRelAssociates, OdIfc2x2_final::IfcRelAssociatesClassification, OdIfc2x2_final::IfcRelAssociatesConstraint, OdIfc2x2_final::IfcRelAssociatesDocument, OdIfc2x2_final::IfcRelAssociatesLibrary, OdIfc2x2_final::IfcRelAssociatesMaterial, OdIfc2x2_final::IfcRelAssociatesProfileProperties, OdIfc2x2_final::IfcRelaxation, OdIfc2x2_final::IfcRelConnectsElements, OdIfc2x2_final::IfcRelConnectsPathElements, OdIfc2x2_final::IfcRelConnectsPorts, OdIfc2x2_final::IfcRelConnectsPortToElement, OdIfc2x2_final::IfcRelConnectsStructuralActivity, OdIfc2x2_final::IfcRelConnectsStructuralMember, OdIfc2x2_final::IfcRelConnectsWithRealizingElements, OdIfc2x2_final::IfcRelContainedInSpatialStructure, OdIfc2x2_final::IfcRelCoversBldgElements, OdIfc2x2_final::IfcRelDecomposes, OdIfc2x2_final::IfcRelDefines, OdIfc2x2_final::IfcRelDefinesByProperties, OdIfc2x2_final::IfcRelDefinesByType, OdIfc2x2_final::IfcRelFillsElement, OdIfc2x2_final::IfcRelFlowControlElements, OdIfc2x2_final::IfcRelInteractionRequirements, OdIfc2x2_final::IfcRelOverridesProperties, OdIfc2x2_final::IfcRelProjectsElement, OdIfc2x2_final::IfcRelSequence, OdIfc2x2_final::IfcRelServicesBuildings, OdIfc2x2_final::IfcRelSpaceBoundary, OdIfc2x2_final::IfcRelVoidsElement, OdIfc2x2_final::IfcRepresentation, OdIfc2x2_final::IfcRepresentationContext, OdIfc2x2_final::IfcRepresentationMap, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRevolvedAreaSolid, OdIfc2x2_final::IfcRibPlateProfileProperties, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoot, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcRoundedRectangleProfileDef, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcSectionedSpine, OdIfc2x2_final::IfcSectionProperties, OdIfc2x2_final::IfcSectionReinforcementProperties, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcShapeAspect, OdIfc2x2_final::IfcShapeRepresentation, OdIfc2x2_final::IfcShellBasedSurfaceModel, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSIUnit, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSlippageConnectionCondition, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralConnectionCondition, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoad, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralLoadLinearForce, OdIfc2x2_final::IfcStructuralLoadPlanarForce, OdIfc2x2_final::IfcStructuralLoadSingleDisplacement, OdIfc2x2_final::IfcStructuralLoadSingleDisplacementDistortion, OdIfc2x2_final::IfcStructuralLoadSingleForce, OdIfc2x2_final::IfcStructuralLoadSingleForceWarping, OdIfc2x2_final::IfcStructuralLoadTemperature, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralProfileProperties, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSteelProfileProperties, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcStyledItem, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSubedge, OdIfc2x2_final::IfcSurfaceCurveSweptAreaSolid, OdIfc2x2_final::IfcSurfaceOfLinearExtrusion, OdIfc2x2_final::IfcSurfaceOfRevolution, OdIfc2x2_final::IfcSurfaceStyle, OdIfc2x2_final::IfcSurfaceStyleLighting, OdIfc2x2_final::IfcSurfaceStyleRefraction, OdIfc2x2_final::IfcSurfaceStyleRendering, OdIfc2x2_final::IfcSurfaceStyleShading, OdIfc2x2_final::IfcSurfaceStyleWithTextures, OdIfc2x2_final::IfcSurfaceTexture, OdIfc2x2_final::IfcSweptAreaSolid, OdIfc2x2_final::IfcSweptDiskSolid, OdIfc2x2_final::IfcSweptSurface, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSymbolStyle, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTable, OdIfc2x2_final::IfcTableRow, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTelecomAddress, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTerminatorSymbol, OdIfc2x2_final::IfcTextLiteral, OdIfc2x2_final::IfcTextLiteralWithExtent, OdIfc2x2_final::IfcTextStyle, OdIfc2x2_final::IfcTextStyleWithBoxCharacteristics, OdIfc2x2_final::IfcTextStyleWithMirror, OdIfc2x2_final::IfcTextStyleWithSpacing, OdIfc2x2_final::IfcTextureCoordinate, OdIfc2x2_final::IfcTextureCoordinateGenerator, OdIfc2x2_final::IfcTextureMap, OdIfc2x2_final::IfcTextureVertex, OdIfc2x2_final::IfcThermalMaterialProperties, OdIfc2x2_final::IfcTimeSeries, OdIfc2x2_final::IfcTimeSeriesReferenceRelationship, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTimeSeriesValue, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTrapeziumProfileDef, OdIfc2x2_final::IfcTrimmedCurve, OdIfc2x2_final::IfcTShapeProfileDef, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTwoDirectionRepeatFactor, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcUnitAssignment, OdIfc2x2_final::IfcUShapeProfileDef, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVector, OdIfc2x2_final::IfcVertexBasedTextureMap, OdIfc2x2_final::IfcVertexLoop, OdIfc2x2_final::IfcVertexPoint, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcVirtualGridIntersection, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWaterProperties, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, OdIfc2x2_final::IfcWindowStyle, OdIfc2x2_final::IfcWorkControl, OdIfc2x2_final::IfcZShapeProfileDef, OdIfc2x3::IfcActionRequest, OdIfc2x3::IfcActor, OdIfc2x3::IfcActorRole, OdIfc2x3::IfcActuatorType, OdIfc2x3::IfcAddress, OdIfc2x3::IfcAirTerminalBoxType, OdIfc2x3::IfcAirTerminalType, OdIfc2x3::IfcAirToAirHeatRecoveryType, OdIfc2x3::IfcAlarmType, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAnnotationFillArea, OdIfc2x3::IfcAnnotationFillAreaOccurrence, OdIfc2x3::IfcAnnotationSurface, OdIfc2x3::IfcApplication, OdIfc2x3::IfcAppliedValue, OdIfc2x3::IfcAppliedValueRelationship, OdIfc2x3::IfcApprovalActorRelationship, OdIfc2x3::IfcApproval, OdIfc2x3::IfcApprovalPropertyRelationship, OdIfc2x3::IfcApprovalRelationship, OdIfc2x3::IfcArbitraryClosedProfileDef, OdIfc2x3::IfcArbitraryOpenProfileDef, OdIfc2x3::IfcArbitraryProfileDefWithVoids, OdIfc2x3::IfcAsset, OdIfc2x3::IfcAsymmetricIShapeProfileDef, OdIfc2x3::IfcAxis1Placement, OdIfc2x3::IfcAxis2Placement2D, OdIfc2x3::IfcAxis2Placement3D, OdIfc2x3::IfcBeamType, OdIfc2x3::IfcBlobTexture, OdIfc2x3::IfcBlock, OdIfc2x3::IfcBoilerType, OdIfc2x3::IfcBooleanResult, OdIfc2x3::IfcBoundaryCondition, OdIfc2x3::IfcBoundaryEdgeCondition, OdIfc2x3::IfcBoundaryFaceCondition, OdIfc2x3::IfcBoundaryNodeCondition, OdIfc2x3::IfcBoundaryNodeConditionWarping, OdIfc2x3::IfcBoundingBox, OdIfc2x3::IfcBoxedHalfSpace, OdIfc2x3::IfcBSplineCurve, OdIfc2x3::IfcBuilding, OdIfc2x3::IfcBuildingElementProxy, OdIfc2x3::IfcBuildingElementProxyType, OdIfc2x3::IfcBuildingStorey, OdIfc2x3::IfcCableCarrierFittingType, OdIfc2x3::IfcCableCarrierSegmentType, OdIfc2x3::IfcCableSegmentType, OdIfc2x3::IfcCalendarDate, OdIfc2x3::IfcCartesianPoint, OdIfc2x3::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator3D, OdIfc2x3::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator, OdIfc2x3::IfcCenterLineProfileDef, OdIfc2x3::IfcChamferEdgeFeature, OdIfc2x3::IfcChillerType, OdIfc2x3::IfcCircle, OdIfc2x3::IfcCircleHollowProfileDef, OdIfc2x3::IfcCircleProfileDef, OdIfc2x3::IfcClassification, OdIfc2x3::IfcClassificationItem, OdIfc2x3::IfcClassificationItemRelationship, OdIfc2x3::IfcClassificationNotation, OdIfc2x3::IfcClassificationNotationFacet, OdIfc2x3::IfcClassificationReference, OdIfc2x3::IfcCoilType, OdIfc2x3::IfcColourRgb, OdIfc2x3::IfcColourSpecification, OdIfc2x3::IfcColumnType, OdIfc2x3::IfcComplexProperty, OdIfc2x3::IfcCompositeCurve, OdIfc2x3::IfcCompositeCurveSegment, OdIfc2x3::IfcCompositeProfileDef, OdIfc2x3::IfcCompressorType, OdIfc2x3::IfcCondenserType, OdIfc2x3::IfcConditionCriterion, OdIfc2x3::IfcConic, OdIfc2x3::IfcConnectedFaceSet, OdIfc2x3::IfcConnectionCurveGeometry, OdIfc2x3::IfcConnectionPointEccentricity, OdIfc2x3::IfcConnectionPointGeometry, OdIfc2x3::IfcConnectionPortGeometry, OdIfc2x3::IfcConnectionSurfaceGeometry, OdIfc2x3::IfcConstraintAggregationRelationship, OdIfc2x3::IfcConstraint, OdIfc2x3::IfcConstraintClassificationRelationship, OdIfc2x3::IfcConstraintRelationship, OdIfc2x3::IfcConstructionMaterialResource, OdIfc2x3::IfcConstructionResource, OdIfc2x3::IfcContextDependentUnit, OdIfc2x3::IfcControl, OdIfc2x3::IfcControllerType, OdIfc2x3::IfcConversionBasedUnit, OdIfc2x3::IfcCooledBeamType, OdIfc2x3::IfcCoolingTowerType, OdIfc2x3::IfcCoordinatedUniversalTimeOffset, OdIfc2x3::IfcCostSchedule, OdIfc2x3::IfcCostValue, OdIfc2x3::IfcCovering, OdIfc2x3::IfcCoveringType, OdIfc2x3::IfcCraneRailAShapeProfileDef, OdIfc2x3::IfcCraneRailFShapeProfileDef, OdIfc2x3::IfcCsgPrimitive3D, OdIfc2x3::IfcCsgSolid, OdIfc2x3::IfcCShapeProfileDef, OdIfc2x3::IfcCurrencyRelationship, OdIfc2x3::IfcCurtainWallType, OdIfc2x3::IfcCurveBoundedPlane, OdIfc2x3::IfcCurveStyle, OdIfc2x3::IfcCurveStyleFontAndScaling, OdIfc2x3::IfcCurveStyleFont, OdIfc2x3::IfcCurveStyleFontPattern, OdIfc2x3::IfcDamperType, OdIfc2x3::IfcDateAndTime, OdIfc2x3::IfcDefinedSymbol, OdIfc2x3::IfcDerivedProfileDef, OdIfc2x3::IfcDerivedUnit, OdIfc2x3::IfcDerivedUnitElement, OdIfc2x3::IfcDimensionalExponents, OdIfc2x3::IfcDimensionCurve, OdIfc2x3::IfcDimensionCurveTerminator, OdIfc2x3::IfcDirection, OdIfc2x3::IfcDistributionChamberElementType, OdIfc2x3::IfcDistributionControlElement, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionPort, OdIfc2x3::IfcDocumentElectronicFormat, OdIfc2x3::IfcDocumentInformation, OdIfc2x3::IfcDocumentInformationRelationship, OdIfc2x3::IfcDocumentReference, OdIfc2x3::IfcDoor, OdIfc2x3::IfcDoorLiningProperties, OdIfc2x3::IfcDoorPanelProperties, OdIfc2x3::IfcDoorStyle, OdIfc2x3::IfcDraughtingCallout, OdIfc2x3::IfcDraughtingCalloutRelationship, OdIfc2x3::IfcDuctFittingType, OdIfc2x3::IfcDuctSegmentType, OdIfc2x3::IfcDuctSilencerType, OdIfc2x3::IfcEdge, OdIfc2x3::IfcEdgeCurve, OdIfc2x3::IfcEdgeFeature, OdIfc2x3::IfcEdgeLoop, OdIfc2x3::IfcElectricalBaseProperties, OdIfc2x3::IfcElectricApplianceType, OdIfc2x3::IfcElectricDistributionPoint, OdIfc2x3::IfcElectricFlowStorageDeviceType, OdIfc2x3::IfcElectricGeneratorType, OdIfc2x3::IfcElectricHeaterType, OdIfc2x3::IfcElectricMotorType, OdIfc2x3::IfcElectricTimeControlType, OdIfc2x3::IfcElementarySurface, OdIfc2x3::IfcElementAssembly, OdIfc2x3::IfcElement, OdIfc2x3::IfcElementQuantity, OdIfc2x3::IfcElementType, OdIfc2x3::IfcEllipse, OdIfc2x3::IfcEllipseProfileDef, OdIfc2x3::IfcEnergyProperties, OdIfc2x3::IfcEnvironmentalImpactValue, OdIfc2x3::IfcEvaporativeCoolerType, OdIfc2x3::IfcEvaporatorType, OdIfc2x3::IfcExtendedMaterialProperties, OdIfc2x3::IfcExternalReference, OdIfc2x3::IfcExtrudedAreaSolid, OdIfc2x3::IfcFace, OdIfc2x3::IfcFaceBasedSurfaceModel, OdIfc2x3::IfcFaceBound, OdIfc2x3::IfcFaceSurface, OdIfc2x3::IfcFacetedBrepWithVoids, OdIfc2x3::IfcFailureConnectionCondition, OdIfc2x3::IfcFanType, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFillAreaStyle, OdIfc2x3::IfcFillAreaStyleHatching, OdIfc2x3::IfcFillAreaStyleTiles, OdIfc2x3::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x3::IfcFilterType, OdIfc2x3::IfcFireSuppressionTerminalType, OdIfc2x3::IfcFlowInstrumentType, OdIfc2x3::IfcFlowMeterType, OdIfc2x3::IfcFluidFlowProperties, OdIfc2x3::IfcFooting, OdIfc2x3::IfcFuelProperties, OdIfc2x3::IfcFurnitureType, OdIfc2x3::IfcGasTerminalType, OdIfc2x3::IfcGeneralMaterialProperties, OdIfc2x3::IfcGeneralProfileProperties, OdIfc2x3::IfcGeometricRepresentationContext, OdIfc2x3::IfcGeometricRepresentationSubContext, OdIfc2x3::IfcGeometricSet, OdIfc2x3::IfcGrid, OdIfc2x3::IfcGridAxis, OdIfc2x3::IfcGridPlacement, OdIfc2x3::IfcGroup, OdIfc2x3::IfcHalfSpaceSolid, OdIfc2x3::IfcHeatExchangerType, OdIfc2x3::IfcHumidifierType, OdIfc2x3::IfcHygroscopicMaterialProperties, OdIfc2x3::IfcImageTexture, OdIfc2x3::IfcInventory, OdIfc2x3::IfcIrregularTimeSeries, OdIfc2x3::IfcIrregularTimeSeriesValue, OdIfc2x3::IfcIShapeProfileDef, OdIfc2x3::IfcJunctionBoxType, OdIfc2x3::IfcLaborResource, OdIfc2x3::IfcLampType, OdIfc2x3::IfcLibraryInformation, OdIfc2x3::IfcLibraryReference, OdIfc2x3::IfcLightDistributionData, OdIfc2x3::IfcLightFixtureType, OdIfc2x3::IfcLightIntensityDistribution, OdIfc2x3::IfcLightSource, OdIfc2x3::IfcLightSourceDirectional, OdIfc2x3::IfcLightSourceGoniometric, OdIfc2x3::IfcLightSourcePositional, OdIfc2x3::IfcLightSourceSpot, OdIfc2x3::IfcLine, OdIfc2x3::IfcLocalPlacement, OdIfc2x3::IfcLocalTime, OdIfc2x3::IfcLShapeProfileDef, OdIfc2x3::IfcManifoldSolidBrep, OdIfc2x3::IfcMappedItem, OdIfc2x3::IfcMaterial, OdIfc2x3::IfcMaterialClassificationRelationship, OdIfc2x3::IfcMaterialDefinitionRepresentation, OdIfc2x3::IfcMaterialLayer, OdIfc2x3::IfcMaterialLayerSet, OdIfc2x3::IfcMaterialLayerSetUsage, OdIfc2x3::IfcMaterialList, OdIfc2x3::IfcMaterialProperties, OdIfc2x3::IfcMeasureWithUnit, OdIfc2x3::IfcMechanicalConcreteMaterialProperties, OdIfc2x3::IfcMechanicalFastener, OdIfc2x3::IfcMechanicalMaterialProperties, OdIfc2x3::IfcMechanicalSteelMaterialProperties, OdIfc2x3::IfcMemberType, OdIfc2x3::IfcMetric, OdIfc2x3::IfcMonetaryUnit, OdIfc2x3::IfcMotorConnectionType, OdIfc2x3::IfcMove, OdIfc2x3::IfcNamedUnit, OdIfc2x3::IfcObject, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcObjective, OdIfc2x3::IfcObjectPlacement, OdIfc2x3::IfcOccupant, OdIfc2x3::IfcOffsetCurve2D, OdIfc2x3::IfcOffsetCurve3D, OdIfc2x3::IfcOneDirectionRepeatFactor, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOpticalMaterialProperties, OdIfc2x3::IfcOrderAction, OdIfc2x3::IfcOrganization, OdIfc2x3::IfcOrganizationRelationship, OdIfc2x3::IfcOrientedEdge, OdIfc2x3::IfcOutletType, OdIfc2x3::IfcOwnerHistory, OdIfc2x3::IfcParameterizedProfileDef, OdIfc2x3::IfcPath, OdIfc2x3::IfcPerformanceHistory, OdIfc2x3::IfcPermeableCoveringProperties, OdIfc2x3::IfcPermit, OdIfc2x3::IfcPersonAndOrganization, OdIfc2x3::IfcPerson, OdIfc2x3::IfcPhysicalComplexQuantity, OdIfc2x3::IfcPhysicalQuantity, OdIfc2x3::IfcPhysicalSimpleQuantity, OdIfc2x3::IfcPile, OdIfc2x3::IfcPipeFittingType, OdIfc2x3::IfcPipeSegmentType, OdIfc2x3::IfcPixelTexture, OdIfc2x3::IfcPlacement, OdIfc2x3::IfcPlanarBox, OdIfc2x3::IfcPlanarExtent, OdIfc2x3::IfcPlateType, OdIfc2x3::IfcPointOnCurve, OdIfc2x3::IfcPointOnSurface, OdIfc2x3::IfcPolygonalBoundedHalfSpace, OdIfc2x3::IfcPolyline, OdIfc2x3::IfcPolyLoop, OdIfc2x3::IfcPort, OdIfc2x3::IfcPostalAddress, OdIfc2x3::IfcPreDefinedItem, OdIfc2x3::IfcPresentationLayerAssignment, OdIfc2x3::IfcPresentationLayerWithStyle, OdIfc2x3::IfcPresentationStyleAssignment, OdIfc2x3::IfcPresentationStyle, OdIfc2x3::IfcProcedure, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProduct, OdIfc2x3::IfcProductDefinitionShape, OdIfc2x3::IfcProductRepresentation, OdIfc2x3::IfcProductsOfCombustionProperties, OdIfc2x3::IfcProfileDef, OdIfc2x3::IfcProfileProperties, OdIfc2x3::IfcProject, OdIfc2x3::IfcProjectOrder, OdIfc2x3::IfcProjectOrderRecord, OdIfc2x3::IfcProperty, OdIfc2x3::IfcPropertyBoundedValue, OdIfc2x3::IfcPropertyConstraintRelationship, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertyDependencyRelationship, OdIfc2x3::IfcPropertyEnumeratedValue, OdIfc2x3::IfcPropertyEnumeration, OdIfc2x3::IfcPropertyListValue, OdIfc2x3::IfcPropertyReferenceValue, OdIfc2x3::IfcPropertySet, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcPropertySingleValue, OdIfc2x3::IfcPropertyTableValue, OdIfc2x3::IfcProtectiveDeviceType, OdIfc2x3::IfcProxy, OdIfc2x3::IfcPumpType, OdIfc2x3::IfcQuantityArea, OdIfc2x3::IfcQuantityCount, OdIfc2x3::IfcQuantityLength, OdIfc2x3::IfcQuantityTime, OdIfc2x3::IfcQuantityVolume, OdIfc2x3::IfcQuantityWeight, OdIfc2x3::IfcRailing, OdIfc2x3::IfcRailingType, OdIfc2x3::IfcRamp, OdIfc2x3::IfcRampFlightType, OdIfc2x3::IfcRationalBezierCurve, OdIfc2x3::IfcRectangleHollowProfileDef, OdIfc2x3::IfcRectangleProfileDef, OdIfc2x3::IfcRectangularPyramid, OdIfc2x3::IfcRectangularTrimmedSurface, OdIfc2x3::IfcReferencesValueDocument, OdIfc2x3::IfcRegularTimeSeries, OdIfc2x3::IfcReinforcementBarProperties, OdIfc2x3::IfcReinforcementDefinitionProperties, OdIfc2x3::IfcReinforcingBar, OdIfc2x3::IfcReinforcingElement, OdIfc2x3::IfcReinforcingMesh, OdIfc2x3::IfcRelAssigns, OdIfc2x3::IfcRelAssignsTasks, OdIfc2x3::IfcRelAssignsToActor, OdIfc2x3::IfcRelAssignsToControl, OdIfc2x3::IfcRelAssignsToGroup, OdIfc2x3::IfcRelAssignsToProcess, OdIfc2x3::IfcRelAssignsToProduct, OdIfc2x3::IfcRelAssignsToResource, OdIfc2x3::IfcRelAssociatesAppliedValue, OdIfc2x3::IfcRelAssociatesApproval, OdIfc2x3::IfcRelAssociates, OdIfc2x3::IfcRelAssociatesClassification, OdIfc2x3::IfcRelAssociatesConstraint, OdIfc2x3::IfcRelAssociatesDocument, OdIfc2x3::IfcRelAssociatesLibrary, OdIfc2x3::IfcRelAssociatesMaterial, OdIfc2x3::IfcRelAssociatesProfileProperties, OdIfc2x3::IfcRelaxation, OdIfc2x3::IfcRelConnectsElements, OdIfc2x3::IfcRelConnectsPathElements, OdIfc2x3::IfcRelConnectsPorts, OdIfc2x3::IfcRelConnectsPortToElement, OdIfc2x3::IfcRelConnectsStructuralActivity, OdIfc2x3::IfcRelConnectsStructuralElement, OdIfc2x3::IfcRelConnectsStructuralMember, OdIfc2x3::IfcRelConnectsWithEccentricity, OdIfc2x3::IfcRelConnectsWithRealizingElements, OdIfc2x3::IfcRelContainedInSpatialStructure, OdIfc2x3::IfcRelCoversBldgElements, OdIfc2x3::IfcRelCoversSpaces, OdIfc2x3::IfcRelDecomposes, OdIfc2x3::IfcRelDefines, OdIfc2x3::IfcRelDefinesByProperties, OdIfc2x3::IfcRelDefinesByType, OdIfc2x3::IfcRelFillsElement, OdIfc2x3::IfcRelFlowControlElements, OdIfc2x3::IfcRelInteractionRequirements, OdIfc2x3::IfcRelOverridesProperties, OdIfc2x3::IfcRelProjectsElement, OdIfc2x3::IfcRelReferencedInSpatialStructure, OdIfc2x3::IfcRelSequence, OdIfc2x3::IfcRelServicesBuildings, OdIfc2x3::IfcRelSpaceBoundary, OdIfc2x3::IfcRelVoidsElement, OdIfc2x3::IfcRepresentation, OdIfc2x3::IfcRepresentationContext, OdIfc2x3::IfcRepresentationItem, OdIfc2x3::IfcRepresentationMap, OdIfc2x3::IfcResource, OdIfc2x3::IfcRevolvedAreaSolid, OdIfc2x3::IfcRibPlateProfileProperties, OdIfc2x3::IfcRightCircularCone, OdIfc2x3::IfcRightCircularCylinder, OdIfc2x3::IfcRoof, OdIfc2x3::IfcRoot, OdIfc2x3::IfcRoundedEdgeFeature, OdIfc2x3::IfcRoundedRectangleProfileDef, OdIfc2x3::IfcSanitaryTerminalType, OdIfc2x3::IfcScheduleTimeControl, OdIfc2x3::IfcSectionedSpine, OdIfc2x3::IfcSectionProperties, OdIfc2x3::IfcSectionReinforcementProperties, OdIfc2x3::IfcSensorType, OdIfc2x3::IfcServiceLife, OdIfc2x3::IfcServiceLifeFactor, OdIfc2x3::IfcShapeAspect, OdIfc2x3::IfcShapeModel, OdIfc2x3::IfcShellBasedSurfaceModel, OdIfc2x3::IfcSite, OdIfc2x3::IfcSIUnit, OdIfc2x3::IfcSlab, OdIfc2x3::IfcSlabType, OdIfc2x3::IfcSlippageConnectionCondition, OdIfc2x3::IfcSoundProperties, OdIfc2x3::IfcSoundValue, OdIfc2x3::IfcSpace, OdIfc2x3::IfcSpaceHeaterType, OdIfc2x3::IfcSpaceProgram, OdIfc2x3::IfcSpaceThermalLoadProperties, OdIfc2x3::IfcSpaceType, OdIfc2x3::IfcSpatialStructureElement, OdIfc2x3::IfcSphere, OdIfc2x3::IfcStackTerminalType, OdIfc2x3::IfcStair, OdIfc2x3::IfcStairFlight, OdIfc2x3::IfcStairFlightType, OdIfc2x3::IfcStructuralAction, OdIfc2x3::IfcStructuralActivity, OdIfc2x3::IfcStructuralAnalysisModel, OdIfc2x3::IfcStructuralConnection, OdIfc2x3::IfcStructuralConnectionCondition, OdIfc2x3::IfcStructuralCurveMember, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralLinearAction, OdIfc2x3::IfcStructuralLinearActionVarying, OdIfc2x3::IfcStructuralLoad, OdIfc2x3::IfcStructuralLoadGroup, OdIfc2x3::IfcStructuralLoadLinearForce, OdIfc2x3::IfcStructuralLoadPlanarForce, OdIfc2x3::IfcStructuralLoadSingleDisplacement, OdIfc2x3::IfcStructuralLoadSingleDisplacementDistortion, OdIfc2x3::IfcStructuralLoadSingleForce, OdIfc2x3::IfcStructuralLoadSingleForceWarping, OdIfc2x3::IfcStructuralLoadTemperature, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralPlanarAction, OdIfc2x3::IfcStructuralPlanarActionVarying, OdIfc2x3::IfcStructuralProfileProperties, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralResultGroup, OdIfc2x3::IfcStructuralSteelProfileProperties, OdIfc2x3::IfcStructuralSurfaceMember, OdIfc2x3::IfcStructuralSurfaceMemberVarying, OdIfc2x3::IfcStyledItem, OdIfc2x3::IfcSubContractResource, OdIfc2x3::IfcSubedge, OdIfc2x3::IfcSurfaceCurveSweptAreaSolid, OdIfc2x3::IfcSurfaceOfLinearExtrusion, OdIfc2x3::IfcSurfaceOfRevolution, OdIfc2x3::IfcSurfaceStyle, OdIfc2x3::IfcSurfaceStyleLighting, OdIfc2x3::IfcSurfaceStyleRefraction, OdIfc2x3::IfcSurfaceStyleRendering, OdIfc2x3::IfcSurfaceStyleShading, OdIfc2x3::IfcSurfaceStyleWithTextures, OdIfc2x3::IfcSurfaceTexture, OdIfc2x3::IfcSweptAreaSolid, OdIfc2x3::IfcSweptDiskSolid, OdIfc2x3::IfcSweptSurface, OdIfc2x3::IfcSwitchingDeviceType, OdIfc2x3::IfcSymbolStyle, OdIfc2x3::IfcSystem, OdIfc2x3::IfcTable, OdIfc2x3::IfcTableRow, OdIfc2x3::IfcTankType, OdIfc2x3::IfcTask, OdIfc2x3::IfcTelecomAddress, OdIfc2x3::IfcTendon, OdIfc2x3::IfcTerminatorSymbol, OdIfc2x3::IfcTextLiteral, OdIfc2x3::IfcTextLiteralWithExtent, OdIfc2x3::IfcTextStyle, OdIfc2x3::IfcTextStyleFontModel, OdIfc2x3::IfcTextStyleForDefinedFont, OdIfc2x3::IfcTextStyleTextModel, OdIfc2x3::IfcTextStyleWithBoxCharacteristics, OdIfc2x3::IfcTextureCoordinate, OdIfc2x3::IfcTextureCoordinateGenerator, OdIfc2x3::IfcTextureMap, OdIfc2x3::IfcTextureVertex, OdIfc2x3::IfcThermalMaterialProperties, OdIfc2x3::IfcTimeSeries, OdIfc2x3::IfcTimeSeriesReferenceRelationship, OdIfc2x3::IfcTimeSeriesSchedule, OdIfc2x3::IfcTimeSeriesValue, OdIfc2x3::IfcTransformerType, OdIfc2x3::IfcTransportElement, OdIfc2x3::IfcTransportElementType, OdIfc2x3::IfcTrapeziumProfileDef, OdIfc2x3::IfcTrimmedCurve, OdIfc2x3::IfcTShapeProfileDef, OdIfc2x3::IfcTubeBundleType, OdIfc2x3::IfcTwoDirectionRepeatFactor, OdIfc2x3::IfcTypeObject, OdIfc2x3::IfcTypeProduct, OdIfc2x3::IfcUnitaryEquipmentType, OdIfc2x3::IfcUnitAssignment, OdIfc2x3::IfcUShapeProfileDef, OdIfc2x3::IfcValveType, OdIfc2x3::IfcVector, OdIfc2x3::IfcVertexBasedTextureMap, OdIfc2x3::IfcVertexLoop, OdIfc2x3::IfcVertexPoint, OdIfc2x3::IfcVibrationIsolatorType, OdIfc2x3::IfcVirtualGridIntersection, OdIfc2x3::IfcWallType, OdIfc2x3::IfcWasteTerminalType, OdIfc2x3::IfcWaterProperties, OdIfc2x3::IfcWindow, OdIfc2x3::IfcWindowLiningProperties, OdIfc2x3::IfcWindowPanelProperties, OdIfc2x3::IfcWindowStyle, OdIfc2x3::IfcWorkControl, OdIfc2x3::IfcZShapeProfileDef, OdIfc2x_final::IfcActionTimeControl, OdIfc2x_final::IfcActor, OdIfc2x_final::IfcActorRole, OdIfc2x_final::IfcActuator, OdIfc2x_final::IfcAddress, OdIfc2x_final::IfcAirFilter, OdIfc2x_final::IfcAirTerminal, OdIfc2x_final::IfcAirTerminalBox, OdIfc2x_final::IfcApplication, OdIfc2x_final::IfcApproval, OdIfc2x_final::IfcApprovalUsage, OdIfc2x_final::IfcArbitraryClosedProfileDef, OdIfc2x_final::IfcArbitraryOpenProfileDef, OdIfc2x_final::IfcArbitraryProfileDefWithVoids, OdIfc2x_final::IfcAssessory, OdIfc2x_final::IfcAsset, OdIfc2x_final::IfcAxis1Placement, OdIfc2x_final::IfcAxis2Placement2D, OdIfc2x_final::IfcAxis2Placement3D, OdIfc2x_final::IfcBoiler, OdIfc2x_final::IfcBooleanResult, OdIfc2x_final::IfcBoundingBox, OdIfc2x_final::IfcBoxedHalfSpace, OdIfc2x_final::IfcBudget, OdIfc2x_final::IfcBuilding, OdIfc2x_final::IfcBuildingElement, OdIfc2x_final::IfcBuildingElementProxy, OdIfc2x_final::IfcBuildingStorey, OdIfc2x_final::IfcBuiltIn, OdIfc2x_final::IfcCalendarDate, OdIfc2x_final::IfcCartesianPoint, OdIfc2x_final::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x_final::IfcCartesianTransformationOperator3D, OdIfc2x_final::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x_final::IfcCartesianTransformationOperator, OdIfc2x_final::IfcChangeOrder, OdIfc2x_final::IfcChiller, OdIfc2x_final::IfcCircle, OdIfc2x_final::IfcCircleProfileDef, OdIfc2x_final::IfcClassification, OdIfc2x_final::IfcClassificationItem, OdIfc2x_final::IfcClassificationItemRelationship, OdIfc2x_final::IfcClassificationNotation, OdIfc2x_final::IfcClassificationNotationFacet, OdIfc2x_final::IfcClassificationReference, OdIfc2x_final::IfcCMDocPackage, OdIfc2x_final::IfcCoil, OdIfc2x_final::IfcCompartment, OdIfc2x_final::IfcComplexProperty, OdIfc2x_final::IfcCompositeCurve, OdIfc2x_final::IfcCompositeCurveSegment, OdIfc2x_final::IfcCompositeProfileDef, OdIfc2x_final::IfcCompressor, OdIfc2x_final::IfcConic, OdIfc2x_final::IfcConnectedFaceSet, OdIfc2x_final::IfcConnectionConstraint, OdIfc2x_final::IfcConnectionCurveGeometry, OdIfc2x_final::IfcConnectionPointGeometry, OdIfc2x_final::IfcConnectionPortGeometry, OdIfc2x_final::IfcConnectionSurfaceGeometry, OdIfc2x_final::IfcConstraintAggregationRelationship, OdIfc2x_final::IfcConstraint, OdIfc2x_final::IfcConstraintUsage, OdIfc2x_final::IfcConstructionMaterialResource, OdIfc2x_final::IfcContextDependentUnit, OdIfc2x_final::IfcControl, OdIfc2x_final::IfcControlElement, OdIfc2x_final::IfcConversionBasedUnit, OdIfc2x_final::IfcCoolingTower, OdIfc2x_final::IfcCoordinatedUniversalTimeOffset, OdIfc2x_final::IfcCost, OdIfc2x_final::IfcCostModifier, OdIfc2x_final::IfcCostModifierValue, OdIfc2x_final::IfcCostQuantity, OdIfc2x_final::IfcCostSchedule, OdIfc2x_final::IfcCostValue, OdIfc2x_final::IfcCostValueRelationship, OdIfc2x_final::IfcCovering, OdIfc2x_final::IfcCsgSolid, OdIfc2x_final::IfcCurveBoundedPlane, OdIfc2x_final::IfcDamper, OdIfc2x_final::IfcDateAndTime, OdIfc2x_final::IfcDerivedProfileDef, OdIfc2x_final::IfcDerivedUnit, OdIfc2x_final::IfcDerivedUnitElement, OdIfc2x_final::IfcDimensionalExponents, OdIfc2x_final::IfcDirectionalLightSource, OdIfc2x_final::IfcDirection, OdIfc2x_final::IfcDiscreteElement, OdIfc2x_final::IfcDistributionFlowElement, OdIfc2x_final::IfcDocumentElectronicFormat, OdIfc2x_final::IfcDocumentInformation, OdIfc2x_final::IfcDocumentInformationRelationship, OdIfc2x_final::IfcDocumentReference, OdIfc2x_final::IfcDoor, OdIfc2x_final::IfcDoorLiningProperties, OdIfc2x_final::IfcDoorPanelProperties, OdIfc2x_final::IfcDoorStyle, OdIfc2x_final::IfcEdge, OdIfc2x_final::IfcEdgeCurve, OdIfc2x_final::IfcElectricalAppliance, OdIfc2x_final::IfcElectricalBaseProperties, OdIfc2x_final::IfcElectricalExtendedProperties, OdIfc2x_final::IfcElectricMotor, OdIfc2x_final::IfcElementarySurface, OdIfc2x_final::IfcElement, OdIfc2x_final::IfcElementQuantity, OdIfc2x_final::IfcEllipse, OdIfc2x_final::IfcEllipseProfileDef, OdIfc2x_final::IfcExtendedMaterialProperties, OdIfc2x_final::IfcExternalReference, OdIfc2x_final::IfcExtrudedAreaSolid, OdIfc2x_final::IfcFace, OdIfc2x_final::IfcFaceBasedSurfaceModel, OdIfc2x_final::IfcFaceBound, OdIfc2x_final::IfcFaceSurface, OdIfc2x_final::IfcFacetedBrepWithVoids, OdIfc2x_final::IfcFan, OdIfc2x_final::IfcFlowFitting, OdIfc2x_final::IfcFlowSegment, OdIfc2x_final::IfcFluidFlowProperties, OdIfc2x_final::IfcFluidMovingDevice, OdIfc2x_final::IfcGeneralMaterialProperties, OdIfc2x_final::IfcGeometricRepresentationContext, OdIfc2x_final::IfcGeometricSet, OdIfc2x_final::IfcGrid, OdIfc2x_final::IfcGridAxis, OdIfc2x_final::IfcGridPlacement, OdIfc2x_final::IfcGroup, OdIfc2x_final::IfcHalfSpaceSolid, OdIfc2x_final::IfcHeatExchanger, OdIfc2x_final::IfcHeatTransferDevice, OdIfc2x_final::IfcHydronicHeater, OdIfc2x_final::IfcHygroscopicMaterialProperties, OdIfc2x_final::IfcInventory, OdIfc2x_final::IfcIshapeProfileDef, OdIfc2x_final::IfcLaborResource, OdIfc2x_final::IfcLibraryInformation, OdIfc2x_final::IfcLibraryReference, OdIfc2x_final::IfcLightFixture, OdIfc2x_final::IfcLine, OdIfc2x_final::IfcLocalPlacement, OdIfc2x_final::IfcLocalTime, OdIfc2x_final::IfcMaintenanceRecord, OdIfc2x_final::IfcMaintenanceWorkOrder, OdIfc2x_final::IfcManifoldSolidBrep, OdIfc2x_final::IfcManufacturerInformation, OdIfc2x_final::IfcMappedItem, OdIfc2x_final::IfcMaterial, OdIfc2x_final::IfcMaterialClassificationRelationship, OdIfc2x_final::IfcMaterialLayer, OdIfc2x_final::IfcMaterialLayerSet, OdIfc2x_final::IfcMaterialLayerSetUsage, OdIfc2x_final::IfcMaterialList, OdIfc2x_final::IfcMaterialProperties, OdIfc2x_final::IfcMeasureWithUnit, OdIfc2x_final::IfcMechanicalMaterialProperties, OdIfc2x_final::IfcMetric, OdIfc2x_final::IfcMetricBenchmark, OdIfc2x_final::IfcMetricValue, OdIfc2x_final::IfcMonetaryUnit, OdIfc2x_final::IfcMove, OdIfc2x_final::IfcNamedUnit, OdIfc2x_final::IfcObject, OdIfc2x_final::IfcObjective, OdIfc2x_final::IfcObjectPlacement, OdIfc2x_final::IfcOccupant, OdIfc2x_final::IfcOffsetCurve2D, OdIfc2x_final::IfcOffsetCurve3D, OdIfc2x_final::IfcOpeningElement, OdIfc2x_final::IfcOpticalMaterialProperties, OdIfc2x_final::IfcOrganization, OdIfc2x_final::IfcOrganizationRelationship, OdIfc2x_final::IfcOrientedEdge, OdIfc2x_final::IfcOutlet, OdIfc2x_final::IfcOwnerHistory, OdIfc2x_final::IfcPath, OdIfc2x_final::IfcPermeableCoveringProperties, OdIfc2x_final::IfcPersonAndOrganization, OdIfc2x_final::IfcPerson, OdIfc2x_final::IfcPhysicalQuantity, OdIfc2x_final::IfcPlacement, OdIfc2x_final::IfcPointLightSource, OdIfc2x_final::IfcPolygonalBoundedHalfSpace, OdIfc2x_final::IfcPolyline, OdIfc2x_final::IfcPolyLoop, OdIfc2x_final::IfcPostalAddress, OdIfc2x_final::IfcPresentationLightSource, OdIfc2x_final::IfcProcess, OdIfc2x_final::IfcProduct, OdIfc2x_final::IfcProductDefinitionShape, OdIfc2x_final::IfcProductRepresentation, OdIfc2x_final::IfcProfileDef, OdIfc2x_final::IfcProject, OdIfc2x_final::IfcProjectOrder, OdIfc2x_final::IfcProperty, OdIfc2x_final::IfcPropertyBoundedValue, OdIfc2x_final::IfcPropertyDefinition, OdIfc2x_final::IfcPropertyEnumeratedValue, OdIfc2x_final::IfcPropertyEnumeration, OdIfc2x_final::IfcPropertyReferenceValue, OdIfc2x_final::IfcPropertySet, OdIfc2x_final::IfcPropertySetDefinition, OdIfc2x_final::IfcPropertySingleValue, OdIfc2x_final::IfcPropertyTableValue, OdIfc2x_final::IfcProxy, OdIfc2x_final::IfcPump, OdIfc2x_final::IfcPurchaseOrder, OdIfc2x_final::IfcQuantityArea, OdIfc2x_final::IfcQuantityCount, OdIfc2x_final::IfcQuantityLength, OdIfc2x_final::IfcQuantityVolume, OdIfc2x_final::IfcQuantityWeight, OdIfc2x_final::IfcRailing, OdIfc2x_final::IfcRamp, OdIfc2x_final::IfcRectangleProfileDef, OdIfc2x_final::IfcRectangularTrimmedSurface, OdIfc2x_final::IfcReferenceEdge, OdIfc2x_final::IfcReferenceFace, OdIfc2x_final::IfcReferenceGeometry, OdIfc2x_final::IfcReferencesCostDocument, OdIfc2x_final::IfcReferenceVertex, OdIfc2x_final::IfcRelAggregatesResources, OdIfc2x_final::IfcRelAssigns, OdIfc2x_final::IfcRelAssignsFMStandard, OdIfc2x_final::IfcRelAssignsTasks, OdIfc2x_final::IfcRelAssignsToActor, OdIfc2x_final::IfcRelAssignsToControl, OdIfc2x_final::IfcRelAssignsToGroup, OdIfc2x_final::IfcRelAssignsToProcess, OdIfc2x_final::IfcRelAssignsToProduct, OdIfc2x_final::IfcRelAssignsToResource, OdIfc2x_final::IfcRelAssociates, OdIfc2x_final::IfcRelAssociatesClassification, OdIfc2x_final::IfcRelAssociatesDocument, OdIfc2x_final::IfcRelAssociatesLibrary, OdIfc2x_final::IfcRelAssociatesMaterial, OdIfc2x_final::IfcRelConnectsElements, OdIfc2x_final::IfcRelConnectsPathElements, OdIfc2x_final::IfcRelConnectsPorts, OdIfc2x_final::IfcRelContainedInSpatialStructure, OdIfc2x_final::IfcRelCoversBldgElements, OdIfc2x_final::IfcRelDecomposes, OdIfc2x_final::IfcRelDefines, OdIfc2x_final::IfcRelDefinesByProperties, OdIfc2x_final::IfcRelDefinesByType, OdIfc2x_final::IfcRelFillsElement, OdIfc2x_final::IfcRelFlowControlElements, OdIfc2x_final::IfcRelInteractionRequirements, OdIfc2x_final::IfcRelMaintenanceEvent, OdIfc2x_final::IfcRelOverridesProperties, OdIfc2x_final::IfcRelSequence, OdIfc2x_final::IfcRelServicesBuildings, OdIfc2x_final::IfcRelSpaceBoundary, OdIfc2x_final::IfcRelUsesResource, OdIfc2x_final::IfcRelVoidsElement, OdIfc2x_final::IfcRepresentation, OdIfc2x_final::IfcRepresentationContext, OdIfc2x_final::IfcRepresentationMap, OdIfc2x_final::IfcResource, OdIfc2x_final::IfcRevolvedAreaSolid, OdIfc2x_final::IfcRoof, OdIfc2x_final::IfcRoot, OdIfc2x_final::IfcRoundedRectangleProfileDef, OdIfc2x_final::IfcSanitaryTerminal, OdIfc2x_final::IfcScheduleTimeControl, OdIfc2x_final::IfcSectionedSpine, OdIfc2x_final::IfcSensor, OdIfc2x_final::IfcShapeAspect, OdIfc2x_final::IfcShapeRepresentation, OdIfc2x_final::IfcShellBasedSurfaceModel, OdIfc2x_final::IfcSite, OdIfc2x_final::IfcSIUnit, OdIfc2x_final::IfcSlab, OdIfc2x_final::IfcSpace, OdIfc2x_final::IfcSpaceProgram, OdIfc2x_final::IfcSpaceProgramGroup, OdIfc2x_final::IfcSpaceThermalLoad, OdIfc2x_final::IfcSpatialStructureElement, OdIfc2x_final::IfcSpotLightSource, OdIfc2x_final::IfcStair, OdIfc2x_final::IfcStairFlight, OdIfc2x_final::IfcSubContractResource, OdIfc2x_final::IfcSurfaceExtendedProperties, OdIfc2x_final::IfcSurfaceOfLinearExtrusion, OdIfc2x_final::IfcSurfaceOfRevolution, OdIfc2x_final::IfcSurfaceRenderingProperties, OdIfc2x_final::IfcSurfaceShadingProperties, OdIfc2x_final::IfcSurfaceStyle, OdIfc2x_final::IfcSurfaceStyleProperties, OdIfc2x_final::IfcSurfaceStyleUsage, OdIfc2x_final::IfcSweptAreaSolid, OdIfc2x_final::IfcSweptSurface, OdIfc2x_final::IfcSystem, OdIfc2x_final::IfcTable, OdIfc2x_final::IfcTableRow, OdIfc2x_final::IfcTank, OdIfc2x_final::IfcTask, OdIfc2x_final::IfcTelecomAddress, OdIfc2x_final::IfcThermalMaterialProperties, OdIfc2x_final::IfcTransportElement, OdIfc2x_final::IfcTrapeziumProfileDef, OdIfc2x_final::IfcTrimmedCurve, OdIfc2x_final::IfcTubeBundle, OdIfc2x_final::IfcTypeObject, OdIfc2x_final::IfcTypeProduct, OdIfc2x_final::IfcUnitAssignment, OdIfc2x_final::IfcValve, OdIfc2x_final::IfcVector, OdIfc2x_final::IfcVertexPoint, OdIfc2x_final::IfcVirtualGridIntersection, OdIfc2x_final::IfcWindow, OdIfc2x_final::IfcWindowLiningProperties, OdIfc2x_final::IfcWindowPanelProperties, OdIfc2x_final::IfcWindowStyle, OdIfc2x_final::IfcWorkControl, OdIfc2x_final::IfcWorkOrder, OdIfc4::IfcActionRequest, OdIfc4::IfcActor, OdIfc4::IfcActorRole, OdIfc4::IfcActuator, OdIfc4::IfcActuatorType, OdIfc4::IfcAddress, OdIfc4::IfcAdvancedBrepWithVoids, OdIfc4::IfcAirTerminal, OdIfc4::IfcAirTerminalBox, OdIfc4::IfcAirTerminalBoxType, OdIfc4::IfcAirTerminalType, OdIfc4::IfcAirToAirHeatRecovery, OdIfc4::IfcAirToAirHeatRecoveryType, OdIfc4::IfcAlarm, OdIfc4::IfcAlarmType, OdIfc4::IfcAnnotation, OdIfc4::IfcAnnotationFillArea, OdIfc4::IfcApplication, OdIfc4::IfcAppliedValue, OdIfc4::IfcApproval, OdIfc4::IfcApprovalRelationship, OdIfc4::IfcArbitraryClosedProfileDef, OdIfc4::IfcArbitraryOpenProfileDef, OdIfc4::IfcArbitraryProfileDefWithVoids, OdIfc4::IfcAsset, OdIfc4::IfcAsymmetricIShapeProfileDef, OdIfc4::IfcAudioVisualAppliance, OdIfc4::IfcAudioVisualApplianceType, OdIfc4::IfcAxis1Placement, OdIfc4::IfcAxis2Placement2D, OdIfc4::IfcAxis2Placement3D, OdIfc4::IfcBeam, OdIfc4::IfcBeamType, OdIfc4::IfcBlobTexture, OdIfc4::IfcBlock, OdIfc4::IfcBoiler, OdIfc4::IfcBoilerType, OdIfc4::IfcBooleanResult, OdIfc4::IfcBoundaryCondition, OdIfc4::IfcBoundaryEdgeCondition, OdIfc4::IfcBoundaryFaceCondition, OdIfc4::IfcBoundaryNodeCondition, OdIfc4::IfcBoundaryNodeConditionWarping, OdIfc4::IfcBoundingBox, OdIfc4::IfcBoxedHalfSpace, OdIfc4::IfcBSplineCurve, OdIfc4::IfcBSplineCurveWithKnots, OdIfc4::IfcBSplineSurface, OdIfc4::IfcBSplineSurfaceWithKnots, OdIfc4::IfcBuilding, OdIfc4::IfcBuildingElementPart, OdIfc4::IfcBuildingElementPartType, OdIfc4::IfcBuildingElementProxy, OdIfc4::IfcBuildingElementProxyType, OdIfc4::IfcBuildingStorey, OdIfc4::IfcBuildingSystem, OdIfc4::IfcBurner, OdIfc4::IfcBurnerType, OdIfc4::IfcCableCarrierFitting, OdIfc4::IfcCableCarrierFittingType, OdIfc4::IfcCableCarrierSegment, OdIfc4::IfcCableCarrierSegmentType, OdIfc4::IfcCableFitting, OdIfc4::IfcCableFittingType, OdIfc4::IfcCableSegment, OdIfc4::IfcCableSegmentType, OdIfc4::IfcCartesianPoint, OdIfc4::IfcCartesianPointList2D, OdIfc4::IfcCartesianPointList3D, OdIfc4::IfcCartesianTransformationOperator2DnonUniform, OdIfc4::IfcCartesianTransformationOperator3D, OdIfc4::IfcCartesianTransformationOperator3DnonUniform, OdIfc4::IfcCartesianTransformationOperator, OdIfc4::IfcCenterLineProfileDef, OdIfc4::IfcChiller, OdIfc4::IfcChillerType, OdIfc4::IfcChimney, OdIfc4::IfcChimneyType, OdIfc4::IfcCircle, OdIfc4::IfcCircleHollowProfileDef, OdIfc4::IfcCircleProfileDef, OdIfc4::IfcClassification, OdIfc4::IfcClassificationReference, OdIfc4::IfcCoil, OdIfc4::IfcCoilType, OdIfc4::IfcColourRgb, OdIfc4::IfcColourRgbList, OdIfc4::IfcColourSpecification, OdIfc4::IfcColumn, OdIfc4::IfcColumnType, OdIfc4::IfcCommunicationsAppliance, OdIfc4::IfcCommunicationsApplianceType, OdIfc4::IfcComplexProperty, OdIfc4::IfcComplexPropertyTemplate, OdIfc4::IfcCompositeCurve, OdIfc4::IfcCompositeCurveSegment, OdIfc4::IfcCompositeProfileDef, OdIfc4::IfcCompressor, OdIfc4::IfcCompressorType, OdIfc4::IfcCondenser, OdIfc4::IfcCondenserType, OdIfc4::IfcConic, OdIfc4::IfcConnectedFaceSet, OdIfc4::IfcConnectionCurveGeometry, OdIfc4::IfcConnectionPointEccentricity, OdIfc4::IfcConnectionPointGeometry, OdIfc4::IfcConnectionSurfaceGeometry, OdIfc4::IfcConnectionVolumeGeometry, OdIfc4::IfcConstraint, OdIfc4::IfcConstructionEquipmentResource, OdIfc4::IfcConstructionEquipmentResourceType, OdIfc4::IfcConstructionMaterialResource, OdIfc4::IfcConstructionMaterialResourceType, OdIfc4::IfcConstructionProductResource, OdIfc4::IfcConstructionProductResourceType, OdIfc4::IfcConstructionResource, OdIfc4::IfcConstructionResourceType, OdIfc4::IfcContext, OdIfc4::IfcContextDependentUnit, OdIfc4::IfcControl, OdIfc4::IfcController, OdIfc4::IfcControllerType, OdIfc4::IfcConversionBasedUnit, OdIfc4::IfcConversionBasedUnitWithOffset, OdIfc4::IfcCooledBeam, OdIfc4::IfcCooledBeamType, OdIfc4::IfcCoolingTower, OdIfc4::IfcCoolingTowerType, OdIfc4::IfcCoordinateOperation, OdIfc4::IfcCoordinateReferenceSystem, OdIfc4::IfcCostItem, OdIfc4::IfcCostSchedule, OdIfc4::IfcCovering, OdIfc4::IfcCoveringType, OdIfc4::IfcCrewResource, OdIfc4::IfcCrewResourceType, OdIfc4::IfcCsgPrimitive3D, OdIfc4::IfcCsgSolid, OdIfc4::IfcCShapeProfileDef, OdIfc4::IfcCurrencyRelationship, OdIfc4::IfcCurtainWall, OdIfc4::IfcCurtainWallType, OdIfc4::IfcCurveBoundedPlane, OdIfc4::IfcCurveBoundedSurface, OdIfc4::IfcCurveStyle, OdIfc4::IfcCurveStyleFontAndScaling, OdIfc4::IfcCurveStyleFont, OdIfc4::IfcCurveStyleFontPattern, OdIfc4::IfcCylindricalSurface, OdIfc4::IfcDamper, OdIfc4::IfcDamperType, OdIfc4::IfcDerivedProfileDef, OdIfc4::IfcDerivedUnit, OdIfc4::IfcDerivedUnitElement, OdIfc4::IfcDimensionalExponents, OdIfc4::IfcDirection, OdIfc4::IfcDiscreteAccessory, OdIfc4::IfcDiscreteAccessoryType, OdIfc4::IfcDistributionChamberElement, OdIfc4::IfcDistributionChamberElementType, OdIfc4::IfcDistributionControlElement, OdIfc4::IfcDistributionElement, OdIfc4::IfcDistributionFlowElement, OdIfc4::IfcDistributionPort, OdIfc4::IfcDistributionSystem, OdIfc4::IfcDocumentInformation, OdIfc4::IfcDocumentInformationRelationship, OdIfc4::IfcDocumentReference, OdIfc4::IfcDoor, OdIfc4::IfcDoorLiningProperties, OdIfc4::IfcDoorPanelProperties, OdIfc4::IfcDoorStyle, OdIfc4::IfcDoorType, OdIfc4::IfcDuctFitting, OdIfc4::IfcDuctFittingType, OdIfc4::IfcDuctSegment, OdIfc4::IfcDuctSegmentType, OdIfc4::IfcDuctSilencer, OdIfc4::IfcDuctSilencerType, OdIfc4::IfcEdge, OdIfc4::IfcEdgeCurve, OdIfc4::IfcEdgeLoop, OdIfc4::IfcElectricAppliance, OdIfc4::IfcElectricApplianceType, OdIfc4::IfcElectricDistributionBoard, OdIfc4::IfcElectricDistributionBoardType, OdIfc4::IfcElectricFlowStorageDevice, OdIfc4::IfcElectricFlowStorageDeviceType, OdIfc4::IfcElectricGenerator, OdIfc4::IfcElectricGeneratorType, OdIfc4::IfcElectricMotor, OdIfc4::IfcElectricMotorType, OdIfc4::IfcElectricTimeControl, OdIfc4::IfcElectricTimeControlType, OdIfc4::IfcElementarySurface, OdIfc4::IfcElementAssembly, OdIfc4::IfcElementAssemblyType, OdIfc4::IfcElement, OdIfc4::IfcElementQuantity, OdIfc4::IfcElementType, OdIfc4::IfcEllipse, OdIfc4::IfcEllipseProfileDef, OdIfc4::IfcEngine, OdIfc4::IfcEngineType, OdIfc4::IfcEvaporativeCooler, OdIfc4::IfcEvaporativeCoolerType, OdIfc4::IfcEvaporator, OdIfc4::IfcEvaporatorType, OdIfc4::IfcEvent, OdIfc4::IfcEventTime, OdIfc4::IfcEventType, OdIfc4::IfcExtendedProperties, OdIfc4::IfcExternalReference, OdIfc4::IfcExternalReferenceRelationship, OdIfc4::IfcExternalSpatialElement, OdIfc4::IfcExtrudedAreaSolid, OdIfc4::IfcExtrudedAreaSolidTapered, OdIfc4::IfcFace, OdIfc4::IfcFaceBasedSurfaceModel, OdIfc4::IfcFaceBound, OdIfc4::IfcFaceSurface, OdIfc4::IfcFacetedBrepWithVoids, OdIfc4::IfcFailureConnectionCondition, OdIfc4::IfcFan, OdIfc4::IfcFanType, OdIfc4::IfcFastener, OdIfc4::IfcFastenerType, OdIfc4::IfcFeatureElementAddition, OdIfc4::IfcFeatureElementSubtraction, OdIfc4::IfcFillAreaStyle, OdIfc4::IfcFillAreaStyleHatching, OdIfc4::IfcFillAreaStyleTiles, OdIfc4::IfcFilter, OdIfc4::IfcFilterType, OdIfc4::IfcFireSuppressionTerminal, OdIfc4::IfcFireSuppressionTerminalType, OdIfc4::IfcFixedReferenceSweptAreaSolid, OdIfc4::IfcFlowInstrument, OdIfc4::IfcFlowInstrumentType, OdIfc4::IfcFlowMeter, OdIfc4::IfcFlowMeterType, OdIfc4::IfcFooting, OdIfc4::IfcFootingType, OdIfc4::IfcFurniture, OdIfc4::IfcFurnitureType, OdIfc4::IfcGeographicElement, OdIfc4::IfcGeographicElementType, OdIfc4::IfcGeometricRepresentationContext, OdIfc4::IfcGeometricRepresentationSubContext, OdIfc4::IfcGeometricSet, OdIfc4::IfcGrid, OdIfc4::IfcGridAxis, OdIfc4::IfcGridPlacement, OdIfc4::IfcGroup, OdIfc4::IfcHalfSpaceSolid, OdIfc4::IfcHeatExchanger, OdIfc4::IfcHeatExchangerType, OdIfc4::IfcHumidifier, OdIfc4::IfcHumidifierType, OdIfc4::IfcImageTexture, OdIfc4::IfcIndexedColourMap, OdIfc4::IfcIndexedPolyCurve, OdIfc4::IfcIndexedPolygonalFace, OdIfc4::IfcIndexedPolygonalFaceWithVoids, OdIfc4::IfcIndexedTextureMap, OdIfc4::IfcIndexedTriangleTextureMap, OdIfc4::IfcInterceptor, OdIfc4::IfcInterceptorType, OdIfc4::IfcInventory, OdIfc4::IfcIrregularTimeSeries, OdIfc4::IfcIrregularTimeSeriesValue, OdIfc4::IfcIShapeProfileDef, OdIfc4::IfcJunctionBox, OdIfc4::IfcJunctionBoxType, OdIfc4::IfcLaborResource, OdIfc4::IfcLaborResourceType, OdIfc4::IfcLagTime, OdIfc4::IfcLamp, OdIfc4::IfcLampType, OdIfc4::IfcLibraryInformation, OdIfc4::IfcLibraryReference, OdIfc4::IfcLightDistributionData, OdIfc4::IfcLightFixture, OdIfc4::IfcLightFixtureType, OdIfc4::IfcLightIntensityDistribution, OdIfc4::IfcLightSource, OdIfc4::IfcLightSourceDirectional, OdIfc4::IfcLightSourceGoniometric, OdIfc4::IfcLightSourcePositional, OdIfc4::IfcLightSourceSpot, OdIfc4::IfcLine, OdIfc4::IfcLocalPlacement, OdIfc4::IfcLShapeProfileDef, OdIfc4::IfcManifoldSolidBrep, OdIfc4::IfcMapConversion, OdIfc4::IfcMappedItem, OdIfc4::IfcMaterial, OdIfc4::IfcMaterialClassificationRelationship, OdIfc4::IfcMaterialConstituent, OdIfc4::IfcMaterialConstituentSet, OdIfc4::IfcMaterialDefinition, OdIfc4::IfcMaterialDefinitionRepresentation, OdIfc4::IfcMaterialLayer, OdIfc4::IfcMaterialLayerSet, OdIfc4::IfcMaterialLayerSetUsage, OdIfc4::IfcMaterialLayerWithOffsets, OdIfc4::IfcMaterialList, OdIfc4::IfcMaterialProfile, OdIfc4::IfcMaterialProfileSet, OdIfc4::IfcMaterialProfileSetUsage, OdIfc4::IfcMaterialProfileSetUsageTapering, OdIfc4::IfcMaterialProfileWithOffsets, OdIfc4::IfcMaterialProperties, OdIfc4::IfcMaterialRelationship, OdIfc4::IfcMaterialUsageDefinition, OdIfc4::IfcMeasureWithUnit, OdIfc4::IfcMechanicalFastener, OdIfc4::IfcMechanicalFastenerType, OdIfc4::IfcMedicalDevice, OdIfc4::IfcMedicalDeviceType, OdIfc4::IfcMember, OdIfc4::IfcMemberType, OdIfc4::IfcMetric, OdIfc4::IfcMonetaryUnit, OdIfc4::IfcMotorConnection, OdIfc4::IfcMotorConnectionType, OdIfc4::IfcNamedUnit, OdIfc4::IfcObject, OdIfc4::IfcObjectDefinition, OdIfc4::IfcObjective, OdIfc4::IfcObjectPlacement, OdIfc4::IfcOccupant, OdIfc4::IfcOffsetCurve2D, OdIfc4::IfcOffsetCurve3D, OdIfc4::IfcOpeningElement, OdIfc4::IfcOrganization, OdIfc4::IfcOrganizationRelationship, OdIfc4::IfcOrientedEdge, OdIfc4::IfcOutlet, OdIfc4::IfcOutletType, OdIfc4::IfcOwnerHistory, OdIfc4::IfcParameterizedProfileDef, OdIfc4::IfcPath, OdIfc4::IfcPcurve, OdIfc4::IfcPerformanceHistory, OdIfc4::IfcPermeableCoveringProperties, OdIfc4::IfcPermit, OdIfc4::IfcPersonAndOrganization, OdIfc4::IfcPerson, OdIfc4::IfcPhysicalComplexQuantity, OdIfc4::IfcPhysicalQuantity, OdIfc4::IfcPhysicalSimpleQuantity, OdIfc4::IfcPile, OdIfc4::IfcPileType, OdIfc4::IfcPipeFitting, OdIfc4::IfcPipeFittingType, OdIfc4::IfcPipeSegment, OdIfc4::IfcPipeSegmentType, OdIfc4::IfcPixelTexture, OdIfc4::IfcPlacement, OdIfc4::IfcPlanarBox, OdIfc4::IfcPlanarExtent, OdIfc4::IfcPlate, OdIfc4::IfcPlateType, OdIfc4::IfcPointOnCurve, OdIfc4::IfcPointOnSurface, OdIfc4::IfcPolygonalBoundedHalfSpace, OdIfc4::IfcPolygonalFaceSet, OdIfc4::IfcPolyline, OdIfc4::IfcPolyLoop, OdIfc4::IfcPort, OdIfc4::IfcPostalAddress, OdIfc4::IfcPreDefinedItem, OdIfc4::IfcPresentationLayerAssignment, OdIfc4::IfcPresentationLayerWithStyle, OdIfc4::IfcPresentationStyleAssignment, OdIfc4::IfcPresentationStyle, OdIfc4::IfcProcedure, OdIfc4::IfcProcedureType, OdIfc4::IfcProcess, OdIfc4::IfcProduct, OdIfc4::IfcProductDefinitionShape, OdIfc4::IfcProductRepresentation, OdIfc4::IfcProfileDef, OdIfc4::IfcProfileProperties, OdIfc4::IfcProjectedCRS, OdIfc4::IfcProjectionElement, OdIfc4::IfcProjectOrder, OdIfc4::IfcPropertyAbstraction, OdIfc4::IfcProperty, OdIfc4::IfcPropertyBoundedValue, OdIfc4::IfcPropertyDefinition, OdIfc4::IfcPropertyDependencyRelationship, OdIfc4::IfcPropertyEnumeratedValue, OdIfc4::IfcPropertyEnumeration, OdIfc4::IfcPropertyListValue, OdIfc4::IfcPropertyReferenceValue, OdIfc4::IfcPropertySet, OdIfc4::IfcPropertySetDefinition, OdIfc4::IfcPropertySetTemplate, OdIfc4::IfcPropertySingleValue, OdIfc4::IfcPropertyTableValue, OdIfc4::IfcPropertyTemplate, OdIfc4::IfcProtectiveDevice, OdIfc4::IfcProtectiveDeviceTrippingUnit, OdIfc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4::IfcProtectiveDeviceType, OdIfc4::IfcProxy, OdIfc4::IfcPump, OdIfc4::IfcPumpType, OdIfc4::IfcQuantityArea, OdIfc4::IfcQuantityCount, OdIfc4::IfcQuantityLength, OdIfc4::IfcQuantityTime, OdIfc4::IfcQuantityVolume, OdIfc4::IfcQuantityWeight, OdIfc4::IfcRailing, OdIfc4::IfcRailingType, OdIfc4::IfcRamp, OdIfc4::IfcRampFlight, OdIfc4::IfcRampFlightType, OdIfc4::IfcRampType, OdIfc4::IfcRationalBSplineCurveWithKnots, OdIfc4::IfcRationalBSplineSurfaceWithKnots, OdIfc4::IfcRectangleHollowProfileDef, OdIfc4::IfcRectangleProfileDef, OdIfc4::IfcRectangularPyramid, OdIfc4::IfcRectangularTrimmedSurface, OdIfc4::IfcRecurrencePattern, OdIfc4::IfcReference, OdIfc4::IfcRegularTimeSeries, OdIfc4::IfcReinforcementBarProperties, OdIfc4::IfcReinforcementDefinitionProperties, OdIfc4::IfcReinforcingBar, OdIfc4::IfcReinforcingBarType, OdIfc4::IfcReinforcingElement, OdIfc4::IfcReinforcingMesh, OdIfc4::IfcReinforcingMeshType, OdIfc4::IfcRelAggregates, OdIfc4::IfcRelAssigns, OdIfc4::IfcRelAssignsToActor, OdIfc4::IfcRelAssignsToControl, OdIfc4::IfcRelAssignsToGroup, OdIfc4::IfcRelAssignsToGroupByFactor, OdIfc4::IfcRelAssignsToProcess, OdIfc4::IfcRelAssignsToProduct, OdIfc4::IfcRelAssignsToResource, OdIfc4::IfcRelAssociatesApproval, OdIfc4::IfcRelAssociates, OdIfc4::IfcRelAssociatesClassification, OdIfc4::IfcRelAssociatesConstraint, OdIfc4::IfcRelAssociatesDocument, OdIfc4::IfcRelAssociatesLibrary, OdIfc4::IfcRelAssociatesMaterial, OdIfc4::IfcRelConnectsElements, OdIfc4::IfcRelConnectsPathElements, OdIfc4::IfcRelConnectsPorts, OdIfc4::IfcRelConnectsPortToElement, OdIfc4::IfcRelConnectsStructuralActivity, OdIfc4::IfcRelConnectsStructuralMember, OdIfc4::IfcRelConnectsWithEccentricity, OdIfc4::IfcRelConnectsWithRealizingElements, OdIfc4::IfcRelContainedInSpatialStructure, OdIfc4::IfcRelCoversBldgElements, OdIfc4::IfcRelCoversSpaces, OdIfc4::IfcRelDeclares, OdIfc4::IfcRelDefinesByObject, OdIfc4::IfcRelDefinesByProperties, OdIfc4::IfcRelDefinesByTemplate, OdIfc4::IfcRelDefinesByType, OdIfc4::IfcRelFillsElement, OdIfc4::IfcRelFlowControlElements, OdIfc4::IfcRelInterferesElements, OdIfc4::IfcRelNests, OdIfc4::IfcRelProjectsElement, OdIfc4::IfcRelReferencedInSpatialStructure, OdIfc4::IfcRelSequence, OdIfc4::IfcRelServicesBuildings, OdIfc4::IfcRelSpaceBoundary1stLevel, OdIfc4::IfcRelSpaceBoundary2ndLevel, OdIfc4::IfcRelSpaceBoundary, OdIfc4::IfcRelVoidsElement, OdIfc4::IfcReparametrisedCompositeCurveSegment, OdIfc4::IfcRepresentation, OdIfc4::IfcRepresentationContext, OdIfc4::IfcRepresentationItem, OdIfc4::IfcRepresentationMap, OdIfc4::IfcResourceApprovalRelationship, OdIfc4::IfcResource, OdIfc4::IfcResourceConstraintRelationship, OdIfc4::IfcResourceLevelRelationship, OdIfc4::IfcResourceTime, OdIfc4::IfcRevolvedAreaSolid, OdIfc4::IfcRevolvedAreaSolidTapered, OdIfc4::IfcRightCircularCone, OdIfc4::IfcRightCircularCylinder, OdIfc4::IfcRoof, OdIfc4::IfcRoofType, OdIfc4::IfcRoot, OdIfc4::IfcRoundedRectangleProfileDef, OdIfc4::IfcSanitaryTerminal, OdIfc4::IfcSanitaryTerminalType, OdIfc4::IfcSchedulingTime, OdIfc4::IfcSectionedSpine, OdIfc4::IfcSectionProperties, OdIfc4::IfcSectionReinforcementProperties, OdIfc4::IfcSensor, OdIfc4::IfcSensorType, OdIfc4::IfcShadingDevice, OdIfc4::IfcShadingDeviceType, OdIfc4::IfcShapeAspect, OdIfc4::IfcShapeModel, OdIfc4::IfcShellBasedSurfaceModel, OdIfc4::IfcSimplePropertyTemplate, OdIfc4::IfcSite, OdIfc4::IfcSIUnit, OdIfc4::IfcSlab, OdIfc4::IfcSlabType, OdIfc4::IfcSlippageConnectionCondition, OdIfc4::IfcSolarDevice, OdIfc4::IfcSolarDeviceType, OdIfc4::IfcSpace, OdIfc4::IfcSpaceHeater, OdIfc4::IfcSpaceHeaterType, OdIfc4::IfcSpaceType, OdIfc4::IfcSpatialElement, OdIfc4::IfcSpatialElementType, OdIfc4::IfcSpatialStructureElement, OdIfc4::IfcSpatialZone, OdIfc4::IfcSpatialZoneType, OdIfc4::IfcSphere, OdIfc4::IfcSphericalSurface, OdIfc4::IfcStackTerminal, OdIfc4::IfcStackTerminalType, OdIfc4::IfcStair, OdIfc4::IfcStairFlight, OdIfc4::IfcStairFlightType, OdIfc4::IfcStairType, OdIfc4::IfcStructuralAction, OdIfc4::IfcStructuralActivity, OdIfc4::IfcStructuralAnalysisModel, OdIfc4::IfcStructuralConnection, OdIfc4::IfcStructuralConnectionCondition, OdIfc4::IfcStructuralCurveAction, OdIfc4::IfcStructuralCurveConnection, OdIfc4::IfcStructuralCurveMember, OdIfc4::IfcStructuralCurveReaction, OdIfc4::IfcStructuralItem, OdIfc4::IfcStructuralLoad, OdIfc4::IfcStructuralLoadCase, OdIfc4::IfcStructuralLoadConfiguration, OdIfc4::IfcStructuralLoadGroup, OdIfc4::IfcStructuralLoadLinearForce, OdIfc4::IfcStructuralLoadPlanarForce, OdIfc4::IfcStructuralLoadSingleDisplacement, OdIfc4::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4::IfcStructuralLoadSingleForce, OdIfc4::IfcStructuralLoadSingleForceWarping, OdIfc4::IfcStructuralLoadTemperature, OdIfc4::IfcStructuralMember, OdIfc4::IfcStructuralPointConnection, OdIfc4::IfcStructuralResultGroup, OdIfc4::IfcStructuralSurfaceAction, OdIfc4::IfcStructuralSurfaceMember, OdIfc4::IfcStructuralSurfaceReaction, OdIfc4::IfcStyledItem, OdIfc4::IfcSubContractResource, OdIfc4::IfcSubContractResourceType, OdIfc4::IfcSubedge, OdIfc4::IfcSurfaceCurve, OdIfc4::IfcSurfaceCurveSweptAreaSolid, OdIfc4::IfcSurfaceFeature, OdIfc4::IfcSurfaceOfLinearExtrusion, OdIfc4::IfcSurfaceOfRevolution, OdIfc4::IfcSurfaceReinforcementArea, OdIfc4::IfcSurfaceStyle, OdIfc4::IfcSurfaceStyleLighting, OdIfc4::IfcSurfaceStyleRefraction, OdIfc4::IfcSurfaceStyleRendering, OdIfc4::IfcSurfaceStyleShading, OdIfc4::IfcSurfaceStyleWithTextures, OdIfc4::IfcSurfaceTexture, OdIfc4::IfcSweptAreaSolid, OdIfc4::IfcSweptDiskSolid, OdIfc4::IfcSweptDiskSolidPolygonal, OdIfc4::IfcSweptSurface, OdIfc4::IfcSwitchingDevice, OdIfc4::IfcSwitchingDeviceType, OdIfc4::IfcSystem, OdIfc4::IfcSystemFurnitureElement, OdIfc4::IfcSystemFurnitureElementType, OdIfc4::IfcTable, OdIfc4::IfcTableColumn, OdIfc4::IfcTableRow, OdIfc4::IfcTank, OdIfc4::IfcTankType, OdIfc4::IfcTask, OdIfc4::IfcTaskTime, OdIfc4::IfcTaskTimeRecurring, OdIfc4::IfcTaskType, OdIfc4::IfcTelecomAddress, OdIfc4::IfcTendonAnchor, OdIfc4::IfcTendonAnchorType, OdIfc4::IfcTendon, OdIfc4::IfcTendonType, OdIfc4::IfcTessellatedFaceSet, OdIfc4::IfcTextLiteral, OdIfc4::IfcTextLiteralWithExtent, OdIfc4::IfcTextStyle, OdIfc4::IfcTextStyleFontModel, OdIfc4::IfcTextStyleForDefinedFont, OdIfc4::IfcTextStyleTextModel, OdIfc4::IfcTextureCoordinate, OdIfc4::IfcTextureCoordinateGenerator, OdIfc4::IfcTextureMap, OdIfc4::IfcTextureVertex, OdIfc4::IfcTextureVertexList, OdIfc4::IfcTimePeriod, OdIfc4::IfcTimeSeries, OdIfc4::IfcTimeSeriesValue, OdIfc4::IfcToroidalSurface, OdIfc4::IfcTransformer, OdIfc4::IfcTransformerType, OdIfc4::IfcTransportElement, OdIfc4::IfcTransportElementType, OdIfc4::IfcTrapeziumProfileDef, OdIfc4::IfcTriangulatedFaceSet, OdIfc4::IfcTrimmedCurve, OdIfc4::IfcTShapeProfileDef, OdIfc4::IfcTubeBundle, OdIfc4::IfcTubeBundleType, OdIfc4::IfcTypeObject, OdIfc4::IfcTypeProcess, OdIfc4::IfcTypeProduct, OdIfc4::IfcTypeResource, OdIfc4::IfcUnitaryControlElement, OdIfc4::IfcUnitaryControlElementType, OdIfc4::IfcUnitaryEquipment, OdIfc4::IfcUnitaryEquipmentType, OdIfc4::IfcUnitAssignment, OdIfc4::IfcUShapeProfileDef, OdIfc4::IfcValve, OdIfc4::IfcValveType, OdIfc4::IfcVector, OdIfc4::IfcVertexLoop, OdIfc4::IfcVertexPoint, OdIfc4::IfcVibrationIsolator, OdIfc4::IfcVibrationIsolatorType, OdIfc4::IfcVirtualGridIntersection, OdIfc4::IfcVoidingFeature, OdIfc4::IfcWall, OdIfc4::IfcWallType, OdIfc4::IfcWasteTerminal, OdIfc4::IfcWasteTerminalType, OdIfc4::IfcWindow, OdIfc4::IfcWindowLiningProperties, OdIfc4::IfcWindowPanelProperties, OdIfc4::IfcWindowStyle, OdIfc4::IfcWindowType, OdIfc4::IfcWorkCalendar, OdIfc4::IfcWorkControl, OdIfc4::IfcWorkPlan, OdIfc4::IfcWorkSchedule, OdIfc4::IfcWorkTime, OdIfc4::IfcZone, OdIfc4::IfcZShapeProfileDef, OdIfc4x1::IfcActionRequest, OdIfc4x1::IfcActor, OdIfc4x1::IfcActorRole, OdIfc4x1::IfcActuator, OdIfc4x1::IfcActuatorType, OdIfc4x1::IfcAddress, OdIfc4x1::IfcAdvancedBrepWithVoids, OdIfc4x1::IfcAirTerminal, OdIfc4x1::IfcAirTerminalBox, OdIfc4x1::IfcAirTerminalBoxType, OdIfc4x1::IfcAirTerminalType, OdIfc4x1::IfcAirToAirHeatRecovery, OdIfc4x1::IfcAirToAirHeatRecoveryType, OdIfc4x1::IfcAlarm, OdIfc4x1::IfcAlarmType, OdIfc4x1::IfcAlignment2DHorizontal, OdIfc4x1::IfcAlignment2DHorizontalSegment, OdIfc4x1::IfcAlignment2DSegment, OdIfc4x1::IfcAlignment2DVerSegCircularArc, OdIfc4x1::IfcAlignment2DVerSegParabolicArc, OdIfc4x1::IfcAlignment2DVertical, OdIfc4x1::IfcAlignment2DVerticalSegment, OdIfc4x1::IfcAlignment, OdIfc4x1::IfcAlignmentCurve, OdIfc4x1::IfcAnnotation, OdIfc4x1::IfcAnnotationFillArea, OdIfc4x1::IfcApplication, OdIfc4x1::IfcAppliedValue, OdIfc4x1::IfcApproval, OdIfc4x1::IfcApprovalRelationship, OdIfc4x1::IfcArbitraryClosedProfileDef, OdIfc4x1::IfcArbitraryOpenProfileDef, OdIfc4x1::IfcArbitraryProfileDefWithVoids, OdIfc4x1::IfcAsset, OdIfc4x1::IfcAsymmetricIShapeProfileDef, OdIfc4x1::IfcAudioVisualAppliance, OdIfc4x1::IfcAudioVisualApplianceType, OdIfc4x1::IfcAxis1Placement, OdIfc4x1::IfcAxis2Placement2D, OdIfc4x1::IfcAxis2Placement3D, OdIfc4x1::IfcBeam, OdIfc4x1::IfcBeamType, OdIfc4x1::IfcBlobTexture, OdIfc4x1::IfcBlock, OdIfc4x1::IfcBoiler, OdIfc4x1::IfcBoilerType, OdIfc4x1::IfcBooleanResult, OdIfc4x1::IfcBoundaryCondition, OdIfc4x1::IfcBoundaryEdgeCondition, OdIfc4x1::IfcBoundaryFaceCondition, OdIfc4x1::IfcBoundaryNodeCondition, OdIfc4x1::IfcBoundaryNodeConditionWarping, OdIfc4x1::IfcBoundingBox, OdIfc4x1::IfcBoxedHalfSpace, OdIfc4x1::IfcBSplineCurve, OdIfc4x1::IfcBSplineCurveWithKnots, OdIfc4x1::IfcBSplineSurface, OdIfc4x1::IfcBSplineSurfaceWithKnots, OdIfc4x1::IfcBuilding, OdIfc4x1::IfcBuildingElementPart, OdIfc4x1::IfcBuildingElementPartType, OdIfc4x1::IfcBuildingElementProxy, OdIfc4x1::IfcBuildingElementProxyType, OdIfc4x1::IfcBuildingStorey, OdIfc4x1::IfcBuildingSystem, OdIfc4x1::IfcBurner, OdIfc4x1::IfcBurnerType, OdIfc4x1::IfcCableCarrierFitting, OdIfc4x1::IfcCableCarrierFittingType, OdIfc4x1::IfcCableCarrierSegment, OdIfc4x1::IfcCableCarrierSegmentType, OdIfc4x1::IfcCableFitting, OdIfc4x1::IfcCableFittingType, OdIfc4x1::IfcCableSegment, OdIfc4x1::IfcCableSegmentType, OdIfc4x1::IfcCartesianPoint, OdIfc4x1::IfcCartesianPointList2D, OdIfc4x1::IfcCartesianPointList3D, OdIfc4x1::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x1::IfcCartesianTransformationOperator3D, OdIfc4x1::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x1::IfcCartesianTransformationOperator, OdIfc4x1::IfcCenterLineProfileDef, OdIfc4x1::IfcChiller, OdIfc4x1::IfcChillerType, OdIfc4x1::IfcChimney, OdIfc4x1::IfcChimneyType, OdIfc4x1::IfcCircle, OdIfc4x1::IfcCircleHollowProfileDef, OdIfc4x1::IfcCircleProfileDef, OdIfc4x1::IfcCircularArcSegment2D, OdIfc4x1::IfcClassification, OdIfc4x1::IfcClassificationReference, OdIfc4x1::IfcCoil, OdIfc4x1::IfcCoilType, OdIfc4x1::IfcColourRgb, OdIfc4x1::IfcColourRgbList, OdIfc4x1::IfcColourSpecification, OdIfc4x1::IfcColumn, OdIfc4x1::IfcColumnType, OdIfc4x1::IfcCommunicationsAppliance, OdIfc4x1::IfcCommunicationsApplianceType, OdIfc4x1::IfcComplexProperty, OdIfc4x1::IfcComplexPropertyTemplate, OdIfc4x1::IfcCompositeCurve, OdIfc4x1::IfcCompositeCurveSegment, OdIfc4x1::IfcCompositeProfileDef, OdIfc4x1::IfcCompressor, OdIfc4x1::IfcCompressorType, OdIfc4x1::IfcCondenser, OdIfc4x1::IfcCondenserType, OdIfc4x1::IfcConic, OdIfc4x1::IfcConnectedFaceSet, OdIfc4x1::IfcConnectionCurveGeometry, OdIfc4x1::IfcConnectionPointEccentricity, OdIfc4x1::IfcConnectionPointGeometry, OdIfc4x1::IfcConnectionSurfaceGeometry, OdIfc4x1::IfcConnectionVolumeGeometry, OdIfc4x1::IfcConstraint, OdIfc4x1::IfcConstructionEquipmentResource, OdIfc4x1::IfcConstructionEquipmentResourceType, OdIfc4x1::IfcConstructionMaterialResource, OdIfc4x1::IfcConstructionMaterialResourceType, OdIfc4x1::IfcConstructionProductResource, OdIfc4x1::IfcConstructionProductResourceType, OdIfc4x1::IfcConstructionResource, OdIfc4x1::IfcConstructionResourceType, OdIfc4x1::IfcContext, OdIfc4x1::IfcContextDependentUnit, OdIfc4x1::IfcControl, OdIfc4x1::IfcController, OdIfc4x1::IfcControllerType, OdIfc4x1::IfcConversionBasedUnit, OdIfc4x1::IfcConversionBasedUnitWithOffset, OdIfc4x1::IfcCooledBeam, OdIfc4x1::IfcCooledBeamType, OdIfc4x1::IfcCoolingTower, OdIfc4x1::IfcCoolingTowerType, OdIfc4x1::IfcCoordinateOperation, OdIfc4x1::IfcCoordinateReferenceSystem, OdIfc4x1::IfcCostItem, OdIfc4x1::IfcCostSchedule, OdIfc4x1::IfcCovering, OdIfc4x1::IfcCoveringType, OdIfc4x1::IfcCrewResource, OdIfc4x1::IfcCrewResourceType, OdIfc4x1::IfcCsgPrimitive3D, OdIfc4x1::IfcCsgSolid, OdIfc4x1::IfcCShapeProfileDef, OdIfc4x1::IfcCurrencyRelationship, OdIfc4x1::IfcCurtainWall, OdIfc4x1::IfcCurtainWallType, OdIfc4x1::IfcCurveBoundedPlane, OdIfc4x1::IfcCurveBoundedSurface, OdIfc4x1::IfcCurveSegment2D, OdIfc4x1::IfcCurveStyle, OdIfc4x1::IfcCurveStyleFontAndScaling, OdIfc4x1::IfcCurveStyleFont, OdIfc4x1::IfcCurveStyleFontPattern, OdIfc4x1::IfcCylindricalSurface, OdIfc4x1::IfcDamper, OdIfc4x1::IfcDamperType, OdIfc4x1::IfcDerivedProfileDef, OdIfc4x1::IfcDerivedUnit, OdIfc4x1::IfcDerivedUnitElement, OdIfc4x1::IfcDimensionalExponents, OdIfc4x1::IfcDirection, OdIfc4x1::IfcDiscreteAccessory, OdIfc4x1::IfcDiscreteAccessoryType, OdIfc4x1::IfcDistanceExpression, OdIfc4x1::IfcDistributionChamberElement, OdIfc4x1::IfcDistributionChamberElementType, OdIfc4x1::IfcDistributionControlElement, OdIfc4x1::IfcDistributionElement, OdIfc4x1::IfcDistributionFlowElement, OdIfc4x1::IfcDistributionPort, OdIfc4x1::IfcDistributionSystem, OdIfc4x1::IfcDocumentInformation, OdIfc4x1::IfcDocumentInformationRelationship, OdIfc4x1::IfcDocumentReference, OdIfc4x1::IfcDoor, OdIfc4x1::IfcDoorLiningProperties, OdIfc4x1::IfcDoorPanelProperties, OdIfc4x1::IfcDoorStyle, OdIfc4x1::IfcDoorType, OdIfc4x1::IfcDuctFitting, OdIfc4x1::IfcDuctFittingType, OdIfc4x1::IfcDuctSegment, OdIfc4x1::IfcDuctSegmentType, OdIfc4x1::IfcDuctSilencer, OdIfc4x1::IfcDuctSilencerType, OdIfc4x1::IfcEdge, OdIfc4x1::IfcEdgeCurve, OdIfc4x1::IfcEdgeLoop, OdIfc4x1::IfcElectricAppliance, OdIfc4x1::IfcElectricApplianceType, OdIfc4x1::IfcElectricDistributionBoard, OdIfc4x1::IfcElectricDistributionBoardType, OdIfc4x1::IfcElectricFlowStorageDevice, OdIfc4x1::IfcElectricFlowStorageDeviceType, OdIfc4x1::IfcElectricGenerator, OdIfc4x1::IfcElectricGeneratorType, OdIfc4x1::IfcElectricMotor, OdIfc4x1::IfcElectricMotorType, OdIfc4x1::IfcElectricTimeControl, OdIfc4x1::IfcElectricTimeControlType, OdIfc4x1::IfcElementarySurface, OdIfc4x1::IfcElementAssembly, OdIfc4x1::IfcElementAssemblyType, OdIfc4x1::IfcElement, OdIfc4x1::IfcElementQuantity, OdIfc4x1::IfcElementType, OdIfc4x1::IfcEllipse, OdIfc4x1::IfcEllipseProfileDef, OdIfc4x1::IfcEngine, OdIfc4x1::IfcEngineType, OdIfc4x1::IfcEvaporativeCooler, OdIfc4x1::IfcEvaporativeCoolerType, OdIfc4x1::IfcEvaporator, OdIfc4x1::IfcEvaporatorType, OdIfc4x1::IfcEvent, OdIfc4x1::IfcEventTime, OdIfc4x1::IfcEventType, OdIfc4x1::IfcExtendedProperties, OdIfc4x1::IfcExternalReference, OdIfc4x1::IfcExternalReferenceRelationship, OdIfc4x1::IfcExternalSpatialElement, OdIfc4x1::IfcExtrudedAreaSolid, OdIfc4x1::IfcExtrudedAreaSolidTapered, OdIfc4x1::IfcFace, OdIfc4x1::IfcFaceBasedSurfaceModel, OdIfc4x1::IfcFaceBound, OdIfc4x1::IfcFaceSurface, OdIfc4x1::IfcFacetedBrepWithVoids, OdIfc4x1::IfcFailureConnectionCondition, OdIfc4x1::IfcFan, OdIfc4x1::IfcFanType, OdIfc4x1::IfcFastener, OdIfc4x1::IfcFastenerType, OdIfc4x1::IfcFeatureElementAddition, OdIfc4x1::IfcFeatureElementSubtraction, OdIfc4x1::IfcFillAreaStyle, OdIfc4x1::IfcFillAreaStyleHatching, OdIfc4x1::IfcFillAreaStyleTiles, OdIfc4x1::IfcFilter, OdIfc4x1::IfcFilterType, OdIfc4x1::IfcFireSuppressionTerminal, OdIfc4x1::IfcFireSuppressionTerminalType, OdIfc4x1::IfcFixedReferenceSweptAreaSolid, OdIfc4x1::IfcFlowInstrument, OdIfc4x1::IfcFlowInstrumentType, OdIfc4x1::IfcFlowMeter, OdIfc4x1::IfcFlowMeterType, OdIfc4x1::IfcFooting, OdIfc4x1::IfcFootingType, OdIfc4x1::IfcFurniture, OdIfc4x1::IfcFurnitureType, OdIfc4x1::IfcGeographicElement, OdIfc4x1::IfcGeographicElementType, OdIfc4x1::IfcGeometricRepresentationContext, OdIfc4x1::IfcGeometricRepresentationSubContext, OdIfc4x1::IfcGeometricSet, OdIfc4x1::IfcGrid, OdIfc4x1::IfcGridAxis, OdIfc4x1::IfcGridPlacement, OdIfc4x1::IfcGroup, OdIfc4x1::IfcHalfSpaceSolid, OdIfc4x1::IfcHeatExchanger, OdIfc4x1::IfcHeatExchangerType, OdIfc4x1::IfcHumidifier, OdIfc4x1::IfcHumidifierType, OdIfc4x1::IfcImageTexture, OdIfc4x1::IfcIndexedColourMap, OdIfc4x1::IfcIndexedPolyCurve, OdIfc4x1::IfcIndexedPolygonalFace, OdIfc4x1::IfcIndexedPolygonalFaceWithVoids, OdIfc4x1::IfcIndexedTextureMap, OdIfc4x1::IfcIndexedTriangleTextureMap, OdIfc4x1::IfcInterceptor, OdIfc4x1::IfcInterceptorType, OdIfc4x1::IfcInventory, OdIfc4x1::IfcIrregularTimeSeries, OdIfc4x1::IfcIrregularTimeSeriesValue, OdIfc4x1::IfcIShapeProfileDef, OdIfc4x1::IfcJunctionBox, OdIfc4x1::IfcJunctionBoxType, OdIfc4x1::IfcLaborResource, OdIfc4x1::IfcLaborResourceType, OdIfc4x1::IfcLagTime, OdIfc4x1::IfcLamp, OdIfc4x1::IfcLampType, OdIfc4x1::IfcLibraryInformation, OdIfc4x1::IfcLibraryReference, OdIfc4x1::IfcLightDistributionData, OdIfc4x1::IfcLightFixture, OdIfc4x1::IfcLightFixtureType, OdIfc4x1::IfcLightIntensityDistribution, OdIfc4x1::IfcLightSource, OdIfc4x1::IfcLightSourceDirectional, OdIfc4x1::IfcLightSourceGoniometric, OdIfc4x1::IfcLightSourcePositional, OdIfc4x1::IfcLightSourceSpot, OdIfc4x1::IfcLinearPlacement, OdIfc4x1::IfcLinearPositioningElement, OdIfc4x1::IfcLine, OdIfc4x1::IfcLocalPlacement, OdIfc4x1::IfcLShapeProfileDef, OdIfc4x1::IfcManifoldSolidBrep, OdIfc4x1::IfcMapConversion, OdIfc4x1::IfcMappedItem, OdIfc4x1::IfcMaterial, OdIfc4x1::IfcMaterialClassificationRelationship, OdIfc4x1::IfcMaterialConstituent, OdIfc4x1::IfcMaterialConstituentSet, OdIfc4x1::IfcMaterialDefinition, OdIfc4x1::IfcMaterialDefinitionRepresentation, OdIfc4x1::IfcMaterialLayer, OdIfc4x1::IfcMaterialLayerSet, OdIfc4x1::IfcMaterialLayerSetUsage, OdIfc4x1::IfcMaterialLayerWithOffsets, OdIfc4x1::IfcMaterialList, OdIfc4x1::IfcMaterialProfile, OdIfc4x1::IfcMaterialProfileSet, OdIfc4x1::IfcMaterialProfileSetUsage, OdIfc4x1::IfcMaterialProfileSetUsageTapering, OdIfc4x1::IfcMaterialProfileWithOffsets, OdIfc4x1::IfcMaterialProperties, OdIfc4x1::IfcMaterialRelationship, OdIfc4x1::IfcMaterialUsageDefinition, OdIfc4x1::IfcMeasureWithUnit, OdIfc4x1::IfcMechanicalFastener, OdIfc4x1::IfcMechanicalFastenerType, OdIfc4x1::IfcMedicalDevice, OdIfc4x1::IfcMedicalDeviceType, OdIfc4x1::IfcMember, OdIfc4x1::IfcMemberType, OdIfc4x1::IfcMetric, OdIfc4x1::IfcMonetaryUnit, OdIfc4x1::IfcMotorConnection, OdIfc4x1::IfcMotorConnectionType, OdIfc4x1::IfcNamedUnit, OdIfc4x1::IfcObject, OdIfc4x1::IfcObjectDefinition, OdIfc4x1::IfcObjective, OdIfc4x1::IfcObjectPlacement, OdIfc4x1::IfcOccupant, OdIfc4x1::IfcOffsetCurve2D, OdIfc4x1::IfcOffsetCurve3D, OdIfc4x1::IfcOffsetCurve, OdIfc4x1::IfcOffsetCurveByDistances, OdIfc4x1::IfcOpeningElement, OdIfc4x1::IfcOrganization, OdIfc4x1::IfcOrganizationRelationship, OdIfc4x1::IfcOrientationExpression, OdIfc4x1::IfcOrientedEdge, OdIfc4x1::IfcOutlet, OdIfc4x1::IfcOutletType, OdIfc4x1::IfcOwnerHistory, OdIfc4x1::IfcParameterizedProfileDef, OdIfc4x1::IfcPath, OdIfc4x1::IfcPcurve, OdIfc4x1::IfcPerformanceHistory, OdIfc4x1::IfcPermeableCoveringProperties, OdIfc4x1::IfcPermit, OdIfc4x1::IfcPersonAndOrganization, OdIfc4x1::IfcPerson, OdIfc4x1::IfcPhysicalComplexQuantity, OdIfc4x1::IfcPhysicalQuantity, OdIfc4x1::IfcPhysicalSimpleQuantity, OdIfc4x1::IfcPile, OdIfc4x1::IfcPileType, OdIfc4x1::IfcPipeFitting, OdIfc4x1::IfcPipeFittingType, OdIfc4x1::IfcPipeSegment, OdIfc4x1::IfcPipeSegmentType, OdIfc4x1::IfcPixelTexture, OdIfc4x1::IfcPlacement, OdIfc4x1::IfcPlanarBox, OdIfc4x1::IfcPlanarExtent, OdIfc4x1::IfcPlate, OdIfc4x1::IfcPlateType, OdIfc4x1::IfcPointOnCurve, OdIfc4x1::IfcPointOnSurface, OdIfc4x1::IfcPolygonalBoundedHalfSpace, OdIfc4x1::IfcPolygonalFaceSet, OdIfc4x1::IfcPolyline, OdIfc4x1::IfcPolyLoop, OdIfc4x1::IfcPort, OdIfc4x1::IfcPositioningElement, OdIfc4x1::IfcPostalAddress, OdIfc4x1::IfcPreDefinedItem, OdIfc4x1::IfcPresentationLayerAssignment, OdIfc4x1::IfcPresentationLayerWithStyle, OdIfc4x1::IfcPresentationStyleAssignment, OdIfc4x1::IfcPresentationStyle, OdIfc4x1::IfcProcedure, OdIfc4x1::IfcProcedureType, OdIfc4x1::IfcProcess, OdIfc4x1::IfcProduct, OdIfc4x1::IfcProductDefinitionShape, OdIfc4x1::IfcProductRepresentation, OdIfc4x1::IfcProfileDef, OdIfc4x1::IfcProfileProperties, OdIfc4x1::IfcProjectedCRS, OdIfc4x1::IfcProjectionElement, OdIfc4x1::IfcProjectOrder, OdIfc4x1::IfcPropertyAbstraction, OdIfc4x1::IfcProperty, OdIfc4x1::IfcPropertyBoundedValue, OdIfc4x1::IfcPropertyDefinition, OdIfc4x1::IfcPropertyDependencyRelationship, OdIfc4x1::IfcPropertyEnumeratedValue, OdIfc4x1::IfcPropertyEnumeration, OdIfc4x1::IfcPropertyListValue, OdIfc4x1::IfcPropertyReferenceValue, OdIfc4x1::IfcPropertySet, OdIfc4x1::IfcPropertySetDefinition, OdIfc4x1::IfcPropertySetTemplate, OdIfc4x1::IfcPropertySingleValue, OdIfc4x1::IfcPropertyTableValue, OdIfc4x1::IfcPropertyTemplate, OdIfc4x1::IfcProtectiveDevice, OdIfc4x1::IfcProtectiveDeviceTrippingUnit, OdIfc4x1::IfcProtectiveDeviceTrippingUnitType, OdIfc4x1::IfcProtectiveDeviceType, OdIfc4x1::IfcProxy, OdIfc4x1::IfcPump, OdIfc4x1::IfcPumpType, OdIfc4x1::IfcQuantityArea, OdIfc4x1::IfcQuantityCount, OdIfc4x1::IfcQuantityLength, OdIfc4x1::IfcQuantityTime, OdIfc4x1::IfcQuantityVolume, OdIfc4x1::IfcQuantityWeight, OdIfc4x1::IfcRailing, OdIfc4x1::IfcRailingType, OdIfc4x1::IfcRamp, OdIfc4x1::IfcRampFlight, OdIfc4x1::IfcRampFlightType, OdIfc4x1::IfcRampType, OdIfc4x1::IfcRationalBSplineCurveWithKnots, OdIfc4x1::IfcRationalBSplineSurfaceWithKnots, OdIfc4x1::IfcRectangleHollowProfileDef, OdIfc4x1::IfcRectangleProfileDef, OdIfc4x1::IfcRectangularPyramid, OdIfc4x1::IfcRectangularTrimmedSurface, OdIfc4x1::IfcRecurrencePattern, OdIfc4x1::IfcReference, OdIfc4x1::IfcReferent, OdIfc4x1::IfcRegularTimeSeries, OdIfc4x1::IfcReinforcementBarProperties, OdIfc4x1::IfcReinforcementDefinitionProperties, OdIfc4x1::IfcReinforcingBar, OdIfc4x1::IfcReinforcingBarType, OdIfc4x1::IfcReinforcingElement, OdIfc4x1::IfcReinforcingMesh, OdIfc4x1::IfcReinforcingMeshType, OdIfc4x1::IfcRelAggregates, OdIfc4x1::IfcRelAssigns, OdIfc4x1::IfcRelAssignsToActor, OdIfc4x1::IfcRelAssignsToControl, OdIfc4x1::IfcRelAssignsToGroup, OdIfc4x1::IfcRelAssignsToGroupByFactor, OdIfc4x1::IfcRelAssignsToProcess, OdIfc4x1::IfcRelAssignsToProduct, OdIfc4x1::IfcRelAssignsToResource, OdIfc4x1::IfcRelAssociatesApproval, OdIfc4x1::IfcRelAssociates, OdIfc4x1::IfcRelAssociatesClassification, OdIfc4x1::IfcRelAssociatesConstraint, OdIfc4x1::IfcRelAssociatesDocument, OdIfc4x1::IfcRelAssociatesLibrary, OdIfc4x1::IfcRelAssociatesMaterial, OdIfc4x1::IfcRelConnectsElements, OdIfc4x1::IfcRelConnectsPathElements, OdIfc4x1::IfcRelConnectsPorts, OdIfc4x1::IfcRelConnectsPortToElement, OdIfc4x1::IfcRelConnectsStructuralActivity, OdIfc4x1::IfcRelConnectsStructuralMember, OdIfc4x1::IfcRelConnectsWithEccentricity, OdIfc4x1::IfcRelConnectsWithRealizingElements, OdIfc4x1::IfcRelContainedInSpatialStructure, OdIfc4x1::IfcRelCoversBldgElements, OdIfc4x1::IfcRelCoversSpaces, OdIfc4x1::IfcRelDeclares, OdIfc4x1::IfcRelDefinesByObject, OdIfc4x1::IfcRelDefinesByProperties, OdIfc4x1::IfcRelDefinesByTemplate, OdIfc4x1::IfcRelDefinesByType, OdIfc4x1::IfcRelFillsElement, OdIfc4x1::IfcRelFlowControlElements, OdIfc4x1::IfcRelInterferesElements, OdIfc4x1::IfcRelNests, OdIfc4x1::IfcRelProjectsElement, OdIfc4x1::IfcRelReferencedInSpatialStructure, OdIfc4x1::IfcRelSequence, OdIfc4x1::IfcRelServicesBuildings, OdIfc4x1::IfcRelSpaceBoundary1stLevel, OdIfc4x1::IfcRelSpaceBoundary2ndLevel, OdIfc4x1::IfcRelSpaceBoundary, OdIfc4x1::IfcRelVoidsElement, OdIfc4x1::IfcReparametrisedCompositeCurveSegment, OdIfc4x1::IfcRepresentation, OdIfc4x1::IfcRepresentationContext, OdIfc4x1::IfcRepresentationItem, OdIfc4x1::IfcRepresentationMap, OdIfc4x1::IfcResourceApprovalRelationship, OdIfc4x1::IfcResource, OdIfc4x1::IfcResourceConstraintRelationship, OdIfc4x1::IfcResourceLevelRelationship, OdIfc4x1::IfcResourceTime, OdIfc4x1::IfcRevolvedAreaSolid, OdIfc4x1::IfcRevolvedAreaSolidTapered, OdIfc4x1::IfcRightCircularCone, OdIfc4x1::IfcRightCircularCylinder, OdIfc4x1::IfcRoof, OdIfc4x1::IfcRoofType, OdIfc4x1::IfcRoot, OdIfc4x1::IfcRoundedRectangleProfileDef, OdIfc4x1::IfcSanitaryTerminal, OdIfc4x1::IfcSanitaryTerminalType, OdIfc4x1::IfcSchedulingTime, OdIfc4x1::IfcSectionedSolid, OdIfc4x1::IfcSectionedSolidHorizontal, OdIfc4x1::IfcSectionedSpine, OdIfc4x1::IfcSectionProperties, OdIfc4x1::IfcSectionReinforcementProperties, OdIfc4x1::IfcSensor, OdIfc4x1::IfcSensorType, OdIfc4x1::IfcShadingDevice, OdIfc4x1::IfcShadingDeviceType, OdIfc4x1::IfcShapeAspect, OdIfc4x1::IfcShapeModel, OdIfc4x1::IfcShellBasedSurfaceModel, OdIfc4x1::IfcSimplePropertyTemplate, OdIfc4x1::IfcSite, OdIfc4x1::IfcSIUnit, OdIfc4x1::IfcSlab, OdIfc4x1::IfcSlabType, OdIfc4x1::IfcSlippageConnectionCondition, OdIfc4x1::IfcSolarDevice, OdIfc4x1::IfcSolarDeviceType, OdIfc4x1::IfcSpace, OdIfc4x1::IfcSpaceHeater, OdIfc4x1::IfcSpaceHeaterType, OdIfc4x1::IfcSpaceType, OdIfc4x1::IfcSpatialElement, OdIfc4x1::IfcSpatialElementType, OdIfc4x1::IfcSpatialStructureElement, OdIfc4x1::IfcSpatialZone, OdIfc4x1::IfcSpatialZoneType, OdIfc4x1::IfcSphere, OdIfc4x1::IfcSphericalSurface, OdIfc4x1::IfcStackTerminal, OdIfc4x1::IfcStackTerminalType, OdIfc4x1::IfcStair, OdIfc4x1::IfcStairFlight, OdIfc4x1::IfcStairFlightType, OdIfc4x1::IfcStairType, OdIfc4x1::IfcStructuralAction, OdIfc4x1::IfcStructuralActivity, OdIfc4x1::IfcStructuralAnalysisModel, OdIfc4x1::IfcStructuralConnection, OdIfc4x1::IfcStructuralConnectionCondition, OdIfc4x1::IfcStructuralCurveAction, OdIfc4x1::IfcStructuralCurveConnection, OdIfc4x1::IfcStructuralCurveMember, OdIfc4x1::IfcStructuralCurveReaction, OdIfc4x1::IfcStructuralItem, OdIfc4x1::IfcStructuralLoad, OdIfc4x1::IfcStructuralLoadCase, OdIfc4x1::IfcStructuralLoadConfiguration, OdIfc4x1::IfcStructuralLoadGroup, OdIfc4x1::IfcStructuralLoadLinearForce, OdIfc4x1::IfcStructuralLoadPlanarForce, OdIfc4x1::IfcStructuralLoadSingleDisplacement, OdIfc4x1::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x1::IfcStructuralLoadSingleForce, OdIfc4x1::IfcStructuralLoadSingleForceWarping, OdIfc4x1::IfcStructuralLoadTemperature, OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralPointConnection, OdIfc4x1::IfcStructuralResultGroup, OdIfc4x1::IfcStructuralSurfaceAction, OdIfc4x1::IfcStructuralSurfaceMember, OdIfc4x1::IfcStructuralSurfaceReaction, OdIfc4x1::IfcStyledItem, OdIfc4x1::IfcSubContractResource, OdIfc4x1::IfcSubContractResourceType, OdIfc4x1::IfcSubedge, OdIfc4x1::IfcSurfaceCurve, OdIfc4x1::IfcSurfaceCurveSweptAreaSolid, OdIfc4x1::IfcSurfaceFeature, OdIfc4x1::IfcSurfaceOfLinearExtrusion, OdIfc4x1::IfcSurfaceOfRevolution, OdIfc4x1::IfcSurfaceReinforcementArea, OdIfc4x1::IfcSurfaceStyle, OdIfc4x1::IfcSurfaceStyleLighting, OdIfc4x1::IfcSurfaceStyleRefraction, OdIfc4x1::IfcSurfaceStyleRendering, OdIfc4x1::IfcSurfaceStyleShading, OdIfc4x1::IfcSurfaceStyleWithTextures, OdIfc4x1::IfcSurfaceTexture, OdIfc4x1::IfcSweptAreaSolid, OdIfc4x1::IfcSweptDiskSolid, OdIfc4x1::IfcSweptDiskSolidPolygonal, OdIfc4x1::IfcSweptSurface, OdIfc4x1::IfcSwitchingDevice, OdIfc4x1::IfcSwitchingDeviceType, OdIfc4x1::IfcSystem, OdIfc4x1::IfcSystemFurnitureElement, OdIfc4x1::IfcSystemFurnitureElementType, OdIfc4x1::IfcTable, OdIfc4x1::IfcTableColumn, OdIfc4x1::IfcTableRow, OdIfc4x1::IfcTank, OdIfc4x1::IfcTankType, OdIfc4x1::IfcTask, OdIfc4x1::IfcTaskTime, OdIfc4x1::IfcTaskTimeRecurring, OdIfc4x1::IfcTaskType, OdIfc4x1::IfcTelecomAddress, OdIfc4x1::IfcTendonAnchor, OdIfc4x1::IfcTendonAnchorType, OdIfc4x1::IfcTendon, OdIfc4x1::IfcTendonType, OdIfc4x1::IfcTessellatedFaceSet, OdIfc4x1::IfcTextLiteral, OdIfc4x1::IfcTextLiteralWithExtent, OdIfc4x1::IfcTextStyle, OdIfc4x1::IfcTextStyleFontModel, OdIfc4x1::IfcTextStyleForDefinedFont, OdIfc4x1::IfcTextStyleTextModel, OdIfc4x1::IfcTextureCoordinate, OdIfc4x1::IfcTextureCoordinateGenerator, OdIfc4x1::IfcTextureMap, OdIfc4x1::IfcTextureVertex, OdIfc4x1::IfcTextureVertexList, OdIfc4x1::IfcTimePeriod, OdIfc4x1::IfcTimeSeries, OdIfc4x1::IfcTimeSeriesValue, OdIfc4x1::IfcToroidalSurface, OdIfc4x1::IfcTransformer, OdIfc4x1::IfcTransformerType, OdIfc4x1::IfcTransitionCurveSegment2D, OdIfc4x1::IfcTransportElement, OdIfc4x1::IfcTransportElementType, OdIfc4x1::IfcTrapeziumProfileDef, OdIfc4x1::IfcTriangulatedFaceSet, OdIfc4x1::IfcTriangulatedIrregularNetwork, OdIfc4x1::IfcTrimmedCurve, OdIfc4x1::IfcTShapeProfileDef, OdIfc4x1::IfcTubeBundle, OdIfc4x1::IfcTubeBundleType, OdIfc4x1::IfcTypeObject, OdIfc4x1::IfcTypeProcess, OdIfc4x1::IfcTypeProduct, OdIfc4x1::IfcTypeResource, OdIfc4x1::IfcUnitaryControlElement, OdIfc4x1::IfcUnitaryControlElementType, OdIfc4x1::IfcUnitaryEquipment, OdIfc4x1::IfcUnitaryEquipmentType, OdIfc4x1::IfcUnitAssignment, OdIfc4x1::IfcUShapeProfileDef, OdIfc4x1::IfcValve, OdIfc4x1::IfcValveType, OdIfc4x1::IfcVector, OdIfc4x1::IfcVertexLoop, OdIfc4x1::IfcVertexPoint, OdIfc4x1::IfcVibrationIsolator, OdIfc4x1::IfcVibrationIsolatorType, OdIfc4x1::IfcVirtualGridIntersection, OdIfc4x1::IfcVoidingFeature, OdIfc4x1::IfcWall, OdIfc4x1::IfcWallType, OdIfc4x1::IfcWasteTerminal, OdIfc4x1::IfcWasteTerminalType, OdIfc4x1::IfcWindow, OdIfc4x1::IfcWindowLiningProperties, OdIfc4x1::IfcWindowPanelProperties, OdIfc4x1::IfcWindowStyle, OdIfc4x1::IfcWindowType, OdIfc4x1::IfcWorkCalendar, OdIfc4x1::IfcWorkControl, OdIfc4x1::IfcWorkPlan, OdIfc4x1::IfcWorkSchedule, OdIfc4x1::IfcWorkTime, OdIfc4x1::IfcZone, OdIfc4x1::IfcZShapeProfileDef, OdIfc4x2::IfcActionRequest, OdIfc4x2::IfcActor, OdIfc4x2::IfcActorRole, OdIfc4x2::IfcActuator, OdIfc4x2::IfcActuatorType, OdIfc4x2::IfcAddress, OdIfc4x2::IfcAdvancedBrepWithVoids, OdIfc4x2::IfcAirTerminal, OdIfc4x2::IfcAirTerminalBox, OdIfc4x2::IfcAirTerminalBoxType, OdIfc4x2::IfcAirTerminalType, OdIfc4x2::IfcAirToAirHeatRecovery, OdIfc4x2::IfcAirToAirHeatRecoveryType, OdIfc4x2::IfcAlarm, OdIfc4x2::IfcAlarmType, OdIfc4x2::IfcAlignment2DHorizontal, OdIfc4x2::IfcAlignment2DHorizontalSegment, OdIfc4x2::IfcAlignment2DSegment, OdIfc4x2::IfcAlignment2DVerSegCircularArc, OdIfc4x2::IfcAlignment2DVerSegParabolicArc, OdIfc4x2::IfcAlignment2DVertical, OdIfc4x2::IfcAlignment2DVerticalSegment, OdIfc4x2::IfcAlignment, OdIfc4x2::IfcAlignmentCurve, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAnnotationFillArea, OdIfc4x2::IfcApplication, OdIfc4x2::IfcAppliedValue, OdIfc4x2::IfcApproval, OdIfc4x2::IfcApprovalRelationship, OdIfc4x2::IfcArbitraryClosedProfileDef, OdIfc4x2::IfcArbitraryOpenProfileDef, OdIfc4x2::IfcArbitraryProfileDefWithVoids, OdIfc4x2::IfcAsset, OdIfc4x2::IfcAsymmetricIShapeProfileDef, OdIfc4x2::IfcAudioVisualAppliance, OdIfc4x2::IfcAudioVisualApplianceType, OdIfc4x2::IfcAxis1Placement, OdIfc4x2::IfcAxis2Placement2D, OdIfc4x2::IfcAxis2Placement3D, OdIfc4x2::IfcBeam, OdIfc4x2::IfcBeamType, OdIfc4x2::IfcBearing, OdIfc4x2::IfcBearingType, OdIfc4x2::IfcBlobTexture, OdIfc4x2::IfcBlock, OdIfc4x2::IfcBoiler, OdIfc4x2::IfcBoilerType, OdIfc4x2::IfcBooleanResult, OdIfc4x2::IfcBoundaryCondition, OdIfc4x2::IfcBoundaryEdgeCondition, OdIfc4x2::IfcBoundaryFaceCondition, OdIfc4x2::IfcBoundaryNodeCondition, OdIfc4x2::IfcBoundaryNodeConditionWarping, OdIfc4x2::IfcBoundedCurve, OdIfc4x2::IfcBoundingBox, OdIfc4x2::IfcBoxedHalfSpace, OdIfc4x2::IfcBridge, OdIfc4x2::IfcBridgePart, OdIfc4x2::IfcBSplineCurve, OdIfc4x2::IfcBSplineCurveWithKnots, OdIfc4x2::IfcBSplineSurface, OdIfc4x2::IfcBSplineSurfaceWithKnots, OdIfc4x2::IfcBuilding, OdIfc4x2::IfcBuildingElementPart, OdIfc4x2::IfcBuildingElementPartType, OdIfc4x2::IfcBuildingElementProxy, OdIfc4x2::IfcBuildingElementProxyType, OdIfc4x2::IfcBuildingStorey, OdIfc4x2::IfcBuildingSystem, OdIfc4x2::IfcBurner, OdIfc4x2::IfcBurnerType, OdIfc4x2::IfcCableCarrierFitting, OdIfc4x2::IfcCableCarrierFittingType, OdIfc4x2::IfcCableCarrierSegment, OdIfc4x2::IfcCableCarrierSegmentType, OdIfc4x2::IfcCableFitting, OdIfc4x2::IfcCableFittingType, OdIfc4x2::IfcCableSegment, OdIfc4x2::IfcCableSegmentType, OdIfc4x2::IfcCaissonFoundation, OdIfc4x2::IfcCaissonFoundationType, OdIfc4x2::IfcCartesianPoint, OdIfc4x2::IfcCartesianPointList2D, OdIfc4x2::IfcCartesianPointList3D, OdIfc4x2::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator3D, OdIfc4x2::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator, OdIfc4x2::IfcCenterLineProfileDef, OdIfc4x2::IfcChiller, OdIfc4x2::IfcChillerType, OdIfc4x2::IfcChimney, OdIfc4x2::IfcChimneyType, OdIfc4x2::IfcCircle, OdIfc4x2::IfcCircleHollowProfileDef, OdIfc4x2::IfcCircleProfileDef, OdIfc4x2::IfcCircularArcSegment2D, OdIfc4x2::IfcClassification, OdIfc4x2::IfcClassificationReference, OdIfc4x2::IfcCoil, OdIfc4x2::IfcCoilType, OdIfc4x2::IfcColourRgb, OdIfc4x2::IfcColourRgbList, OdIfc4x2::IfcColourSpecification, OdIfc4x2::IfcColumn, OdIfc4x2::IfcColumnType, OdIfc4x2::IfcCommunicationsAppliance, OdIfc4x2::IfcCommunicationsApplianceType, OdIfc4x2::IfcComplexProperty, OdIfc4x2::IfcComplexPropertyTemplate, OdIfc4x2::IfcCompositeCurve, OdIfc4x2::IfcCompositeCurveSegment, OdIfc4x2::IfcCompositeProfileDef, OdIfc4x2::IfcCompressor, OdIfc4x2::IfcCompressorType, OdIfc4x2::IfcCondenser, OdIfc4x2::IfcCondenserType, OdIfc4x2::IfcConic, OdIfc4x2::IfcConnectedFaceSet, OdIfc4x2::IfcConnectionCurveGeometry, OdIfc4x2::IfcConnectionPointEccentricity, OdIfc4x2::IfcConnectionPointGeometry, OdIfc4x2::IfcConnectionSurfaceGeometry, OdIfc4x2::IfcConnectionVolumeGeometry, OdIfc4x2::IfcConstraint, OdIfc4x2::IfcConstructionEquipmentResource, OdIfc4x2::IfcConstructionEquipmentResourceType, OdIfc4x2::IfcConstructionMaterialResource, OdIfc4x2::IfcConstructionMaterialResourceType, OdIfc4x2::IfcConstructionProductResource, OdIfc4x2::IfcConstructionProductResourceType, OdIfc4x2::IfcConstructionResource, OdIfc4x2::IfcConstructionResourceType, OdIfc4x2::IfcContext, OdIfc4x2::IfcContextDependentUnit, OdIfc4x2::IfcControl, OdIfc4x2::IfcController, OdIfc4x2::IfcControllerType, OdIfc4x2::IfcConversionBasedUnit, OdIfc4x2::IfcConversionBasedUnitWithOffset, OdIfc4x2::IfcCooledBeam, OdIfc4x2::IfcCooledBeamType, OdIfc4x2::IfcCoolingTower, OdIfc4x2::IfcCoolingTowerType, OdIfc4x2::IfcCoordinateOperation, OdIfc4x2::IfcCoordinateReferenceSystem, OdIfc4x2::IfcCostItem, OdIfc4x2::IfcCostSchedule, OdIfc4x2::IfcCovering, OdIfc4x2::IfcCoveringType, OdIfc4x2::IfcCrewResource, OdIfc4x2::IfcCrewResourceType, OdIfc4x2::IfcCsgPrimitive3D, OdIfc4x2::IfcCsgSolid, OdIfc4x2::IfcCShapeProfileDef, OdIfc4x2::IfcCurrencyRelationship, OdIfc4x2::IfcCurtainWall, OdIfc4x2::IfcCurtainWallType, OdIfc4x2::IfcCurveBoundedPlane, OdIfc4x2::IfcCurveBoundedSurface, OdIfc4x2::IfcCurveSegment2D, OdIfc4x2::IfcCurveStyle, OdIfc4x2::IfcCurveStyleFontAndScaling, OdIfc4x2::IfcCurveStyleFont, OdIfc4x2::IfcCurveStyleFontPattern, OdIfc4x2::IfcCylindricalSurface, OdIfc4x2::IfcDamper, OdIfc4x2::IfcDamperType, OdIfc4x2::IfcDerivedProfileDef, OdIfc4x2::IfcDerivedUnit, OdIfc4x2::IfcDerivedUnitElement, OdIfc4x2::IfcDimensionalExponents, OdIfc4x2::IfcDirection, OdIfc4x2::IfcDiscreteAccessory, OdIfc4x2::IfcDiscreteAccessoryType, OdIfc4x2::IfcDistanceExpression, OdIfc4x2::IfcDistributionChamberElement, OdIfc4x2::IfcDistributionChamberElementType, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionPort, OdIfc4x2::IfcDistributionSystem, OdIfc4x2::IfcDocumentInformation, OdIfc4x2::IfcDocumentInformationRelationship, OdIfc4x2::IfcDocumentReference, OdIfc4x2::IfcDoor, OdIfc4x2::IfcDoorLiningProperties, OdIfc4x2::IfcDoorPanelProperties, OdIfc4x2::IfcDoorStyle, OdIfc4x2::IfcDoorType, OdIfc4x2::IfcDuctFitting, OdIfc4x2::IfcDuctFittingType, OdIfc4x2::IfcDuctSegment, OdIfc4x2::IfcDuctSegmentType, OdIfc4x2::IfcDuctSilencer, OdIfc4x2::IfcDuctSilencerType, OdIfc4x2::IfcEdge, OdIfc4x2::IfcEdgeCurve, OdIfc4x2::IfcEdgeLoop, OdIfc4x2::IfcElectricAppliance, OdIfc4x2::IfcElectricApplianceType, OdIfc4x2::IfcElectricDistributionBoard, OdIfc4x2::IfcElectricDistributionBoardType, OdIfc4x2::IfcElectricFlowStorageDevice, OdIfc4x2::IfcElectricFlowStorageDeviceType, OdIfc4x2::IfcElectricGenerator, OdIfc4x2::IfcElectricGeneratorType, OdIfc4x2::IfcElectricMotor, OdIfc4x2::IfcElectricMotorType, OdIfc4x2::IfcElectricTimeControl, OdIfc4x2::IfcElectricTimeControlType, OdIfc4x2::IfcElementarySurface, OdIfc4x2::IfcElementAssembly, OdIfc4x2::IfcElementAssemblyType, OdIfc4x2::IfcElement, OdIfc4x2::IfcElementQuantity, OdIfc4x2::IfcElementType, OdIfc4x2::IfcEllipse, OdIfc4x2::IfcEllipseProfileDef, OdIfc4x2::IfcEngine, OdIfc4x2::IfcEngineType, OdIfc4x2::IfcEvaporativeCooler, OdIfc4x2::IfcEvaporativeCoolerType, OdIfc4x2::IfcEvaporator, OdIfc4x2::IfcEvaporatorType, OdIfc4x2::IfcEvent, OdIfc4x2::IfcEventTime, OdIfc4x2::IfcEventType, OdIfc4x2::IfcExtendedProperties, OdIfc4x2::IfcExternalReference, OdIfc4x2::IfcExternalReferenceRelationship, OdIfc4x2::IfcExternalSpatialElement, OdIfc4x2::IfcExtrudedAreaSolid, OdIfc4x2::IfcExtrudedAreaSolidTapered, OdIfc4x2::IfcFace, OdIfc4x2::IfcFaceBasedSurfaceModel, OdIfc4x2::IfcFaceBound, OdIfc4x2::IfcFaceSurface, OdIfc4x2::IfcFacetedBrepWithVoids, OdIfc4x2::IfcFailureConnectionCondition, OdIfc4x2::IfcFan, OdIfc4x2::IfcFanType, OdIfc4x2::IfcFastener, OdIfc4x2::IfcFastenerType, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFillAreaStyle, OdIfc4x2::IfcFillAreaStyleHatching, OdIfc4x2::IfcFillAreaStyleTiles, OdIfc4x2::IfcFilter, OdIfc4x2::IfcFilterType, OdIfc4x2::IfcFireSuppressionTerminal, OdIfc4x2::IfcFireSuppressionTerminalType, OdIfc4x2::IfcFixedReferenceSweptAreaSolid, OdIfc4x2::IfcFlowInstrument, OdIfc4x2::IfcFlowInstrumentType, OdIfc4x2::IfcFlowMeter, OdIfc4x2::IfcFlowMeterType, OdIfc4x2::IfcFooting, OdIfc4x2::IfcFootingType, OdIfc4x2::IfcFurniture, OdIfc4x2::IfcFurnitureType, OdIfc4x2::IfcGeographicElement, OdIfc4x2::IfcGeographicElementType, OdIfc4x2::IfcGeometricRepresentationContext, OdIfc4x2::IfcGeometricRepresentationSubContext, OdIfc4x2::IfcGeometricSet, OdIfc4x2::IfcGrid, OdIfc4x2::IfcGridAxis, OdIfc4x2::IfcGridPlacement, OdIfc4x2::IfcGroup, OdIfc4x2::IfcHalfSpaceSolid, OdIfc4x2::IfcHeatExchanger, OdIfc4x2::IfcHeatExchangerType, OdIfc4x2::IfcHumidifier, OdIfc4x2::IfcHumidifierType, OdIfc4x2::IfcImageTexture, OdIfc4x2::IfcIndexedColourMap, OdIfc4x2::IfcIndexedPolyCurve, OdIfc4x2::IfcIndexedPolygonalFace, OdIfc4x2::IfcIndexedPolygonalFaceWithVoids, OdIfc4x2::IfcIndexedTextureMap, OdIfc4x2::IfcIndexedTriangleTextureMap, OdIfc4x2::IfcInterceptor, OdIfc4x2::IfcInterceptorType, OdIfc4x2::IfcInventory, OdIfc4x2::IfcIrregularTimeSeries, OdIfc4x2::IfcIrregularTimeSeriesValue, OdIfc4x2::IfcIShapeProfileDef, OdIfc4x2::IfcJunctionBox, OdIfc4x2::IfcJunctionBoxType, OdIfc4x2::IfcLaborResource, OdIfc4x2::IfcLaborResourceType, OdIfc4x2::IfcLagTime, OdIfc4x2::IfcLamp, OdIfc4x2::IfcLampType, OdIfc4x2::IfcLibraryInformation, OdIfc4x2::IfcLibraryReference, OdIfc4x2::IfcLightDistributionData, OdIfc4x2::IfcLightFixture, OdIfc4x2::IfcLightFixtureType, OdIfc4x2::IfcLightIntensityDistribution, OdIfc4x2::IfcLightSource, OdIfc4x2::IfcLightSourceDirectional, OdIfc4x2::IfcLightSourceGoniometric, OdIfc4x2::IfcLightSourcePositional, OdIfc4x2::IfcLightSourceSpot, OdIfc4x2::IfcLinearPlacement, OdIfc4x2::IfcLinearPositioningElement, OdIfc4x2::IfcLine, OdIfc4x2::IfcLocalPlacement, OdIfc4x2::IfcLShapeProfileDef, OdIfc4x2::IfcManifoldSolidBrep, OdIfc4x2::IfcMapConversion, OdIfc4x2::IfcMappedItem, OdIfc4x2::IfcMaterial, OdIfc4x2::IfcMaterialClassificationRelationship, OdIfc4x2::IfcMaterialConstituent, OdIfc4x2::IfcMaterialConstituentSet, OdIfc4x2::IfcMaterialDefinition, OdIfc4x2::IfcMaterialDefinitionRepresentation, OdIfc4x2::IfcMaterialLayer, OdIfc4x2::IfcMaterialLayerSet, OdIfc4x2::IfcMaterialLayerSetUsage, OdIfc4x2::IfcMaterialLayerWithOffsets, OdIfc4x2::IfcMaterialList, OdIfc4x2::IfcMaterialProfile, OdIfc4x2::IfcMaterialProfileSet, OdIfc4x2::IfcMaterialProfileSetUsage, OdIfc4x2::IfcMaterialProfileSetUsageTapering, OdIfc4x2::IfcMaterialProfileWithOffsets, OdIfc4x2::IfcMaterialProperties, OdIfc4x2::IfcMaterialRelationship, OdIfc4x2::IfcMaterialUsageDefinition, OdIfc4x2::IfcMeasureWithUnit, OdIfc4x2::IfcMechanicalFastener, OdIfc4x2::IfcMechanicalFastenerType, OdIfc4x2::IfcMedicalDevice, OdIfc4x2::IfcMedicalDeviceType, OdIfc4x2::IfcMember, OdIfc4x2::IfcMemberType, OdIfc4x2::IfcMetric, OdIfc4x2::IfcMonetaryUnit, OdIfc4x2::IfcMotorConnection, OdIfc4x2::IfcMotorConnectionType, OdIfc4x2::IfcNamedUnit, OdIfc4x2::IfcObject, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcObjective, OdIfc4x2::IfcObjectPlacement, OdIfc4x2::IfcOccupant, OdIfc4x2::IfcOffsetCurve2D, OdIfc4x2::IfcOffsetCurve3D, OdIfc4x2::IfcOffsetCurve, OdIfc4x2::IfcOffsetCurveByDistances, OdIfc4x2::IfcOpeningElement, OdIfc4x2::IfcOrganization, OdIfc4x2::IfcOrganizationRelationship, OdIfc4x2::IfcOrientationExpression, OdIfc4x2::IfcOrientedEdge, OdIfc4x2::IfcOutlet, OdIfc4x2::IfcOutletType, OdIfc4x2::IfcOwnerHistory, OdIfc4x2::IfcParameterizedProfileDef, OdIfc4x2::IfcPath, OdIfc4x2::IfcPcurve, OdIfc4x2::IfcPerformanceHistory, OdIfc4x2::IfcPermeableCoveringProperties, OdIfc4x2::IfcPermit, OdIfc4x2::IfcPersonAndOrganization, OdIfc4x2::IfcPerson, OdIfc4x2::IfcPhysicalComplexQuantity, OdIfc4x2::IfcPhysicalQuantity, OdIfc4x2::IfcPhysicalSimpleQuantity, OdIfc4x2::IfcPile, OdIfc4x2::IfcPileType, OdIfc4x2::IfcPipeFitting, OdIfc4x2::IfcPipeFittingType, OdIfc4x2::IfcPipeSegment, OdIfc4x2::IfcPipeSegmentType, OdIfc4x2::IfcPixelTexture, OdIfc4x2::IfcPlacement, OdIfc4x2::IfcPlanarBox, OdIfc4x2::IfcPlanarExtent, OdIfc4x2::IfcPlate, OdIfc4x2::IfcPlateType, OdIfc4x2::IfcPointOnCurve, OdIfc4x2::IfcPointOnSurface, OdIfc4x2::IfcPolygonalBoundedHalfSpace, OdIfc4x2::IfcPolygonalFaceSet, OdIfc4x2::IfcPolyline, OdIfc4x2::IfcPolyLoop, OdIfc4x2::IfcPort, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcPostalAddress, OdIfc4x2::IfcPreDefinedItem, OdIfc4x2::IfcPresentationLayerAssignment, OdIfc4x2::IfcPresentationLayerWithStyle, OdIfc4x2::IfcPresentationStyleAssignment, OdIfc4x2::IfcPresentationStyle, OdIfc4x2::IfcProcedure, OdIfc4x2::IfcProcedureType, OdIfc4x2::IfcProcess, OdIfc4x2::IfcProduct, OdIfc4x2::IfcProductDefinitionShape, OdIfc4x2::IfcProductRepresentation, OdIfc4x2::IfcProfileDef, OdIfc4x2::IfcProfileProperties, OdIfc4x2::IfcProjectedCRS, OdIfc4x2::IfcProjectionElement, OdIfc4x2::IfcProjectOrder, OdIfc4x2::IfcPropertyAbstraction, OdIfc4x2::IfcProperty, OdIfc4x2::IfcPropertyBoundedValue, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertyDependencyRelationship, OdIfc4x2::IfcPropertyEnumeratedValue, OdIfc4x2::IfcPropertyEnumeration, OdIfc4x2::IfcPropertyListValue, OdIfc4x2::IfcPropertyReferenceValue, OdIfc4x2::IfcPropertySet, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetTemplate, OdIfc4x2::IfcPropertySingleValue, OdIfc4x2::IfcPropertyTableValue, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcProtectiveDevice, OdIfc4x2::IfcProtectiveDeviceTrippingUnit, OdIfc4x2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x2::IfcProtectiveDeviceType, OdIfc4x2::IfcProxy, OdIfc4x2::IfcPump, OdIfc4x2::IfcPumpType, OdIfc4x2::IfcQuantityArea, OdIfc4x2::IfcQuantityCount, OdIfc4x2::IfcQuantityLength, OdIfc4x2::IfcQuantityTime, OdIfc4x2::IfcQuantityVolume, OdIfc4x2::IfcQuantityWeight, OdIfc4x2::IfcRailing, OdIfc4x2::IfcRailingType, OdIfc4x2::IfcRamp, OdIfc4x2::IfcRampFlight, OdIfc4x2::IfcRampFlightType, OdIfc4x2::IfcRampType, OdIfc4x2::IfcRationalBSplineCurveWithKnots, OdIfc4x2::IfcRationalBSplineSurfaceWithKnots, OdIfc4x2::IfcRectangleHollowProfileDef, OdIfc4x2::IfcRectangleProfileDef, OdIfc4x2::IfcRectangularPyramid, OdIfc4x2::IfcRectangularTrimmedSurface, OdIfc4x2::IfcRecurrencePattern, OdIfc4x2::IfcReference, OdIfc4x2::IfcReferent, OdIfc4x2::IfcRegularTimeSeries, OdIfc4x2::IfcReinforcementBarProperties, OdIfc4x2::IfcReinforcementDefinitionProperties, OdIfc4x2::IfcReinforcingBar, OdIfc4x2::IfcReinforcingBarType, OdIfc4x2::IfcReinforcingElement, OdIfc4x2::IfcReinforcingMesh, OdIfc4x2::IfcReinforcingMeshType, OdIfc4x2::IfcRelAggregates, OdIfc4x2::IfcRelAssigns, OdIfc4x2::IfcRelAssignsToActor, OdIfc4x2::IfcRelAssignsToControl, OdIfc4x2::IfcRelAssignsToGroup, OdIfc4x2::IfcRelAssignsToGroupByFactor, OdIfc4x2::IfcRelAssignsToProcess, OdIfc4x2::IfcRelAssignsToProduct, OdIfc4x2::IfcRelAssignsToResource, OdIfc4x2::IfcRelAssociatesApproval, OdIfc4x2::IfcRelAssociates, OdIfc4x2::IfcRelAssociatesClassification, OdIfc4x2::IfcRelAssociatesConstraint, OdIfc4x2::IfcRelAssociatesDocument, OdIfc4x2::IfcRelAssociatesLibrary, OdIfc4x2::IfcRelAssociatesMaterial, OdIfc4x2::IfcRelConnectsElements, OdIfc4x2::IfcRelConnectsPathElements, OdIfc4x2::IfcRelConnectsPorts, OdIfc4x2::IfcRelConnectsPortToElement, OdIfc4x2::IfcRelConnectsStructuralActivity, OdIfc4x2::IfcRelConnectsStructuralMember, OdIfc4x2::IfcRelConnectsWithEccentricity, OdIfc4x2::IfcRelConnectsWithRealizingElements, OdIfc4x2::IfcRelContainedInSpatialStructure, OdIfc4x2::IfcRelCoversBldgElements, OdIfc4x2::IfcRelCoversSpaces, OdIfc4x2::IfcRelDeclares, OdIfc4x2::IfcRelDefinesByObject, OdIfc4x2::IfcRelDefinesByProperties, OdIfc4x2::IfcRelDefinesByTemplate, OdIfc4x2::IfcRelDefinesByType, OdIfc4x2::IfcRelFillsElement, OdIfc4x2::IfcRelFlowControlElements, OdIfc4x2::IfcRelInterferesElements, OdIfc4x2::IfcRelNests, OdIfc4x2::IfcRelPositions, OdIfc4x2::IfcRelProjectsElement, OdIfc4x2::IfcRelReferencedInSpatialStructure, OdIfc4x2::IfcRelSequence, OdIfc4x2::IfcRelServicesBuildings, OdIfc4x2::IfcRelSpaceBoundary1stLevel, OdIfc4x2::IfcRelSpaceBoundary2ndLevel, OdIfc4x2::IfcRelSpaceBoundary, OdIfc4x2::IfcRelVoidsElement, OdIfc4x2::IfcReparametrisedCompositeCurveSegment, OdIfc4x2::IfcRepresentation, OdIfc4x2::IfcRepresentationContext, OdIfc4x2::IfcRepresentationItem, OdIfc4x2::IfcRepresentationMap, OdIfc4x2::IfcResourceApprovalRelationship, OdIfc4x2::IfcResource, OdIfc4x2::IfcResourceConstraintRelationship, OdIfc4x2::IfcResourceLevelRelationship, OdIfc4x2::IfcResourceTime, OdIfc4x2::IfcRevolvedAreaSolid, OdIfc4x2::IfcRevolvedAreaSolidTapered, OdIfc4x2::IfcRightCircularCone, OdIfc4x2::IfcRightCircularCylinder, OdIfc4x2::IfcRoof, OdIfc4x2::IfcRoofType, OdIfc4x2::IfcRoot, OdIfc4x2::IfcRoundedRectangleProfileDef, OdIfc4x2::IfcSanitaryTerminal, OdIfc4x2::IfcSanitaryTerminalType, OdIfc4x2::IfcSchedulingTime, OdIfc4x2::IfcSectionedSolid, OdIfc4x2::IfcSectionedSolidHorizontal, OdIfc4x2::IfcSectionedSpine, OdIfc4x2::IfcSectionProperties, OdIfc4x2::IfcSectionReinforcementProperties, OdIfc4x2::IfcSensor, OdIfc4x2::IfcSensorType, OdIfc4x2::IfcShadingDevice, OdIfc4x2::IfcShadingDeviceType, OdIfc4x2::IfcShapeAspect, OdIfc4x2::IfcShapeModel, OdIfc4x2::IfcShellBasedSurfaceModel, OdIfc4x2::IfcSimplePropertyTemplate, OdIfc4x2::IfcSite, OdIfc4x2::IfcSIUnit, OdIfc4x2::IfcSlab, OdIfc4x2::IfcSlabType, OdIfc4x2::IfcSlippageConnectionCondition, OdIfc4x2::IfcSolarDevice, OdIfc4x2::IfcSolarDeviceType, OdIfc4x2::IfcSpace, OdIfc4x2::IfcSpaceHeater, OdIfc4x2::IfcSpaceHeaterType, OdIfc4x2::IfcSpaceType, OdIfc4x2::IfcSpatialElement, OdIfc4x2::IfcSpatialElementType, OdIfc4x2::IfcSpatialStructureElement, OdIfc4x2::IfcSpatialZone, OdIfc4x2::IfcSpatialZoneType, OdIfc4x2::IfcSphere, OdIfc4x2::IfcSphericalSurface, OdIfc4x2::IfcStackTerminal, OdIfc4x2::IfcStackTerminalType, OdIfc4x2::IfcStair, OdIfc4x2::IfcStairFlight, OdIfc4x2::IfcStairFlightType, OdIfc4x2::IfcStairType, OdIfc4x2::IfcStructuralAction, OdIfc4x2::IfcStructuralActivity, OdIfc4x2::IfcStructuralAnalysisModel, OdIfc4x2::IfcStructuralConnection, OdIfc4x2::IfcStructuralConnectionCondition, OdIfc4x2::IfcStructuralCurveAction, OdIfc4x2::IfcStructuralCurveConnection, OdIfc4x2::IfcStructuralCurveMember, OdIfc4x2::IfcStructuralCurveReaction, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralLoad, OdIfc4x2::IfcStructuralLoadCase, OdIfc4x2::IfcStructuralLoadConfiguration, OdIfc4x2::IfcStructuralLoadGroup, OdIfc4x2::IfcStructuralLoadLinearForce, OdIfc4x2::IfcStructuralLoadPlanarForce, OdIfc4x2::IfcStructuralLoadSingleDisplacement, OdIfc4x2::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x2::IfcStructuralLoadSingleForce, OdIfc4x2::IfcStructuralLoadSingleForceWarping, OdIfc4x2::IfcStructuralLoadTemperature, OdIfc4x2::IfcStructuralMember, OdIfc4x2::IfcStructuralPointConnection, OdIfc4x2::IfcStructuralResultGroup, OdIfc4x2::IfcStructuralSurfaceAction, OdIfc4x2::IfcStructuralSurfaceMember, OdIfc4x2::IfcStructuralSurfaceReaction, OdIfc4x2::IfcStyledItem, OdIfc4x2::IfcSubContractResource, OdIfc4x2::IfcSubContractResourceType, OdIfc4x2::IfcSubedge, OdIfc4x2::IfcSurfaceCurve, OdIfc4x2::IfcSurfaceCurveSweptAreaSolid, OdIfc4x2::IfcSurfaceFeature, OdIfc4x2::IfcSurfaceOfLinearExtrusion, OdIfc4x2::IfcSurfaceOfRevolution, OdIfc4x2::IfcSurfaceReinforcementArea, OdIfc4x2::IfcSurfaceStyle, OdIfc4x2::IfcSurfaceStyleLighting, OdIfc4x2::IfcSurfaceStyleRefraction, OdIfc4x2::IfcSurfaceStyleRendering, OdIfc4x2::IfcSurfaceStyleShading, OdIfc4x2::IfcSurfaceStyleWithTextures, OdIfc4x2::IfcSurfaceTexture, OdIfc4x2::IfcSweptAreaSolid, OdIfc4x2::IfcSweptDiskSolid, OdIfc4x2::IfcSweptDiskSolidPolygonal, OdIfc4x2::IfcSweptSurface, OdIfc4x2::IfcSwitchingDevice, OdIfc4x2::IfcSwitchingDeviceType, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystemFurnitureElement, OdIfc4x2::IfcSystemFurnitureElementType, OdIfc4x2::IfcTable, OdIfc4x2::IfcTableColumn, OdIfc4x2::IfcTableRow, OdIfc4x2::IfcTank, OdIfc4x2::IfcTankType, OdIfc4x2::IfcTask, OdIfc4x2::IfcTaskTime, OdIfc4x2::IfcTaskTimeRecurring, OdIfc4x2::IfcTaskType, OdIfc4x2::IfcTelecomAddress, OdIfc4x2::IfcTendonAnchor, OdIfc4x2::IfcTendonAnchorType, OdIfc4x2::IfcTendon, OdIfc4x2::IfcTendonConduit, OdIfc4x2::IfcTendonConduitType, OdIfc4x2::IfcTendonType, OdIfc4x2::IfcTessellatedFaceSet, OdIfc4x2::IfcTextLiteral, OdIfc4x2::IfcTextLiteralWithExtent, OdIfc4x2::IfcTextStyle, OdIfc4x2::IfcTextStyleFontModel, OdIfc4x2::IfcTextStyleForDefinedFont, OdIfc4x2::IfcTextStyleTextModel, OdIfc4x2::IfcTextureCoordinate, OdIfc4x2::IfcTextureCoordinateGenerator, OdIfc4x2::IfcTextureMap, OdIfc4x2::IfcTextureVertex, OdIfc4x2::IfcTextureVertexList, OdIfc4x2::IfcTimePeriod, OdIfc4x2::IfcTimeSeries, OdIfc4x2::IfcTimeSeriesValue, OdIfc4x2::IfcToroidalSurface, OdIfc4x2::IfcTransformer, OdIfc4x2::IfcTransformerType, OdIfc4x2::IfcTransitionCurveSegment2D, OdIfc4x2::IfcTransportElement, OdIfc4x2::IfcTransportElementType, OdIfc4x2::IfcTrapeziumProfileDef, OdIfc4x2::IfcTriangulatedFaceSet, OdIfc4x2::IfcTriangulatedIrregularNetwork, OdIfc4x2::IfcTrimmedCurve, OdIfc4x2::IfcTShapeProfileDef, OdIfc4x2::IfcTubeBundle, OdIfc4x2::IfcTubeBundleType, OdIfc4x2::IfcTypeObject, OdIfc4x2::IfcTypeProcess, OdIfc4x2::IfcTypeProduct, OdIfc4x2::IfcTypeResource, OdIfc4x2::IfcUnitaryControlElement, OdIfc4x2::IfcUnitaryControlElementType, OdIfc4x2::IfcUnitaryEquipment, OdIfc4x2::IfcUnitaryEquipmentType, OdIfc4x2::IfcUnitAssignment, OdIfc4x2::IfcUShapeProfileDef, OdIfc4x2::IfcValve, OdIfc4x2::IfcValveType, OdIfc4x2::IfcVector, OdIfc4x2::IfcVertexLoop, OdIfc4x2::IfcVertexPoint, OdIfc4x2::IfcVibrationDamper, OdIfc4x2::IfcVibrationDamperType, OdIfc4x2::IfcVibrationIsolator, OdIfc4x2::IfcVibrationIsolatorType, OdIfc4x2::IfcVirtualGridIntersection, OdIfc4x2::IfcVoidingFeature, OdIfc4x2::IfcWall, OdIfc4x2::IfcWallType, OdIfc4x2::IfcWasteTerminal, OdIfc4x2::IfcWasteTerminalType, OdIfc4x2::IfcWindow, OdIfc4x2::IfcWindowLiningProperties, OdIfc4x2::IfcWindowPanelProperties, OdIfc4x2::IfcWindowStyle, OdIfc4x2::IfcWindowType, OdIfc4x2::IfcWorkCalendar, OdIfc4x2::IfcWorkControl, OdIfc4x2::IfcWorkPlan, OdIfc4x2::IfcWorkSchedule, OdIfc4x2::IfcWorkTime, OdIfc4x2::IfcZone, OdIfc4x2::IfcZShapeProfileDef, OdIfc4x3_rc1::IfcActionRequest, OdIfc4x3_rc1::IfcActor, OdIfc4x3_rc1::IfcActorRole, OdIfc4x3_rc1::IfcActuator, OdIfc4x3_rc1::IfcActuatorType, OdIfc4x3_rc1::IfcAddress, OdIfc4x3_rc1::IfcAdvancedBrepWithVoids, OdIfc4x3_rc1::IfcAirTerminal, OdIfc4x3_rc1::IfcAirTerminalBox, OdIfc4x3_rc1::IfcAirTerminalBoxType, OdIfc4x3_rc1::IfcAirTerminalType, OdIfc4x3_rc1::IfcAirToAirHeatRecovery, OdIfc4x3_rc1::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc1::IfcAlarm, OdIfc4x3_rc1::IfcAlarmType, OdIfc4x3_rc1::IfcAlignment2DCant, OdIfc4x3_rc1::IfcAlignment2DCantSegment, OdIfc4x3_rc1::IfcAlignment2DCantSegTransition, OdIfc4x3_rc1::IfcAlignment2DHorizontal, OdIfc4x3_rc1::IfcAlignment2DHorizontalSegment, OdIfc4x3_rc1::IfcAlignment2DSegment, OdIfc4x3_rc1::IfcAlignment2DVerSegCircularArc, OdIfc4x3_rc1::IfcAlignment2DVerSegParabolicArc, OdIfc4x3_rc1::IfcAlignment2DVerSegTransition, OdIfc4x3_rc1::IfcAlignment2DVertical, OdIfc4x3_rc1::IfcAlignment2DVerticalSegment, OdIfc4x3_rc1::IfcAlignment, OdIfc4x3_rc1::IfcAlignmentCurve, OdIfc4x3_rc1::IfcAnnotation, OdIfc4x3_rc1::IfcAnnotationFillArea, OdIfc4x3_rc1::IfcApplication, OdIfc4x3_rc1::IfcAppliedValue, OdIfc4x3_rc1::IfcApproval, OdIfc4x3_rc1::IfcApprovalRelationship, OdIfc4x3_rc1::IfcArbitraryClosedProfileDef, OdIfc4x3_rc1::IfcArbitraryOpenProfileDef, OdIfc4x3_rc1::IfcArbitraryProfileDefWithVoids, OdIfc4x3_rc1::IfcAsset, OdIfc4x3_rc1::IfcAsymmetricIShapeProfileDef, OdIfc4x3_rc1::IfcAudioVisualAppliance, OdIfc4x3_rc1::IfcAudioVisualApplianceType, OdIfc4x3_rc1::IfcAxis1Placement, OdIfc4x3_rc1::IfcAxis2Placement2D, OdIfc4x3_rc1::IfcAxis2Placement3D, OdIfc4x3_rc1::IfcAxisLateralInclination, OdIfc4x3_rc1::IfcBeam, OdIfc4x3_rc1::IfcBeamType, OdIfc4x3_rc1::IfcBearing, OdIfc4x3_rc1::IfcBearingType, OdIfc4x3_rc1::IfcBlobTexture, OdIfc4x3_rc1::IfcBlock, OdIfc4x3_rc1::IfcBoiler, OdIfc4x3_rc1::IfcBoilerType, OdIfc4x3_rc1::IfcBooleanResult, OdIfc4x3_rc1::IfcBoundaryCondition, OdIfc4x3_rc1::IfcBoundaryEdgeCondition, OdIfc4x3_rc1::IfcBoundaryFaceCondition, OdIfc4x3_rc1::IfcBoundaryNodeCondition, OdIfc4x3_rc1::IfcBoundaryNodeConditionWarping, OdIfc4x3_rc1::IfcBoundedCurve, OdIfc4x3_rc1::IfcBoundingBox, OdIfc4x3_rc1::IfcBoxedHalfSpace, OdIfc4x3_rc1::IfcBridge, OdIfc4x3_rc1::IfcBSplineCurve, OdIfc4x3_rc1::IfcBSplineCurveWithKnots, OdIfc4x3_rc1::IfcBSplineSurface, OdIfc4x3_rc1::IfcBSplineSurfaceWithKnots, OdIfc4x3_rc1::IfcBuilding, OdIfc4x3_rc1::IfcBuildingElementPart, OdIfc4x3_rc1::IfcBuildingElementPartType, OdIfc4x3_rc1::IfcBuildingElementProxy, OdIfc4x3_rc1::IfcBuildingElementProxyType, OdIfc4x3_rc1::IfcBuildingStorey, OdIfc4x3_rc1::IfcBuildingSystem, OdIfc4x3_rc1::IfcBuiltSystem, OdIfc4x3_rc1::IfcBurner, OdIfc4x3_rc1::IfcBurnerType, OdIfc4x3_rc1::IfcCableCarrierFitting, OdIfc4x3_rc1::IfcCableCarrierFittingType, OdIfc4x3_rc1::IfcCableCarrierSegment, OdIfc4x3_rc1::IfcCableCarrierSegmentType, OdIfc4x3_rc1::IfcCableFitting, OdIfc4x3_rc1::IfcCableFittingType, OdIfc4x3_rc1::IfcCableSegment, OdIfc4x3_rc1::IfcCableSegmentType, OdIfc4x3_rc1::IfcCaissonFoundation, OdIfc4x3_rc1::IfcCaissonFoundationType, OdIfc4x3_rc1::IfcCartesianPoint, OdIfc4x3_rc1::IfcCartesianPointList2D, OdIfc4x3_rc1::IfcCartesianPointList3D, OdIfc4x3_rc1::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x3_rc1::IfcCartesianTransformationOperator3D, OdIfc4x3_rc1::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x3_rc1::IfcCartesianTransformationOperator, OdIfc4x3_rc1::IfcCenterLineProfileDef, OdIfc4x3_rc1::IfcChiller, OdIfc4x3_rc1::IfcChillerType, OdIfc4x3_rc1::IfcChimney, OdIfc4x3_rc1::IfcChimneyType, OdIfc4x3_rc1::IfcCircle, OdIfc4x3_rc1::IfcCircleHollowProfileDef, OdIfc4x3_rc1::IfcCircleProfileDef, OdIfc4x3_rc1::IfcCircularArcSegment2D, OdIfc4x3_rc1::IfcClassification, OdIfc4x3_rc1::IfcClassificationReference, OdIfc4x3_rc1::IfcCoil, OdIfc4x3_rc1::IfcCoilType, OdIfc4x3_rc1::IfcColourRgb, OdIfc4x3_rc1::IfcColourRgbList, OdIfc4x3_rc1::IfcColourSpecification, OdIfc4x3_rc1::IfcColumn, OdIfc4x3_rc1::IfcColumnType, OdIfc4x3_rc1::IfcCommunicationsAppliance, OdIfc4x3_rc1::IfcCommunicationsApplianceType, OdIfc4x3_rc1::IfcComplexProperty, OdIfc4x3_rc1::IfcComplexPropertyTemplate, OdIfc4x3_rc1::IfcCompositeCurve, OdIfc4x3_rc1::IfcCompositeCurveSegment, OdIfc4x3_rc1::IfcCompositeProfileDef, OdIfc4x3_rc1::IfcCompressor, OdIfc4x3_rc1::IfcCompressorType, OdIfc4x3_rc1::IfcCondenser, OdIfc4x3_rc1::IfcCondenserType, OdIfc4x3_rc1::IfcConic, OdIfc4x3_rc1::IfcConnectedFaceSet, OdIfc4x3_rc1::IfcConnectionCurveGeometry, OdIfc4x3_rc1::IfcConnectionPointEccentricity, OdIfc4x3_rc1::IfcConnectionPointGeometry, OdIfc4x3_rc1::IfcConnectionSurfaceGeometry, OdIfc4x3_rc1::IfcConnectionVolumeGeometry, OdIfc4x3_rc1::IfcConstraint, OdIfc4x3_rc1::IfcConstructionEquipmentResource, OdIfc4x3_rc1::IfcConstructionEquipmentResourceType, OdIfc4x3_rc1::IfcConstructionMaterialResource, OdIfc4x3_rc1::IfcConstructionMaterialResourceType, OdIfc4x3_rc1::IfcConstructionProductResource, OdIfc4x3_rc1::IfcConstructionProductResourceType, OdIfc4x3_rc1::IfcConstructionResource, OdIfc4x3_rc1::IfcConstructionResourceType, OdIfc4x3_rc1::IfcContext, OdIfc4x3_rc1::IfcContextDependentUnit, OdIfc4x3_rc1::IfcControl, OdIfc4x3_rc1::IfcController, OdIfc4x3_rc1::IfcControllerType, OdIfc4x3_rc1::IfcConversionBasedUnit, OdIfc4x3_rc1::IfcConversionBasedUnitWithOffset, OdIfc4x3_rc1::IfcConveyorSegment, OdIfc4x3_rc1::IfcConveyorSegmentType, OdIfc4x3_rc1::IfcCooledBeam, OdIfc4x3_rc1::IfcCooledBeamType, OdIfc4x3_rc1::IfcCoolingTower, OdIfc4x3_rc1::IfcCoolingTowerType, OdIfc4x3_rc1::IfcCoordinateOperation, OdIfc4x3_rc1::IfcCoordinateReferenceSystem, OdIfc4x3_rc1::IfcCostItem, OdIfc4x3_rc1::IfcCostSchedule, OdIfc4x3_rc1::IfcCourse, OdIfc4x3_rc1::IfcCourseType, OdIfc4x3_rc1::IfcCovering, OdIfc4x3_rc1::IfcCoveringType, OdIfc4x3_rc1::IfcCrewResource, OdIfc4x3_rc1::IfcCrewResourceType, OdIfc4x3_rc1::IfcCsgPrimitive3D, OdIfc4x3_rc1::IfcCsgSolid, OdIfc4x3_rc1::IfcCShapeProfileDef, OdIfc4x3_rc1::IfcCurrencyRelationship, OdIfc4x3_rc1::IfcCurtainWall, OdIfc4x3_rc1::IfcCurtainWallType, OdIfc4x3_rc1::IfcCurveBoundedPlane, OdIfc4x3_rc1::IfcCurveBoundedSurface, OdIfc4x3_rc1::IfcCurveSegment2D, OdIfc4x3_rc1::IfcCurveStyle, OdIfc4x3_rc1::IfcCurveStyleFontAndScaling, OdIfc4x3_rc1::IfcCurveStyleFont, OdIfc4x3_rc1::IfcCurveStyleFontPattern, OdIfc4x3_rc1::IfcCylindricalSurface, OdIfc4x3_rc1::IfcDamper, OdIfc4x3_rc1::IfcDamperType, OdIfc4x3_rc1::IfcDerivedProfileDef, OdIfc4x3_rc1::IfcDerivedUnit, OdIfc4x3_rc1::IfcDerivedUnitElement, OdIfc4x3_rc1::IfcDimensionalExponents, OdIfc4x3_rc1::IfcDirection, OdIfc4x3_rc1::IfcDirectrixCurveSweptAreaSolid, OdIfc4x3_rc1::IfcDirectrixDistanceSweptAreaSolid, OdIfc4x3_rc1::IfcDiscreteAccessory, OdIfc4x3_rc1::IfcDiscreteAccessoryType, OdIfc4x3_rc1::IfcDistanceExpression, OdIfc4x3_rc1::IfcDistributionBoard, OdIfc4x3_rc1::IfcDistributionBoardType, OdIfc4x3_rc1::IfcDistributionChamberElement, OdIfc4x3_rc1::IfcDistributionChamberElementType, OdIfc4x3_rc1::IfcDistributionControlElement, OdIfc4x3_rc1::IfcDistributionElement, OdIfc4x3_rc1::IfcDistributionFlowElement, OdIfc4x3_rc1::IfcDistributionPort, OdIfc4x3_rc1::IfcDistributionSystem, OdIfc4x3_rc1::IfcDocumentInformation, OdIfc4x3_rc1::IfcDocumentInformationRelationship, OdIfc4x3_rc1::IfcDocumentReference, OdIfc4x3_rc1::IfcDoor, OdIfc4x3_rc1::IfcDoorLiningProperties, OdIfc4x3_rc1::IfcDoorPanelProperties, OdIfc4x3_rc1::IfcDoorStyle, OdIfc4x3_rc1::IfcDoorType, OdIfc4x3_rc1::IfcDuctFitting, OdIfc4x3_rc1::IfcDuctFittingType, OdIfc4x3_rc1::IfcDuctSegment, OdIfc4x3_rc1::IfcDuctSegmentType, OdIfc4x3_rc1::IfcDuctSilencer, OdIfc4x3_rc1::IfcDuctSilencerType, OdIfc4x3_rc1::IfcEarthworksCut, OdIfc4x3_rc1::IfcEarthworksFill, OdIfc4x3_rc1::IfcEdge, OdIfc4x3_rc1::IfcEdgeCurve, OdIfc4x3_rc1::IfcEdgeLoop, OdIfc4x3_rc1::IfcElectricAppliance, OdIfc4x3_rc1::IfcElectricApplianceType, OdIfc4x3_rc1::IfcElectricDistributionBoard, OdIfc4x3_rc1::IfcElectricDistributionBoardType, OdIfc4x3_rc1::IfcElectricFlowStorageDevice, OdIfc4x3_rc1::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc1::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc1::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc1::IfcElectricGenerator, OdIfc4x3_rc1::IfcElectricGeneratorType, OdIfc4x3_rc1::IfcElectricMotor, OdIfc4x3_rc1::IfcElectricMotorType, OdIfc4x3_rc1::IfcElectricTimeControl, OdIfc4x3_rc1::IfcElectricTimeControlType, OdIfc4x3_rc1::IfcElementarySurface, OdIfc4x3_rc1::IfcElementAssembly, OdIfc4x3_rc1::IfcElementAssemblyType, OdIfc4x3_rc1::IfcElement, OdIfc4x3_rc1::IfcElementQuantity, OdIfc4x3_rc1::IfcElementType, OdIfc4x3_rc1::IfcEllipse, OdIfc4x3_rc1::IfcEllipseProfileDef, OdIfc4x3_rc1::IfcEngine, OdIfc4x3_rc1::IfcEngineType, OdIfc4x3_rc1::IfcEvaporativeCooler, OdIfc4x3_rc1::IfcEvaporativeCoolerType, OdIfc4x3_rc1::IfcEvaporator, OdIfc4x3_rc1::IfcEvaporatorType, OdIfc4x3_rc1::IfcEvent, OdIfc4x3_rc1::IfcEventTime, OdIfc4x3_rc1::IfcEventType, OdIfc4x3_rc1::IfcExtendedProperties, OdIfc4x3_rc1::IfcExternalReference, OdIfc4x3_rc1::IfcExternalReferenceRelationship, OdIfc4x3_rc1::IfcExternalSpatialElement, OdIfc4x3_rc1::IfcExtrudedAreaSolid, OdIfc4x3_rc1::IfcExtrudedAreaSolidTapered, OdIfc4x3_rc1::IfcFace, OdIfc4x3_rc1::IfcFaceBasedSurfaceModel, OdIfc4x3_rc1::IfcFaceBound, OdIfc4x3_rc1::IfcFaceSurface, OdIfc4x3_rc1::IfcFacetedBrepWithVoids, OdIfc4x3_rc1::IfcFacilityPart, OdIfc4x3_rc1::IfcFailureConnectionCondition, OdIfc4x3_rc1::IfcFan, OdIfc4x3_rc1::IfcFanType, OdIfc4x3_rc1::IfcFastener, OdIfc4x3_rc1::IfcFastenerType, OdIfc4x3_rc1::IfcFeatureElementAddition, OdIfc4x3_rc1::IfcFeatureElementSubtraction, OdIfc4x3_rc1::IfcFillAreaStyle, OdIfc4x3_rc1::IfcFillAreaStyleHatching, OdIfc4x3_rc1::IfcFillAreaStyleTiles, OdIfc4x3_rc1::IfcFilter, OdIfc4x3_rc1::IfcFilterType, OdIfc4x3_rc1::IfcFireSuppressionTerminal, OdIfc4x3_rc1::IfcFireSuppressionTerminalType, OdIfc4x3_rc1::IfcFixedReferenceSweptAreaSolid, OdIfc4x3_rc1::IfcFlowInstrument, OdIfc4x3_rc1::IfcFlowInstrumentType, OdIfc4x3_rc1::IfcFlowMeter, OdIfc4x3_rc1::IfcFlowMeterType, OdIfc4x3_rc1::IfcFooting, OdIfc4x3_rc1::IfcFootingType, OdIfc4x3_rc1::IfcFurniture, OdIfc4x3_rc1::IfcFurnitureType, OdIfc4x3_rc1::IfcGeographicElement, OdIfc4x3_rc1::IfcGeographicElementType, OdIfc4x3_rc1::IfcGeometricRepresentationContext, OdIfc4x3_rc1::IfcGeometricRepresentationSubContext, OdIfc4x3_rc1::IfcGeometricSet, OdIfc4x3_rc1::IfcGrid, OdIfc4x3_rc1::IfcGridAxis, OdIfc4x3_rc1::IfcGridPlacement, OdIfc4x3_rc1::IfcGroup, OdIfc4x3_rc1::IfcHalfSpaceSolid, OdIfc4x3_rc1::IfcHeatExchanger, OdIfc4x3_rc1::IfcHeatExchangerType, OdIfc4x3_rc1::IfcHumidifier, OdIfc4x3_rc1::IfcHumidifierType, OdIfc4x3_rc1::IfcImageTexture, OdIfc4x3_rc1::IfcImpactProtectionDevice, OdIfc4x3_rc1::IfcImpactProtectionDeviceType, OdIfc4x3_rc1::IfcInclinedReferenceSweptAreaSolid, OdIfc4x3_rc1::IfcIndexedColourMap, OdIfc4x3_rc1::IfcIndexedPolyCurve, OdIfc4x3_rc1::IfcIndexedPolygonalFace, OdIfc4x3_rc1::IfcIndexedPolygonalFaceWithVoids, OdIfc4x3_rc1::IfcIndexedTextureMap, OdIfc4x3_rc1::IfcIndexedTriangleTextureMap, OdIfc4x3_rc1::IfcInterceptor, OdIfc4x3_rc1::IfcInterceptorType, OdIfc4x3_rc1::IfcInventory, OdIfc4x3_rc1::IfcIrregularTimeSeries, OdIfc4x3_rc1::IfcIrregularTimeSeriesValue, OdIfc4x3_rc1::IfcIShapeProfileDef, OdIfc4x3_rc1::IfcJunctionBox, OdIfc4x3_rc1::IfcJunctionBoxType, OdIfc4x3_rc1::IfcKerb, OdIfc4x3_rc1::IfcKerbType, OdIfc4x3_rc1::IfcLaborResource, OdIfc4x3_rc1::IfcLaborResourceType, OdIfc4x3_rc1::IfcLagTime, OdIfc4x3_rc1::IfcLamp, OdIfc4x3_rc1::IfcLampType, OdIfc4x3_rc1::IfcLibraryInformation, OdIfc4x3_rc1::IfcLibraryReference, OdIfc4x3_rc1::IfcLightDistributionData, OdIfc4x3_rc1::IfcLightFixture, OdIfc4x3_rc1::IfcLightFixtureType, OdIfc4x3_rc1::IfcLightIntensityDistribution, OdIfc4x3_rc1::IfcLightSource, OdIfc4x3_rc1::IfcLightSourceDirectional, OdIfc4x3_rc1::IfcLightSourceGoniometric, OdIfc4x3_rc1::IfcLightSourcePositional, OdIfc4x3_rc1::IfcLightSourceSpot, OdIfc4x3_rc1::IfcLinearAxisWithInclination, OdIfc4x3_rc1::IfcLinearPlacement, OdIfc4x3_rc1::IfcLinearPlacementWithInclination, OdIfc4x3_rc1::IfcLinearPositioningElement, OdIfc4x3_rc1::IfcLinearSpanPlacement, OdIfc4x3_rc1::IfcLine, OdIfc4x3_rc1::IfcLiquidTerminal, OdIfc4x3_rc1::IfcLiquidTerminalType, OdIfc4x3_rc1::IfcLocalPlacement, OdIfc4x3_rc1::IfcLShapeProfileDef, OdIfc4x3_rc1::IfcManifoldSolidBrep, OdIfc4x3_rc1::IfcMapConversion, OdIfc4x3_rc1::IfcMappedItem, OdIfc4x3_rc1::IfcMarineFacility, OdIfc4x3_rc1::IfcMaterial, OdIfc4x3_rc1::IfcMaterialClassificationRelationship, OdIfc4x3_rc1::IfcMaterialConstituent, OdIfc4x3_rc1::IfcMaterialConstituentSet, OdIfc4x3_rc1::IfcMaterialDefinition, OdIfc4x3_rc1::IfcMaterialDefinitionRepresentation, OdIfc4x3_rc1::IfcMaterialLayer, OdIfc4x3_rc1::IfcMaterialLayerSet, OdIfc4x3_rc1::IfcMaterialLayerSetUsage, OdIfc4x3_rc1::IfcMaterialLayerWithOffsets, OdIfc4x3_rc1::IfcMaterialList, OdIfc4x3_rc1::IfcMaterialProfile, OdIfc4x3_rc1::IfcMaterialProfileSet, OdIfc4x3_rc1::IfcMaterialProfileSetUsage, OdIfc4x3_rc1::IfcMaterialProfileSetUsageTapering, OdIfc4x3_rc1::IfcMaterialProfileWithOffsets, OdIfc4x3_rc1::IfcMaterialProperties, OdIfc4x3_rc1::IfcMaterialRelationship, OdIfc4x3_rc1::IfcMaterialUsageDefinition, OdIfc4x3_rc1::IfcMeasureWithUnit, OdIfc4x3_rc1::IfcMechanicalFastener, OdIfc4x3_rc1::IfcMechanicalFastenerType, OdIfc4x3_rc1::IfcMedicalDevice, OdIfc4x3_rc1::IfcMedicalDeviceType, OdIfc4x3_rc1::IfcMember, OdIfc4x3_rc1::IfcMemberType, OdIfc4x3_rc1::IfcMetric, OdIfc4x3_rc1::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc1::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc1::IfcMonetaryUnit, OdIfc4x3_rc1::IfcMooringDevice, OdIfc4x3_rc1::IfcMooringDeviceType, OdIfc4x3_rc1::IfcMotorConnection, OdIfc4x3_rc1::IfcMotorConnectionType, OdIfc4x3_rc1::IfcNamedUnit, OdIfc4x3_rc1::IfcNavigationElement, OdIfc4x3_rc1::IfcNavigationElementType, OdIfc4x3_rc1::IfcObject, OdIfc4x3_rc1::IfcObjectDefinition, OdIfc4x3_rc1::IfcObjective, OdIfc4x3_rc1::IfcObjectPlacement, OdIfc4x3_rc1::IfcOccupant, OdIfc4x3_rc1::IfcOffsetCurve2D, OdIfc4x3_rc1::IfcOffsetCurve3D, OdIfc4x3_rc1::IfcOffsetCurve, OdIfc4x3_rc1::IfcOffsetCurveByDistances, OdIfc4x3_rc1::IfcOpenCrossProfileDef, OdIfc4x3_rc1::IfcOpeningElement, OdIfc4x3_rc1::IfcOrganization, OdIfc4x3_rc1::IfcOrganizationRelationship, OdIfc4x3_rc1::IfcOrientationExpression, OdIfc4x3_rc1::IfcOrientedEdge, OdIfc4x3_rc1::IfcOutlet, OdIfc4x3_rc1::IfcOutletType, OdIfc4x3_rc1::IfcOwnerHistory, OdIfc4x3_rc1::IfcParameterizedProfileDef, OdIfc4x3_rc1::IfcPath, OdIfc4x3_rc1::IfcPavement, OdIfc4x3_rc1::IfcPavementType, OdIfc4x3_rc1::IfcPcurve, OdIfc4x3_rc1::IfcPerformanceHistory, OdIfc4x3_rc1::IfcPermeableCoveringProperties, OdIfc4x3_rc1::IfcPermit, OdIfc4x3_rc1::IfcPersonAndOrganization, OdIfc4x3_rc1::IfcPerson, OdIfc4x3_rc1::IfcPhysicalComplexQuantity, OdIfc4x3_rc1::IfcPhysicalQuantity, OdIfc4x3_rc1::IfcPhysicalSimpleQuantity, OdIfc4x3_rc1::IfcPile, OdIfc4x3_rc1::IfcPileType, OdIfc4x3_rc1::IfcPipeFitting, OdIfc4x3_rc1::IfcPipeFittingType, OdIfc4x3_rc1::IfcPipeSegment, OdIfc4x3_rc1::IfcPipeSegmentType, OdIfc4x3_rc1::IfcPixelTexture, OdIfc4x3_rc1::IfcPlacement, OdIfc4x3_rc1::IfcPlanarBox, OdIfc4x3_rc1::IfcPlanarExtent, OdIfc4x3_rc1::IfcPlate, OdIfc4x3_rc1::IfcPlateType, OdIfc4x3_rc1::IfcPointOnCurve, OdIfc4x3_rc1::IfcPointOnSurface, OdIfc4x3_rc1::IfcPolygonalBoundedHalfSpace, OdIfc4x3_rc1::IfcPolygonalFaceSet, OdIfc4x3_rc1::IfcPolyline, OdIfc4x3_rc1::IfcPolyLoop, OdIfc4x3_rc1::IfcPort, OdIfc4x3_rc1::IfcPositioningElement, OdIfc4x3_rc1::IfcPostalAddress, OdIfc4x3_rc1::IfcPreDefinedItem, OdIfc4x3_rc1::IfcPresentationLayerAssignment, OdIfc4x3_rc1::IfcPresentationLayerWithStyle, OdIfc4x3_rc1::IfcPresentationStyleAssignment, OdIfc4x3_rc1::IfcPresentationStyle, OdIfc4x3_rc1::IfcProcedure, OdIfc4x3_rc1::IfcProcedureType, OdIfc4x3_rc1::IfcProcess, OdIfc4x3_rc1::IfcProduct, OdIfc4x3_rc1::IfcProductDefinitionShape, OdIfc4x3_rc1::IfcProductRepresentation, OdIfc4x3_rc1::IfcProfileDef, OdIfc4x3_rc1::IfcProfileProperties, OdIfc4x3_rc1::IfcProjectedCRS, OdIfc4x3_rc1::IfcProjectionElement, OdIfc4x3_rc1::IfcProjectOrder, OdIfc4x3_rc1::IfcPropertyAbstraction, OdIfc4x3_rc1::IfcProperty, OdIfc4x3_rc1::IfcPropertyBoundedValue, OdIfc4x3_rc1::IfcPropertyDefinition, OdIfc4x3_rc1::IfcPropertyDependencyRelationship, OdIfc4x3_rc1::IfcPropertyEnumeratedValue, OdIfc4x3_rc1::IfcPropertyEnumeration, OdIfc4x3_rc1::IfcPropertyListValue, OdIfc4x3_rc1::IfcPropertyReferenceValue, OdIfc4x3_rc1::IfcPropertySet, OdIfc4x3_rc1::IfcPropertySetDefinition, OdIfc4x3_rc1::IfcPropertySetTemplate, OdIfc4x3_rc1::IfcPropertySingleValue, OdIfc4x3_rc1::IfcPropertyTableValue, OdIfc4x3_rc1::IfcPropertyTemplate, OdIfc4x3_rc1::IfcProtectiveDevice, OdIfc4x3_rc1::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc1::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc1::IfcProtectiveDeviceType, OdIfc4x3_rc1::IfcProxy, OdIfc4x3_rc1::IfcPump, OdIfc4x3_rc1::IfcPumpType, OdIfc4x3_rc1::IfcQuantityArea, OdIfc4x3_rc1::IfcQuantityCount, OdIfc4x3_rc1::IfcQuantityLength, OdIfc4x3_rc1::IfcQuantityTime, OdIfc4x3_rc1::IfcQuantityVolume, OdIfc4x3_rc1::IfcQuantityWeight, OdIfc4x3_rc1::IfcRail, OdIfc4x3_rc1::IfcRailing, OdIfc4x3_rc1::IfcRailingType, OdIfc4x3_rc1::IfcRailType, OdIfc4x3_rc1::IfcRamp, OdIfc4x3_rc1::IfcRampFlight, OdIfc4x3_rc1::IfcRampFlightType, OdIfc4x3_rc1::IfcRampType, OdIfc4x3_rc1::IfcRationalBSplineCurveWithKnots, OdIfc4x3_rc1::IfcRationalBSplineSurfaceWithKnots, OdIfc4x3_rc1::IfcRectangleHollowProfileDef, OdIfc4x3_rc1::IfcRectangleProfileDef, OdIfc4x3_rc1::IfcRectangularPyramid, OdIfc4x3_rc1::IfcRectangularTrimmedSurface, OdIfc4x3_rc1::IfcRecurrencePattern, OdIfc4x3_rc1::IfcReference, OdIfc4x3_rc1::IfcReferent, OdIfc4x3_rc1::IfcRegularTimeSeries, OdIfc4x3_rc1::IfcReinforcedSoil, OdIfc4x3_rc1::IfcReinforcementBarProperties, OdIfc4x3_rc1::IfcReinforcementDefinitionProperties, OdIfc4x3_rc1::IfcReinforcingBar, OdIfc4x3_rc1::IfcReinforcingBarType, OdIfc4x3_rc1::IfcReinforcingElement, OdIfc4x3_rc1::IfcReinforcingMesh, OdIfc4x3_rc1::IfcReinforcingMeshType, OdIfc4x3_rc1::IfcRelAggregates, OdIfc4x3_rc1::IfcRelAssigns, OdIfc4x3_rc1::IfcRelAssignsToActor, OdIfc4x3_rc1::IfcRelAssignsToControl, OdIfc4x3_rc1::IfcRelAssignsToGroup, OdIfc4x3_rc1::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc1::IfcRelAssignsToProcess, OdIfc4x3_rc1::IfcRelAssignsToProduct, OdIfc4x3_rc1::IfcRelAssignsToResource, OdIfc4x3_rc1::IfcRelAssociatesApproval, OdIfc4x3_rc1::IfcRelAssociates, OdIfc4x3_rc1::IfcRelAssociatesClassification, OdIfc4x3_rc1::IfcRelAssociatesConstraint, OdIfc4x3_rc1::IfcRelAssociatesDocument, OdIfc4x3_rc1::IfcRelAssociatesLibrary, OdIfc4x3_rc1::IfcRelAssociatesMaterial, OdIfc4x3_rc1::IfcRelAssociatesProfileDef, OdIfc4x3_rc1::IfcRelConnectsElements, OdIfc4x3_rc1::IfcRelConnectsPathElements, OdIfc4x3_rc1::IfcRelConnectsPorts, OdIfc4x3_rc1::IfcRelConnectsPortToElement, OdIfc4x3_rc1::IfcRelConnectsStructuralActivity, OdIfc4x3_rc1::IfcRelConnectsStructuralMember, OdIfc4x3_rc1::IfcRelConnectsWithEccentricity, OdIfc4x3_rc1::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc1::IfcRelContainedInSpatialStructure, OdIfc4x3_rc1::IfcRelCoversBldgElements, OdIfc4x3_rc1::IfcRelCoversSpaces, OdIfc4x3_rc1::IfcRelDeclares, OdIfc4x3_rc1::IfcRelDefinesByObject, OdIfc4x3_rc1::IfcRelDefinesByProperties, OdIfc4x3_rc1::IfcRelDefinesByTemplate, OdIfc4x3_rc1::IfcRelDefinesByType, OdIfc4x3_rc1::IfcRelFillsElement, OdIfc4x3_rc1::IfcRelFlowControlElements, OdIfc4x3_rc1::IfcRelInterferesElements, OdIfc4x3_rc1::IfcRelNests, OdIfc4x3_rc1::IfcRelPositions, OdIfc4x3_rc1::IfcRelProjectsElement, OdIfc4x3_rc1::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc1::IfcRelSequence, OdIfc4x3_rc1::IfcRelServicesBuildings, OdIfc4x3_rc1::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc1::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc1::IfcRelSpaceBoundary, OdIfc4x3_rc1::IfcRelVoidsElement, OdIfc4x3_rc1::IfcReparametrisedCompositeCurveSegment, OdIfc4x3_rc1::IfcRepresentation, OdIfc4x3_rc1::IfcRepresentationContext, OdIfc4x3_rc1::IfcRepresentationItem, OdIfc4x3_rc1::IfcRepresentationMap, OdIfc4x3_rc1::IfcResourceApprovalRelationship, OdIfc4x3_rc1::IfcResource, OdIfc4x3_rc1::IfcResourceConstraintRelationship, OdIfc4x3_rc1::IfcResourceLevelRelationship, OdIfc4x3_rc1::IfcResourceTime, OdIfc4x3_rc1::IfcRevolvedAreaSolid, OdIfc4x3_rc1::IfcRevolvedAreaSolidTapered, OdIfc4x3_rc1::IfcRightCircularCone, OdIfc4x3_rc1::IfcRightCircularCylinder, OdIfc4x3_rc1::IfcRoof, OdIfc4x3_rc1::IfcRoofType, OdIfc4x3_rc1::IfcRoot, OdIfc4x3_rc1::IfcRoundedRectangleProfileDef, OdIfc4x3_rc1::IfcSanitaryTerminal, OdIfc4x3_rc1::IfcSanitaryTerminalType, OdIfc4x3_rc1::IfcSchedulingTime, OdIfc4x3_rc1::IfcSectionedSolid, OdIfc4x3_rc1::IfcSectionedSolidHorizontal, OdIfc4x3_rc1::IfcSectionedSpine, OdIfc4x3_rc1::IfcSectionedSurface, OdIfc4x3_rc1::IfcSectionProperties, OdIfc4x3_rc1::IfcSectionReinforcementProperties, OdIfc4x3_rc1::IfcSensor, OdIfc4x3_rc1::IfcSensorType, OdIfc4x3_rc1::IfcShadingDevice, OdIfc4x3_rc1::IfcShadingDeviceType, OdIfc4x3_rc1::IfcShapeAspect, OdIfc4x3_rc1::IfcShapeModel, OdIfc4x3_rc1::IfcShellBasedSurfaceModel, OdIfc4x3_rc1::IfcSignal, OdIfc4x3_rc1::IfcSignalType, OdIfc4x3_rc1::IfcSign, OdIfc4x3_rc1::IfcSignType, OdIfc4x3_rc1::IfcSimplePropertyTemplate, OdIfc4x3_rc1::IfcSite, OdIfc4x3_rc1::IfcSIUnit, OdIfc4x3_rc1::IfcSlab, OdIfc4x3_rc1::IfcSlabType, OdIfc4x3_rc1::IfcSlippageConnectionCondition, OdIfc4x3_rc1::IfcSolarDevice, OdIfc4x3_rc1::IfcSolarDeviceType, OdIfc4x3_rc1::IfcSpace, OdIfc4x3_rc1::IfcSpaceHeater, OdIfc4x3_rc1::IfcSpaceHeaterType, OdIfc4x3_rc1::IfcSpaceType, OdIfc4x3_rc1::IfcSpatialElement, OdIfc4x3_rc1::IfcSpatialElementType, OdIfc4x3_rc1::IfcSpatialStructureElement, OdIfc4x3_rc1::IfcSpatialZone, OdIfc4x3_rc1::IfcSpatialZoneType, OdIfc4x3_rc1::IfcSphere, OdIfc4x3_rc1::IfcSphericalSurface, OdIfc4x3_rc1::IfcStackTerminal, OdIfc4x3_rc1::IfcStackTerminalType, OdIfc4x3_rc1::IfcStair, OdIfc4x3_rc1::IfcStairFlight, OdIfc4x3_rc1::IfcStairFlightType, OdIfc4x3_rc1::IfcStairType, OdIfc4x3_rc1::IfcStructuralAction, OdIfc4x3_rc1::IfcStructuralActivity, OdIfc4x3_rc1::IfcStructuralAnalysisModel, OdIfc4x3_rc1::IfcStructuralConnection, OdIfc4x3_rc1::IfcStructuralConnectionCondition, OdIfc4x3_rc1::IfcStructuralCurveAction, OdIfc4x3_rc1::IfcStructuralCurveConnection, OdIfc4x3_rc1::IfcStructuralCurveMember, OdIfc4x3_rc1::IfcStructuralCurveReaction, OdIfc4x3_rc1::IfcStructuralItem, OdIfc4x3_rc1::IfcStructuralLoad, OdIfc4x3_rc1::IfcStructuralLoadCase, OdIfc4x3_rc1::IfcStructuralLoadConfiguration, OdIfc4x3_rc1::IfcStructuralLoadGroup, OdIfc4x3_rc1::IfcStructuralLoadLinearForce, OdIfc4x3_rc1::IfcStructuralLoadPlanarForce, OdIfc4x3_rc1::IfcStructuralLoadSingleDisplacement, OdIfc4x3_rc1::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x3_rc1::IfcStructuralLoadSingleForce, OdIfc4x3_rc1::IfcStructuralLoadSingleForceWarping, OdIfc4x3_rc1::IfcStructuralLoadTemperature, OdIfc4x3_rc1::IfcStructuralMember, OdIfc4x3_rc1::IfcStructuralPointConnection, OdIfc4x3_rc1::IfcStructuralResultGroup, OdIfc4x3_rc1::IfcStructuralSurfaceAction, OdIfc4x3_rc1::IfcStructuralSurfaceMember, OdIfc4x3_rc1::IfcStructuralSurfaceReaction, OdIfc4x3_rc1::IfcStyledItem, OdIfc4x3_rc1::IfcSubContractResource, OdIfc4x3_rc1::IfcSubContractResourceType, OdIfc4x3_rc1::IfcSubedge, OdIfc4x3_rc1::IfcSurfaceCurve, OdIfc4x3_rc1::IfcSurfaceCurveSweptAreaSolid, OdIfc4x3_rc1::IfcSurfaceFeature, OdIfc4x3_rc1::IfcSurfaceOfLinearExtrusion, OdIfc4x3_rc1::IfcSurfaceOfRevolution, OdIfc4x3_rc1::IfcSurfaceReinforcementArea, OdIfc4x3_rc1::IfcSurfaceStyle, OdIfc4x3_rc1::IfcSurfaceStyleLighting, OdIfc4x3_rc1::IfcSurfaceStyleRefraction, OdIfc4x3_rc1::IfcSurfaceStyleRendering, OdIfc4x3_rc1::IfcSurfaceStyleShading, OdIfc4x3_rc1::IfcSurfaceStyleWithTextures, OdIfc4x3_rc1::IfcSurfaceTexture, OdIfc4x3_rc1::IfcSweptAreaSolid, OdIfc4x3_rc1::IfcSweptDiskSolid, OdIfc4x3_rc1::IfcSweptDiskSolidPolygonal, OdIfc4x3_rc1::IfcSweptSurface, OdIfc4x3_rc1::IfcSwitchingDevice, OdIfc4x3_rc1::IfcSwitchingDeviceType, OdIfc4x3_rc1::IfcSystem, OdIfc4x3_rc1::IfcSystemFurnitureElement, OdIfc4x3_rc1::IfcSystemFurnitureElementType, OdIfc4x3_rc1::IfcTable, OdIfc4x3_rc1::IfcTableColumn, OdIfc4x3_rc1::IfcTableRow, OdIfc4x3_rc1::IfcTank, OdIfc4x3_rc1::IfcTankType, OdIfc4x3_rc1::IfcTask, OdIfc4x3_rc1::IfcTaskTime, OdIfc4x3_rc1::IfcTaskTimeRecurring, OdIfc4x3_rc1::IfcTaskType, OdIfc4x3_rc1::IfcTelecomAddress, OdIfc4x3_rc1::IfcTendonAnchor, OdIfc4x3_rc1::IfcTendonAnchorType, OdIfc4x3_rc1::IfcTendon, OdIfc4x3_rc1::IfcTendonConduit, OdIfc4x3_rc1::IfcTendonConduitType, OdIfc4x3_rc1::IfcTendonType, OdIfc4x3_rc1::IfcTessellatedFaceSet, OdIfc4x3_rc1::IfcTextLiteral, OdIfc4x3_rc1::IfcTextLiteralWithExtent, OdIfc4x3_rc1::IfcTextStyle, OdIfc4x3_rc1::IfcTextStyleFontModel, OdIfc4x3_rc1::IfcTextStyleForDefinedFont, OdIfc4x3_rc1::IfcTextStyleTextModel, OdIfc4x3_rc1::IfcTextureCoordinate, OdIfc4x3_rc1::IfcTextureCoordinateGenerator, OdIfc4x3_rc1::IfcTextureMap, OdIfc4x3_rc1::IfcTextureVertex, OdIfc4x3_rc1::IfcTextureVertexList, OdIfc4x3_rc1::IfcTimePeriod, OdIfc4x3_rc1::IfcTimeSeries, OdIfc4x3_rc1::IfcTimeSeriesValue, OdIfc4x3_rc1::IfcToroidalSurface, OdIfc4x3_rc1::IfcTrackElement, OdIfc4x3_rc1::IfcTrackElementType, OdIfc4x3_rc1::IfcTransformer, OdIfc4x3_rc1::IfcTransformerType, OdIfc4x3_rc1::IfcTransitionCurveSegment2D, OdIfc4x3_rc1::IfcTransportElement, OdIfc4x3_rc1::IfcTransportElementType, OdIfc4x3_rc1::IfcTrapeziumProfileDef, OdIfc4x3_rc1::IfcTriangulatedFaceSet, OdIfc4x3_rc1::IfcTriangulatedIrregularNetwork, OdIfc4x3_rc1::IfcTrimmedCurve, OdIfc4x3_rc1::IfcTShapeProfileDef, OdIfc4x3_rc1::IfcTubeBundle, OdIfc4x3_rc1::IfcTubeBundleType, OdIfc4x3_rc1::IfcTypeObject, OdIfc4x3_rc1::IfcTypeProcess, OdIfc4x3_rc1::IfcTypeProduct, OdIfc4x3_rc1::IfcTypeResource, OdIfc4x3_rc1::IfcUnitaryControlElement, OdIfc4x3_rc1::IfcUnitaryControlElementType, OdIfc4x3_rc1::IfcUnitaryEquipment, OdIfc4x3_rc1::IfcUnitaryEquipmentType, OdIfc4x3_rc1::IfcUnitAssignment, OdIfc4x3_rc1::IfcUShapeProfileDef, OdIfc4x3_rc1::IfcValve, OdIfc4x3_rc1::IfcValveType, OdIfc4x3_rc1::IfcVector, OdIfc4x3_rc1::IfcVertexLoop, OdIfc4x3_rc1::IfcVertexPoint, OdIfc4x3_rc1::IfcVibrationDamper, OdIfc4x3_rc1::IfcVibrationDamperType, OdIfc4x3_rc1::IfcVibrationIsolator, OdIfc4x3_rc1::IfcVibrationIsolatorType, OdIfc4x3_rc1::IfcVirtualGridIntersection, OdIfc4x3_rc1::IfcVoidingFeature, OdIfc4x3_rc1::IfcWall, OdIfc4x3_rc1::IfcWallType, OdIfc4x3_rc1::IfcWasteTerminal, OdIfc4x3_rc1::IfcWasteTerminalType, OdIfc4x3_rc1::IfcWindow, OdIfc4x3_rc1::IfcWindowLiningProperties, OdIfc4x3_rc1::IfcWindowPanelProperties, OdIfc4x3_rc1::IfcWindowStyle, OdIfc4x3_rc1::IfcWindowType, OdIfc4x3_rc1::IfcWorkCalendar, OdIfc4x3_rc1::IfcWorkControl, OdIfc4x3_rc1::IfcWorkPlan, OdIfc4x3_rc1::IfcWorkSchedule, OdIfc4x3_rc1::IfcWorkTime, OdIfc4x3_rc1::IfcZone, OdIfc4x3_rc1::IfcZShapeProfileDef, OdIfc4x3_rc4::IfcActionRequest, OdIfc4x3_rc4::IfcActor, OdIfc4x3_rc4::IfcActorRole, OdIfc4x3_rc4::IfcActuator, OdIfc4x3_rc4::IfcActuatorType, OdIfc4x3_rc4::IfcAddress, OdIfc4x3_rc4::IfcAdvancedBrepWithVoids, OdIfc4x3_rc4::IfcAirTerminal, OdIfc4x3_rc4::IfcAirTerminalBox, OdIfc4x3_rc4::IfcAirTerminalBoxType, OdIfc4x3_rc4::IfcAirTerminalType, OdIfc4x3_rc4::IfcAirToAirHeatRecovery, OdIfc4x3_rc4::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc4::IfcAlarm, OdIfc4x3_rc4::IfcAlarmType, OdIfc4x3_rc4::IfcAlignment, OdIfc4x3_rc4::IfcAlignmentCant, OdIfc4x3_rc4::IfcAlignmentCantSegment, OdIfc4x3_rc4::IfcAlignmentHorizontalSegment, OdIfc4x3_rc4::IfcAlignmentParameterSegment, OdIfc4x3_rc4::IfcAlignmentSegment, OdIfc4x3_rc4::IfcAlignmentVerticalSegment, OdIfc4x3_rc4::IfcAnnotation, OdIfc4x3_rc4::IfcAnnotationFillArea, OdIfc4x3_rc4::IfcApplication, OdIfc4x3_rc4::IfcAppliedValue, OdIfc4x3_rc4::IfcApproval, OdIfc4x3_rc4::IfcApprovalRelationship, OdIfc4x3_rc4::IfcArbitraryClosedProfileDef, OdIfc4x3_rc4::IfcArbitraryOpenProfileDef, OdIfc4x3_rc4::IfcArbitraryProfileDefWithVoids, OdIfc4x3_rc4::IfcAsset, OdIfc4x3_rc4::IfcAsymmetricIShapeProfileDef, OdIfc4x3_rc4::IfcAudioVisualAppliance, OdIfc4x3_rc4::IfcAudioVisualApplianceType, OdIfc4x3_rc4::IfcAxis1Placement, OdIfc4x3_rc4::IfcAxis2Placement2D, OdIfc4x3_rc4::IfcAxis2Placement3D, OdIfc4x3_rc4::IfcAxis2PlacementLinear, OdIfc4x3_rc4::IfcBeam, OdIfc4x3_rc4::IfcBeamType, OdIfc4x3_rc4::IfcBearing, OdIfc4x3_rc4::IfcBearingType, OdIfc4x3_rc4::IfcBlobTexture, OdIfc4x3_rc4::IfcBlock, OdIfc4x3_rc4::IfcBoiler, OdIfc4x3_rc4::IfcBoilerType, OdIfc4x3_rc4::IfcBooleanResult, OdIfc4x3_rc4::IfcBoundaryCondition, OdIfc4x3_rc4::IfcBoundaryEdgeCondition, OdIfc4x3_rc4::IfcBoundaryFaceCondition, OdIfc4x3_rc4::IfcBoundaryNodeCondition, OdIfc4x3_rc4::IfcBoundaryNodeConditionWarping, OdIfc4x3_rc4::IfcBoundingBox, OdIfc4x3_rc4::IfcBoxedHalfSpace, OdIfc4x3_rc4::IfcBridge, OdIfc4x3_rc4::IfcBSplineCurve, OdIfc4x3_rc4::IfcBSplineCurveWithKnots, OdIfc4x3_rc4::IfcBSplineSurface, OdIfc4x3_rc4::IfcBSplineSurfaceWithKnots, OdIfc4x3_rc4::IfcBuilding, OdIfc4x3_rc4::IfcBuildingElementPart, OdIfc4x3_rc4::IfcBuildingElementPartType, OdIfc4x3_rc4::IfcBuildingElementProxy, OdIfc4x3_rc4::IfcBuildingElementProxyType, OdIfc4x3_rc4::IfcBuildingStorey, OdIfc4x3_rc4::IfcBuildingSystem, OdIfc4x3_rc4::IfcBuiltSystem, OdIfc4x3_rc4::IfcBurner, OdIfc4x3_rc4::IfcBurnerType, OdIfc4x3_rc4::IfcCableCarrierFitting, OdIfc4x3_rc4::IfcCableCarrierFittingType, OdIfc4x3_rc4::IfcCableCarrierSegment, OdIfc4x3_rc4::IfcCableCarrierSegmentType, OdIfc4x3_rc4::IfcCableFitting, OdIfc4x3_rc4::IfcCableFittingType, OdIfc4x3_rc4::IfcCableSegment, OdIfc4x3_rc4::IfcCableSegmentType, OdIfc4x3_rc4::IfcCaissonFoundation, OdIfc4x3_rc4::IfcCaissonFoundationType, OdIfc4x3_rc4::IfcCartesianPoint, OdIfc4x3_rc4::IfcCartesianPointList2D, OdIfc4x3_rc4::IfcCartesianPointList3D, OdIfc4x3_rc4::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x3_rc4::IfcCartesianTransformationOperator3D, OdIfc4x3_rc4::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x3_rc4::IfcCartesianTransformationOperator, OdIfc4x3_rc4::IfcCenterLineProfileDef, OdIfc4x3_rc4::IfcChiller, OdIfc4x3_rc4::IfcChillerType, OdIfc4x3_rc4::IfcChimney, OdIfc4x3_rc4::IfcChimneyType, OdIfc4x3_rc4::IfcCircle, OdIfc4x3_rc4::IfcCircleHollowProfileDef, OdIfc4x3_rc4::IfcCircleProfileDef, OdIfc4x3_rc4::IfcClassification, OdIfc4x3_rc4::IfcClassificationReference, OdIfc4x3_rc4::IfcClothoid, OdIfc4x3_rc4::IfcCoil, OdIfc4x3_rc4::IfcCoilType, OdIfc4x3_rc4::IfcColourRgb, OdIfc4x3_rc4::IfcColourRgbList, OdIfc4x3_rc4::IfcColourSpecification, OdIfc4x3_rc4::IfcColumn, OdIfc4x3_rc4::IfcColumnType, OdIfc4x3_rc4::IfcCommunicationsAppliance, OdIfc4x3_rc4::IfcCommunicationsApplianceType, OdIfc4x3_rc4::IfcComplexProperty, OdIfc4x3_rc4::IfcComplexPropertyTemplate, OdIfc4x3_rc4::IfcCompositeCurve, OdIfc4x3_rc4::IfcCompositeCurveSegment, OdIfc4x3_rc4::IfcCompositeProfileDef, OdIfc4x3_rc4::IfcCompressor, OdIfc4x3_rc4::IfcCompressorType, OdIfc4x3_rc4::IfcCondenser, OdIfc4x3_rc4::IfcCondenserType, OdIfc4x3_rc4::IfcConic, OdIfc4x3_rc4::IfcConnectedFaceSet, OdIfc4x3_rc4::IfcConnectionCurveGeometry, OdIfc4x3_rc4::IfcConnectionPointEccentricity, OdIfc4x3_rc4::IfcConnectionPointGeometry, OdIfc4x3_rc4::IfcConnectionSurfaceGeometry, OdIfc4x3_rc4::IfcConnectionVolumeGeometry, OdIfc4x3_rc4::IfcConstraint, OdIfc4x3_rc4::IfcConstructionEquipmentResource, OdIfc4x3_rc4::IfcConstructionEquipmentResourceType, OdIfc4x3_rc4::IfcConstructionMaterialResource, OdIfc4x3_rc4::IfcConstructionMaterialResourceType, OdIfc4x3_rc4::IfcConstructionProductResource, OdIfc4x3_rc4::IfcConstructionProductResourceType, OdIfc4x3_rc4::IfcConstructionResource, OdIfc4x3_rc4::IfcConstructionResourceType, OdIfc4x3_rc4::IfcContext, OdIfc4x3_rc4::IfcContextDependentUnit, OdIfc4x3_rc4::IfcControl, OdIfc4x3_rc4::IfcController, OdIfc4x3_rc4::IfcControllerType, OdIfc4x3_rc4::IfcConversionBasedUnit, OdIfc4x3_rc4::IfcConversionBasedUnitWithOffset, OdIfc4x3_rc4::IfcConveyorSegment, OdIfc4x3_rc4::IfcConveyorSegmentType, OdIfc4x3_rc4::IfcCooledBeam, OdIfc4x3_rc4::IfcCooledBeamType, OdIfc4x3_rc4::IfcCoolingTower, OdIfc4x3_rc4::IfcCoolingTowerType, OdIfc4x3_rc4::IfcCoordinateOperation, OdIfc4x3_rc4::IfcCoordinateReferenceSystem, OdIfc4x3_rc4::IfcCosine, OdIfc4x3_rc4::IfcCostItem, OdIfc4x3_rc4::IfcCostSchedule, OdIfc4x3_rc4::IfcCourse, OdIfc4x3_rc4::IfcCourseType, OdIfc4x3_rc4::IfcCovering, OdIfc4x3_rc4::IfcCoveringType, OdIfc4x3_rc4::IfcCrewResource, OdIfc4x3_rc4::IfcCrewResourceType, OdIfc4x3_rc4::IfcCsgPrimitive3D, OdIfc4x3_rc4::IfcCsgSolid, OdIfc4x3_rc4::IfcCShapeProfileDef, OdIfc4x3_rc4::IfcCurrencyRelationship, OdIfc4x3_rc4::IfcCurtainWall, OdIfc4x3_rc4::IfcCurtainWallType, OdIfc4x3_rc4::IfcCurveBoundedPlane, OdIfc4x3_rc4::IfcCurveBoundedSurface, OdIfc4x3_rc4::IfcCurveSegment, OdIfc4x3_rc4::IfcCurveStyle, OdIfc4x3_rc4::IfcCurveStyleFontAndScaling, OdIfc4x3_rc4::IfcCurveStyleFont, OdIfc4x3_rc4::IfcCurveStyleFontPattern, OdIfc4x3_rc4::IfcCylindricalSurface, OdIfc4x3_rc4::IfcDamper, OdIfc4x3_rc4::IfcDamperType, OdIfc4x3_rc4::IfcDerivedProfileDef, OdIfc4x3_rc4::IfcDerivedUnit, OdIfc4x3_rc4::IfcDerivedUnitElement, OdIfc4x3_rc4::IfcDimensionalExponents, OdIfc4x3_rc4::IfcDirection, OdIfc4x3_rc4::IfcDirectrixCurveSweptAreaSolid, OdIfc4x3_rc4::IfcDiscreteAccessory, OdIfc4x3_rc4::IfcDiscreteAccessoryType, OdIfc4x3_rc4::IfcDistributionBoard, OdIfc4x3_rc4::IfcDistributionBoardType, OdIfc4x3_rc4::IfcDistributionChamberElement, OdIfc4x3_rc4::IfcDistributionChamberElementType, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionPort, OdIfc4x3_rc4::IfcDistributionSystem, OdIfc4x3_rc4::IfcDocumentInformation, OdIfc4x3_rc4::IfcDocumentInformationRelationship, OdIfc4x3_rc4::IfcDocumentReference, OdIfc4x3_rc4::IfcDoor, OdIfc4x3_rc4::IfcDoorLiningProperties, OdIfc4x3_rc4::IfcDoorPanelProperties, OdIfc4x3_rc4::IfcDoorStyle, OdIfc4x3_rc4::IfcDoorType, OdIfc4x3_rc4::IfcDuctFitting, OdIfc4x3_rc4::IfcDuctFittingType, OdIfc4x3_rc4::IfcDuctSegment, OdIfc4x3_rc4::IfcDuctSegmentType, OdIfc4x3_rc4::IfcDuctSilencer, OdIfc4x3_rc4::IfcDuctSilencerType, OdIfc4x3_rc4::IfcEarthworksCut, OdIfc4x3_rc4::IfcEarthworksFill, OdIfc4x3_rc4::IfcEdge, OdIfc4x3_rc4::IfcEdgeCurve, OdIfc4x3_rc4::IfcEdgeLoop, OdIfc4x3_rc4::IfcElectricAppliance, OdIfc4x3_rc4::IfcElectricApplianceType, OdIfc4x3_rc4::IfcElectricDistributionBoard, OdIfc4x3_rc4::IfcElectricDistributionBoardType, OdIfc4x3_rc4::IfcElectricFlowStorageDevice, OdIfc4x3_rc4::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc4::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc4::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcElectricGenerator, OdIfc4x3_rc4::IfcElectricGeneratorType, OdIfc4x3_rc4::IfcElectricMotor, OdIfc4x3_rc4::IfcElectricMotorType, OdIfc4x3_rc4::IfcElectricTimeControl, OdIfc4x3_rc4::IfcElectricTimeControlType, OdIfc4x3_rc4::IfcElementarySurface, OdIfc4x3_rc4::IfcElementAssembly, OdIfc4x3_rc4::IfcElementAssemblyType, OdIfc4x3_rc4::IfcElement, OdIfc4x3_rc4::IfcElementQuantity, OdIfc4x3_rc4::IfcElementType, OdIfc4x3_rc4::IfcEllipse, OdIfc4x3_rc4::IfcEllipseProfileDef, OdIfc4x3_rc4::IfcEngine, OdIfc4x3_rc4::IfcEngineType, OdIfc4x3_rc4::IfcEvaporativeCooler, OdIfc4x3_rc4::IfcEvaporativeCoolerType, OdIfc4x3_rc4::IfcEvaporator, OdIfc4x3_rc4::IfcEvaporatorType, OdIfc4x3_rc4::IfcEvent, OdIfc4x3_rc4::IfcEventTime, OdIfc4x3_rc4::IfcEventType, OdIfc4x3_rc4::IfcExtendedProperties, OdIfc4x3_rc4::IfcExternalReference, OdIfc4x3_rc4::IfcExternalReferenceRelationship, OdIfc4x3_rc4::IfcExternalSpatialElement, OdIfc4x3_rc4::IfcExtrudedAreaSolid, OdIfc4x3_rc4::IfcExtrudedAreaSolidTapered, OdIfc4x3_rc4::IfcFace, OdIfc4x3_rc4::IfcFaceBasedSurfaceModel, OdIfc4x3_rc4::IfcFaceBound, OdIfc4x3_rc4::IfcFaceSurface, OdIfc4x3_rc4::IfcFacetedBrepWithVoids, OdIfc4x3_rc4::IfcFacilityPart, OdIfc4x3_rc4::IfcFailureConnectionCondition, OdIfc4x3_rc4::IfcFan, OdIfc4x3_rc4::IfcFanType, OdIfc4x3_rc4::IfcFastener, OdIfc4x3_rc4::IfcFastenerType, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFillAreaStyle, OdIfc4x3_rc4::IfcFillAreaStyleHatching, OdIfc4x3_rc4::IfcFillAreaStyleTiles, OdIfc4x3_rc4::IfcFilter, OdIfc4x3_rc4::IfcFilterType, OdIfc4x3_rc4::IfcFireSuppressionTerminal, OdIfc4x3_rc4::IfcFireSuppressionTerminalType, OdIfc4x3_rc4::IfcFixedReferenceSweptAreaSolid, OdIfc4x3_rc4::IfcFlowInstrument, OdIfc4x3_rc4::IfcFlowInstrumentType, OdIfc4x3_rc4::IfcFlowMeter, OdIfc4x3_rc4::IfcFlowMeterType, OdIfc4x3_rc4::IfcFooting, OdIfc4x3_rc4::IfcFootingType, OdIfc4x3_rc4::IfcFurniture, OdIfc4x3_rc4::IfcFurnitureType, OdIfc4x3_rc4::IfcGeographicElement, OdIfc4x3_rc4::IfcGeographicElementType, OdIfc4x3_rc4::IfcGeometricRepresentationContext, OdIfc4x3_rc4::IfcGeometricRepresentationSubContext, OdIfc4x3_rc4::IfcGeometricSet, OdIfc4x3_rc4::IfcGradientCurve, OdIfc4x3_rc4::IfcGrid, OdIfc4x3_rc4::IfcGridAxis, OdIfc4x3_rc4::IfcGridPlacement, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcHalfSpaceSolid, OdIfc4x3_rc4::IfcHeatExchanger, OdIfc4x3_rc4::IfcHeatExchangerType, OdIfc4x3_rc4::IfcHumidifier, OdIfc4x3_rc4::IfcHumidifierType, OdIfc4x3_rc4::IfcImageTexture, OdIfc4x3_rc4::IfcImpactProtectionDevice, OdIfc4x3_rc4::IfcImpactProtectionDeviceType, OdIfc4x3_rc4::IfcIndexedColourMap, OdIfc4x3_rc4::IfcIndexedPolyCurve, OdIfc4x3_rc4::IfcIndexedPolygonalFace, OdIfc4x3_rc4::IfcIndexedPolygonalFaceWithVoids, OdIfc4x3_rc4::IfcIndexedTextureMap, OdIfc4x3_rc4::IfcIndexedTriangleTextureMap, OdIfc4x3_rc4::IfcInterceptor, OdIfc4x3_rc4::IfcInterceptorType, OdIfc4x3_rc4::IfcInventory, OdIfc4x3_rc4::IfcIrregularTimeSeries, OdIfc4x3_rc4::IfcIrregularTimeSeriesValue, OdIfc4x3_rc4::IfcIShapeProfileDef, OdIfc4x3_rc4::IfcJunctionBox, OdIfc4x3_rc4::IfcJunctionBoxType, OdIfc4x3_rc4::IfcKerb, OdIfc4x3_rc4::IfcKerbType, OdIfc4x3_rc4::IfcLaborResource, OdIfc4x3_rc4::IfcLaborResourceType, OdIfc4x3_rc4::IfcLagTime, OdIfc4x3_rc4::IfcLamp, OdIfc4x3_rc4::IfcLampType, OdIfc4x3_rc4::IfcLibraryInformation, OdIfc4x3_rc4::IfcLibraryReference, OdIfc4x3_rc4::IfcLightDistributionData, OdIfc4x3_rc4::IfcLightFixture, OdIfc4x3_rc4::IfcLightFixtureType, OdIfc4x3_rc4::IfcLightIntensityDistribution, OdIfc4x3_rc4::IfcLightSource, OdIfc4x3_rc4::IfcLightSourceDirectional, OdIfc4x3_rc4::IfcLightSourceGoniometric, OdIfc4x3_rc4::IfcLightSourcePositional, OdIfc4x3_rc4::IfcLightSourceSpot, OdIfc4x3_rc4::IfcLinearPlacement, OdIfc4x3_rc4::IfcLine, OdIfc4x3_rc4::IfcLiquidTerminal, OdIfc4x3_rc4::IfcLiquidTerminalType, OdIfc4x3_rc4::IfcLocalPlacement, OdIfc4x3_rc4::IfcLShapeProfileDef, OdIfc4x3_rc4::IfcManifoldSolidBrep, OdIfc4x3_rc4::IfcMapConversion, OdIfc4x3_rc4::IfcMappedItem, OdIfc4x3_rc4::IfcMarineFacility, OdIfc4x3_rc4::IfcMaterial, OdIfc4x3_rc4::IfcMaterialClassificationRelationship, OdIfc4x3_rc4::IfcMaterialConstituent, OdIfc4x3_rc4::IfcMaterialConstituentSet, OdIfc4x3_rc4::IfcMaterialDefinition, OdIfc4x3_rc4::IfcMaterialDefinitionRepresentation, OdIfc4x3_rc4::IfcMaterialLayer, OdIfc4x3_rc4::IfcMaterialLayerSet, OdIfc4x3_rc4::IfcMaterialLayerSetUsage, OdIfc4x3_rc4::IfcMaterialLayerWithOffsets, OdIfc4x3_rc4::IfcMaterialList, OdIfc4x3_rc4::IfcMaterialProfile, OdIfc4x3_rc4::IfcMaterialProfileSet, OdIfc4x3_rc4::IfcMaterialProfileSetUsage, OdIfc4x3_rc4::IfcMaterialProfileSetUsageTapering, OdIfc4x3_rc4::IfcMaterialProfileWithOffsets, OdIfc4x3_rc4::IfcMaterialProperties, OdIfc4x3_rc4::IfcMaterialRelationship, OdIfc4x3_rc4::IfcMaterialUsageDefinition, OdIfc4x3_rc4::IfcMeasureWithUnit, OdIfc4x3_rc4::IfcMechanicalFastener, OdIfc4x3_rc4::IfcMechanicalFastenerType, OdIfc4x3_rc4::IfcMedicalDevice, OdIfc4x3_rc4::IfcMedicalDeviceType, OdIfc4x3_rc4::IfcMember, OdIfc4x3_rc4::IfcMemberType, OdIfc4x3_rc4::IfcMetric, OdIfc4x3_rc4::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc4::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc4::IfcMonetaryUnit, OdIfc4x3_rc4::IfcMooringDevice, OdIfc4x3_rc4::IfcMooringDeviceType, OdIfc4x3_rc4::IfcMotorConnection, OdIfc4x3_rc4::IfcMotorConnectionType, OdIfc4x3_rc4::IfcNamedUnit, OdIfc4x3_rc4::IfcNavigationElement, OdIfc4x3_rc4::IfcNavigationElementType, OdIfc4x3_rc4::IfcObject, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcObjective, OdIfc4x3_rc4::IfcObjectPlacement, OdIfc4x3_rc4::IfcOccupant, OdIfc4x3_rc4::IfcOffsetCurve2D, OdIfc4x3_rc4::IfcOffsetCurve3D, OdIfc4x3_rc4::IfcOffsetCurve, OdIfc4x3_rc4::IfcOffsetCurveByDistances, OdIfc4x3_rc4::IfcOpenCrossProfileDef, OdIfc4x3_rc4::IfcOpeningElement, OdIfc4x3_rc4::IfcOrganization, OdIfc4x3_rc4::IfcOrganizationRelationship, OdIfc4x3_rc4::IfcOrientedEdge, OdIfc4x3_rc4::IfcOutlet, OdIfc4x3_rc4::IfcOutletType, OdIfc4x3_rc4::IfcOwnerHistory, OdIfc4x3_rc4::IfcParameterizedProfileDef, OdIfc4x3_rc4::IfcPath, OdIfc4x3_rc4::IfcPavement, OdIfc4x3_rc4::IfcPavementType, OdIfc4x3_rc4::IfcPcurve, OdIfc4x3_rc4::IfcPerformanceHistory, OdIfc4x3_rc4::IfcPermeableCoveringProperties, OdIfc4x3_rc4::IfcPermit, OdIfc4x3_rc4::IfcPersonAndOrganization, OdIfc4x3_rc4::IfcPerson, OdIfc4x3_rc4::IfcPhysicalComplexQuantity, OdIfc4x3_rc4::IfcPhysicalQuantity, OdIfc4x3_rc4::IfcPhysicalSimpleQuantity, OdIfc4x3_rc4::IfcPile, OdIfc4x3_rc4::IfcPileType, OdIfc4x3_rc4::IfcPipeFitting, OdIfc4x3_rc4::IfcPipeFittingType, OdIfc4x3_rc4::IfcPipeSegment, OdIfc4x3_rc4::IfcPipeSegmentType, OdIfc4x3_rc4::IfcPixelTexture, OdIfc4x3_rc4::IfcPlacement, OdIfc4x3_rc4::IfcPlanarBox, OdIfc4x3_rc4::IfcPlanarExtent, OdIfc4x3_rc4::IfcPlate, OdIfc4x3_rc4::IfcPlateType, OdIfc4x3_rc4::IfcPointByDistanceExpression, OdIfc4x3_rc4::IfcPointOnCurve, OdIfc4x3_rc4::IfcPointOnSurface, OdIfc4x3_rc4::IfcPolygonalBoundedHalfSpace, OdIfc4x3_rc4::IfcPolygonalFaceSet, OdIfc4x3_rc4::IfcPolyline, OdIfc4x3_rc4::IfcPolyLoop, OdIfc4x3_rc4::IfcPolynomialCurve, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcPostalAddress, OdIfc4x3_rc4::IfcPreDefinedItem, OdIfc4x3_rc4::IfcPresentationLayerAssignment, OdIfc4x3_rc4::IfcPresentationLayerWithStyle, OdIfc4x3_rc4::IfcPresentationStyle, OdIfc4x3_rc4::IfcProcedure, OdIfc4x3_rc4::IfcProcedureType, OdIfc4x3_rc4::IfcProcess, OdIfc4x3_rc4::IfcProduct, OdIfc4x3_rc4::IfcProductDefinitionShape, OdIfc4x3_rc4::IfcProductRepresentation, OdIfc4x3_rc4::IfcProfileDef, OdIfc4x3_rc4::IfcProfileProperties, OdIfc4x3_rc4::IfcProjectedCRS, OdIfc4x3_rc4::IfcProjectionElement, OdIfc4x3_rc4::IfcProjectOrder, OdIfc4x3_rc4::IfcPropertyAbstraction, OdIfc4x3_rc4::IfcProperty, OdIfc4x3_rc4::IfcPropertyBoundedValue, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertyDependencyRelationship, OdIfc4x3_rc4::IfcPropertyEnumeratedValue, OdIfc4x3_rc4::IfcPropertyEnumeration, OdIfc4x3_rc4::IfcPropertyListValue, OdIfc4x3_rc4::IfcPropertyReferenceValue, OdIfc4x3_rc4::IfcPropertySet, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetTemplate, OdIfc4x3_rc4::IfcPropertySingleValue, OdIfc4x3_rc4::IfcPropertyTableValue, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcProtectiveDevice, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc4::IfcProtectiveDeviceType, OdIfc4x3_rc4::IfcProxy, OdIfc4x3_rc4::IfcPump, OdIfc4x3_rc4::IfcPumpType, OdIfc4x3_rc4::IfcQuantityArea, OdIfc4x3_rc4::IfcQuantityCount, OdIfc4x3_rc4::IfcQuantityLength, OdIfc4x3_rc4::IfcQuantityTime, OdIfc4x3_rc4::IfcQuantityVolume, OdIfc4x3_rc4::IfcQuantityWeight, OdIfc4x3_rc4::IfcRail, OdIfc4x3_rc4::IfcRailing, OdIfc4x3_rc4::IfcRailingType, OdIfc4x3_rc4::IfcRailType, OdIfc4x3_rc4::IfcRailway, OdIfc4x3_rc4::IfcRamp, OdIfc4x3_rc4::IfcRampFlight, OdIfc4x3_rc4::IfcRampFlightType, OdIfc4x3_rc4::IfcRampType, OdIfc4x3_rc4::IfcRationalBSplineCurveWithKnots, OdIfc4x3_rc4::IfcRationalBSplineSurfaceWithKnots, OdIfc4x3_rc4::IfcRectangleHollowProfileDef, OdIfc4x3_rc4::IfcRectangleProfileDef, OdIfc4x3_rc4::IfcRectangularPyramid, OdIfc4x3_rc4::IfcRectangularTrimmedSurface, OdIfc4x3_rc4::IfcRecurrencePattern, OdIfc4x3_rc4::IfcReference, OdIfc4x3_rc4::IfcReferent, OdIfc4x3_rc4::IfcRegularTimeSeries, OdIfc4x3_rc4::IfcReinforcedSoil, OdIfc4x3_rc4::IfcReinforcementBarProperties, OdIfc4x3_rc4::IfcReinforcementDefinitionProperties, OdIfc4x3_rc4::IfcReinforcingBar, OdIfc4x3_rc4::IfcReinforcingBarType, OdIfc4x3_rc4::IfcReinforcingElement, OdIfc4x3_rc4::IfcReinforcingMesh, OdIfc4x3_rc4::IfcReinforcingMeshType, OdIfc4x3_rc4::IfcRelAdheresToElement, OdIfc4x3_rc4::IfcRelAggregates, OdIfc4x3_rc4::IfcRelAssigns, OdIfc4x3_rc4::IfcRelAssignsToActor, OdIfc4x3_rc4::IfcRelAssignsToControl, OdIfc4x3_rc4::IfcRelAssignsToGroup, OdIfc4x3_rc4::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc4::IfcRelAssignsToProcess, OdIfc4x3_rc4::IfcRelAssignsToProduct, OdIfc4x3_rc4::IfcRelAssignsToResource, OdIfc4x3_rc4::IfcRelAssociatesApproval, OdIfc4x3_rc4::IfcRelAssociates, OdIfc4x3_rc4::IfcRelAssociatesClassification, OdIfc4x3_rc4::IfcRelAssociatesConstraint, OdIfc4x3_rc4::IfcRelAssociatesDocument, OdIfc4x3_rc4::IfcRelAssociatesLibrary, OdIfc4x3_rc4::IfcRelAssociatesMaterial, OdIfc4x3_rc4::IfcRelAssociatesProfileDef, OdIfc4x3_rc4::IfcRelConnectsElements, OdIfc4x3_rc4::IfcRelConnectsPathElements, OdIfc4x3_rc4::IfcRelConnectsPorts, OdIfc4x3_rc4::IfcRelConnectsPortToElement, OdIfc4x3_rc4::IfcRelConnectsStructuralActivity, OdIfc4x3_rc4::IfcRelConnectsStructuralMember, OdIfc4x3_rc4::IfcRelConnectsWithEccentricity, OdIfc4x3_rc4::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc4::IfcRelContainedInSpatialStructure, OdIfc4x3_rc4::IfcRelCoversBldgElements, OdIfc4x3_rc4::IfcRelCoversSpaces, OdIfc4x3_rc4::IfcRelDeclares, OdIfc4x3_rc4::IfcRelDefinesByObject, OdIfc4x3_rc4::IfcRelDefinesByProperties, OdIfc4x3_rc4::IfcRelDefinesByTemplate, OdIfc4x3_rc4::IfcRelDefinesByType, OdIfc4x3_rc4::IfcRelFillsElement, OdIfc4x3_rc4::IfcRelFlowControlElements, OdIfc4x3_rc4::IfcRelInterferesElements, OdIfc4x3_rc4::IfcRelNests, OdIfc4x3_rc4::IfcRelPositions, OdIfc4x3_rc4::IfcRelProjectsElement, OdIfc4x3_rc4::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc4::IfcRelSequence, OdIfc4x3_rc4::IfcRelServicesBuildings, OdIfc4x3_rc4::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary, OdIfc4x3_rc4::IfcRelVoidsElement, OdIfc4x3_rc4::IfcReparametrisedCompositeCurveSegment, OdIfc4x3_rc4::IfcRepresentation, OdIfc4x3_rc4::IfcRepresentationContext, OdIfc4x3_rc4::IfcRepresentationItem, OdIfc4x3_rc4::IfcRepresentationMap, OdIfc4x3_rc4::IfcResourceApprovalRelationship, OdIfc4x3_rc4::IfcResource, OdIfc4x3_rc4::IfcResourceConstraintRelationship, OdIfc4x3_rc4::IfcResourceLevelRelationship, OdIfc4x3_rc4::IfcResourceTime, OdIfc4x3_rc4::IfcRevolvedAreaSolid, OdIfc4x3_rc4::IfcRevolvedAreaSolidTapered, OdIfc4x3_rc4::IfcRightCircularCone, OdIfc4x3_rc4::IfcRightCircularCylinder, OdIfc4x3_rc4::IfcRoad, OdIfc4x3_rc4::IfcRoof, OdIfc4x3_rc4::IfcRoofType, OdIfc4x3_rc4::IfcRoot, OdIfc4x3_rc4::IfcRoundedRectangleProfileDef, OdIfc4x3_rc4::IfcSanitaryTerminal, OdIfc4x3_rc4::IfcSanitaryTerminalType, OdIfc4x3_rc4::IfcSchedulingTime, OdIfc4x3_rc4::IfcSecondOrderPolynomialSpiral, OdIfc4x3_rc4::IfcSectionedSolid, OdIfc4x3_rc4::IfcSectionedSolidHorizontal, OdIfc4x3_rc4::IfcSectionedSpine, OdIfc4x3_rc4::IfcSectionedSurface, OdIfc4x3_rc4::IfcSectionProperties, OdIfc4x3_rc4::IfcSectionReinforcementProperties, OdIfc4x3_rc4::IfcSegment, OdIfc4x3_rc4::IfcSegmentedReferenceCurve, OdIfc4x3_rc4::IfcSensor, OdIfc4x3_rc4::IfcSensorType, OdIfc4x3_rc4::IfcSeventhOrderPolynomialSpiral, OdIfc4x3_rc4::IfcShadingDevice, OdIfc4x3_rc4::IfcShadingDeviceType, OdIfc4x3_rc4::IfcShapeAspect, OdIfc4x3_rc4::IfcShapeModel, OdIfc4x3_rc4::IfcShellBasedSurfaceModel, OdIfc4x3_rc4::IfcSignal, OdIfc4x3_rc4::IfcSignalType, OdIfc4x3_rc4::IfcSign, OdIfc4x3_rc4::IfcSignType, OdIfc4x3_rc4::IfcSimplePropertyTemplate, OdIfc4x3_rc4::IfcSine, OdIfc4x3_rc4::IfcSite, OdIfc4x3_rc4::IfcSIUnit, OdIfc4x3_rc4::IfcSlab, OdIfc4x3_rc4::IfcSlabType, OdIfc4x3_rc4::IfcSlippageConnectionCondition, OdIfc4x3_rc4::IfcSolarDevice, OdIfc4x3_rc4::IfcSolarDeviceType, OdIfc4x3_rc4::IfcSpace, OdIfc4x3_rc4::IfcSpaceHeater, OdIfc4x3_rc4::IfcSpaceHeaterType, OdIfc4x3_rc4::IfcSpaceType, OdIfc4x3_rc4::IfcSpatialElement, OdIfc4x3_rc4::IfcSpatialElementType, OdIfc4x3_rc4::IfcSpatialStructureElement, OdIfc4x3_rc4::IfcSpatialZone, OdIfc4x3_rc4::IfcSpatialZoneType, OdIfc4x3_rc4::IfcSphere, OdIfc4x3_rc4::IfcSphericalSurface, OdIfc4x3_rc4::IfcSpiral, OdIfc4x3_rc4::IfcStackTerminal, OdIfc4x3_rc4::IfcStackTerminalType, OdIfc4x3_rc4::IfcStair, OdIfc4x3_rc4::IfcStairFlight, OdIfc4x3_rc4::IfcStairFlightType, OdIfc4x3_rc4::IfcStairType, OdIfc4x3_rc4::IfcStructuralAction, OdIfc4x3_rc4::IfcStructuralActivity, OdIfc4x3_rc4::IfcStructuralAnalysisModel, OdIfc4x3_rc4::IfcStructuralConnection, OdIfc4x3_rc4::IfcStructuralConnectionCondition, OdIfc4x3_rc4::IfcStructuralCurveAction, OdIfc4x3_rc4::IfcStructuralCurveConnection, OdIfc4x3_rc4::IfcStructuralCurveMember, OdIfc4x3_rc4::IfcStructuralCurveReaction, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralLoad, OdIfc4x3_rc4::IfcStructuralLoadCase, OdIfc4x3_rc4::IfcStructuralLoadConfiguration, OdIfc4x3_rc4::IfcStructuralLoadGroup, OdIfc4x3_rc4::IfcStructuralLoadLinearForce, OdIfc4x3_rc4::IfcStructuralLoadPlanarForce, OdIfc4x3_rc4::IfcStructuralLoadSingleDisplacement, OdIfc4x3_rc4::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x3_rc4::IfcStructuralLoadSingleForce, OdIfc4x3_rc4::IfcStructuralLoadSingleForceWarping, OdIfc4x3_rc4::IfcStructuralLoadTemperature, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralPointConnection, OdIfc4x3_rc4::IfcStructuralResultGroup, OdIfc4x3_rc4::IfcStructuralSurfaceAction, OdIfc4x3_rc4::IfcStructuralSurfaceMember, OdIfc4x3_rc4::IfcStructuralSurfaceReaction, OdIfc4x3_rc4::IfcStyledItem, OdIfc4x3_rc4::IfcSubContractResource, OdIfc4x3_rc4::IfcSubContractResourceType, OdIfc4x3_rc4::IfcSubedge, OdIfc4x3_rc4::IfcSurfaceCurve, OdIfc4x3_rc4::IfcSurfaceCurveSweptAreaSolid, OdIfc4x3_rc4::IfcSurfaceFeature, OdIfc4x3_rc4::IfcSurfaceOfLinearExtrusion, OdIfc4x3_rc4::IfcSurfaceOfRevolution, OdIfc4x3_rc4::IfcSurfaceReinforcementArea, OdIfc4x3_rc4::IfcSurfaceStyle, OdIfc4x3_rc4::IfcSurfaceStyleLighting, OdIfc4x3_rc4::IfcSurfaceStyleRefraction, OdIfc4x3_rc4::IfcSurfaceStyleRendering, OdIfc4x3_rc4::IfcSurfaceStyleShading, OdIfc4x3_rc4::IfcSurfaceStyleWithTextures, OdIfc4x3_rc4::IfcSurfaceTexture, OdIfc4x3_rc4::IfcSweptAreaSolid, OdIfc4x3_rc4::IfcSweptDiskSolid, OdIfc4x3_rc4::IfcSweptDiskSolidPolygonal, OdIfc4x3_rc4::IfcSweptSurface, OdIfc4x3_rc4::IfcSwitchingDevice, OdIfc4x3_rc4::IfcSwitchingDeviceType, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystemFurnitureElement, OdIfc4x3_rc4::IfcSystemFurnitureElementType, OdIfc4x3_rc4::IfcTable, OdIfc4x3_rc4::IfcTableColumn, OdIfc4x3_rc4::IfcTableRow, OdIfc4x3_rc4::IfcTank, OdIfc4x3_rc4::IfcTankType, OdIfc4x3_rc4::IfcTask, OdIfc4x3_rc4::IfcTaskTime, OdIfc4x3_rc4::IfcTaskTimeRecurring, OdIfc4x3_rc4::IfcTaskType, OdIfc4x3_rc4::IfcTelecomAddress, OdIfc4x3_rc4::IfcTendonAnchor, OdIfc4x3_rc4::IfcTendonAnchorType, OdIfc4x3_rc4::IfcTendon, OdIfc4x3_rc4::IfcTendonConduit, OdIfc4x3_rc4::IfcTendonConduitType, OdIfc4x3_rc4::IfcTendonType, OdIfc4x3_rc4::IfcTessellatedFaceSet, OdIfc4x3_rc4::IfcTextLiteral, OdIfc4x3_rc4::IfcTextLiteralWithExtent, OdIfc4x3_rc4::IfcTextStyle, OdIfc4x3_rc4::IfcTextStyleFontModel, OdIfc4x3_rc4::IfcTextStyleForDefinedFont, OdIfc4x3_rc4::IfcTextStyleTextModel, OdIfc4x3_rc4::IfcTextureCoordinate, OdIfc4x3_rc4::IfcTextureCoordinateGenerator, OdIfc4x3_rc4::IfcTextureMap, OdIfc4x3_rc4::IfcTextureVertex, OdIfc4x3_rc4::IfcTextureVertexList, OdIfc4x3_rc4::IfcThirdOrderPolynomialSpiral, OdIfc4x3_rc4::IfcTimePeriod, OdIfc4x3_rc4::IfcTimeSeries, OdIfc4x3_rc4::IfcTimeSeriesValue, OdIfc4x3_rc4::IfcToroidalSurface, OdIfc4x3_rc4::IfcTrackElement, OdIfc4x3_rc4::IfcTrackElementType, OdIfc4x3_rc4::IfcTransformer, OdIfc4x3_rc4::IfcTransformerType, OdIfc4x3_rc4::IfcTransportElement, OdIfc4x3_rc4::IfcTransportElementType, OdIfc4x3_rc4::IfcTrapeziumProfileDef, OdIfc4x3_rc4::IfcTriangulatedFaceSet, OdIfc4x3_rc4::IfcTriangulatedIrregularNetwork, OdIfc4x3_rc4::IfcTrimmedCurve, OdIfc4x3_rc4::IfcTShapeProfileDef, OdIfc4x3_rc4::IfcTubeBundle, OdIfc4x3_rc4::IfcTubeBundleType, OdIfc4x3_rc4::IfcTypeObject, OdIfc4x3_rc4::IfcTypeProcess, OdIfc4x3_rc4::IfcTypeProduct, OdIfc4x3_rc4::IfcTypeResource, OdIfc4x3_rc4::IfcUnitaryControlElement, OdIfc4x3_rc4::IfcUnitaryControlElementType, OdIfc4x3_rc4::IfcUnitaryEquipment, OdIfc4x3_rc4::IfcUnitaryEquipmentType, OdIfc4x3_rc4::IfcUnitAssignment, OdIfc4x3_rc4::IfcUShapeProfileDef, OdIfc4x3_rc4::IfcValve, OdIfc4x3_rc4::IfcValveType, OdIfc4x3_rc4::IfcVector, OdIfc4x3_rc4::IfcVertexLoop, OdIfc4x3_rc4::IfcVertexPoint, OdIfc4x3_rc4::IfcVibrationDamper, OdIfc4x3_rc4::IfcVibrationDamperType, OdIfc4x3_rc4::IfcVibrationIsolator, OdIfc4x3_rc4::IfcVibrationIsolatorType, OdIfc4x3_rc4::IfcVirtualGridIntersection, OdIfc4x3_rc4::IfcVoidingFeature, OdIfc4x3_rc4::IfcWall, OdIfc4x3_rc4::IfcWallType, OdIfc4x3_rc4::IfcWasteTerminal, OdIfc4x3_rc4::IfcWasteTerminalType, OdIfc4x3_rc4::IfcWindow, OdIfc4x3_rc4::IfcWindowLiningProperties, OdIfc4x3_rc4::IfcWindowPanelProperties, OdIfc4x3_rc4::IfcWindowStyle, OdIfc4x3_rc4::IfcWindowType, OdIfc4x3_rc4::IfcWorkCalendar, OdIfc4x3_rc4::IfcWorkControl, OdIfc4x3_rc4::IfcWorkPlan, OdIfc4x3_rc4::IfcWorkSchedule, OdIfc4x3_rc4::IfcWorkTime, OdIfc4x3_rc4::IfcZone, and OdIfc4x3_rc4::IfcZShapeProfileDef.
|
virtual |
Retrieves whether the attribute value is set or is unset.
explicitAttrDef | [in] An <link OdIfc::OdIfcAttribute, OdIfcAttribute> enumeration that represents the attribute definition. |
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcActorRole, OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAddress, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAnnotationFillArea, OdIfc2x2_final::IfcAnnotationFillAreaOccurrence, OdIfc2x2_final::IfcApplication, OdIfc2x2_final::IfcAppliedValue, OdIfc2x2_final::IfcAppliedValueRelationship, OdIfc2x2_final::IfcApprovalActorRelationship, OdIfc2x2_final::IfcApproval, OdIfc2x2_final::IfcApprovalPropertyRelationship, OdIfc2x2_final::IfcApprovalRelationship, OdIfc2x2_final::IfcArbitraryClosedProfileDef, OdIfc2x2_final::IfcArbitraryOpenProfileDef, OdIfc2x2_final::IfcArbitraryProfileDefWithVoids, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcAsymmetricIShapeProfileDef, OdIfc2x2_final::IfcAxis1Placement, OdIfc2x2_final::IfcAxis2Placement2D, OdIfc2x2_final::IfcAxis2Placement3D, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBooleanResult, OdIfc2x2_final::IfcBoundaryCondition, OdIfc2x2_final::IfcBoundaryEdgeCondition, OdIfc2x2_final::IfcBoundaryFaceCondition, OdIfc2x2_final::IfcBoundaryNodeCondition, OdIfc2x2_final::IfcBoundaryNodeConditionWarping, OdIfc2x2_final::IfcBoundingBox, OdIfc2x2_final::IfcBoxedHalfSpace, OdIfc2x2_final::IfcBSplineCurve, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcCalendarDate, OdIfc2x2_final::IfcCartesianPoint, OdIfc2x2_final::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator3D, OdIfc2x2_final::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCircle, OdIfc2x2_final::IfcCircleHollowProfileDef, OdIfc2x2_final::IfcCircleProfileDef, OdIfc2x2_final::IfcClassification, OdIfc2x2_final::IfcClassificationItem, OdIfc2x2_final::IfcClassificationItemRelationship, OdIfc2x2_final::IfcClassificationNotation, OdIfc2x2_final::IfcClassificationNotationFacet, OdIfc2x2_final::IfcClassificationReference, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColourRgb, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcComplexProperty, OdIfc2x2_final::IfcCompositeCurve, OdIfc2x2_final::IfcCompositeCurveSegment, OdIfc2x2_final::IfcCompositeProfileDef, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConic, OdIfc2x2_final::IfcConnectedFaceSet, OdIfc2x2_final::IfcConnectionCurveGeometry, OdIfc2x2_final::IfcConnectionPointGeometry, OdIfc2x2_final::IfcConnectionPortGeometry, OdIfc2x2_final::IfcConnectionSurfaceGeometry, OdIfc2x2_final::IfcConstraintAggregationRelationship, OdIfc2x2_final::IfcConstraint, OdIfc2x2_final::IfcConstraintClassificationRelationship, OdIfc2x2_final::IfcConstraintRelationship, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcContextDependentUnit, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcConversionBasedUnit, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCoordinatedUniversalTimeOffset, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCostValue, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcCraneRailAShapeProfileDef, OdIfc2x2_final::IfcCraneRailFShapeProfileDef, OdIfc2x2_final::IfcCsgSolid, OdIfc2x2_final::IfcCShapeProfileDef, OdIfc2x2_final::IfcCurrencyRelationship, OdIfc2x2_final::IfcCurveBoundedPlane, OdIfc2x2_final::IfcCurveStyle, OdIfc2x2_final::IfcCurveStyleFontAndScaling, OdIfc2x2_final::IfcCurveStyleFont, OdIfc2x2_final::IfcCurveStyleFontPattern, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDateAndTime, OdIfc2x2_final::IfcDefinedSymbol, OdIfc2x2_final::IfcDerivedProfileDef, OdIfc2x2_final::IfcDerivedUnit, OdIfc2x2_final::IfcDerivedUnitElement, OdIfc2x2_final::IfcDimensionalExponents, OdIfc2x2_final::IfcDimensionCurve, OdIfc2x2_final::IfcDimensionCurveTerminator, OdIfc2x2_final::IfcDirection, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDocumentElectronicFormat, OdIfc2x2_final::IfcDocumentInformation, OdIfc2x2_final::IfcDocumentInformationRelationship, OdIfc2x2_final::IfcDocumentReference, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDraughtingCallout, OdIfc2x2_final::IfcDraughtingCalloutRelationship, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcEdge, OdIfc2x2_final::IfcEdgeCurve, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcEdgeLoop, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementarySurface, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEllipse, OdIfc2x2_final::IfcEllipseProfileDef, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEnvironmentalImpactValue, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcExtendedMaterialProperties, OdIfc2x2_final::IfcExternalReference, OdIfc2x2_final::IfcExtrudedAreaSolid, OdIfc2x2_final::IfcFace, OdIfc2x2_final::IfcFaceBasedSurfaceModel, OdIfc2x2_final::IfcFaceBound, OdIfc2x2_final::IfcFaceSurface, OdIfc2x2_final::IfcFacetedBrepWithVoids, OdIfc2x2_final::IfcFailureConnectionCondition, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFillAreaStyle, OdIfc2x2_final::IfcFillAreaStyleHatching, OdIfc2x2_final::IfcFillAreaStyleTiles, OdIfc2x2_final::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFuelProperties, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcGeneralMaterialProperties, OdIfc2x2_final::IfcGeneralProfileProperties, OdIfc2x2_final::IfcGeometricRepresentationContext, OdIfc2x2_final::IfcGeometricRepresentationSubContext, OdIfc2x2_final::IfcGeometricSet, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGridAxis, OdIfc2x2_final::IfcGridPlacement, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcHalfSpaceSolid, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcHygroscopicMaterialProperties, OdIfc2x2_final::IfcImageTexture, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcIrregularTimeSeries, OdIfc2x2_final::IfcIrregularTimeSeriesValue, OdIfc2x2_final::IfcIShapeProfileDef, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLibraryInformation, OdIfc2x2_final::IfcLibraryReference, OdIfc2x2_final::IfcLightDistributionData, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcLightIntensityDistribution, OdIfc2x2_final::IfcLightSource, OdIfc2x2_final::IfcLightSourceDirectional, OdIfc2x2_final::IfcLightSourceGoniometric, OdIfc2x2_final::IfcLightSourcePositional, OdIfc2x2_final::IfcLightSourceSpot, OdIfc2x2_final::IfcLine, OdIfc2x2_final::IfcLocalPlacement, OdIfc2x2_final::IfcLocalTime, OdIfc2x2_final::IfcLShapeProfileDef, OdIfc2x2_final::IfcManifoldSolidBrep, OdIfc2x2_final::IfcMappedItem, OdIfc2x2_final::IfcMaterial, OdIfc2x2_final::IfcMaterialClassificationRelationship, OdIfc2x2_final::IfcMaterialLayer, OdIfc2x2_final::IfcMaterialLayerSet, OdIfc2x2_final::IfcMaterialLayerSetUsage, OdIfc2x2_final::IfcMaterialList, OdIfc2x2_final::IfcMaterialProperties, OdIfc2x2_final::IfcMeasureWithUnit, OdIfc2x2_final::IfcMechanicalConcreteMaterialProperties, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMechanicalMaterialProperties, OdIfc2x2_final::IfcMechanicalSteelMaterialProperties, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMetric, OdIfc2x2_final::IfcMonetaryUnit, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcNamedUnit, OdIfc2x2_final::IfcObject, OdIfc2x2_final::IfcObjective, OdIfc2x2_final::IfcObjectPlacement, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOffsetCurve2D, OdIfc2x2_final::IfcOffsetCurve3D, OdIfc2x2_final::IfcOneDirectionRepeatFactor, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOpticalMaterialProperties, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcOrganization, OdIfc2x2_final::IfcOrganizationRelationship, OdIfc2x2_final::IfcOrientedEdge, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcOwnerHistory, OdIfc2x2_final::IfcParameterizedProfileDef, OdIfc2x2_final::IfcPath, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPersonAndOrganization, OdIfc2x2_final::IfcPerson, OdIfc2x2_final::IfcPhysicalComplexQuantity, OdIfc2x2_final::IfcPhysicalQuantity, OdIfc2x2_final::IfcPhysicalSimpleQuantity, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPixelTexture, OdIfc2x2_final::IfcPlacement, OdIfc2x2_final::IfcPlanarBox, OdIfc2x2_final::IfcPlanarExtent, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPointOnCurve, OdIfc2x2_final::IfcPointOnSurface, OdIfc2x2_final::IfcPolygonalBoundedHalfSpace, OdIfc2x2_final::IfcPolyline, OdIfc2x2_final::IfcPolyLoop, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcPostalAddress, OdIfc2x2_final::IfcPreDefinedItem, OdIfc2x2_final::IfcPresentationLayerAssignment, OdIfc2x2_final::IfcPresentationLayerAssignmentWithStyle, OdIfc2x2_final::IfcPresentationStyleAssignment, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProductDefinitionShape, OdIfc2x2_final::IfcProductRepresentation, OdIfc2x2_final::IfcProductsOfCombustionProperties, OdIfc2x2_final::IfcProfileDef, OdIfc2x2_final::IfcProfileProperties, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProperty, OdIfc2x2_final::IfcPropertyBoundedValue, OdIfc2x2_final::IfcPropertyConstraintRelationship, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertyDependencyRelationship, OdIfc2x2_final::IfcPropertyEnumeratedValue, OdIfc2x2_final::IfcPropertyEnumeration, OdIfc2x2_final::IfcPropertyListValue, OdIfc2x2_final::IfcPropertyReferenceValue, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcPropertySingleValue, OdIfc2x2_final::IfcPropertyTableValue, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcQuantityArea, OdIfc2x2_final::IfcQuantityCount, OdIfc2x2_final::IfcQuantityLength, OdIfc2x2_final::IfcQuantityTime, OdIfc2x2_final::IfcQuantityVolume, OdIfc2x2_final::IfcQuantityWeight, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcRationalBezierCurve, OdIfc2x2_final::IfcRectangleHollowProfileDef, OdIfc2x2_final::IfcRectangleProfileDef, OdIfc2x2_final::IfcRectangularTrimmedSurface, OdIfc2x2_final::IfcReferencesValueDocument, OdIfc2x2_final::IfcRegularTimeSeries, OdIfc2x2_final::IfcReinforcementBarProperties, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcRelAssigns, OdIfc2x2_final::IfcRelAssignsTasks, OdIfc2x2_final::IfcRelAssignsToActor, OdIfc2x2_final::IfcRelAssignsToControl, OdIfc2x2_final::IfcRelAssignsToGroup, OdIfc2x2_final::IfcRelAssignsToProcess, OdIfc2x2_final::IfcRelAssignsToProduct, OdIfc2x2_final::IfcRelAssignsToResource, OdIfc2x2_final::IfcRelAssociatesAppliedValue, OdIfc2x2_final::IfcRelAssociatesApproval, OdIfc2x2_final::IfcRelAssociates, OdIfc2x2_final::IfcRelAssociatesClassification, OdIfc2x2_final::IfcRelAssociatesConstraint, OdIfc2x2_final::IfcRelAssociatesDocument, OdIfc2x2_final::IfcRelAssociatesLibrary, OdIfc2x2_final::IfcRelAssociatesMaterial, OdIfc2x2_final::IfcRelAssociatesProfileProperties, OdIfc2x2_final::IfcRelaxation, OdIfc2x2_final::IfcRelConnectsElements, OdIfc2x2_final::IfcRelConnectsPathElements, OdIfc2x2_final::IfcRelConnectsPorts, OdIfc2x2_final::IfcRelConnectsPortToElement, OdIfc2x2_final::IfcRelConnectsStructuralActivity, OdIfc2x2_final::IfcRelConnectsStructuralMember, OdIfc2x2_final::IfcRelConnectsWithRealizingElements, OdIfc2x2_final::IfcRelContainedInSpatialStructure, OdIfc2x2_final::IfcRelCoversBldgElements, OdIfc2x2_final::IfcRelDecomposes, OdIfc2x2_final::IfcRelDefines, OdIfc2x2_final::IfcRelDefinesByProperties, OdIfc2x2_final::IfcRelDefinesByType, OdIfc2x2_final::IfcRelFillsElement, OdIfc2x2_final::IfcRelFlowControlElements, OdIfc2x2_final::IfcRelInteractionRequirements, OdIfc2x2_final::IfcRelOverridesProperties, OdIfc2x2_final::IfcRelProjectsElement, OdIfc2x2_final::IfcRelSequence, OdIfc2x2_final::IfcRelServicesBuildings, OdIfc2x2_final::IfcRelSpaceBoundary, OdIfc2x2_final::IfcRelVoidsElement, OdIfc2x2_final::IfcRepresentation, OdIfc2x2_final::IfcRepresentationContext, OdIfc2x2_final::IfcRepresentationMap, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRevolvedAreaSolid, OdIfc2x2_final::IfcRibPlateProfileProperties, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoot, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcRoundedRectangleProfileDef, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcSectionedSpine, OdIfc2x2_final::IfcSectionProperties, OdIfc2x2_final::IfcSectionReinforcementProperties, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcShapeAspect, OdIfc2x2_final::IfcShapeRepresentation, OdIfc2x2_final::IfcShellBasedSurfaceModel, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSIUnit, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSlippageConnectionCondition, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralConnectionCondition, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoad, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralLoadLinearForce, OdIfc2x2_final::IfcStructuralLoadPlanarForce, OdIfc2x2_final::IfcStructuralLoadSingleDisplacement, OdIfc2x2_final::IfcStructuralLoadSingleDisplacementDistortion, OdIfc2x2_final::IfcStructuralLoadSingleForce, OdIfc2x2_final::IfcStructuralLoadSingleForceWarping, OdIfc2x2_final::IfcStructuralLoadTemperature, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralProfileProperties, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSteelProfileProperties, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcStyledItem, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSubedge, OdIfc2x2_final::IfcSurfaceCurveSweptAreaSolid, OdIfc2x2_final::IfcSurfaceOfLinearExtrusion, OdIfc2x2_final::IfcSurfaceOfRevolution, OdIfc2x2_final::IfcSurfaceStyle, OdIfc2x2_final::IfcSurfaceStyleLighting, OdIfc2x2_final::IfcSurfaceStyleRefraction, OdIfc2x2_final::IfcSurfaceStyleRendering, OdIfc2x2_final::IfcSurfaceStyleShading, OdIfc2x2_final::IfcSurfaceStyleWithTextures, OdIfc2x2_final::IfcSurfaceTexture, OdIfc2x2_final::IfcSweptAreaSolid, OdIfc2x2_final::IfcSweptDiskSolid, OdIfc2x2_final::IfcSweptSurface, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSymbolStyle, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTable, OdIfc2x2_final::IfcTableRow, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTelecomAddress, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTerminatorSymbol, OdIfc2x2_final::IfcTextLiteral, OdIfc2x2_final::IfcTextLiteralWithExtent, OdIfc2x2_final::IfcTextStyle, OdIfc2x2_final::IfcTextStyleWithBoxCharacteristics, OdIfc2x2_final::IfcTextStyleWithMirror, OdIfc2x2_final::IfcTextStyleWithSpacing, OdIfc2x2_final::IfcTextureCoordinate, OdIfc2x2_final::IfcTextureCoordinateGenerator, OdIfc2x2_final::IfcTextureMap, OdIfc2x2_final::IfcTextureVertex, OdIfc2x2_final::IfcThermalMaterialProperties, OdIfc2x2_final::IfcTimeSeries, OdIfc2x2_final::IfcTimeSeriesReferenceRelationship, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTimeSeriesValue, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTrapeziumProfileDef, OdIfc2x2_final::IfcTrimmedCurve, OdIfc2x2_final::IfcTShapeProfileDef, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTwoDirectionRepeatFactor, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcUnitAssignment, OdIfc2x2_final::IfcUShapeProfileDef, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVector, OdIfc2x2_final::IfcVertexBasedTextureMap, OdIfc2x2_final::IfcVertexLoop, OdIfc2x2_final::IfcVertexPoint, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcVirtualGridIntersection, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWaterProperties, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, OdIfc2x2_final::IfcWindowStyle, OdIfc2x2_final::IfcWorkControl, OdIfc2x2_final::IfcZShapeProfileDef, OdIfc2x3::IfcActionRequest, OdIfc2x3::IfcActor, OdIfc2x3::IfcActorRole, OdIfc2x3::IfcActuatorType, OdIfc2x3::IfcAddress, OdIfc2x3::IfcAirTerminalBoxType, OdIfc2x3::IfcAirTerminalType, OdIfc2x3::IfcAirToAirHeatRecoveryType, OdIfc2x3::IfcAlarmType, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAnnotationFillArea, OdIfc2x3::IfcAnnotationFillAreaOccurrence, OdIfc2x3::IfcAnnotationSurface, OdIfc2x3::IfcApplication, OdIfc2x3::IfcAppliedValue, OdIfc2x3::IfcAppliedValueRelationship, OdIfc2x3::IfcApprovalActorRelationship, OdIfc2x3::IfcApproval, OdIfc2x3::IfcApprovalPropertyRelationship, OdIfc2x3::IfcApprovalRelationship, OdIfc2x3::IfcArbitraryClosedProfileDef, OdIfc2x3::IfcArbitraryOpenProfileDef, OdIfc2x3::IfcArbitraryProfileDefWithVoids, OdIfc2x3::IfcAsset, OdIfc2x3::IfcAsymmetricIShapeProfileDef, OdIfc2x3::IfcAxis1Placement, OdIfc2x3::IfcAxis2Placement2D, OdIfc2x3::IfcAxis2Placement3D, OdIfc2x3::IfcBeamType, OdIfc2x3::IfcBlobTexture, OdIfc2x3::IfcBlock, OdIfc2x3::IfcBoilerType, OdIfc2x3::IfcBooleanResult, OdIfc2x3::IfcBoundaryCondition, OdIfc2x3::IfcBoundaryEdgeCondition, OdIfc2x3::IfcBoundaryFaceCondition, OdIfc2x3::IfcBoundaryNodeCondition, OdIfc2x3::IfcBoundaryNodeConditionWarping, OdIfc2x3::IfcBoundingBox, OdIfc2x3::IfcBoxedHalfSpace, OdIfc2x3::IfcBSplineCurve, OdIfc2x3::IfcBuilding, OdIfc2x3::IfcBuildingElementProxy, OdIfc2x3::IfcBuildingElementProxyType, OdIfc2x3::IfcBuildingStorey, OdIfc2x3::IfcCableCarrierFittingType, OdIfc2x3::IfcCableCarrierSegmentType, OdIfc2x3::IfcCableSegmentType, OdIfc2x3::IfcCalendarDate, OdIfc2x3::IfcCartesianPoint, OdIfc2x3::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator3D, OdIfc2x3::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator, OdIfc2x3::IfcCenterLineProfileDef, OdIfc2x3::IfcChamferEdgeFeature, OdIfc2x3::IfcChillerType, OdIfc2x3::IfcCircle, OdIfc2x3::IfcCircleHollowProfileDef, OdIfc2x3::IfcCircleProfileDef, OdIfc2x3::IfcClassification, OdIfc2x3::IfcClassificationItem, OdIfc2x3::IfcClassificationItemRelationship, OdIfc2x3::IfcClassificationNotation, OdIfc2x3::IfcClassificationNotationFacet, OdIfc2x3::IfcClassificationReference, OdIfc2x3::IfcCoilType, OdIfc2x3::IfcColourRgb, OdIfc2x3::IfcColourSpecification, OdIfc2x3::IfcColumnType, OdIfc2x3::IfcComplexProperty, OdIfc2x3::IfcCompositeCurve, OdIfc2x3::IfcCompositeCurveSegment, OdIfc2x3::IfcCompositeProfileDef, OdIfc2x3::IfcCompressorType, OdIfc2x3::IfcCondenserType, OdIfc2x3::IfcConditionCriterion, OdIfc2x3::IfcConic, OdIfc2x3::IfcConnectedFaceSet, OdIfc2x3::IfcConnectionCurveGeometry, OdIfc2x3::IfcConnectionPointEccentricity, OdIfc2x3::IfcConnectionPointGeometry, OdIfc2x3::IfcConnectionPortGeometry, OdIfc2x3::IfcConnectionSurfaceGeometry, OdIfc2x3::IfcConstraintAggregationRelationship, OdIfc2x3::IfcConstraint, OdIfc2x3::IfcConstraintClassificationRelationship, OdIfc2x3::IfcConstraintRelationship, OdIfc2x3::IfcConstructionMaterialResource, OdIfc2x3::IfcConstructionResource, OdIfc2x3::IfcContextDependentUnit, OdIfc2x3::IfcControl, OdIfc2x3::IfcControllerType, OdIfc2x3::IfcConversionBasedUnit, OdIfc2x3::IfcCooledBeamType, OdIfc2x3::IfcCoolingTowerType, OdIfc2x3::IfcCoordinatedUniversalTimeOffset, OdIfc2x3::IfcCostSchedule, OdIfc2x3::IfcCostValue, OdIfc2x3::IfcCovering, OdIfc2x3::IfcCoveringType, OdIfc2x3::IfcCraneRailAShapeProfileDef, OdIfc2x3::IfcCraneRailFShapeProfileDef, OdIfc2x3::IfcCsgPrimitive3D, OdIfc2x3::IfcCsgSolid, OdIfc2x3::IfcCShapeProfileDef, OdIfc2x3::IfcCurrencyRelationship, OdIfc2x3::IfcCurtainWallType, OdIfc2x3::IfcCurveBoundedPlane, OdIfc2x3::IfcCurveStyle, OdIfc2x3::IfcCurveStyleFontAndScaling, OdIfc2x3::IfcCurveStyleFont, OdIfc2x3::IfcCurveStyleFontPattern, OdIfc2x3::IfcDamperType, OdIfc2x3::IfcDateAndTime, OdIfc2x3::IfcDefinedSymbol, OdIfc2x3::IfcDerivedProfileDef, OdIfc2x3::IfcDerivedUnit, OdIfc2x3::IfcDerivedUnitElement, OdIfc2x3::IfcDimensionalExponents, OdIfc2x3::IfcDimensionCurve, OdIfc2x3::IfcDimensionCurveTerminator, OdIfc2x3::IfcDirection, OdIfc2x3::IfcDistributionChamberElementType, OdIfc2x3::IfcDistributionControlElement, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionPort, OdIfc2x3::IfcDocumentElectronicFormat, OdIfc2x3::IfcDocumentInformation, OdIfc2x3::IfcDocumentInformationRelationship, OdIfc2x3::IfcDocumentReference, OdIfc2x3::IfcDoor, OdIfc2x3::IfcDoorLiningProperties, OdIfc2x3::IfcDoorPanelProperties, OdIfc2x3::IfcDoorStyle, OdIfc2x3::IfcDraughtingCallout, OdIfc2x3::IfcDraughtingCalloutRelationship, OdIfc2x3::IfcDuctFittingType, OdIfc2x3::IfcDuctSegmentType, OdIfc2x3::IfcDuctSilencerType, OdIfc2x3::IfcEdge, OdIfc2x3::IfcEdgeCurve, OdIfc2x3::IfcEdgeFeature, OdIfc2x3::IfcEdgeLoop, OdIfc2x3::IfcElectricalBaseProperties, OdIfc2x3::IfcElectricApplianceType, OdIfc2x3::IfcElectricDistributionPoint, OdIfc2x3::IfcElectricFlowStorageDeviceType, OdIfc2x3::IfcElectricGeneratorType, OdIfc2x3::IfcElectricHeaterType, OdIfc2x3::IfcElectricMotorType, OdIfc2x3::IfcElectricTimeControlType, OdIfc2x3::IfcElementarySurface, OdIfc2x3::IfcElementAssembly, OdIfc2x3::IfcElement, OdIfc2x3::IfcElementQuantity, OdIfc2x3::IfcElementType, OdIfc2x3::IfcEllipse, OdIfc2x3::IfcEllipseProfileDef, OdIfc2x3::IfcEnergyProperties, OdIfc2x3::IfcEnvironmentalImpactValue, OdIfc2x3::IfcEvaporativeCoolerType, OdIfc2x3::IfcEvaporatorType, OdIfc2x3::IfcExtendedMaterialProperties, OdIfc2x3::IfcExternalReference, OdIfc2x3::IfcExtrudedAreaSolid, OdIfc2x3::IfcFace, OdIfc2x3::IfcFaceBasedSurfaceModel, OdIfc2x3::IfcFaceBound, OdIfc2x3::IfcFaceSurface, OdIfc2x3::IfcFacetedBrepWithVoids, OdIfc2x3::IfcFailureConnectionCondition, OdIfc2x3::IfcFanType, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFillAreaStyle, OdIfc2x3::IfcFillAreaStyleHatching, OdIfc2x3::IfcFillAreaStyleTiles, OdIfc2x3::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x3::IfcFilterType, OdIfc2x3::IfcFireSuppressionTerminalType, OdIfc2x3::IfcFlowInstrumentType, OdIfc2x3::IfcFlowMeterType, OdIfc2x3::IfcFluidFlowProperties, OdIfc2x3::IfcFooting, OdIfc2x3::IfcFuelProperties, OdIfc2x3::IfcFurnitureType, OdIfc2x3::IfcGasTerminalType, OdIfc2x3::IfcGeneralMaterialProperties, OdIfc2x3::IfcGeneralProfileProperties, OdIfc2x3::IfcGeometricRepresentationContext, OdIfc2x3::IfcGeometricRepresentationSubContext, OdIfc2x3::IfcGeometricSet, OdIfc2x3::IfcGrid, OdIfc2x3::IfcGridAxis, OdIfc2x3::IfcGridPlacement, OdIfc2x3::IfcGroup, OdIfc2x3::IfcHalfSpaceSolid, OdIfc2x3::IfcHeatExchangerType, OdIfc2x3::IfcHumidifierType, OdIfc2x3::IfcHygroscopicMaterialProperties, OdIfc2x3::IfcImageTexture, OdIfc2x3::IfcInventory, OdIfc2x3::IfcIrregularTimeSeries, OdIfc2x3::IfcIrregularTimeSeriesValue, OdIfc2x3::IfcIShapeProfileDef, OdIfc2x3::IfcJunctionBoxType, OdIfc2x3::IfcLaborResource, OdIfc2x3::IfcLampType, OdIfc2x3::IfcLibraryInformation, OdIfc2x3::IfcLibraryReference, OdIfc2x3::IfcLightDistributionData, OdIfc2x3::IfcLightFixtureType, OdIfc2x3::IfcLightIntensityDistribution, OdIfc2x3::IfcLightSource, OdIfc2x3::IfcLightSourceDirectional, OdIfc2x3::IfcLightSourceGoniometric, OdIfc2x3::IfcLightSourcePositional, OdIfc2x3::IfcLightSourceSpot, OdIfc2x3::IfcLine, OdIfc2x3::IfcLocalPlacement, OdIfc2x3::IfcLocalTime, OdIfc2x3::IfcLShapeProfileDef, OdIfc2x3::IfcManifoldSolidBrep, OdIfc2x3::IfcMappedItem, OdIfc2x3::IfcMaterial, OdIfc2x3::IfcMaterialClassificationRelationship, OdIfc2x3::IfcMaterialDefinitionRepresentation, OdIfc2x3::IfcMaterialLayer, OdIfc2x3::IfcMaterialLayerSet, OdIfc2x3::IfcMaterialLayerSetUsage, OdIfc2x3::IfcMaterialList, OdIfc2x3::IfcMaterialProperties, OdIfc2x3::IfcMeasureWithUnit, OdIfc2x3::IfcMechanicalConcreteMaterialProperties, OdIfc2x3::IfcMechanicalFastener, OdIfc2x3::IfcMechanicalMaterialProperties, OdIfc2x3::IfcMechanicalSteelMaterialProperties, OdIfc2x3::IfcMemberType, OdIfc2x3::IfcMetric, OdIfc2x3::IfcMonetaryUnit, OdIfc2x3::IfcMotorConnectionType, OdIfc2x3::IfcMove, OdIfc2x3::IfcNamedUnit, OdIfc2x3::IfcObject, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcObjective, OdIfc2x3::IfcObjectPlacement, OdIfc2x3::IfcOccupant, OdIfc2x3::IfcOffsetCurve2D, OdIfc2x3::IfcOffsetCurve3D, OdIfc2x3::IfcOneDirectionRepeatFactor, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOpticalMaterialProperties, OdIfc2x3::IfcOrderAction, OdIfc2x3::IfcOrganization, OdIfc2x3::IfcOrganizationRelationship, OdIfc2x3::IfcOrientedEdge, OdIfc2x3::IfcOutletType, OdIfc2x3::IfcOwnerHistory, OdIfc2x3::IfcParameterizedProfileDef, OdIfc2x3::IfcPath, OdIfc2x3::IfcPerformanceHistory, OdIfc2x3::IfcPermeableCoveringProperties, OdIfc2x3::IfcPermit, OdIfc2x3::IfcPersonAndOrganization, OdIfc2x3::IfcPerson, OdIfc2x3::IfcPhysicalComplexQuantity, OdIfc2x3::IfcPhysicalQuantity, OdIfc2x3::IfcPhysicalSimpleQuantity, OdIfc2x3::IfcPile, OdIfc2x3::IfcPipeFittingType, OdIfc2x3::IfcPipeSegmentType, OdIfc2x3::IfcPixelTexture, OdIfc2x3::IfcPlacement, OdIfc2x3::IfcPlanarBox, OdIfc2x3::IfcPlanarExtent, OdIfc2x3::IfcPlateType, OdIfc2x3::IfcPointOnCurve, OdIfc2x3::IfcPointOnSurface, OdIfc2x3::IfcPolygonalBoundedHalfSpace, OdIfc2x3::IfcPolyline, OdIfc2x3::IfcPolyLoop, OdIfc2x3::IfcPort, OdIfc2x3::IfcPostalAddress, OdIfc2x3::IfcPreDefinedItem, OdIfc2x3::IfcPresentationLayerAssignment, OdIfc2x3::IfcPresentationLayerWithStyle, OdIfc2x3::IfcPresentationStyleAssignment, OdIfc2x3::IfcPresentationStyle, OdIfc2x3::IfcProcedure, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProduct, OdIfc2x3::IfcProductDefinitionShape, OdIfc2x3::IfcProductRepresentation, OdIfc2x3::IfcProductsOfCombustionProperties, OdIfc2x3::IfcProfileDef, OdIfc2x3::IfcProfileProperties, OdIfc2x3::IfcProject, OdIfc2x3::IfcProjectOrder, OdIfc2x3::IfcProjectOrderRecord, OdIfc2x3::IfcProperty, OdIfc2x3::IfcPropertyBoundedValue, OdIfc2x3::IfcPropertyConstraintRelationship, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertyDependencyRelationship, OdIfc2x3::IfcPropertyEnumeratedValue, OdIfc2x3::IfcPropertyEnumeration, OdIfc2x3::IfcPropertyListValue, OdIfc2x3::IfcPropertyReferenceValue, OdIfc2x3::IfcPropertySet, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcPropertySingleValue, OdIfc2x3::IfcPropertyTableValue, OdIfc2x3::IfcProtectiveDeviceType, OdIfc2x3::IfcProxy, OdIfc2x3::IfcPumpType, OdIfc2x3::IfcQuantityArea, OdIfc2x3::IfcQuantityCount, OdIfc2x3::IfcQuantityLength, OdIfc2x3::IfcQuantityTime, OdIfc2x3::IfcQuantityVolume, OdIfc2x3::IfcQuantityWeight, OdIfc2x3::IfcRailing, OdIfc2x3::IfcRailingType, OdIfc2x3::IfcRamp, OdIfc2x3::IfcRampFlightType, OdIfc2x3::IfcRationalBezierCurve, OdIfc2x3::IfcRectangleHollowProfileDef, OdIfc2x3::IfcRectangleProfileDef, OdIfc2x3::IfcRectangularPyramid, OdIfc2x3::IfcRectangularTrimmedSurface, OdIfc2x3::IfcReferencesValueDocument, OdIfc2x3::IfcRegularTimeSeries, OdIfc2x3::IfcReinforcementBarProperties, OdIfc2x3::IfcReinforcementDefinitionProperties, OdIfc2x3::IfcReinforcingBar, OdIfc2x3::IfcReinforcingElement, OdIfc2x3::IfcReinforcingMesh, OdIfc2x3::IfcRelAssigns, OdIfc2x3::IfcRelAssignsTasks, OdIfc2x3::IfcRelAssignsToActor, OdIfc2x3::IfcRelAssignsToControl, OdIfc2x3::IfcRelAssignsToGroup, OdIfc2x3::IfcRelAssignsToProcess, OdIfc2x3::IfcRelAssignsToProduct, OdIfc2x3::IfcRelAssignsToResource, OdIfc2x3::IfcRelAssociatesAppliedValue, OdIfc2x3::IfcRelAssociatesApproval, OdIfc2x3::IfcRelAssociates, OdIfc2x3::IfcRelAssociatesClassification, OdIfc2x3::IfcRelAssociatesConstraint, OdIfc2x3::IfcRelAssociatesDocument, OdIfc2x3::IfcRelAssociatesLibrary, OdIfc2x3::IfcRelAssociatesMaterial, OdIfc2x3::IfcRelAssociatesProfileProperties, OdIfc2x3::IfcRelaxation, OdIfc2x3::IfcRelConnectsElements, OdIfc2x3::IfcRelConnectsPathElements, OdIfc2x3::IfcRelConnectsPorts, OdIfc2x3::IfcRelConnectsPortToElement, OdIfc2x3::IfcRelConnectsStructuralActivity, OdIfc2x3::IfcRelConnectsStructuralElement, OdIfc2x3::IfcRelConnectsStructuralMember, OdIfc2x3::IfcRelConnectsWithEccentricity, OdIfc2x3::IfcRelConnectsWithRealizingElements, OdIfc2x3::IfcRelContainedInSpatialStructure, OdIfc2x3::IfcRelCoversBldgElements, OdIfc2x3::IfcRelCoversSpaces, OdIfc2x3::IfcRelDecomposes, OdIfc2x3::IfcRelDefines, OdIfc2x3::IfcRelDefinesByProperties, OdIfc2x3::IfcRelDefinesByType, OdIfc2x3::IfcRelFillsElement, OdIfc2x3::IfcRelFlowControlElements, OdIfc2x3::IfcRelInteractionRequirements, OdIfc2x3::IfcRelOverridesProperties, OdIfc2x3::IfcRelProjectsElement, OdIfc2x3::IfcRelReferencedInSpatialStructure, OdIfc2x3::IfcRelSequence, OdIfc2x3::IfcRelServicesBuildings, OdIfc2x3::IfcRelSpaceBoundary, OdIfc2x3::IfcRelVoidsElement, OdIfc2x3::IfcRepresentation, OdIfc2x3::IfcRepresentationContext, OdIfc2x3::IfcRepresentationItem, OdIfc2x3::IfcRepresentationMap, OdIfc2x3::IfcResource, OdIfc2x3::IfcRevolvedAreaSolid, OdIfc2x3::IfcRibPlateProfileProperties, OdIfc2x3::IfcRightCircularCone, OdIfc2x3::IfcRightCircularCylinder, OdIfc2x3::IfcRoof, OdIfc2x3::IfcRoot, OdIfc2x3::IfcRoundedEdgeFeature, OdIfc2x3::IfcRoundedRectangleProfileDef, OdIfc2x3::IfcSanitaryTerminalType, OdIfc2x3::IfcScheduleTimeControl, OdIfc2x3::IfcSectionedSpine, OdIfc2x3::IfcSectionProperties, OdIfc2x3::IfcSectionReinforcementProperties, OdIfc2x3::IfcSensorType, OdIfc2x3::IfcServiceLife, OdIfc2x3::IfcServiceLifeFactor, OdIfc2x3::IfcShapeAspect, OdIfc2x3::IfcShapeModel, OdIfc2x3::IfcShellBasedSurfaceModel, OdIfc2x3::IfcSite, OdIfc2x3::IfcSIUnit, OdIfc2x3::IfcSlab, OdIfc2x3::IfcSlabType, OdIfc2x3::IfcSlippageConnectionCondition, OdIfc2x3::IfcSoundProperties, OdIfc2x3::IfcSoundValue, OdIfc2x3::IfcSpace, OdIfc2x3::IfcSpaceHeaterType, OdIfc2x3::IfcSpaceProgram, OdIfc2x3::IfcSpaceThermalLoadProperties, OdIfc2x3::IfcSpaceType, OdIfc2x3::IfcSpatialStructureElement, OdIfc2x3::IfcSphere, OdIfc2x3::IfcStackTerminalType, OdIfc2x3::IfcStair, OdIfc2x3::IfcStairFlight, OdIfc2x3::IfcStairFlightType, OdIfc2x3::IfcStructuralAction, OdIfc2x3::IfcStructuralActivity, OdIfc2x3::IfcStructuralAnalysisModel, OdIfc2x3::IfcStructuralConnection, OdIfc2x3::IfcStructuralConnectionCondition, OdIfc2x3::IfcStructuralCurveMember, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralLinearAction, OdIfc2x3::IfcStructuralLinearActionVarying, OdIfc2x3::IfcStructuralLoad, OdIfc2x3::IfcStructuralLoadGroup, OdIfc2x3::IfcStructuralLoadLinearForce, OdIfc2x3::IfcStructuralLoadPlanarForce, OdIfc2x3::IfcStructuralLoadSingleDisplacement, OdIfc2x3::IfcStructuralLoadSingleDisplacementDistortion, OdIfc2x3::IfcStructuralLoadSingleForce, OdIfc2x3::IfcStructuralLoadSingleForceWarping, OdIfc2x3::IfcStructuralLoadTemperature, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralPlanarAction, OdIfc2x3::IfcStructuralPlanarActionVarying, OdIfc2x3::IfcStructuralProfileProperties, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralResultGroup, OdIfc2x3::IfcStructuralSteelProfileProperties, OdIfc2x3::IfcStructuralSurfaceMember, OdIfc2x3::IfcStructuralSurfaceMemberVarying, OdIfc2x3::IfcStyledItem, OdIfc2x3::IfcSubContractResource, OdIfc2x3::IfcSubedge, OdIfc2x3::IfcSurfaceCurveSweptAreaSolid, OdIfc2x3::IfcSurfaceOfLinearExtrusion, OdIfc2x3::IfcSurfaceOfRevolution, OdIfc2x3::IfcSurfaceStyle, OdIfc2x3::IfcSurfaceStyleLighting, OdIfc2x3::IfcSurfaceStyleRefraction, OdIfc2x3::IfcSurfaceStyleRendering, OdIfc2x3::IfcSurfaceStyleShading, OdIfc2x3::IfcSurfaceStyleWithTextures, OdIfc2x3::IfcSurfaceTexture, OdIfc2x3::IfcSweptAreaSolid, OdIfc2x3::IfcSweptDiskSolid, OdIfc2x3::IfcSweptSurface, OdIfc2x3::IfcSwitchingDeviceType, OdIfc2x3::IfcSymbolStyle, OdIfc2x3::IfcSystem, OdIfc2x3::IfcTable, OdIfc2x3::IfcTableRow, OdIfc2x3::IfcTankType, OdIfc2x3::IfcTask, OdIfc2x3::IfcTelecomAddress, OdIfc2x3::IfcTendon, OdIfc2x3::IfcTerminatorSymbol, OdIfc2x3::IfcTextLiteral, OdIfc2x3::IfcTextLiteralWithExtent, OdIfc2x3::IfcTextStyle, OdIfc2x3::IfcTextStyleFontModel, OdIfc2x3::IfcTextStyleForDefinedFont, OdIfc2x3::IfcTextStyleTextModel, OdIfc2x3::IfcTextStyleWithBoxCharacteristics, OdIfc2x3::IfcTextureCoordinate, OdIfc2x3::IfcTextureCoordinateGenerator, OdIfc2x3::IfcTextureMap, OdIfc2x3::IfcTextureVertex, OdIfc2x3::IfcThermalMaterialProperties, OdIfc2x3::IfcTimeSeries, OdIfc2x3::IfcTimeSeriesReferenceRelationship, OdIfc2x3::IfcTimeSeriesSchedule, OdIfc2x3::IfcTimeSeriesValue, OdIfc2x3::IfcTransformerType, OdIfc2x3::IfcTransportElement, OdIfc2x3::IfcTransportElementType, OdIfc2x3::IfcTrapeziumProfileDef, OdIfc2x3::IfcTrimmedCurve, OdIfc2x3::IfcTShapeProfileDef, OdIfc2x3::IfcTubeBundleType, OdIfc2x3::IfcTwoDirectionRepeatFactor, OdIfc2x3::IfcTypeObject, OdIfc2x3::IfcTypeProduct, OdIfc2x3::IfcUnitaryEquipmentType, OdIfc2x3::IfcUnitAssignment, OdIfc2x3::IfcUShapeProfileDef, OdIfc2x3::IfcValveType, OdIfc2x3::IfcVector, OdIfc2x3::IfcVertexBasedTextureMap, OdIfc2x3::IfcVertexLoop, OdIfc2x3::IfcVertexPoint, OdIfc2x3::IfcVibrationIsolatorType, OdIfc2x3::IfcVirtualGridIntersection, OdIfc2x3::IfcWallType, OdIfc2x3::IfcWasteTerminalType, OdIfc2x3::IfcWaterProperties, OdIfc2x3::IfcWindow, OdIfc2x3::IfcWindowLiningProperties, OdIfc2x3::IfcWindowPanelProperties, OdIfc2x3::IfcWindowStyle, OdIfc2x3::IfcWorkControl, OdIfc2x3::IfcZShapeProfileDef, OdIfc2x_final::IfcActionTimeControl, OdIfc2x_final::IfcActor, OdIfc2x_final::IfcActorRole, OdIfc2x_final::IfcActuator, OdIfc2x_final::IfcAddress, OdIfc2x_final::IfcAirFilter, OdIfc2x_final::IfcAirTerminal, OdIfc2x_final::IfcAirTerminalBox, OdIfc2x_final::IfcApplication, OdIfc2x_final::IfcApproval, OdIfc2x_final::IfcApprovalUsage, OdIfc2x_final::IfcArbitraryClosedProfileDef, OdIfc2x_final::IfcArbitraryOpenProfileDef, OdIfc2x_final::IfcArbitraryProfileDefWithVoids, OdIfc2x_final::IfcAssessory, OdIfc2x_final::IfcAsset, OdIfc2x_final::IfcAxis1Placement, OdIfc2x_final::IfcAxis2Placement2D, OdIfc2x_final::IfcAxis2Placement3D, OdIfc2x_final::IfcBoiler, OdIfc2x_final::IfcBooleanResult, OdIfc2x_final::IfcBoundingBox, OdIfc2x_final::IfcBoxedHalfSpace, OdIfc2x_final::IfcBudget, OdIfc2x_final::IfcBuilding, OdIfc2x_final::IfcBuildingElement, OdIfc2x_final::IfcBuildingElementProxy, OdIfc2x_final::IfcBuildingStorey, OdIfc2x_final::IfcBuiltIn, OdIfc2x_final::IfcCalendarDate, OdIfc2x_final::IfcCartesianPoint, OdIfc2x_final::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x_final::IfcCartesianTransformationOperator3D, OdIfc2x_final::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x_final::IfcCartesianTransformationOperator, OdIfc2x_final::IfcChangeOrder, OdIfc2x_final::IfcChiller, OdIfc2x_final::IfcCircle, OdIfc2x_final::IfcCircleProfileDef, OdIfc2x_final::IfcClassification, OdIfc2x_final::IfcClassificationItem, OdIfc2x_final::IfcClassificationItemRelationship, OdIfc2x_final::IfcClassificationNotation, OdIfc2x_final::IfcClassificationNotationFacet, OdIfc2x_final::IfcClassificationReference, OdIfc2x_final::IfcCMDocPackage, OdIfc2x_final::IfcCoil, OdIfc2x_final::IfcCompartment, OdIfc2x_final::IfcComplexProperty, OdIfc2x_final::IfcCompositeCurve, OdIfc2x_final::IfcCompositeCurveSegment, OdIfc2x_final::IfcCompositeProfileDef, OdIfc2x_final::IfcCompressor, OdIfc2x_final::IfcConic, OdIfc2x_final::IfcConnectedFaceSet, OdIfc2x_final::IfcConnectionConstraint, OdIfc2x_final::IfcConnectionCurveGeometry, OdIfc2x_final::IfcConnectionPointGeometry, OdIfc2x_final::IfcConnectionPortGeometry, OdIfc2x_final::IfcConnectionSurfaceGeometry, OdIfc2x_final::IfcConstraintAggregationRelationship, OdIfc2x_final::IfcConstraint, OdIfc2x_final::IfcConstraintUsage, OdIfc2x_final::IfcConstructionMaterialResource, OdIfc2x_final::IfcContextDependentUnit, OdIfc2x_final::IfcControl, OdIfc2x_final::IfcControlElement, OdIfc2x_final::IfcConversionBasedUnit, OdIfc2x_final::IfcCoolingTower, OdIfc2x_final::IfcCoordinatedUniversalTimeOffset, OdIfc2x_final::IfcCost, OdIfc2x_final::IfcCostModifier, OdIfc2x_final::IfcCostModifierValue, OdIfc2x_final::IfcCostQuantity, OdIfc2x_final::IfcCostSchedule, OdIfc2x_final::IfcCostValue, OdIfc2x_final::IfcCostValueRelationship, OdIfc2x_final::IfcCovering, OdIfc2x_final::IfcCsgSolid, OdIfc2x_final::IfcCurveBoundedPlane, OdIfc2x_final::IfcDamper, OdIfc2x_final::IfcDateAndTime, OdIfc2x_final::IfcDerivedProfileDef, OdIfc2x_final::IfcDerivedUnit, OdIfc2x_final::IfcDerivedUnitElement, OdIfc2x_final::IfcDimensionalExponents, OdIfc2x_final::IfcDirectionalLightSource, OdIfc2x_final::IfcDirection, OdIfc2x_final::IfcDiscreteElement, OdIfc2x_final::IfcDistributionFlowElement, OdIfc2x_final::IfcDocumentElectronicFormat, OdIfc2x_final::IfcDocumentInformation, OdIfc2x_final::IfcDocumentInformationRelationship, OdIfc2x_final::IfcDocumentReference, OdIfc2x_final::IfcDoor, OdIfc2x_final::IfcDoorLiningProperties, OdIfc2x_final::IfcDoorPanelProperties, OdIfc2x_final::IfcDoorStyle, OdIfc2x_final::IfcEdge, OdIfc2x_final::IfcEdgeCurve, OdIfc2x_final::IfcElectricalAppliance, OdIfc2x_final::IfcElectricalBaseProperties, OdIfc2x_final::IfcElectricalExtendedProperties, OdIfc2x_final::IfcElectricMotor, OdIfc2x_final::IfcElementarySurface, OdIfc2x_final::IfcElement, OdIfc2x_final::IfcElementQuantity, OdIfc2x_final::IfcEllipse, OdIfc2x_final::IfcEllipseProfileDef, OdIfc2x_final::IfcExtendedMaterialProperties, OdIfc2x_final::IfcExternalReference, OdIfc2x_final::IfcExtrudedAreaSolid, OdIfc2x_final::IfcFace, OdIfc2x_final::IfcFaceBasedSurfaceModel, OdIfc2x_final::IfcFaceBound, OdIfc2x_final::IfcFaceSurface, OdIfc2x_final::IfcFacetedBrepWithVoids, OdIfc2x_final::IfcFan, OdIfc2x_final::IfcFlowFitting, OdIfc2x_final::IfcFlowSegment, OdIfc2x_final::IfcFluidFlowProperties, OdIfc2x_final::IfcFluidMovingDevice, OdIfc2x_final::IfcGeneralMaterialProperties, OdIfc2x_final::IfcGeometricRepresentationContext, OdIfc2x_final::IfcGeometricSet, OdIfc2x_final::IfcGrid, OdIfc2x_final::IfcGridAxis, OdIfc2x_final::IfcGridPlacement, OdIfc2x_final::IfcGroup, OdIfc2x_final::IfcHalfSpaceSolid, OdIfc2x_final::IfcHeatExchanger, OdIfc2x_final::IfcHeatTransferDevice, OdIfc2x_final::IfcHydronicHeater, OdIfc2x_final::IfcHygroscopicMaterialProperties, OdIfc2x_final::IfcInventory, OdIfc2x_final::IfcIshapeProfileDef, OdIfc2x_final::IfcLaborResource, OdIfc2x_final::IfcLibraryInformation, OdIfc2x_final::IfcLibraryReference, OdIfc2x_final::IfcLightFixture, OdIfc2x_final::IfcLine, OdIfc2x_final::IfcLocalPlacement, OdIfc2x_final::IfcLocalTime, OdIfc2x_final::IfcMaintenanceRecord, OdIfc2x_final::IfcMaintenanceWorkOrder, OdIfc2x_final::IfcManifoldSolidBrep, OdIfc2x_final::IfcManufacturerInformation, OdIfc2x_final::IfcMappedItem, OdIfc2x_final::IfcMaterial, OdIfc2x_final::IfcMaterialClassificationRelationship, OdIfc2x_final::IfcMaterialLayer, OdIfc2x_final::IfcMaterialLayerSet, OdIfc2x_final::IfcMaterialLayerSetUsage, OdIfc2x_final::IfcMaterialList, OdIfc2x_final::IfcMaterialProperties, OdIfc2x_final::IfcMeasureWithUnit, OdIfc2x_final::IfcMechanicalMaterialProperties, OdIfc2x_final::IfcMetric, OdIfc2x_final::IfcMetricBenchmark, OdIfc2x_final::IfcMetricValue, OdIfc2x_final::IfcMonetaryUnit, OdIfc2x_final::IfcMove, OdIfc2x_final::IfcNamedUnit, OdIfc2x_final::IfcObject, OdIfc2x_final::IfcObjective, OdIfc2x_final::IfcObjectPlacement, OdIfc2x_final::IfcOccupant, OdIfc2x_final::IfcOffsetCurve2D, OdIfc2x_final::IfcOffsetCurve3D, OdIfc2x_final::IfcOpeningElement, OdIfc2x_final::IfcOpticalMaterialProperties, OdIfc2x_final::IfcOrganization, OdIfc2x_final::IfcOrganizationRelationship, OdIfc2x_final::IfcOrientedEdge, OdIfc2x_final::IfcOutlet, OdIfc2x_final::IfcOwnerHistory, OdIfc2x_final::IfcPath, OdIfc2x_final::IfcPermeableCoveringProperties, OdIfc2x_final::IfcPersonAndOrganization, OdIfc2x_final::IfcPerson, OdIfc2x_final::IfcPhysicalQuantity, OdIfc2x_final::IfcPlacement, OdIfc2x_final::IfcPointLightSource, OdIfc2x_final::IfcPolygonalBoundedHalfSpace, OdIfc2x_final::IfcPolyline, OdIfc2x_final::IfcPolyLoop, OdIfc2x_final::IfcPostalAddress, OdIfc2x_final::IfcPresentationLightSource, OdIfc2x_final::IfcProcess, OdIfc2x_final::IfcProduct, OdIfc2x_final::IfcProductDefinitionShape, OdIfc2x_final::IfcProductRepresentation, OdIfc2x_final::IfcProfileDef, OdIfc2x_final::IfcProject, OdIfc2x_final::IfcProjectOrder, OdIfc2x_final::IfcProperty, OdIfc2x_final::IfcPropertyBoundedValue, OdIfc2x_final::IfcPropertyDefinition, OdIfc2x_final::IfcPropertyEnumeratedValue, OdIfc2x_final::IfcPropertyEnumeration, OdIfc2x_final::IfcPropertyReferenceValue, OdIfc2x_final::IfcPropertySet, OdIfc2x_final::IfcPropertySetDefinition, OdIfc2x_final::IfcPropertySingleValue, OdIfc2x_final::IfcPropertyTableValue, OdIfc2x_final::IfcProxy, OdIfc2x_final::IfcPump, OdIfc2x_final::IfcPurchaseOrder, OdIfc2x_final::IfcQuantityArea, OdIfc2x_final::IfcQuantityCount, OdIfc2x_final::IfcQuantityLength, OdIfc2x_final::IfcQuantityVolume, OdIfc2x_final::IfcQuantityWeight, OdIfc2x_final::IfcRailing, OdIfc2x_final::IfcRamp, OdIfc2x_final::IfcRectangleProfileDef, OdIfc2x_final::IfcRectangularTrimmedSurface, OdIfc2x_final::IfcReferenceEdge, OdIfc2x_final::IfcReferenceFace, OdIfc2x_final::IfcReferenceGeometry, OdIfc2x_final::IfcReferencesCostDocument, OdIfc2x_final::IfcReferenceVertex, OdIfc2x_final::IfcRelAggregatesResources, OdIfc2x_final::IfcRelAssigns, OdIfc2x_final::IfcRelAssignsFMStandard, OdIfc2x_final::IfcRelAssignsTasks, OdIfc2x_final::IfcRelAssignsToActor, OdIfc2x_final::IfcRelAssignsToControl, OdIfc2x_final::IfcRelAssignsToGroup, OdIfc2x_final::IfcRelAssignsToProcess, OdIfc2x_final::IfcRelAssignsToProduct, OdIfc2x_final::IfcRelAssignsToResource, OdIfc2x_final::IfcRelAssociates, OdIfc2x_final::IfcRelAssociatesClassification, OdIfc2x_final::IfcRelAssociatesDocument, OdIfc2x_final::IfcRelAssociatesLibrary, OdIfc2x_final::IfcRelAssociatesMaterial, OdIfc2x_final::IfcRelConnectsElements, OdIfc2x_final::IfcRelConnectsPathElements, OdIfc2x_final::IfcRelConnectsPorts, OdIfc2x_final::IfcRelContainedInSpatialStructure, OdIfc2x_final::IfcRelCoversBldgElements, OdIfc2x_final::IfcRelDecomposes, OdIfc2x_final::IfcRelDefines, OdIfc2x_final::IfcRelDefinesByProperties, OdIfc2x_final::IfcRelDefinesByType, OdIfc2x_final::IfcRelFillsElement, OdIfc2x_final::IfcRelFlowControlElements, OdIfc2x_final::IfcRelInteractionRequirements, OdIfc2x_final::IfcRelMaintenanceEvent, OdIfc2x_final::IfcRelOverridesProperties, OdIfc2x_final::IfcRelSequence, OdIfc2x_final::IfcRelServicesBuildings, OdIfc2x_final::IfcRelSpaceBoundary, OdIfc2x_final::IfcRelUsesResource, OdIfc2x_final::IfcRelVoidsElement, OdIfc2x_final::IfcRepresentation, OdIfc2x_final::IfcRepresentationContext, OdIfc2x_final::IfcRepresentationMap, OdIfc2x_final::IfcResource, OdIfc2x_final::IfcRevolvedAreaSolid, OdIfc2x_final::IfcRoof, OdIfc2x_final::IfcRoot, OdIfc2x_final::IfcRoundedRectangleProfileDef, OdIfc2x_final::IfcSanitaryTerminal, OdIfc2x_final::IfcScheduleTimeControl, OdIfc2x_final::IfcSectionedSpine, OdIfc2x_final::IfcSensor, OdIfc2x_final::IfcShapeAspect, OdIfc2x_final::IfcShapeRepresentation, OdIfc2x_final::IfcShellBasedSurfaceModel, OdIfc2x_final::IfcSite, OdIfc2x_final::IfcSIUnit, OdIfc2x_final::IfcSlab, OdIfc2x_final::IfcSpace, OdIfc2x_final::IfcSpaceProgram, OdIfc2x_final::IfcSpaceProgramGroup, OdIfc2x_final::IfcSpaceThermalLoad, OdIfc2x_final::IfcSpatialStructureElement, OdIfc2x_final::IfcSpotLightSource, OdIfc2x_final::IfcStair, OdIfc2x_final::IfcStairFlight, OdIfc2x_final::IfcSubContractResource, OdIfc2x_final::IfcSurfaceExtendedProperties, OdIfc2x_final::IfcSurfaceOfLinearExtrusion, OdIfc2x_final::IfcSurfaceOfRevolution, OdIfc2x_final::IfcSurfaceRenderingProperties, OdIfc2x_final::IfcSurfaceShadingProperties, OdIfc2x_final::IfcSurfaceStyle, OdIfc2x_final::IfcSurfaceStyleProperties, OdIfc2x_final::IfcSurfaceStyleUsage, OdIfc2x_final::IfcSweptAreaSolid, OdIfc2x_final::IfcSweptSurface, OdIfc2x_final::IfcSystem, OdIfc2x_final::IfcTable, OdIfc2x_final::IfcTableRow, OdIfc2x_final::IfcTank, OdIfc2x_final::IfcTask, OdIfc2x_final::IfcTelecomAddress, OdIfc2x_final::IfcThermalMaterialProperties, OdIfc2x_final::IfcTransportElement, OdIfc2x_final::IfcTrapeziumProfileDef, OdIfc2x_final::IfcTrimmedCurve, OdIfc2x_final::IfcTubeBundle, OdIfc2x_final::IfcTypeObject, OdIfc2x_final::IfcTypeProduct, OdIfc2x_final::IfcUnitAssignment, OdIfc2x_final::IfcValve, OdIfc2x_final::IfcVector, OdIfc2x_final::IfcVertexPoint, OdIfc2x_final::IfcVirtualGridIntersection, OdIfc2x_final::IfcWindow, OdIfc2x_final::IfcWindowLiningProperties, OdIfc2x_final::IfcWindowPanelProperties, OdIfc2x_final::IfcWindowStyle, OdIfc2x_final::IfcWorkControl, OdIfc2x_final::IfcWorkOrder, OdIfc4::IfcActionRequest, OdIfc4::IfcActor, OdIfc4::IfcActorRole, OdIfc4::IfcActuator, OdIfc4::IfcActuatorType, OdIfc4::IfcAddress, OdIfc4::IfcAdvancedBrepWithVoids, OdIfc4::IfcAirTerminal, OdIfc4::IfcAirTerminalBox, OdIfc4::IfcAirTerminalBoxType, OdIfc4::IfcAirTerminalType, OdIfc4::IfcAirToAirHeatRecovery, OdIfc4::IfcAirToAirHeatRecoveryType, OdIfc4::IfcAlarm, OdIfc4::IfcAlarmType, OdIfc4::IfcAnnotation, OdIfc4::IfcAnnotationFillArea, OdIfc4::IfcApplication, OdIfc4::IfcAppliedValue, OdIfc4::IfcApproval, OdIfc4::IfcApprovalRelationship, OdIfc4::IfcArbitraryClosedProfileDef, OdIfc4::IfcArbitraryOpenProfileDef, OdIfc4::IfcArbitraryProfileDefWithVoids, OdIfc4::IfcAsset, OdIfc4::IfcAsymmetricIShapeProfileDef, OdIfc4::IfcAudioVisualAppliance, OdIfc4::IfcAudioVisualApplianceType, OdIfc4::IfcAxis1Placement, OdIfc4::IfcAxis2Placement2D, OdIfc4::IfcAxis2Placement3D, OdIfc4::IfcBeam, OdIfc4::IfcBeamType, OdIfc4::IfcBlobTexture, OdIfc4::IfcBlock, OdIfc4::IfcBoiler, OdIfc4::IfcBoilerType, OdIfc4::IfcBooleanResult, OdIfc4::IfcBoundaryCondition, OdIfc4::IfcBoundaryEdgeCondition, OdIfc4::IfcBoundaryFaceCondition, OdIfc4::IfcBoundaryNodeCondition, OdIfc4::IfcBoundaryNodeConditionWarping, OdIfc4::IfcBoundingBox, OdIfc4::IfcBoxedHalfSpace, OdIfc4::IfcBSplineCurve, OdIfc4::IfcBSplineCurveWithKnots, OdIfc4::IfcBSplineSurface, OdIfc4::IfcBSplineSurfaceWithKnots, OdIfc4::IfcBuilding, OdIfc4::IfcBuildingElementPart, OdIfc4::IfcBuildingElementPartType, OdIfc4::IfcBuildingElementProxy, OdIfc4::IfcBuildingElementProxyType, OdIfc4::IfcBuildingStorey, OdIfc4::IfcBuildingSystem, OdIfc4::IfcBurner, OdIfc4::IfcBurnerType, OdIfc4::IfcCableCarrierFitting, OdIfc4::IfcCableCarrierFittingType, OdIfc4::IfcCableCarrierSegment, OdIfc4::IfcCableCarrierSegmentType, OdIfc4::IfcCableFitting, OdIfc4::IfcCableFittingType, OdIfc4::IfcCableSegment, OdIfc4::IfcCableSegmentType, OdIfc4::IfcCartesianPoint, OdIfc4::IfcCartesianPointList2D, OdIfc4::IfcCartesianPointList3D, OdIfc4::IfcCartesianTransformationOperator2DnonUniform, OdIfc4::IfcCartesianTransformationOperator3D, OdIfc4::IfcCartesianTransformationOperator3DnonUniform, OdIfc4::IfcCartesianTransformationOperator, OdIfc4::IfcCenterLineProfileDef, OdIfc4::IfcChiller, OdIfc4::IfcChillerType, OdIfc4::IfcChimney, OdIfc4::IfcChimneyType, OdIfc4::IfcCircle, OdIfc4::IfcCircleHollowProfileDef, OdIfc4::IfcCircleProfileDef, OdIfc4::IfcClassification, OdIfc4::IfcClassificationReference, OdIfc4::IfcCoil, OdIfc4::IfcCoilType, OdIfc4::IfcColourRgb, OdIfc4::IfcColourRgbList, OdIfc4::IfcColourSpecification, OdIfc4::IfcColumn, OdIfc4::IfcColumnType, OdIfc4::IfcCommunicationsAppliance, OdIfc4::IfcCommunicationsApplianceType, OdIfc4::IfcComplexProperty, OdIfc4::IfcComplexPropertyTemplate, OdIfc4::IfcCompositeCurve, OdIfc4::IfcCompositeCurveSegment, OdIfc4::IfcCompositeProfileDef, OdIfc4::IfcCompressor, OdIfc4::IfcCompressorType, OdIfc4::IfcCondenser, OdIfc4::IfcCondenserType, OdIfc4::IfcConic, OdIfc4::IfcConnectedFaceSet, OdIfc4::IfcConnectionCurveGeometry, OdIfc4::IfcConnectionPointEccentricity, OdIfc4::IfcConnectionPointGeometry, OdIfc4::IfcConnectionSurfaceGeometry, OdIfc4::IfcConnectionVolumeGeometry, OdIfc4::IfcConstraint, OdIfc4::IfcConstructionEquipmentResource, OdIfc4::IfcConstructionEquipmentResourceType, OdIfc4::IfcConstructionMaterialResource, OdIfc4::IfcConstructionMaterialResourceType, OdIfc4::IfcConstructionProductResource, OdIfc4::IfcConstructionProductResourceType, OdIfc4::IfcConstructionResource, OdIfc4::IfcConstructionResourceType, OdIfc4::IfcContext, OdIfc4::IfcContextDependentUnit, OdIfc4::IfcControl, OdIfc4::IfcController, OdIfc4::IfcControllerType, OdIfc4::IfcConversionBasedUnit, OdIfc4::IfcConversionBasedUnitWithOffset, OdIfc4::IfcCooledBeam, OdIfc4::IfcCooledBeamType, OdIfc4::IfcCoolingTower, OdIfc4::IfcCoolingTowerType, OdIfc4::IfcCoordinateOperation, OdIfc4::IfcCoordinateReferenceSystem, OdIfc4::IfcCostItem, OdIfc4::IfcCostSchedule, OdIfc4::IfcCovering, OdIfc4::IfcCoveringType, OdIfc4::IfcCrewResource, OdIfc4::IfcCrewResourceType, OdIfc4::IfcCsgPrimitive3D, OdIfc4::IfcCsgSolid, OdIfc4::IfcCShapeProfileDef, OdIfc4::IfcCurrencyRelationship, OdIfc4::IfcCurtainWall, OdIfc4::IfcCurtainWallType, OdIfc4::IfcCurveBoundedPlane, OdIfc4::IfcCurveBoundedSurface, OdIfc4::IfcCurveStyle, OdIfc4::IfcCurveStyleFontAndScaling, OdIfc4::IfcCurveStyleFont, OdIfc4::IfcCurveStyleFontPattern, OdIfc4::IfcCylindricalSurface, OdIfc4::IfcDamper, OdIfc4::IfcDamperType, OdIfc4::IfcDerivedProfileDef, OdIfc4::IfcDerivedUnit, OdIfc4::IfcDerivedUnitElement, OdIfc4::IfcDimensionalExponents, OdIfc4::IfcDirection, OdIfc4::IfcDiscreteAccessory, OdIfc4::IfcDiscreteAccessoryType, OdIfc4::IfcDistributionChamberElement, OdIfc4::IfcDistributionChamberElementType, OdIfc4::IfcDistributionControlElement, OdIfc4::IfcDistributionElement, OdIfc4::IfcDistributionFlowElement, OdIfc4::IfcDistributionPort, OdIfc4::IfcDistributionSystem, OdIfc4::IfcDocumentInformation, OdIfc4::IfcDocumentInformationRelationship, OdIfc4::IfcDocumentReference, OdIfc4::IfcDoor, OdIfc4::IfcDoorLiningProperties, OdIfc4::IfcDoorPanelProperties, OdIfc4::IfcDoorStyle, OdIfc4::IfcDoorType, OdIfc4::IfcDuctFitting, OdIfc4::IfcDuctFittingType, OdIfc4::IfcDuctSegment, OdIfc4::IfcDuctSegmentType, OdIfc4::IfcDuctSilencer, OdIfc4::IfcDuctSilencerType, OdIfc4::IfcEdge, OdIfc4::IfcEdgeCurve, OdIfc4::IfcEdgeLoop, OdIfc4::IfcElectricAppliance, OdIfc4::IfcElectricApplianceType, OdIfc4::IfcElectricDistributionBoard, OdIfc4::IfcElectricDistributionBoardType, OdIfc4::IfcElectricFlowStorageDevice, OdIfc4::IfcElectricFlowStorageDeviceType, OdIfc4::IfcElectricGenerator, OdIfc4::IfcElectricGeneratorType, OdIfc4::IfcElectricMotor, OdIfc4::IfcElectricMotorType, OdIfc4::IfcElectricTimeControl, OdIfc4::IfcElectricTimeControlType, OdIfc4::IfcElementarySurface, OdIfc4::IfcElementAssembly, OdIfc4::IfcElementAssemblyType, OdIfc4::IfcElement, OdIfc4::IfcElementQuantity, OdIfc4::IfcElementType, OdIfc4::IfcEllipse, OdIfc4::IfcEllipseProfileDef, OdIfc4::IfcEngine, OdIfc4::IfcEngineType, OdIfc4::IfcEvaporativeCooler, OdIfc4::IfcEvaporativeCoolerType, OdIfc4::IfcEvaporator, OdIfc4::IfcEvaporatorType, OdIfc4::IfcEvent, OdIfc4::IfcEventTime, OdIfc4::IfcEventType, OdIfc4::IfcExtendedProperties, OdIfc4::IfcExternalReference, OdIfc4::IfcExternalReferenceRelationship, OdIfc4::IfcExternalSpatialElement, OdIfc4::IfcExtrudedAreaSolid, OdIfc4::IfcExtrudedAreaSolidTapered, OdIfc4::IfcFace, OdIfc4::IfcFaceBasedSurfaceModel, OdIfc4::IfcFaceBound, OdIfc4::IfcFaceSurface, OdIfc4::IfcFacetedBrepWithVoids, OdIfc4::IfcFailureConnectionCondition, OdIfc4::IfcFan, OdIfc4::IfcFanType, OdIfc4::IfcFastener, OdIfc4::IfcFastenerType, OdIfc4::IfcFeatureElementAddition, OdIfc4::IfcFeatureElementSubtraction, OdIfc4::IfcFillAreaStyle, OdIfc4::IfcFillAreaStyleHatching, OdIfc4::IfcFillAreaStyleTiles, OdIfc4::IfcFilter, OdIfc4::IfcFilterType, OdIfc4::IfcFireSuppressionTerminal, OdIfc4::IfcFireSuppressionTerminalType, OdIfc4::IfcFixedReferenceSweptAreaSolid, OdIfc4::IfcFlowInstrument, OdIfc4::IfcFlowInstrumentType, OdIfc4::IfcFlowMeter, OdIfc4::IfcFlowMeterType, OdIfc4::IfcFooting, OdIfc4::IfcFootingType, OdIfc4::IfcFurniture, OdIfc4::IfcFurnitureType, OdIfc4::IfcGeographicElement, OdIfc4::IfcGeographicElementType, OdIfc4::IfcGeometricRepresentationContext, OdIfc4::IfcGeometricRepresentationSubContext, OdIfc4::IfcGeometricSet, OdIfc4::IfcGrid, OdIfc4::IfcGridAxis, OdIfc4::IfcGridPlacement, OdIfc4::IfcGroup, OdIfc4::IfcHalfSpaceSolid, OdIfc4::IfcHeatExchanger, OdIfc4::IfcHeatExchangerType, OdIfc4::IfcHumidifier, OdIfc4::IfcHumidifierType, OdIfc4::IfcImageTexture, OdIfc4::IfcIndexedColourMap, OdIfc4::IfcIndexedPolyCurve, OdIfc4::IfcIndexedPolygonalFace, OdIfc4::IfcIndexedPolygonalFaceWithVoids, OdIfc4::IfcIndexedTextureMap, OdIfc4::IfcIndexedTriangleTextureMap, OdIfc4::IfcInterceptor, OdIfc4::IfcInterceptorType, OdIfc4::IfcInventory, OdIfc4::IfcIrregularTimeSeries, OdIfc4::IfcIrregularTimeSeriesValue, OdIfc4::IfcIShapeProfileDef, OdIfc4::IfcJunctionBox, OdIfc4::IfcJunctionBoxType, OdIfc4::IfcLaborResource, OdIfc4::IfcLaborResourceType, OdIfc4::IfcLagTime, OdIfc4::IfcLamp, OdIfc4::IfcLampType, OdIfc4::IfcLibraryInformation, OdIfc4::IfcLibraryReference, OdIfc4::IfcLightDistributionData, OdIfc4::IfcLightFixture, OdIfc4::IfcLightFixtureType, OdIfc4::IfcLightIntensityDistribution, OdIfc4::IfcLightSource, OdIfc4::IfcLightSourceDirectional, OdIfc4::IfcLightSourceGoniometric, OdIfc4::IfcLightSourcePositional, OdIfc4::IfcLightSourceSpot, OdIfc4::IfcLine, OdIfc4::IfcLocalPlacement, OdIfc4::IfcLShapeProfileDef, OdIfc4::IfcManifoldSolidBrep, OdIfc4::IfcMapConversion, OdIfc4::IfcMappedItem, OdIfc4::IfcMaterial, OdIfc4::IfcMaterialClassificationRelationship, OdIfc4::IfcMaterialConstituent, OdIfc4::IfcMaterialConstituentSet, OdIfc4::IfcMaterialDefinition, OdIfc4::IfcMaterialDefinitionRepresentation, OdIfc4::IfcMaterialLayer, OdIfc4::IfcMaterialLayerSet, OdIfc4::IfcMaterialLayerSetUsage, OdIfc4::IfcMaterialLayerWithOffsets, OdIfc4::IfcMaterialList, OdIfc4::IfcMaterialProfile, OdIfc4::IfcMaterialProfileSet, OdIfc4::IfcMaterialProfileSetUsage, OdIfc4::IfcMaterialProfileSetUsageTapering, OdIfc4::IfcMaterialProfileWithOffsets, OdIfc4::IfcMaterialProperties, OdIfc4::IfcMaterialRelationship, OdIfc4::IfcMaterialUsageDefinition, OdIfc4::IfcMeasureWithUnit, OdIfc4::IfcMechanicalFastener, OdIfc4::IfcMechanicalFastenerType, OdIfc4::IfcMedicalDevice, OdIfc4::IfcMedicalDeviceType, OdIfc4::IfcMember, OdIfc4::IfcMemberType, OdIfc4::IfcMetric, OdIfc4::IfcMonetaryUnit, OdIfc4::IfcMotorConnection, OdIfc4::IfcMotorConnectionType, OdIfc4::IfcNamedUnit, OdIfc4::IfcObject, OdIfc4::IfcObjectDefinition, OdIfc4::IfcObjective, OdIfc4::IfcObjectPlacement, OdIfc4::IfcOccupant, OdIfc4::IfcOffsetCurve2D, OdIfc4::IfcOffsetCurve3D, OdIfc4::IfcOpeningElement, OdIfc4::IfcOrganization, OdIfc4::IfcOrganizationRelationship, OdIfc4::IfcOrientedEdge, OdIfc4::IfcOutlet, OdIfc4::IfcOutletType, OdIfc4::IfcOwnerHistory, OdIfc4::IfcParameterizedProfileDef, OdIfc4::IfcPath, OdIfc4::IfcPcurve, OdIfc4::IfcPerformanceHistory, OdIfc4::IfcPermeableCoveringProperties, OdIfc4::IfcPermit, OdIfc4::IfcPersonAndOrganization, OdIfc4::IfcPerson, OdIfc4::IfcPhysicalComplexQuantity, OdIfc4::IfcPhysicalQuantity, OdIfc4::IfcPhysicalSimpleQuantity, OdIfc4::IfcPile, OdIfc4::IfcPileType, OdIfc4::IfcPipeFitting, OdIfc4::IfcPipeFittingType, OdIfc4::IfcPipeSegment, OdIfc4::IfcPipeSegmentType, OdIfc4::IfcPixelTexture, OdIfc4::IfcPlacement, OdIfc4::IfcPlanarBox, OdIfc4::IfcPlanarExtent, OdIfc4::IfcPlate, OdIfc4::IfcPlateType, OdIfc4::IfcPointOnCurve, OdIfc4::IfcPointOnSurface, OdIfc4::IfcPolygonalBoundedHalfSpace, OdIfc4::IfcPolygonalFaceSet, OdIfc4::IfcPolyline, OdIfc4::IfcPolyLoop, OdIfc4::IfcPort, OdIfc4::IfcPostalAddress, OdIfc4::IfcPreDefinedItem, OdIfc4::IfcPresentationLayerAssignment, OdIfc4::IfcPresentationLayerWithStyle, OdIfc4::IfcPresentationStyleAssignment, OdIfc4::IfcPresentationStyle, OdIfc4::IfcProcedure, OdIfc4::IfcProcedureType, OdIfc4::IfcProcess, OdIfc4::IfcProduct, OdIfc4::IfcProductDefinitionShape, OdIfc4::IfcProductRepresentation, OdIfc4::IfcProfileDef, OdIfc4::IfcProfileProperties, OdIfc4::IfcProjectedCRS, OdIfc4::IfcProjectionElement, OdIfc4::IfcProjectOrder, OdIfc4::IfcPropertyAbstraction, OdIfc4::IfcProperty, OdIfc4::IfcPropertyBoundedValue, OdIfc4::IfcPropertyDefinition, OdIfc4::IfcPropertyDependencyRelationship, OdIfc4::IfcPropertyEnumeratedValue, OdIfc4::IfcPropertyEnumeration, OdIfc4::IfcPropertyListValue, OdIfc4::IfcPropertyReferenceValue, OdIfc4::IfcPropertySet, OdIfc4::IfcPropertySetDefinition, OdIfc4::IfcPropertySetTemplate, OdIfc4::IfcPropertySingleValue, OdIfc4::IfcPropertyTableValue, OdIfc4::IfcPropertyTemplate, OdIfc4::IfcProtectiveDevice, OdIfc4::IfcProtectiveDeviceTrippingUnit, OdIfc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4::IfcProtectiveDeviceType, OdIfc4::IfcProxy, OdIfc4::IfcPump, OdIfc4::IfcPumpType, OdIfc4::IfcQuantityArea, OdIfc4::IfcQuantityCount, OdIfc4::IfcQuantityLength, OdIfc4::IfcQuantityTime, OdIfc4::IfcQuantityVolume, OdIfc4::IfcQuantityWeight, OdIfc4::IfcRailing, OdIfc4::IfcRailingType, OdIfc4::IfcRamp, OdIfc4::IfcRampFlight, OdIfc4::IfcRampFlightType, OdIfc4::IfcRampType, OdIfc4::IfcRationalBSplineCurveWithKnots, OdIfc4::IfcRationalBSplineSurfaceWithKnots, OdIfc4::IfcRectangleHollowProfileDef, OdIfc4::IfcRectangleProfileDef, OdIfc4::IfcRectangularPyramid, OdIfc4::IfcRectangularTrimmedSurface, OdIfc4::IfcRecurrencePattern, OdIfc4::IfcReference, OdIfc4::IfcRegularTimeSeries, OdIfc4::IfcReinforcementBarProperties, OdIfc4::IfcReinforcementDefinitionProperties, OdIfc4::IfcReinforcingBar, OdIfc4::IfcReinforcingBarType, OdIfc4::IfcReinforcingElement, OdIfc4::IfcReinforcingMesh, OdIfc4::IfcReinforcingMeshType, OdIfc4::IfcRelAggregates, OdIfc4::IfcRelAssigns, OdIfc4::IfcRelAssignsToActor, OdIfc4::IfcRelAssignsToControl, OdIfc4::IfcRelAssignsToGroup, OdIfc4::IfcRelAssignsToGroupByFactor, OdIfc4::IfcRelAssignsToProcess, OdIfc4::IfcRelAssignsToProduct, OdIfc4::IfcRelAssignsToResource, OdIfc4::IfcRelAssociatesApproval, OdIfc4::IfcRelAssociates, OdIfc4::IfcRelAssociatesClassification, OdIfc4::IfcRelAssociatesConstraint, OdIfc4::IfcRelAssociatesDocument, OdIfc4::IfcRelAssociatesLibrary, OdIfc4::IfcRelAssociatesMaterial, OdIfc4::IfcRelConnectsElements, OdIfc4::IfcRelConnectsPathElements, OdIfc4::IfcRelConnectsPorts, OdIfc4::IfcRelConnectsPortToElement, OdIfc4::IfcRelConnectsStructuralActivity, OdIfc4::IfcRelConnectsStructuralMember, OdIfc4::IfcRelConnectsWithEccentricity, OdIfc4::IfcRelConnectsWithRealizingElements, OdIfc4::IfcRelContainedInSpatialStructure, OdIfc4::IfcRelCoversBldgElements, OdIfc4::IfcRelCoversSpaces, OdIfc4::IfcRelDeclares, OdIfc4::IfcRelDefinesByObject, OdIfc4::IfcRelDefinesByProperties, OdIfc4::IfcRelDefinesByTemplate, OdIfc4::IfcRelDefinesByType, OdIfc4::IfcRelFillsElement, OdIfc4::IfcRelFlowControlElements, OdIfc4::IfcRelInterferesElements, OdIfc4::IfcRelNests, OdIfc4::IfcRelProjectsElement, OdIfc4::IfcRelReferencedInSpatialStructure, OdIfc4::IfcRelSequence, OdIfc4::IfcRelServicesBuildings, OdIfc4::IfcRelSpaceBoundary1stLevel, OdIfc4::IfcRelSpaceBoundary2ndLevel, OdIfc4::IfcRelSpaceBoundary, OdIfc4::IfcRelVoidsElement, OdIfc4::IfcReparametrisedCompositeCurveSegment, OdIfc4::IfcRepresentation, OdIfc4::IfcRepresentationContext, OdIfc4::IfcRepresentationItem, OdIfc4::IfcRepresentationMap, OdIfc4::IfcResourceApprovalRelationship, OdIfc4::IfcResource, OdIfc4::IfcResourceConstraintRelationship, OdIfc4::IfcResourceLevelRelationship, OdIfc4::IfcResourceTime, OdIfc4::IfcRevolvedAreaSolid, OdIfc4::IfcRevolvedAreaSolidTapered, OdIfc4::IfcRightCircularCone, OdIfc4::IfcRightCircularCylinder, OdIfc4::IfcRoof, OdIfc4::IfcRoofType, OdIfc4::IfcRoot, OdIfc4::IfcRoundedRectangleProfileDef, OdIfc4::IfcSanitaryTerminal, OdIfc4::IfcSanitaryTerminalType, OdIfc4::IfcSchedulingTime, OdIfc4::IfcSectionedSpine, OdIfc4::IfcSectionProperties, OdIfc4::IfcSectionReinforcementProperties, OdIfc4::IfcSensor, OdIfc4::IfcSensorType, OdIfc4::IfcShadingDevice, OdIfc4::IfcShadingDeviceType, OdIfc4::IfcShapeAspect, OdIfc4::IfcShapeModel, OdIfc4::IfcShellBasedSurfaceModel, OdIfc4::IfcSimplePropertyTemplate, OdIfc4::IfcSite, OdIfc4::IfcSIUnit, OdIfc4::IfcSlab, OdIfc4::IfcSlabType, OdIfc4::IfcSlippageConnectionCondition, OdIfc4::IfcSolarDevice, OdIfc4::IfcSolarDeviceType, OdIfc4::IfcSpace, OdIfc4::IfcSpaceHeater, OdIfc4::IfcSpaceHeaterType, OdIfc4::IfcSpaceType, OdIfc4::IfcSpatialElement, OdIfc4::IfcSpatialElementType, OdIfc4::IfcSpatialStructureElement, OdIfc4::IfcSpatialZone, OdIfc4::IfcSpatialZoneType, OdIfc4::IfcSphere, OdIfc4::IfcSphericalSurface, OdIfc4::IfcStackTerminal, OdIfc4::IfcStackTerminalType, OdIfc4::IfcStair, OdIfc4::IfcStairFlight, OdIfc4::IfcStairFlightType, OdIfc4::IfcStairType, OdIfc4::IfcStructuralAction, OdIfc4::IfcStructuralActivity, OdIfc4::IfcStructuralAnalysisModel, OdIfc4::IfcStructuralConnection, OdIfc4::IfcStructuralConnectionCondition, OdIfc4::IfcStructuralCurveAction, OdIfc4::IfcStructuralCurveConnection, OdIfc4::IfcStructuralCurveMember, OdIfc4::IfcStructuralCurveReaction, OdIfc4::IfcStructuralItem, OdIfc4::IfcStructuralLoad, OdIfc4::IfcStructuralLoadCase, OdIfc4::IfcStructuralLoadConfiguration, OdIfc4::IfcStructuralLoadGroup, OdIfc4::IfcStructuralLoadLinearForce, OdIfc4::IfcStructuralLoadPlanarForce, OdIfc4::IfcStructuralLoadSingleDisplacement, OdIfc4::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4::IfcStructuralLoadSingleForce, OdIfc4::IfcStructuralLoadSingleForceWarping, OdIfc4::IfcStructuralLoadTemperature, OdIfc4::IfcStructuralMember, OdIfc4::IfcStructuralPointConnection, OdIfc4::IfcStructuralResultGroup, OdIfc4::IfcStructuralSurfaceAction, OdIfc4::IfcStructuralSurfaceMember, OdIfc4::IfcStructuralSurfaceReaction, OdIfc4::IfcStyledItem, OdIfc4::IfcSubContractResource, OdIfc4::IfcSubContractResourceType, OdIfc4::IfcSubedge, OdIfc4::IfcSurfaceCurve, OdIfc4::IfcSurfaceCurveSweptAreaSolid, OdIfc4::IfcSurfaceFeature, OdIfc4::IfcSurfaceOfLinearExtrusion, OdIfc4::IfcSurfaceOfRevolution, OdIfc4::IfcSurfaceReinforcementArea, OdIfc4::IfcSurfaceStyle, OdIfc4::IfcSurfaceStyleLighting, OdIfc4::IfcSurfaceStyleRefraction, OdIfc4::IfcSurfaceStyleRendering, OdIfc4::IfcSurfaceStyleShading, OdIfc4::IfcSurfaceStyleWithTextures, OdIfc4::IfcSurfaceTexture, OdIfc4::IfcSweptAreaSolid, OdIfc4::IfcSweptDiskSolid, OdIfc4::IfcSweptDiskSolidPolygonal, OdIfc4::IfcSweptSurface, OdIfc4::IfcSwitchingDevice, OdIfc4::IfcSwitchingDeviceType, OdIfc4::IfcSystem, OdIfc4::IfcSystemFurnitureElement, OdIfc4::IfcSystemFurnitureElementType, OdIfc4::IfcTable, OdIfc4::IfcTableColumn, OdIfc4::IfcTableRow, OdIfc4::IfcTank, OdIfc4::IfcTankType, OdIfc4::IfcTask, OdIfc4::IfcTaskTime, OdIfc4::IfcTaskTimeRecurring, OdIfc4::IfcTaskType, OdIfc4::IfcTelecomAddress, OdIfc4::IfcTendonAnchor, OdIfc4::IfcTendonAnchorType, OdIfc4::IfcTendon, OdIfc4::IfcTendonType, OdIfc4::IfcTessellatedFaceSet, OdIfc4::IfcTextLiteral, OdIfc4::IfcTextLiteralWithExtent, OdIfc4::IfcTextStyle, OdIfc4::IfcTextStyleFontModel, OdIfc4::IfcTextStyleForDefinedFont, OdIfc4::IfcTextStyleTextModel, OdIfc4::IfcTextureCoordinate, OdIfc4::IfcTextureCoordinateGenerator, OdIfc4::IfcTextureMap, OdIfc4::IfcTextureVertex, OdIfc4::IfcTextureVertexList, OdIfc4::IfcTimePeriod, OdIfc4::IfcTimeSeries, OdIfc4::IfcTimeSeriesValue, OdIfc4::IfcToroidalSurface, OdIfc4::IfcTransformer, OdIfc4::IfcTransformerType, OdIfc4::IfcTransportElement, OdIfc4::IfcTransportElementType, OdIfc4::IfcTrapeziumProfileDef, OdIfc4::IfcTriangulatedFaceSet, OdIfc4::IfcTrimmedCurve, OdIfc4::IfcTShapeProfileDef, OdIfc4::IfcTubeBundle, OdIfc4::IfcTubeBundleType, OdIfc4::IfcTypeObject, OdIfc4::IfcTypeProcess, OdIfc4::IfcTypeProduct, OdIfc4::IfcTypeResource, OdIfc4::IfcUnitaryControlElement, OdIfc4::IfcUnitaryControlElementType, OdIfc4::IfcUnitaryEquipment, OdIfc4::IfcUnitaryEquipmentType, OdIfc4::IfcUnitAssignment, OdIfc4::IfcUShapeProfileDef, OdIfc4::IfcValve, OdIfc4::IfcValveType, OdIfc4::IfcVector, OdIfc4::IfcVertexLoop, OdIfc4::IfcVertexPoint, OdIfc4::IfcVibrationIsolator, OdIfc4::IfcVibrationIsolatorType, OdIfc4::IfcVirtualGridIntersection, OdIfc4::IfcVoidingFeature, OdIfc4::IfcWall, OdIfc4::IfcWallType, OdIfc4::IfcWasteTerminal, OdIfc4::IfcWasteTerminalType, OdIfc4::IfcWindow, OdIfc4::IfcWindowLiningProperties, OdIfc4::IfcWindowPanelProperties, OdIfc4::IfcWindowStyle, OdIfc4::IfcWindowType, OdIfc4::IfcWorkCalendar, OdIfc4::IfcWorkControl, OdIfc4::IfcWorkPlan, OdIfc4::IfcWorkSchedule, OdIfc4::IfcWorkTime, OdIfc4::IfcZone, OdIfc4::IfcZShapeProfileDef, OdIfc4x1::IfcActionRequest, OdIfc4x1::IfcActor, OdIfc4x1::IfcActorRole, OdIfc4x1::IfcActuator, OdIfc4x1::IfcActuatorType, OdIfc4x1::IfcAddress, OdIfc4x1::IfcAdvancedBrepWithVoids, OdIfc4x1::IfcAirTerminal, OdIfc4x1::IfcAirTerminalBox, OdIfc4x1::IfcAirTerminalBoxType, OdIfc4x1::IfcAirTerminalType, OdIfc4x1::IfcAirToAirHeatRecovery, OdIfc4x1::IfcAirToAirHeatRecoveryType, OdIfc4x1::IfcAlarm, OdIfc4x1::IfcAlarmType, OdIfc4x1::IfcAlignment2DHorizontal, OdIfc4x1::IfcAlignment2DHorizontalSegment, OdIfc4x1::IfcAlignment2DSegment, OdIfc4x1::IfcAlignment2DVerSegCircularArc, OdIfc4x1::IfcAlignment2DVerSegParabolicArc, OdIfc4x1::IfcAlignment2DVertical, OdIfc4x1::IfcAlignment2DVerticalSegment, OdIfc4x1::IfcAlignment, OdIfc4x1::IfcAlignmentCurve, OdIfc4x1::IfcAnnotation, OdIfc4x1::IfcAnnotationFillArea, OdIfc4x1::IfcApplication, OdIfc4x1::IfcAppliedValue, OdIfc4x1::IfcApproval, OdIfc4x1::IfcApprovalRelationship, OdIfc4x1::IfcArbitraryClosedProfileDef, OdIfc4x1::IfcArbitraryOpenProfileDef, OdIfc4x1::IfcArbitraryProfileDefWithVoids, OdIfc4x1::IfcAsset, OdIfc4x1::IfcAsymmetricIShapeProfileDef, OdIfc4x1::IfcAudioVisualAppliance, OdIfc4x1::IfcAudioVisualApplianceType, OdIfc4x1::IfcAxis1Placement, OdIfc4x1::IfcAxis2Placement2D, OdIfc4x1::IfcAxis2Placement3D, OdIfc4x1::IfcBeam, OdIfc4x1::IfcBeamType, OdIfc4x1::IfcBlobTexture, OdIfc4x1::IfcBlock, OdIfc4x1::IfcBoiler, OdIfc4x1::IfcBoilerType, OdIfc4x1::IfcBooleanResult, OdIfc4x1::IfcBoundaryCondition, OdIfc4x1::IfcBoundaryEdgeCondition, OdIfc4x1::IfcBoundaryFaceCondition, OdIfc4x1::IfcBoundaryNodeCondition, OdIfc4x1::IfcBoundaryNodeConditionWarping, OdIfc4x1::IfcBoundingBox, OdIfc4x1::IfcBoxedHalfSpace, OdIfc4x1::IfcBSplineCurve, OdIfc4x1::IfcBSplineCurveWithKnots, OdIfc4x1::IfcBSplineSurface, OdIfc4x1::IfcBSplineSurfaceWithKnots, OdIfc4x1::IfcBuilding, OdIfc4x1::IfcBuildingElementPart, OdIfc4x1::IfcBuildingElementPartType, OdIfc4x1::IfcBuildingElementProxy, OdIfc4x1::IfcBuildingElementProxyType, OdIfc4x1::IfcBuildingStorey, OdIfc4x1::IfcBuildingSystem, OdIfc4x1::IfcBurner, OdIfc4x1::IfcBurnerType, OdIfc4x1::IfcCableCarrierFitting, OdIfc4x1::IfcCableCarrierFittingType, OdIfc4x1::IfcCableCarrierSegment, OdIfc4x1::IfcCableCarrierSegmentType, OdIfc4x1::IfcCableFitting, OdIfc4x1::IfcCableFittingType, OdIfc4x1::IfcCableSegment, OdIfc4x1::IfcCableSegmentType, OdIfc4x1::IfcCartesianPoint, OdIfc4x1::IfcCartesianPointList2D, OdIfc4x1::IfcCartesianPointList3D, OdIfc4x1::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x1::IfcCartesianTransformationOperator3D, OdIfc4x1::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x1::IfcCartesianTransformationOperator, OdIfc4x1::IfcCenterLineProfileDef, OdIfc4x1::IfcChiller, OdIfc4x1::IfcChillerType, OdIfc4x1::IfcChimney, OdIfc4x1::IfcChimneyType, OdIfc4x1::IfcCircle, OdIfc4x1::IfcCircleHollowProfileDef, OdIfc4x1::IfcCircleProfileDef, OdIfc4x1::IfcCircularArcSegment2D, OdIfc4x1::IfcClassification, OdIfc4x1::IfcClassificationReference, OdIfc4x1::IfcCoil, OdIfc4x1::IfcCoilType, OdIfc4x1::IfcColourRgb, OdIfc4x1::IfcColourRgbList, OdIfc4x1::IfcColourSpecification, OdIfc4x1::IfcColumn, OdIfc4x1::IfcColumnType, OdIfc4x1::IfcCommunicationsAppliance, OdIfc4x1::IfcCommunicationsApplianceType, OdIfc4x1::IfcComplexProperty, OdIfc4x1::IfcComplexPropertyTemplate, OdIfc4x1::IfcCompositeCurve, OdIfc4x1::IfcCompositeCurveSegment, OdIfc4x1::IfcCompositeProfileDef, OdIfc4x1::IfcCompressor, OdIfc4x1::IfcCompressorType, OdIfc4x1::IfcCondenser, OdIfc4x1::IfcCondenserType, OdIfc4x1::IfcConic, OdIfc4x1::IfcConnectedFaceSet, OdIfc4x1::IfcConnectionCurveGeometry, OdIfc4x1::IfcConnectionPointEccentricity, OdIfc4x1::IfcConnectionPointGeometry, OdIfc4x1::IfcConnectionSurfaceGeometry, OdIfc4x1::IfcConnectionVolumeGeometry, OdIfc4x1::IfcConstraint, OdIfc4x1::IfcConstructionEquipmentResource, OdIfc4x1::IfcConstructionEquipmentResourceType, OdIfc4x1::IfcConstructionMaterialResource, OdIfc4x1::IfcConstructionMaterialResourceType, OdIfc4x1::IfcConstructionProductResource, OdIfc4x1::IfcConstructionProductResourceType, OdIfc4x1::IfcConstructionResource, OdIfc4x1::IfcConstructionResourceType, OdIfc4x1::IfcContext, OdIfc4x1::IfcContextDependentUnit, OdIfc4x1::IfcControl, OdIfc4x1::IfcController, OdIfc4x1::IfcControllerType, OdIfc4x1::IfcConversionBasedUnit, OdIfc4x1::IfcConversionBasedUnitWithOffset, OdIfc4x1::IfcCooledBeam, OdIfc4x1::IfcCooledBeamType, OdIfc4x1::IfcCoolingTower, OdIfc4x1::IfcCoolingTowerType, OdIfc4x1::IfcCoordinateOperation, OdIfc4x1::IfcCoordinateReferenceSystem, OdIfc4x1::IfcCostItem, OdIfc4x1::IfcCostSchedule, OdIfc4x1::IfcCovering, OdIfc4x1::IfcCoveringType, OdIfc4x1::IfcCrewResource, OdIfc4x1::IfcCrewResourceType, OdIfc4x1::IfcCsgPrimitive3D, OdIfc4x1::IfcCsgSolid, OdIfc4x1::IfcCShapeProfileDef, OdIfc4x1::IfcCurrencyRelationship, OdIfc4x1::IfcCurtainWall, OdIfc4x1::IfcCurtainWallType, OdIfc4x1::IfcCurveBoundedPlane, OdIfc4x1::IfcCurveBoundedSurface, OdIfc4x1::IfcCurveSegment2D, OdIfc4x1::IfcCurveStyle, OdIfc4x1::IfcCurveStyleFontAndScaling, OdIfc4x1::IfcCurveStyleFont, OdIfc4x1::IfcCurveStyleFontPattern, OdIfc4x1::IfcCylindricalSurface, OdIfc4x1::IfcDamper, OdIfc4x1::IfcDamperType, OdIfc4x1::IfcDerivedProfileDef, OdIfc4x1::IfcDerivedUnit, OdIfc4x1::IfcDerivedUnitElement, OdIfc4x1::IfcDimensionalExponents, OdIfc4x1::IfcDirection, OdIfc4x1::IfcDiscreteAccessory, OdIfc4x1::IfcDiscreteAccessoryType, OdIfc4x1::IfcDistanceExpression, OdIfc4x1::IfcDistributionChamberElement, OdIfc4x1::IfcDistributionChamberElementType, OdIfc4x1::IfcDistributionControlElement, OdIfc4x1::IfcDistributionElement, OdIfc4x1::IfcDistributionFlowElement, OdIfc4x1::IfcDistributionPort, OdIfc4x1::IfcDistributionSystem, OdIfc4x1::IfcDocumentInformation, OdIfc4x1::IfcDocumentInformationRelationship, OdIfc4x1::IfcDocumentReference, OdIfc4x1::IfcDoor, OdIfc4x1::IfcDoorLiningProperties, OdIfc4x1::IfcDoorPanelProperties, OdIfc4x1::IfcDoorStyle, OdIfc4x1::IfcDoorType, OdIfc4x1::IfcDuctFitting, OdIfc4x1::IfcDuctFittingType, OdIfc4x1::IfcDuctSegment, OdIfc4x1::IfcDuctSegmentType, OdIfc4x1::IfcDuctSilencer, OdIfc4x1::IfcDuctSilencerType, OdIfc4x1::IfcEdge, OdIfc4x1::IfcEdgeCurve, OdIfc4x1::IfcEdgeLoop, OdIfc4x1::IfcElectricAppliance, OdIfc4x1::IfcElectricApplianceType, OdIfc4x1::IfcElectricDistributionBoard, OdIfc4x1::IfcElectricDistributionBoardType, OdIfc4x1::IfcElectricFlowStorageDevice, OdIfc4x1::IfcElectricFlowStorageDeviceType, OdIfc4x1::IfcElectricGenerator, OdIfc4x1::IfcElectricGeneratorType, OdIfc4x1::IfcElectricMotor, OdIfc4x1::IfcElectricMotorType, OdIfc4x1::IfcElectricTimeControl, OdIfc4x1::IfcElectricTimeControlType, OdIfc4x1::IfcElementarySurface, OdIfc4x1::IfcElementAssembly, OdIfc4x1::IfcElementAssemblyType, OdIfc4x1::IfcElement, OdIfc4x1::IfcElementQuantity, OdIfc4x1::IfcElementType, OdIfc4x1::IfcEllipse, OdIfc4x1::IfcEllipseProfileDef, OdIfc4x1::IfcEngine, OdIfc4x1::IfcEngineType, OdIfc4x1::IfcEvaporativeCooler, OdIfc4x1::IfcEvaporativeCoolerType, OdIfc4x1::IfcEvaporator, OdIfc4x1::IfcEvaporatorType, OdIfc4x1::IfcEvent, OdIfc4x1::IfcEventTime, OdIfc4x1::IfcEventType, OdIfc4x1::IfcExtendedProperties, OdIfc4x1::IfcExternalReference, OdIfc4x1::IfcExternalReferenceRelationship, OdIfc4x1::IfcExternalSpatialElement, OdIfc4x1::IfcExtrudedAreaSolid, OdIfc4x1::IfcExtrudedAreaSolidTapered, OdIfc4x1::IfcFace, OdIfc4x1::IfcFaceBasedSurfaceModel, OdIfc4x1::IfcFaceBound, OdIfc4x1::IfcFaceSurface, OdIfc4x1::IfcFacetedBrepWithVoids, OdIfc4x1::IfcFailureConnectionCondition, OdIfc4x1::IfcFan, OdIfc4x1::IfcFanType, OdIfc4x1::IfcFastener, OdIfc4x1::IfcFastenerType, OdIfc4x1::IfcFeatureElementAddition, OdIfc4x1::IfcFeatureElementSubtraction, OdIfc4x1::IfcFillAreaStyle, OdIfc4x1::IfcFillAreaStyleHatching, OdIfc4x1::IfcFillAreaStyleTiles, OdIfc4x1::IfcFilter, OdIfc4x1::IfcFilterType, OdIfc4x1::IfcFireSuppressionTerminal, OdIfc4x1::IfcFireSuppressionTerminalType, OdIfc4x1::IfcFixedReferenceSweptAreaSolid, OdIfc4x1::IfcFlowInstrument, OdIfc4x1::IfcFlowInstrumentType, OdIfc4x1::IfcFlowMeter, OdIfc4x1::IfcFlowMeterType, OdIfc4x1::IfcFooting, OdIfc4x1::IfcFootingType, OdIfc4x1::IfcFurniture, OdIfc4x1::IfcFurnitureType, OdIfc4x1::IfcGeographicElement, OdIfc4x1::IfcGeographicElementType, OdIfc4x1::IfcGeometricRepresentationContext, OdIfc4x1::IfcGeometricRepresentationSubContext, OdIfc4x1::IfcGeometricSet, OdIfc4x1::IfcGrid, OdIfc4x1::IfcGridAxis, OdIfc4x1::IfcGridPlacement, OdIfc4x1::IfcGroup, OdIfc4x1::IfcHalfSpaceSolid, OdIfc4x1::IfcHeatExchanger, OdIfc4x1::IfcHeatExchangerType, OdIfc4x1::IfcHumidifier, OdIfc4x1::IfcHumidifierType, OdIfc4x1::IfcImageTexture, OdIfc4x1::IfcIndexedColourMap, OdIfc4x1::IfcIndexedPolyCurve, OdIfc4x1::IfcIndexedPolygonalFace, OdIfc4x1::IfcIndexedPolygonalFaceWithVoids, OdIfc4x1::IfcIndexedTextureMap, OdIfc4x1::IfcIndexedTriangleTextureMap, OdIfc4x1::IfcInterceptor, OdIfc4x1::IfcInterceptorType, OdIfc4x1::IfcInventory, OdIfc4x1::IfcIrregularTimeSeries, OdIfc4x1::IfcIrregularTimeSeriesValue, OdIfc4x1::IfcIShapeProfileDef, OdIfc4x1::IfcJunctionBox, OdIfc4x1::IfcJunctionBoxType, OdIfc4x1::IfcLaborResource, OdIfc4x1::IfcLaborResourceType, OdIfc4x1::IfcLagTime, OdIfc4x1::IfcLamp, OdIfc4x1::IfcLampType, OdIfc4x1::IfcLibraryInformation, OdIfc4x1::IfcLibraryReference, OdIfc4x1::IfcLightDistributionData, OdIfc4x1::IfcLightFixture, OdIfc4x1::IfcLightFixtureType, OdIfc4x1::IfcLightIntensityDistribution, OdIfc4x1::IfcLightSource, OdIfc4x1::IfcLightSourceDirectional, OdIfc4x1::IfcLightSourceGoniometric, OdIfc4x1::IfcLightSourcePositional, OdIfc4x1::IfcLightSourceSpot, OdIfc4x1::IfcLinearPlacement, OdIfc4x1::IfcLinearPositioningElement, OdIfc4x1::IfcLine, OdIfc4x1::IfcLocalPlacement, OdIfc4x1::IfcLShapeProfileDef, OdIfc4x1::IfcManifoldSolidBrep, OdIfc4x1::IfcMapConversion, OdIfc4x1::IfcMappedItem, OdIfc4x1::IfcMaterial, OdIfc4x1::IfcMaterialClassificationRelationship, OdIfc4x1::IfcMaterialConstituent, OdIfc4x1::IfcMaterialConstituentSet, OdIfc4x1::IfcMaterialDefinition, OdIfc4x1::IfcMaterialDefinitionRepresentation, OdIfc4x1::IfcMaterialLayer, OdIfc4x1::IfcMaterialLayerSet, OdIfc4x1::IfcMaterialLayerSetUsage, OdIfc4x1::IfcMaterialLayerWithOffsets, OdIfc4x1::IfcMaterialList, OdIfc4x1::IfcMaterialProfile, OdIfc4x1::IfcMaterialProfileSet, OdIfc4x1::IfcMaterialProfileSetUsage, OdIfc4x1::IfcMaterialProfileSetUsageTapering, OdIfc4x1::IfcMaterialProfileWithOffsets, OdIfc4x1::IfcMaterialProperties, OdIfc4x1::IfcMaterialRelationship, OdIfc4x1::IfcMaterialUsageDefinition, OdIfc4x1::IfcMeasureWithUnit, OdIfc4x1::IfcMechanicalFastener, OdIfc4x1::IfcMechanicalFastenerType, OdIfc4x1::IfcMedicalDevice, OdIfc4x1::IfcMedicalDeviceType, OdIfc4x1::IfcMember, OdIfc4x1::IfcMemberType, OdIfc4x1::IfcMetric, OdIfc4x1::IfcMonetaryUnit, OdIfc4x1::IfcMotorConnection, OdIfc4x1::IfcMotorConnectionType, OdIfc4x1::IfcNamedUnit, OdIfc4x1::IfcObject, OdIfc4x1::IfcObjectDefinition, OdIfc4x1::IfcObjective, OdIfc4x1::IfcObjectPlacement, OdIfc4x1::IfcOccupant, OdIfc4x1::IfcOffsetCurve2D, OdIfc4x1::IfcOffsetCurve3D, OdIfc4x1::IfcOffsetCurve, OdIfc4x1::IfcOffsetCurveByDistances, OdIfc4x1::IfcOpeningElement, OdIfc4x1::IfcOrganization, OdIfc4x1::IfcOrganizationRelationship, OdIfc4x1::IfcOrientationExpression, OdIfc4x1::IfcOrientedEdge, OdIfc4x1::IfcOutlet, OdIfc4x1::IfcOutletType, OdIfc4x1::IfcOwnerHistory, OdIfc4x1::IfcParameterizedProfileDef, OdIfc4x1::IfcPath, OdIfc4x1::IfcPcurve, OdIfc4x1::IfcPerformanceHistory, OdIfc4x1::IfcPermeableCoveringProperties, OdIfc4x1::IfcPermit, OdIfc4x1::IfcPersonAndOrganization, OdIfc4x1::IfcPerson, OdIfc4x1::IfcPhysicalComplexQuantity, OdIfc4x1::IfcPhysicalQuantity, OdIfc4x1::IfcPhysicalSimpleQuantity, OdIfc4x1::IfcPile, OdIfc4x1::IfcPileType, OdIfc4x1::IfcPipeFitting, OdIfc4x1::IfcPipeFittingType, OdIfc4x1::IfcPipeSegment, OdIfc4x1::IfcPipeSegmentType, OdIfc4x1::IfcPixelTexture, OdIfc4x1::IfcPlacement, OdIfc4x1::IfcPlanarBox, OdIfc4x1::IfcPlanarExtent, OdIfc4x1::IfcPlate, OdIfc4x1::IfcPlateType, OdIfc4x1::IfcPointOnCurve, OdIfc4x1::IfcPointOnSurface, OdIfc4x1::IfcPolygonalBoundedHalfSpace, OdIfc4x1::IfcPolygonalFaceSet, OdIfc4x1::IfcPolyline, OdIfc4x1::IfcPolyLoop, OdIfc4x1::IfcPort, OdIfc4x1::IfcPositioningElement, OdIfc4x1::IfcPostalAddress, OdIfc4x1::IfcPreDefinedItem, OdIfc4x1::IfcPresentationLayerAssignment, OdIfc4x1::IfcPresentationLayerWithStyle, OdIfc4x1::IfcPresentationStyleAssignment, OdIfc4x1::IfcPresentationStyle, OdIfc4x1::IfcProcedure, OdIfc4x1::IfcProcedureType, OdIfc4x1::IfcProcess, OdIfc4x1::IfcProduct, OdIfc4x1::IfcProductDefinitionShape, OdIfc4x1::IfcProductRepresentation, OdIfc4x1::IfcProfileDef, OdIfc4x1::IfcProfileProperties, OdIfc4x1::IfcProjectedCRS, OdIfc4x1::IfcProjectionElement, OdIfc4x1::IfcProjectOrder, OdIfc4x1::IfcPropertyAbstraction, OdIfc4x1::IfcProperty, OdIfc4x1::IfcPropertyBoundedValue, OdIfc4x1::IfcPropertyDefinition, OdIfc4x1::IfcPropertyDependencyRelationship, OdIfc4x1::IfcPropertyEnumeratedValue, OdIfc4x1::IfcPropertyEnumeration, OdIfc4x1::IfcPropertyListValue, OdIfc4x1::IfcPropertyReferenceValue, OdIfc4x1::IfcPropertySet, OdIfc4x1::IfcPropertySetDefinition, OdIfc4x1::IfcPropertySetTemplate, OdIfc4x1::IfcPropertySingleValue, OdIfc4x1::IfcPropertyTableValue, OdIfc4x1::IfcPropertyTemplate, OdIfc4x1::IfcProtectiveDevice, OdIfc4x1::IfcProtectiveDeviceTrippingUnit, OdIfc4x1::IfcProtectiveDeviceTrippingUnitType, OdIfc4x1::IfcProtectiveDeviceType, OdIfc4x1::IfcProxy, OdIfc4x1::IfcPump, OdIfc4x1::IfcPumpType, OdIfc4x1::IfcQuantityArea, OdIfc4x1::IfcQuantityCount, OdIfc4x1::IfcQuantityLength, OdIfc4x1::IfcQuantityTime, OdIfc4x1::IfcQuantityVolume, OdIfc4x1::IfcQuantityWeight, OdIfc4x1::IfcRailing, OdIfc4x1::IfcRailingType, OdIfc4x1::IfcRamp, OdIfc4x1::IfcRampFlight, OdIfc4x1::IfcRampFlightType, OdIfc4x1::IfcRampType, OdIfc4x1::IfcRationalBSplineCurveWithKnots, OdIfc4x1::IfcRationalBSplineSurfaceWithKnots, OdIfc4x1::IfcRectangleHollowProfileDef, OdIfc4x1::IfcRectangleProfileDef, OdIfc4x1::IfcRectangularPyramid, OdIfc4x1::IfcRectangularTrimmedSurface, OdIfc4x1::IfcRecurrencePattern, OdIfc4x1::IfcReference, OdIfc4x1::IfcReferent, OdIfc4x1::IfcRegularTimeSeries, OdIfc4x1::IfcReinforcementBarProperties, OdIfc4x1::IfcReinforcementDefinitionProperties, OdIfc4x1::IfcReinforcingBar, OdIfc4x1::IfcReinforcingBarType, OdIfc4x1::IfcReinforcingElement, OdIfc4x1::IfcReinforcingMesh, OdIfc4x1::IfcReinforcingMeshType, OdIfc4x1::IfcRelAggregates, OdIfc4x1::IfcRelAssigns, OdIfc4x1::IfcRelAssignsToActor, OdIfc4x1::IfcRelAssignsToControl, OdIfc4x1::IfcRelAssignsToGroup, OdIfc4x1::IfcRelAssignsToGroupByFactor, OdIfc4x1::IfcRelAssignsToProcess, OdIfc4x1::IfcRelAssignsToProduct, OdIfc4x1::IfcRelAssignsToResource, OdIfc4x1::IfcRelAssociatesApproval, OdIfc4x1::IfcRelAssociates, OdIfc4x1::IfcRelAssociatesClassification, OdIfc4x1::IfcRelAssociatesConstraint, OdIfc4x1::IfcRelAssociatesDocument, OdIfc4x1::IfcRelAssociatesLibrary, OdIfc4x1::IfcRelAssociatesMaterial, OdIfc4x1::IfcRelConnectsElements, OdIfc4x1::IfcRelConnectsPathElements, OdIfc4x1::IfcRelConnectsPorts, OdIfc4x1::IfcRelConnectsPortToElement, OdIfc4x1::IfcRelConnectsStructuralActivity, OdIfc4x1::IfcRelConnectsStructuralMember, OdIfc4x1::IfcRelConnectsWithEccentricity, OdIfc4x1::IfcRelConnectsWithRealizingElements, OdIfc4x1::IfcRelContainedInSpatialStructure, OdIfc4x1::IfcRelCoversBldgElements, OdIfc4x1::IfcRelCoversSpaces, OdIfc4x1::IfcRelDeclares, OdIfc4x1::IfcRelDefinesByObject, OdIfc4x1::IfcRelDefinesByProperties, OdIfc4x1::IfcRelDefinesByTemplate, OdIfc4x1::IfcRelDefinesByType, OdIfc4x1::IfcRelFillsElement, OdIfc4x1::IfcRelFlowControlElements, OdIfc4x1::IfcRelInterferesElements, OdIfc4x1::IfcRelNests, OdIfc4x1::IfcRelProjectsElement, OdIfc4x1::IfcRelReferencedInSpatialStructure, OdIfc4x1::IfcRelSequence, OdIfc4x1::IfcRelServicesBuildings, OdIfc4x1::IfcRelSpaceBoundary1stLevel, OdIfc4x1::IfcRelSpaceBoundary2ndLevel, OdIfc4x1::IfcRelSpaceBoundary, OdIfc4x1::IfcRelVoidsElement, OdIfc4x1::IfcReparametrisedCompositeCurveSegment, OdIfc4x1::IfcRepresentation, OdIfc4x1::IfcRepresentationContext, OdIfc4x1::IfcRepresentationItem, OdIfc4x1::IfcRepresentationMap, OdIfc4x1::IfcResourceApprovalRelationship, OdIfc4x1::IfcResource, OdIfc4x1::IfcResourceConstraintRelationship, OdIfc4x1::IfcResourceLevelRelationship, OdIfc4x1::IfcResourceTime, OdIfc4x1::IfcRevolvedAreaSolid, OdIfc4x1::IfcRevolvedAreaSolidTapered, OdIfc4x1::IfcRightCircularCone, OdIfc4x1::IfcRightCircularCylinder, OdIfc4x1::IfcRoof, OdIfc4x1::IfcRoofType, OdIfc4x1::IfcRoot, OdIfc4x1::IfcRoundedRectangleProfileDef, OdIfc4x1::IfcSanitaryTerminal, OdIfc4x1::IfcSanitaryTerminalType, OdIfc4x1::IfcSchedulingTime, OdIfc4x1::IfcSectionedSolid, OdIfc4x1::IfcSectionedSolidHorizontal, OdIfc4x1::IfcSectionedSpine, OdIfc4x1::IfcSectionProperties, OdIfc4x1::IfcSectionReinforcementProperties, OdIfc4x1::IfcSensor, OdIfc4x1::IfcSensorType, OdIfc4x1::IfcShadingDevice, OdIfc4x1::IfcShadingDeviceType, OdIfc4x1::IfcShapeAspect, OdIfc4x1::IfcShapeModel, OdIfc4x1::IfcShellBasedSurfaceModel, OdIfc4x1::IfcSimplePropertyTemplate, OdIfc4x1::IfcSite, OdIfc4x1::IfcSIUnit, OdIfc4x1::IfcSlab, OdIfc4x1::IfcSlabType, OdIfc4x1::IfcSlippageConnectionCondition, OdIfc4x1::IfcSolarDevice, OdIfc4x1::IfcSolarDeviceType, OdIfc4x1::IfcSpace, OdIfc4x1::IfcSpaceHeater, OdIfc4x1::IfcSpaceHeaterType, OdIfc4x1::IfcSpaceType, OdIfc4x1::IfcSpatialElement, OdIfc4x1::IfcSpatialElementType, OdIfc4x1::IfcSpatialStructureElement, OdIfc4x1::IfcSpatialZone, OdIfc4x1::IfcSpatialZoneType, OdIfc4x1::IfcSphere, OdIfc4x1::IfcSphericalSurface, OdIfc4x1::IfcStackTerminal, OdIfc4x1::IfcStackTerminalType, OdIfc4x1::IfcStair, OdIfc4x1::IfcStairFlight, OdIfc4x1::IfcStairFlightType, OdIfc4x1::IfcStairType, OdIfc4x1::IfcStructuralAction, OdIfc4x1::IfcStructuralActivity, OdIfc4x1::IfcStructuralAnalysisModel, OdIfc4x1::IfcStructuralConnection, OdIfc4x1::IfcStructuralConnectionCondition, OdIfc4x1::IfcStructuralCurveAction, OdIfc4x1::IfcStructuralCurveConnection, OdIfc4x1::IfcStructuralCurveMember, OdIfc4x1::IfcStructuralCurveReaction, OdIfc4x1::IfcStructuralItem, OdIfc4x1::IfcStructuralLoad, OdIfc4x1::IfcStructuralLoadCase, OdIfc4x1::IfcStructuralLoadConfiguration, OdIfc4x1::IfcStructuralLoadGroup, OdIfc4x1::IfcStructuralLoadLinearForce, OdIfc4x1::IfcStructuralLoadPlanarForce, OdIfc4x1::IfcStructuralLoadSingleDisplacement, OdIfc4x1::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x1::IfcStructuralLoadSingleForce, OdIfc4x1::IfcStructuralLoadSingleForceWarping, OdIfc4x1::IfcStructuralLoadTemperature, OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralPointConnection, OdIfc4x1::IfcStructuralResultGroup, OdIfc4x1::IfcStructuralSurfaceAction, OdIfc4x1::IfcStructuralSurfaceMember, OdIfc4x1::IfcStructuralSurfaceReaction, OdIfc4x1::IfcStyledItem, OdIfc4x1::IfcSubContractResource, OdIfc4x1::IfcSubContractResourceType, OdIfc4x1::IfcSubedge, OdIfc4x1::IfcSurfaceCurve, OdIfc4x1::IfcSurfaceCurveSweptAreaSolid, OdIfc4x1::IfcSurfaceFeature, OdIfc4x1::IfcSurfaceOfLinearExtrusion, OdIfc4x1::IfcSurfaceOfRevolution, OdIfc4x1::IfcSurfaceReinforcementArea, OdIfc4x1::IfcSurfaceStyle, OdIfc4x1::IfcSurfaceStyleLighting, OdIfc4x1::IfcSurfaceStyleRefraction, OdIfc4x1::IfcSurfaceStyleRendering, OdIfc4x1::IfcSurfaceStyleShading, OdIfc4x1::IfcSurfaceStyleWithTextures, OdIfc4x1::IfcSurfaceTexture, OdIfc4x1::IfcSweptAreaSolid, OdIfc4x1::IfcSweptDiskSolid, OdIfc4x1::IfcSweptDiskSolidPolygonal, OdIfc4x1::IfcSweptSurface, OdIfc4x1::IfcSwitchingDevice, OdIfc4x1::IfcSwitchingDeviceType, OdIfc4x1::IfcSystem, OdIfc4x1::IfcSystemFurnitureElement, OdIfc4x1::IfcSystemFurnitureElementType, OdIfc4x1::IfcTable, OdIfc4x1::IfcTableColumn, OdIfc4x1::IfcTableRow, OdIfc4x1::IfcTank, OdIfc4x1::IfcTankType, OdIfc4x1::IfcTask, OdIfc4x1::IfcTaskTime, OdIfc4x1::IfcTaskTimeRecurring, OdIfc4x1::IfcTaskType, OdIfc4x1::IfcTelecomAddress, OdIfc4x1::IfcTendonAnchor, OdIfc4x1::IfcTendonAnchorType, OdIfc4x1::IfcTendon, OdIfc4x1::IfcTendonType, OdIfc4x1::IfcTessellatedFaceSet, OdIfc4x1::IfcTextLiteral, OdIfc4x1::IfcTextLiteralWithExtent, OdIfc4x1::IfcTextStyle, OdIfc4x1::IfcTextStyleFontModel, OdIfc4x1::IfcTextStyleForDefinedFont, OdIfc4x1::IfcTextStyleTextModel, OdIfc4x1::IfcTextureCoordinate, OdIfc4x1::IfcTextureCoordinateGenerator, OdIfc4x1::IfcTextureMap, OdIfc4x1::IfcTextureVertex, OdIfc4x1::IfcTextureVertexList, OdIfc4x1::IfcTimePeriod, OdIfc4x1::IfcTimeSeries, OdIfc4x1::IfcTimeSeriesValue, OdIfc4x1::IfcToroidalSurface, OdIfc4x1::IfcTransformer, OdIfc4x1::IfcTransformerType, OdIfc4x1::IfcTransitionCurveSegment2D, OdIfc4x1::IfcTransportElement, OdIfc4x1::IfcTransportElementType, OdIfc4x1::IfcTrapeziumProfileDef, OdIfc4x1::IfcTriangulatedFaceSet, OdIfc4x1::IfcTriangulatedIrregularNetwork, OdIfc4x1::IfcTrimmedCurve, OdIfc4x1::IfcTShapeProfileDef, OdIfc4x1::IfcTubeBundle, OdIfc4x1::IfcTubeBundleType, OdIfc4x1::IfcTypeObject, OdIfc4x1::IfcTypeProcess, OdIfc4x1::IfcTypeProduct, OdIfc4x1::IfcTypeResource, OdIfc4x1::IfcUnitaryControlElement, OdIfc4x1::IfcUnitaryControlElementType, OdIfc4x1::IfcUnitaryEquipment, OdIfc4x1::IfcUnitaryEquipmentType, OdIfc4x1::IfcUnitAssignment, OdIfc4x1::IfcUShapeProfileDef, OdIfc4x1::IfcValve, OdIfc4x1::IfcValveType, OdIfc4x1::IfcVector, OdIfc4x1::IfcVertexLoop, OdIfc4x1::IfcVertexPoint, OdIfc4x1::IfcVibrationIsolator, OdIfc4x1::IfcVibrationIsolatorType, OdIfc4x1::IfcVirtualGridIntersection, OdIfc4x1::IfcVoidingFeature, OdIfc4x1::IfcWall, OdIfc4x1::IfcWallType, OdIfc4x1::IfcWasteTerminal, OdIfc4x1::IfcWasteTerminalType, OdIfc4x1::IfcWindow, OdIfc4x1::IfcWindowLiningProperties, OdIfc4x1::IfcWindowPanelProperties, OdIfc4x1::IfcWindowStyle, OdIfc4x1::IfcWindowType, OdIfc4x1::IfcWorkCalendar, OdIfc4x1::IfcWorkControl, OdIfc4x1::IfcWorkPlan, OdIfc4x1::IfcWorkSchedule, OdIfc4x1::IfcWorkTime, OdIfc4x1::IfcZone, OdIfc4x1::IfcZShapeProfileDef, OdIfc4x2::IfcActionRequest, OdIfc4x2::IfcActor, OdIfc4x2::IfcActorRole, OdIfc4x2::IfcActuator, OdIfc4x2::IfcActuatorType, OdIfc4x2::IfcAddress, OdIfc4x2::IfcAdvancedBrepWithVoids, OdIfc4x2::IfcAirTerminal, OdIfc4x2::IfcAirTerminalBox, OdIfc4x2::IfcAirTerminalBoxType, OdIfc4x2::IfcAirTerminalType, OdIfc4x2::IfcAirToAirHeatRecovery, OdIfc4x2::IfcAirToAirHeatRecoveryType, OdIfc4x2::IfcAlarm, OdIfc4x2::IfcAlarmType, OdIfc4x2::IfcAlignment2DHorizontal, OdIfc4x2::IfcAlignment2DHorizontalSegment, OdIfc4x2::IfcAlignment2DSegment, OdIfc4x2::IfcAlignment2DVerSegCircularArc, OdIfc4x2::IfcAlignment2DVerSegParabolicArc, OdIfc4x2::IfcAlignment2DVertical, OdIfc4x2::IfcAlignment2DVerticalSegment, OdIfc4x2::IfcAlignment, OdIfc4x2::IfcAlignmentCurve, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAnnotationFillArea, OdIfc4x2::IfcApplication, OdIfc4x2::IfcAppliedValue, OdIfc4x2::IfcApproval, OdIfc4x2::IfcApprovalRelationship, OdIfc4x2::IfcArbitraryClosedProfileDef, OdIfc4x2::IfcArbitraryOpenProfileDef, OdIfc4x2::IfcArbitraryProfileDefWithVoids, OdIfc4x2::IfcAsset, OdIfc4x2::IfcAsymmetricIShapeProfileDef, OdIfc4x2::IfcAudioVisualAppliance, OdIfc4x2::IfcAudioVisualApplianceType, OdIfc4x2::IfcAxis1Placement, OdIfc4x2::IfcAxis2Placement2D, OdIfc4x2::IfcAxis2Placement3D, OdIfc4x2::IfcBeam, OdIfc4x2::IfcBeamType, OdIfc4x2::IfcBearing, OdIfc4x2::IfcBearingType, OdIfc4x2::IfcBlobTexture, OdIfc4x2::IfcBlock, OdIfc4x2::IfcBoiler, OdIfc4x2::IfcBoilerType, OdIfc4x2::IfcBooleanResult, OdIfc4x2::IfcBoundaryCondition, OdIfc4x2::IfcBoundaryEdgeCondition, OdIfc4x2::IfcBoundaryFaceCondition, OdIfc4x2::IfcBoundaryNodeCondition, OdIfc4x2::IfcBoundaryNodeConditionWarping, OdIfc4x2::IfcBoundedCurve, OdIfc4x2::IfcBoundingBox, OdIfc4x2::IfcBoxedHalfSpace, OdIfc4x2::IfcBridge, OdIfc4x2::IfcBridgePart, OdIfc4x2::IfcBSplineCurve, OdIfc4x2::IfcBSplineCurveWithKnots, OdIfc4x2::IfcBSplineSurface, OdIfc4x2::IfcBSplineSurfaceWithKnots, OdIfc4x2::IfcBuilding, OdIfc4x2::IfcBuildingElementPart, OdIfc4x2::IfcBuildingElementPartType, OdIfc4x2::IfcBuildingElementProxy, OdIfc4x2::IfcBuildingElementProxyType, OdIfc4x2::IfcBuildingStorey, OdIfc4x2::IfcBuildingSystem, OdIfc4x2::IfcBurner, OdIfc4x2::IfcBurnerType, OdIfc4x2::IfcCableCarrierFitting, OdIfc4x2::IfcCableCarrierFittingType, OdIfc4x2::IfcCableCarrierSegment, OdIfc4x2::IfcCableCarrierSegmentType, OdIfc4x2::IfcCableFitting, OdIfc4x2::IfcCableFittingType, OdIfc4x2::IfcCableSegment, OdIfc4x2::IfcCableSegmentType, OdIfc4x2::IfcCaissonFoundation, OdIfc4x2::IfcCaissonFoundationType, OdIfc4x2::IfcCartesianPoint, OdIfc4x2::IfcCartesianPointList2D, OdIfc4x2::IfcCartesianPointList3D, OdIfc4x2::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator3D, OdIfc4x2::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator, OdIfc4x2::IfcCenterLineProfileDef, OdIfc4x2::IfcChiller, OdIfc4x2::IfcChillerType, OdIfc4x2::IfcChimney, OdIfc4x2::IfcChimneyType, OdIfc4x2::IfcCircle, OdIfc4x2::IfcCircleHollowProfileDef, OdIfc4x2::IfcCircleProfileDef, OdIfc4x2::IfcCircularArcSegment2D, OdIfc4x2::IfcClassification, OdIfc4x2::IfcClassificationReference, OdIfc4x2::IfcCoil, OdIfc4x2::IfcCoilType, OdIfc4x2::IfcColourRgb, OdIfc4x2::IfcColourRgbList, OdIfc4x2::IfcColourSpecification, OdIfc4x2::IfcColumn, OdIfc4x2::IfcColumnType, OdIfc4x2::IfcCommunicationsAppliance, OdIfc4x2::IfcCommunicationsApplianceType, OdIfc4x2::IfcComplexProperty, OdIfc4x2::IfcComplexPropertyTemplate, OdIfc4x2::IfcCompositeCurve, OdIfc4x2::IfcCompositeCurveSegment, OdIfc4x2::IfcCompositeProfileDef, OdIfc4x2::IfcCompressor, OdIfc4x2::IfcCompressorType, OdIfc4x2::IfcCondenser, OdIfc4x2::IfcCondenserType, OdIfc4x2::IfcConic, OdIfc4x2::IfcConnectedFaceSet, OdIfc4x2::IfcConnectionCurveGeometry, OdIfc4x2::IfcConnectionPointEccentricity, OdIfc4x2::IfcConnectionPointGeometry, OdIfc4x2::IfcConnectionSurfaceGeometry, OdIfc4x2::IfcConnectionVolumeGeometry, OdIfc4x2::IfcConstraint, OdIfc4x2::IfcConstructionEquipmentResource, OdIfc4x2::IfcConstructionEquipmentResourceType, OdIfc4x2::IfcConstructionMaterialResource, OdIfc4x2::IfcConstructionMaterialResourceType, OdIfc4x2::IfcConstructionProductResource, OdIfc4x2::IfcConstructionProductResourceType, OdIfc4x2::IfcConstructionResource, OdIfc4x2::IfcConstructionResourceType, OdIfc4x2::IfcContext, OdIfc4x2::IfcContextDependentUnit, OdIfc4x2::IfcControl, OdIfc4x2::IfcController, OdIfc4x2::IfcControllerType, OdIfc4x2::IfcConversionBasedUnit, OdIfc4x2::IfcConversionBasedUnitWithOffset, OdIfc4x2::IfcCooledBeam, OdIfc4x2::IfcCooledBeamType, OdIfc4x2::IfcCoolingTower, OdIfc4x2::IfcCoolingTowerType, OdIfc4x2::IfcCoordinateOperation, OdIfc4x2::IfcCoordinateReferenceSystem, OdIfc4x2::IfcCostItem, OdIfc4x2::IfcCostSchedule, OdIfc4x2::IfcCovering, OdIfc4x2::IfcCoveringType, OdIfc4x2::IfcCrewResource, OdIfc4x2::IfcCrewResourceType, OdIfc4x2::IfcCsgPrimitive3D, OdIfc4x2::IfcCsgSolid, OdIfc4x2::IfcCShapeProfileDef, OdIfc4x2::IfcCurrencyRelationship, OdIfc4x2::IfcCurtainWall, OdIfc4x2::IfcCurtainWallType, OdIfc4x2::IfcCurveBoundedPlane, OdIfc4x2::IfcCurveBoundedSurface, OdIfc4x2::IfcCurveSegment2D, OdIfc4x2::IfcCurveStyle, OdIfc4x2::IfcCurveStyleFontAndScaling, OdIfc4x2::IfcCurveStyleFont, OdIfc4x2::IfcCurveStyleFontPattern, OdIfc4x2::IfcCylindricalSurface, OdIfc4x2::IfcDamper, OdIfc4x2::IfcDamperType, OdIfc4x2::IfcDerivedProfileDef, OdIfc4x2::IfcDerivedUnit, OdIfc4x2::IfcDerivedUnitElement, OdIfc4x2::IfcDimensionalExponents, OdIfc4x2::IfcDirection, OdIfc4x2::IfcDiscreteAccessory, OdIfc4x2::IfcDiscreteAccessoryType, OdIfc4x2::IfcDistanceExpression, OdIfc4x2::IfcDistributionChamberElement, OdIfc4x2::IfcDistributionChamberElementType, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionPort, OdIfc4x2::IfcDistributionSystem, OdIfc4x2::IfcDocumentInformation, OdIfc4x2::IfcDocumentInformationRelationship, OdIfc4x2::IfcDocumentReference, OdIfc4x2::IfcDoor, OdIfc4x2::IfcDoorLiningProperties, OdIfc4x2::IfcDoorPanelProperties, OdIfc4x2::IfcDoorStyle, OdIfc4x2::IfcDoorType, OdIfc4x2::IfcDuctFitting, OdIfc4x2::IfcDuctFittingType, OdIfc4x2::IfcDuctSegment, OdIfc4x2::IfcDuctSegmentType, OdIfc4x2::IfcDuctSilencer, OdIfc4x2::IfcDuctSilencerType, OdIfc4x2::IfcEdge, OdIfc4x2::IfcEdgeCurve, OdIfc4x2::IfcEdgeLoop, OdIfc4x2::IfcElectricAppliance, OdIfc4x2::IfcElectricApplianceType, OdIfc4x2::IfcElectricDistributionBoard, OdIfc4x2::IfcElectricDistributionBoardType, OdIfc4x2::IfcElectricFlowStorageDevice, OdIfc4x2::IfcElectricFlowStorageDeviceType, OdIfc4x2::IfcElectricGenerator, OdIfc4x2::IfcElectricGeneratorType, OdIfc4x2::IfcElectricMotor, OdIfc4x2::IfcElectricMotorType, OdIfc4x2::IfcElectricTimeControl, OdIfc4x2::IfcElectricTimeControlType, OdIfc4x2::IfcElementarySurface, OdIfc4x2::IfcElementAssembly, OdIfc4x2::IfcElementAssemblyType, OdIfc4x2::IfcElement, OdIfc4x2::IfcElementQuantity, OdIfc4x2::IfcElementType, OdIfc4x2::IfcEllipse, OdIfc4x2::IfcEllipseProfileDef, OdIfc4x2::IfcEngine, OdIfc4x2::IfcEngineType, OdIfc4x2::IfcEvaporativeCooler, OdIfc4x2::IfcEvaporativeCoolerType, OdIfc4x2::IfcEvaporator, OdIfc4x2::IfcEvaporatorType, OdIfc4x2::IfcEvent, OdIfc4x2::IfcEventTime, OdIfc4x2::IfcEventType, OdIfc4x2::IfcExtendedProperties, OdIfc4x2::IfcExternalReference, OdIfc4x2::IfcExternalReferenceRelationship, OdIfc4x2::IfcExternalSpatialElement, OdIfc4x2::IfcExtrudedAreaSolid, OdIfc4x2::IfcExtrudedAreaSolidTapered, OdIfc4x2::IfcFace, OdIfc4x2::IfcFaceBasedSurfaceModel, OdIfc4x2::IfcFaceBound, OdIfc4x2::IfcFaceSurface, OdIfc4x2::IfcFacetedBrepWithVoids, OdIfc4x2::IfcFailureConnectionCondition, OdIfc4x2::IfcFan, OdIfc4x2::IfcFanType, OdIfc4x2::IfcFastener, OdIfc4x2::IfcFastenerType, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFillAreaStyle, OdIfc4x2::IfcFillAreaStyleHatching, OdIfc4x2::IfcFillAreaStyleTiles, OdIfc4x2::IfcFilter, OdIfc4x2::IfcFilterType, OdIfc4x2::IfcFireSuppressionTerminal, OdIfc4x2::IfcFireSuppressionTerminalType, OdIfc4x2::IfcFixedReferenceSweptAreaSolid, OdIfc4x2::IfcFlowInstrument, OdIfc4x2::IfcFlowInstrumentType, OdIfc4x2::IfcFlowMeter, OdIfc4x2::IfcFlowMeterType, OdIfc4x2::IfcFooting, OdIfc4x2::IfcFootingType, OdIfc4x2::IfcFurniture, OdIfc4x2::IfcFurnitureType, OdIfc4x2::IfcGeographicElement, OdIfc4x2::IfcGeographicElementType, OdIfc4x2::IfcGeometricRepresentationContext, OdIfc4x2::IfcGeometricRepresentationSubContext, OdIfc4x2::IfcGeometricSet, OdIfc4x2::IfcGrid, OdIfc4x2::IfcGridAxis, OdIfc4x2::IfcGridPlacement, OdIfc4x2::IfcGroup, OdIfc4x2::IfcHalfSpaceSolid, OdIfc4x2::IfcHeatExchanger, OdIfc4x2::IfcHeatExchangerType, OdIfc4x2::IfcHumidifier, OdIfc4x2::IfcHumidifierType, OdIfc4x2::IfcImageTexture, OdIfc4x2::IfcIndexedColourMap, OdIfc4x2::IfcIndexedPolyCurve, OdIfc4x2::IfcIndexedPolygonalFace, OdIfc4x2::IfcIndexedPolygonalFaceWithVoids, OdIfc4x2::IfcIndexedTextureMap, OdIfc4x2::IfcIndexedTriangleTextureMap, OdIfc4x2::IfcInterceptor, OdIfc4x2::IfcInterceptorType, OdIfc4x2::IfcInventory, OdIfc4x2::IfcIrregularTimeSeries, OdIfc4x2::IfcIrregularTimeSeriesValue, OdIfc4x2::IfcIShapeProfileDef, OdIfc4x2::IfcJunctionBox, OdIfc4x2::IfcJunctionBoxType, OdIfc4x2::IfcLaborResource, OdIfc4x2::IfcLaborResourceType, OdIfc4x2::IfcLagTime, OdIfc4x2::IfcLamp, OdIfc4x2::IfcLampType, OdIfc4x2::IfcLibraryInformation, OdIfc4x2::IfcLibraryReference, OdIfc4x2::IfcLightDistributionData, OdIfc4x2::IfcLightFixture, OdIfc4x2::IfcLightFixtureType, OdIfc4x2::IfcLightIntensityDistribution, OdIfc4x2::IfcLightSource, OdIfc4x2::IfcLightSourceDirectional, OdIfc4x2::IfcLightSourceGoniometric, OdIfc4x2::IfcLightSourcePositional, OdIfc4x2::IfcLightSourceSpot, OdIfc4x2::IfcLinearPlacement, OdIfc4x2::IfcLinearPositioningElement, OdIfc4x2::IfcLine, OdIfc4x2::IfcLocalPlacement, OdIfc4x2::IfcLShapeProfileDef, OdIfc4x2::IfcManifoldSolidBrep, OdIfc4x2::IfcMapConversion, OdIfc4x2::IfcMappedItem, OdIfc4x2::IfcMaterial, OdIfc4x2::IfcMaterialClassificationRelationship, OdIfc4x2::IfcMaterialConstituent, OdIfc4x2::IfcMaterialConstituentSet, OdIfc4x2::IfcMaterialDefinition, OdIfc4x2::IfcMaterialDefinitionRepresentation, OdIfc4x2::IfcMaterialLayer, OdIfc4x2::IfcMaterialLayerSet, OdIfc4x2::IfcMaterialLayerSetUsage, OdIfc4x2::IfcMaterialLayerWithOffsets, OdIfc4x2::IfcMaterialList, OdIfc4x2::IfcMaterialProfile, OdIfc4x2::IfcMaterialProfileSet, OdIfc4x2::IfcMaterialProfileSetUsage, OdIfc4x2::IfcMaterialProfileSetUsageTapering, OdIfc4x2::IfcMaterialProfileWithOffsets, OdIfc4x2::IfcMaterialProperties, OdIfc4x2::IfcMaterialRelationship, OdIfc4x2::IfcMaterialUsageDefinition, OdIfc4x2::IfcMeasureWithUnit, OdIfc4x2::IfcMechanicalFastener, OdIfc4x2::IfcMechanicalFastenerType, OdIfc4x2::IfcMedicalDevice, OdIfc4x2::IfcMedicalDeviceType, OdIfc4x2::IfcMember, OdIfc4x2::IfcMemberType, OdIfc4x2::IfcMetric, OdIfc4x2::IfcMonetaryUnit, OdIfc4x2::IfcMotorConnection, OdIfc4x2::IfcMotorConnectionType, OdIfc4x2::IfcNamedUnit, OdIfc4x2::IfcObject, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcObjective, OdIfc4x2::IfcObjectPlacement, OdIfc4x2::IfcOccupant, OdIfc4x2::IfcOffsetCurve2D, OdIfc4x2::IfcOffsetCurve3D, OdIfc4x2::IfcOffsetCurve, OdIfc4x2::IfcOffsetCurveByDistances, OdIfc4x2::IfcOpeningElement, OdIfc4x2::IfcOrganization, OdIfc4x2::IfcOrganizationRelationship, OdIfc4x2::IfcOrientationExpression, OdIfc4x2::IfcOrientedEdge, OdIfc4x2::IfcOutlet, OdIfc4x2::IfcOutletType, OdIfc4x2::IfcOwnerHistory, OdIfc4x2::IfcParameterizedProfileDef, OdIfc4x2::IfcPath, OdIfc4x2::IfcPcurve, OdIfc4x2::IfcPerformanceHistory, OdIfc4x2::IfcPermeableCoveringProperties, OdIfc4x2::IfcPermit, OdIfc4x2::IfcPersonAndOrganization, OdIfc4x2::IfcPerson, OdIfc4x2::IfcPhysicalComplexQuantity, OdIfc4x2::IfcPhysicalQuantity, OdIfc4x2::IfcPhysicalSimpleQuantity, OdIfc4x2::IfcPile, OdIfc4x2::IfcPileType, OdIfc4x2::IfcPipeFitting, OdIfc4x2::IfcPipeFittingType, OdIfc4x2::IfcPipeSegment, OdIfc4x2::IfcPipeSegmentType, OdIfc4x2::IfcPixelTexture, OdIfc4x2::IfcPlacement, OdIfc4x2::IfcPlanarBox, OdIfc4x2::IfcPlanarExtent, OdIfc4x2::IfcPlate, OdIfc4x2::IfcPlateType, OdIfc4x2::IfcPointOnCurve, OdIfc4x2::IfcPointOnSurface, OdIfc4x2::IfcPolygonalBoundedHalfSpace, OdIfc4x2::IfcPolygonalFaceSet, OdIfc4x2::IfcPolyline, OdIfc4x2::IfcPolyLoop, OdIfc4x2::IfcPort, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcPostalAddress, OdIfc4x2::IfcPreDefinedItem, OdIfc4x2::IfcPresentationLayerAssignment, OdIfc4x2::IfcPresentationLayerWithStyle, OdIfc4x2::IfcPresentationStyleAssignment, OdIfc4x2::IfcPresentationStyle, OdIfc4x2::IfcProcedure, OdIfc4x2::IfcProcedureType, OdIfc4x2::IfcProcess, OdIfc4x2::IfcProduct, OdIfc4x2::IfcProductDefinitionShape, OdIfc4x2::IfcProductRepresentation, OdIfc4x2::IfcProfileDef, OdIfc4x2::IfcProfileProperties, OdIfc4x2::IfcProjectedCRS, OdIfc4x2::IfcProjectionElement, OdIfc4x2::IfcProjectOrder, OdIfc4x2::IfcPropertyAbstraction, OdIfc4x2::IfcProperty, OdIfc4x2::IfcPropertyBoundedValue, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertyDependencyRelationship, OdIfc4x2::IfcPropertyEnumeratedValue, OdIfc4x2::IfcPropertyEnumeration, OdIfc4x2::IfcPropertyListValue, OdIfc4x2::IfcPropertyReferenceValue, OdIfc4x2::IfcPropertySet, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetTemplate, OdIfc4x2::IfcPropertySingleValue, OdIfc4x2::IfcPropertyTableValue, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcProtectiveDevice, OdIfc4x2::IfcProtectiveDeviceTrippingUnit, OdIfc4x2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x2::IfcProtectiveDeviceType, OdIfc4x2::IfcProxy, OdIfc4x2::IfcPump, OdIfc4x2::IfcPumpType, OdIfc4x2::IfcQuantityArea, OdIfc4x2::IfcQuantityCount, OdIfc4x2::IfcQuantityLength, OdIfc4x2::IfcQuantityTime, OdIfc4x2::IfcQuantityVolume, OdIfc4x2::IfcQuantityWeight, OdIfc4x2::IfcRailing, OdIfc4x2::IfcRailingType, OdIfc4x2::IfcRamp, OdIfc4x2::IfcRampFlight, OdIfc4x2::IfcRampFlightType, OdIfc4x2::IfcRampType, OdIfc4x2::IfcRationalBSplineCurveWithKnots, OdIfc4x2::IfcRationalBSplineSurfaceWithKnots, OdIfc4x2::IfcRectangleHollowProfileDef, OdIfc4x2::IfcRectangleProfileDef, OdIfc4x2::IfcRectangularPyramid, OdIfc4x2::IfcRectangularTrimmedSurface, OdIfc4x2::IfcRecurrencePattern, OdIfc4x2::IfcReference, OdIfc4x2::IfcReferent, OdIfc4x2::IfcRegularTimeSeries, OdIfc4x2::IfcReinforcementBarProperties, OdIfc4x2::IfcReinforcementDefinitionProperties, OdIfc4x2::IfcReinforcingBar, OdIfc4x2::IfcReinforcingBarType, OdIfc4x2::IfcReinforcingElement, OdIfc4x2::IfcReinforcingMesh, OdIfc4x2::IfcReinforcingMeshType, OdIfc4x2::IfcRelAggregates, OdIfc4x2::IfcRelAssigns, OdIfc4x2::IfcRelAssignsToActor, OdIfc4x2::IfcRelAssignsToControl, OdIfc4x2::IfcRelAssignsToGroup, OdIfc4x2::IfcRelAssignsToGroupByFactor, OdIfc4x2::IfcRelAssignsToProcess, OdIfc4x2::IfcRelAssignsToProduct, OdIfc4x2::IfcRelAssignsToResource, OdIfc4x2::IfcRelAssociatesApproval, OdIfc4x2::IfcRelAssociates, OdIfc4x2::IfcRelAssociatesClassification, OdIfc4x2::IfcRelAssociatesConstraint, OdIfc4x2::IfcRelAssociatesDocument, OdIfc4x2::IfcRelAssociatesLibrary, OdIfc4x2::IfcRelAssociatesMaterial, OdIfc4x2::IfcRelConnectsElements, OdIfc4x2::IfcRelConnectsPathElements, OdIfc4x2::IfcRelConnectsPorts, OdIfc4x2::IfcRelConnectsPortToElement, OdIfc4x2::IfcRelConnectsStructuralActivity, OdIfc4x2::IfcRelConnectsStructuralMember, OdIfc4x2::IfcRelConnectsWithEccentricity, OdIfc4x2::IfcRelConnectsWithRealizingElements, OdIfc4x2::IfcRelContainedInSpatialStructure, OdIfc4x2::IfcRelCoversBldgElements, OdIfc4x2::IfcRelCoversSpaces, OdIfc4x2::IfcRelDeclares, OdIfc4x2::IfcRelDefinesByObject, OdIfc4x2::IfcRelDefinesByProperties, OdIfc4x2::IfcRelDefinesByTemplate, OdIfc4x2::IfcRelDefinesByType, OdIfc4x2::IfcRelFillsElement, OdIfc4x2::IfcRelFlowControlElements, OdIfc4x2::IfcRelInterferesElements, OdIfc4x2::IfcRelNests, OdIfc4x2::IfcRelPositions, OdIfc4x2::IfcRelProjectsElement, OdIfc4x2::IfcRelReferencedInSpatialStructure, OdIfc4x2::IfcRelSequence, OdIfc4x2::IfcRelServicesBuildings, OdIfc4x2::IfcRelSpaceBoundary1stLevel, OdIfc4x2::IfcRelSpaceBoundary2ndLevel, OdIfc4x2::IfcRelSpaceBoundary, OdIfc4x2::IfcRelVoidsElement, OdIfc4x2::IfcReparametrisedCompositeCurveSegment, OdIfc4x2::IfcRepresentation, OdIfc4x2::IfcRepresentationContext, OdIfc4x2::IfcRepresentationItem, OdIfc4x2::IfcRepresentationMap, OdIfc4x2::IfcResourceApprovalRelationship, OdIfc4x2::IfcResource, OdIfc4x2::IfcResourceConstraintRelationship, OdIfc4x2::IfcResourceLevelRelationship, OdIfc4x2::IfcResourceTime, OdIfc4x2::IfcRevolvedAreaSolid, OdIfc4x2::IfcRevolvedAreaSolidTapered, OdIfc4x2::IfcRightCircularCone, OdIfc4x2::IfcRightCircularCylinder, OdIfc4x2::IfcRoof, OdIfc4x2::IfcRoofType, OdIfc4x2::IfcRoot, OdIfc4x2::IfcRoundedRectangleProfileDef, OdIfc4x2::IfcSanitaryTerminal, OdIfc4x2::IfcSanitaryTerminalType, OdIfc4x2::IfcSchedulingTime, OdIfc4x2::IfcSectionedSolid, OdIfc4x2::IfcSectionedSolidHorizontal, OdIfc4x2::IfcSectionedSpine, OdIfc4x2::IfcSectionProperties, OdIfc4x2::IfcSectionReinforcementProperties, OdIfc4x2::IfcSensor, OdIfc4x2::IfcSensorType, OdIfc4x2::IfcShadingDevice, OdIfc4x2::IfcShadingDeviceType, OdIfc4x2::IfcShapeAspect, OdIfc4x2::IfcShapeModel, OdIfc4x2::IfcShellBasedSurfaceModel, OdIfc4x2::IfcSimplePropertyTemplate, OdIfc4x2::IfcSite, OdIfc4x2::IfcSIUnit, OdIfc4x2::IfcSlab, OdIfc4x2::IfcSlabType, OdIfc4x2::IfcSlippageConnectionCondition, OdIfc4x2::IfcSolarDevice, OdIfc4x2::IfcSolarDeviceType, OdIfc4x2::IfcSpace, OdIfc4x2::IfcSpaceHeater, OdIfc4x2::IfcSpaceHeaterType, OdIfc4x2::IfcSpaceType, OdIfc4x2::IfcSpatialElement, OdIfc4x2::IfcSpatialElementType, OdIfc4x2::IfcSpatialStructureElement, OdIfc4x2::IfcSpatialZone, OdIfc4x2::IfcSpatialZoneType, OdIfc4x2::IfcSphere, OdIfc4x2::IfcSphericalSurface, OdIfc4x2::IfcStackTerminal, OdIfc4x2::IfcStackTerminalType, OdIfc4x2::IfcStair, OdIfc4x2::IfcStairFlight, OdIfc4x2::IfcStairFlightType, OdIfc4x2::IfcStairType, OdIfc4x2::IfcStructuralAction, OdIfc4x2::IfcStructuralActivity, OdIfc4x2::IfcStructuralAnalysisModel, OdIfc4x2::IfcStructuralConnection, OdIfc4x2::IfcStructuralConnectionCondition, OdIfc4x2::IfcStructuralCurveAction, OdIfc4x2::IfcStructuralCurveConnection, OdIfc4x2::IfcStructuralCurveMember, OdIfc4x2::IfcStructuralCurveReaction, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralLoad, OdIfc4x2::IfcStructuralLoadCase, OdIfc4x2::IfcStructuralLoadConfiguration, OdIfc4x2::IfcStructuralLoadGroup, OdIfc4x2::IfcStructuralLoadLinearForce, OdIfc4x2::IfcStructuralLoadPlanarForce, OdIfc4x2::IfcStructuralLoadSingleDisplacement, OdIfc4x2::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x2::IfcStructuralLoadSingleForce, OdIfc4x2::IfcStructuralLoadSingleForceWarping, OdIfc4x2::IfcStructuralLoadTemperature, OdIfc4x2::IfcStructuralMember, OdIfc4x2::IfcStructuralPointConnection, OdIfc4x2::IfcStructuralResultGroup, OdIfc4x2::IfcStructuralSurfaceAction, OdIfc4x2::IfcStructuralSurfaceMember, OdIfc4x2::IfcStructuralSurfaceReaction, OdIfc4x2::IfcStyledItem, OdIfc4x2::IfcSubContractResource, OdIfc4x2::IfcSubContractResourceType, OdIfc4x2::IfcSubedge, OdIfc4x2::IfcSurfaceCurve, OdIfc4x2::IfcSurfaceCurveSweptAreaSolid, OdIfc4x2::IfcSurfaceFeature, OdIfc4x2::IfcSurfaceOfLinearExtrusion, OdIfc4x2::IfcSurfaceOfRevolution, OdIfc4x2::IfcSurfaceReinforcementArea, OdIfc4x2::IfcSurfaceStyle, OdIfc4x2::IfcSurfaceStyleLighting, OdIfc4x2::IfcSurfaceStyleRefraction, OdIfc4x2::IfcSurfaceStyleRendering, OdIfc4x2::IfcSurfaceStyleShading, OdIfc4x2::IfcSurfaceStyleWithTextures, OdIfc4x2::IfcSurfaceTexture, OdIfc4x2::IfcSweptAreaSolid, OdIfc4x2::IfcSweptDiskSolid, OdIfc4x2::IfcSweptDiskSolidPolygonal, OdIfc4x2::IfcSweptSurface, OdIfc4x2::IfcSwitchingDevice, OdIfc4x2::IfcSwitchingDeviceType, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystemFurnitureElement, OdIfc4x2::IfcSystemFurnitureElementType, OdIfc4x2::IfcTable, OdIfc4x2::IfcTableColumn, OdIfc4x2::IfcTableRow, OdIfc4x2::IfcTank, OdIfc4x2::IfcTankType, OdIfc4x2::IfcTask, OdIfc4x2::IfcTaskTime, OdIfc4x2::IfcTaskTimeRecurring, OdIfc4x2::IfcTaskType, OdIfc4x2::IfcTelecomAddress, OdIfc4x2::IfcTendonAnchor, OdIfc4x2::IfcTendonAnchorType, OdIfc4x2::IfcTendon, OdIfc4x2::IfcTendonConduit, OdIfc4x2::IfcTendonConduitType, OdIfc4x2::IfcTendonType, OdIfc4x2::IfcTessellatedFaceSet, OdIfc4x2::IfcTextLiteral, OdIfc4x2::IfcTextLiteralWithExtent, OdIfc4x2::IfcTextStyle, OdIfc4x2::IfcTextStyleFontModel, OdIfc4x2::IfcTextStyleForDefinedFont, OdIfc4x2::IfcTextStyleTextModel, OdIfc4x2::IfcTextureCoordinate, OdIfc4x2::IfcTextureCoordinateGenerator, OdIfc4x2::IfcTextureMap, OdIfc4x2::IfcTextureVertex, OdIfc4x2::IfcTextureVertexList, OdIfc4x2::IfcTimePeriod, OdIfc4x2::IfcTimeSeries, OdIfc4x2::IfcTimeSeriesValue, OdIfc4x2::IfcToroidalSurface, OdIfc4x2::IfcTransformer, OdIfc4x2::IfcTransformerType, OdIfc4x2::IfcTransitionCurveSegment2D, OdIfc4x2::IfcTransportElement, OdIfc4x2::IfcTransportElementType, OdIfc4x2::IfcTrapeziumProfileDef, OdIfc4x2::IfcTriangulatedFaceSet, OdIfc4x2::IfcTriangulatedIrregularNetwork, OdIfc4x2::IfcTrimmedCurve, OdIfc4x2::IfcTShapeProfileDef, OdIfc4x2::IfcTubeBundle, OdIfc4x2::IfcTubeBundleType, OdIfc4x2::IfcTypeObject, OdIfc4x2::IfcTypeProcess, OdIfc4x2::IfcTypeProduct, OdIfc4x2::IfcTypeResource, OdIfc4x2::IfcUnitaryControlElement, OdIfc4x2::IfcUnitaryControlElementType, OdIfc4x2::IfcUnitaryEquipment, OdIfc4x2::IfcUnitaryEquipmentType, OdIfc4x2::IfcUnitAssignment, OdIfc4x2::IfcUShapeProfileDef, OdIfc4x2::IfcValve, OdIfc4x2::IfcValveType, OdIfc4x2::IfcVector, OdIfc4x2::IfcVertexLoop, OdIfc4x2::IfcVertexPoint, OdIfc4x2::IfcVibrationDamper, OdIfc4x2::IfcVibrationDamperType, OdIfc4x2::IfcVibrationIsolator, OdIfc4x2::IfcVibrationIsolatorType, OdIfc4x2::IfcVirtualGridIntersection, OdIfc4x2::IfcVoidingFeature, OdIfc4x2::IfcWall, OdIfc4x2::IfcWallType, OdIfc4x2::IfcWasteTerminal, OdIfc4x2::IfcWasteTerminalType, OdIfc4x2::IfcWindow, OdIfc4x2::IfcWindowLiningProperties, OdIfc4x2::IfcWindowPanelProperties, OdIfc4x2::IfcWindowStyle, OdIfc4x2::IfcWindowType, OdIfc4x2::IfcWorkCalendar, OdIfc4x2::IfcWorkControl, OdIfc4x2::IfcWorkPlan, OdIfc4x2::IfcWorkSchedule, OdIfc4x2::IfcWorkTime, OdIfc4x2::IfcZone, OdIfc4x2::IfcZShapeProfileDef, OdIfc4x3_rc1::IfcActionRequest, OdIfc4x3_rc1::IfcActor, OdIfc4x3_rc1::IfcActorRole, OdIfc4x3_rc1::IfcActuator, OdIfc4x3_rc1::IfcActuatorType, OdIfc4x3_rc1::IfcAddress, OdIfc4x3_rc1::IfcAdvancedBrepWithVoids, OdIfc4x3_rc1::IfcAirTerminal, OdIfc4x3_rc1::IfcAirTerminalBox, OdIfc4x3_rc1::IfcAirTerminalBoxType, OdIfc4x3_rc1::IfcAirTerminalType, OdIfc4x3_rc1::IfcAirToAirHeatRecovery, OdIfc4x3_rc1::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc1::IfcAlarm, OdIfc4x3_rc1::IfcAlarmType, OdIfc4x3_rc1::IfcAlignment2DCant, OdIfc4x3_rc1::IfcAlignment2DCantSegment, OdIfc4x3_rc1::IfcAlignment2DCantSegTransition, OdIfc4x3_rc1::IfcAlignment2DHorizontal, OdIfc4x3_rc1::IfcAlignment2DHorizontalSegment, OdIfc4x3_rc1::IfcAlignment2DSegment, OdIfc4x3_rc1::IfcAlignment2DVerSegCircularArc, OdIfc4x3_rc1::IfcAlignment2DVerSegParabolicArc, OdIfc4x3_rc1::IfcAlignment2DVerSegTransition, OdIfc4x3_rc1::IfcAlignment2DVertical, OdIfc4x3_rc1::IfcAlignment2DVerticalSegment, OdIfc4x3_rc1::IfcAlignment, OdIfc4x3_rc1::IfcAlignmentCurve, OdIfc4x3_rc1::IfcAnnotation, OdIfc4x3_rc1::IfcAnnotationFillArea, OdIfc4x3_rc1::IfcApplication, OdIfc4x3_rc1::IfcAppliedValue, OdIfc4x3_rc1::IfcApproval, OdIfc4x3_rc1::IfcApprovalRelationship, OdIfc4x3_rc1::IfcArbitraryClosedProfileDef, OdIfc4x3_rc1::IfcArbitraryOpenProfileDef, OdIfc4x3_rc1::IfcArbitraryProfileDefWithVoids, OdIfc4x3_rc1::IfcAsset, OdIfc4x3_rc1::IfcAsymmetricIShapeProfileDef, OdIfc4x3_rc1::IfcAudioVisualAppliance, OdIfc4x3_rc1::IfcAudioVisualApplianceType, OdIfc4x3_rc1::IfcAxis1Placement, OdIfc4x3_rc1::IfcAxis2Placement2D, OdIfc4x3_rc1::IfcAxis2Placement3D, OdIfc4x3_rc1::IfcAxisLateralInclination, OdIfc4x3_rc1::IfcBeam, OdIfc4x3_rc1::IfcBeamType, OdIfc4x3_rc1::IfcBearing, OdIfc4x3_rc1::IfcBearingType, OdIfc4x3_rc1::IfcBlobTexture, OdIfc4x3_rc1::IfcBlock, OdIfc4x3_rc1::IfcBoiler, OdIfc4x3_rc1::IfcBoilerType, OdIfc4x3_rc1::IfcBooleanResult, OdIfc4x3_rc1::IfcBoundaryCondition, OdIfc4x3_rc1::IfcBoundaryEdgeCondition, OdIfc4x3_rc1::IfcBoundaryFaceCondition, OdIfc4x3_rc1::IfcBoundaryNodeCondition, OdIfc4x3_rc1::IfcBoundaryNodeConditionWarping, OdIfc4x3_rc1::IfcBoundedCurve, OdIfc4x3_rc1::IfcBoundingBox, OdIfc4x3_rc1::IfcBoxedHalfSpace, OdIfc4x3_rc1::IfcBridge, OdIfc4x3_rc1::IfcBSplineCurve, OdIfc4x3_rc1::IfcBSplineCurveWithKnots, OdIfc4x3_rc1::IfcBSplineSurface, OdIfc4x3_rc1::IfcBSplineSurfaceWithKnots, OdIfc4x3_rc1::IfcBuilding, OdIfc4x3_rc1::IfcBuildingElementPart, OdIfc4x3_rc1::IfcBuildingElementPartType, OdIfc4x3_rc1::IfcBuildingElementProxy, OdIfc4x3_rc1::IfcBuildingElementProxyType, OdIfc4x3_rc1::IfcBuildingStorey, OdIfc4x3_rc1::IfcBuildingSystem, OdIfc4x3_rc1::IfcBuiltSystem, OdIfc4x3_rc1::IfcBurner, OdIfc4x3_rc1::IfcBurnerType, OdIfc4x3_rc1::IfcCableCarrierFitting, OdIfc4x3_rc1::IfcCableCarrierFittingType, OdIfc4x3_rc1::IfcCableCarrierSegment, OdIfc4x3_rc1::IfcCableCarrierSegmentType, OdIfc4x3_rc1::IfcCableFitting, OdIfc4x3_rc1::IfcCableFittingType, OdIfc4x3_rc1::IfcCableSegment, OdIfc4x3_rc1::IfcCableSegmentType, OdIfc4x3_rc1::IfcCaissonFoundation, OdIfc4x3_rc1::IfcCaissonFoundationType, OdIfc4x3_rc1::IfcCartesianPoint, OdIfc4x3_rc1::IfcCartesianPointList2D, OdIfc4x3_rc1::IfcCartesianPointList3D, OdIfc4x3_rc1::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x3_rc1::IfcCartesianTransformationOperator3D, OdIfc4x3_rc1::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x3_rc1::IfcCartesianTransformationOperator, OdIfc4x3_rc1::IfcCenterLineProfileDef, OdIfc4x3_rc1::IfcChiller, OdIfc4x3_rc1::IfcChillerType, OdIfc4x3_rc1::IfcChimney, OdIfc4x3_rc1::IfcChimneyType, OdIfc4x3_rc1::IfcCircle, OdIfc4x3_rc1::IfcCircleHollowProfileDef, OdIfc4x3_rc1::IfcCircleProfileDef, OdIfc4x3_rc1::IfcCircularArcSegment2D, OdIfc4x3_rc1::IfcClassification, OdIfc4x3_rc1::IfcClassificationReference, OdIfc4x3_rc1::IfcCoil, OdIfc4x3_rc1::IfcCoilType, OdIfc4x3_rc1::IfcColourRgb, OdIfc4x3_rc1::IfcColourRgbList, OdIfc4x3_rc1::IfcColourSpecification, OdIfc4x3_rc1::IfcColumn, OdIfc4x3_rc1::IfcColumnType, OdIfc4x3_rc1::IfcCommunicationsAppliance, OdIfc4x3_rc1::IfcCommunicationsApplianceType, OdIfc4x3_rc1::IfcComplexProperty, OdIfc4x3_rc1::IfcComplexPropertyTemplate, OdIfc4x3_rc1::IfcCompositeCurve, OdIfc4x3_rc1::IfcCompositeCurveSegment, OdIfc4x3_rc1::IfcCompositeProfileDef, OdIfc4x3_rc1::IfcCompressor, OdIfc4x3_rc1::IfcCompressorType, OdIfc4x3_rc1::IfcCondenser, OdIfc4x3_rc1::IfcCondenserType, OdIfc4x3_rc1::IfcConic, OdIfc4x3_rc1::IfcConnectedFaceSet, OdIfc4x3_rc1::IfcConnectionCurveGeometry, OdIfc4x3_rc1::IfcConnectionPointEccentricity, OdIfc4x3_rc1::IfcConnectionPointGeometry, OdIfc4x3_rc1::IfcConnectionSurfaceGeometry, OdIfc4x3_rc1::IfcConnectionVolumeGeometry, OdIfc4x3_rc1::IfcConstraint, OdIfc4x3_rc1::IfcConstructionEquipmentResource, OdIfc4x3_rc1::IfcConstructionEquipmentResourceType, OdIfc4x3_rc1::IfcConstructionMaterialResource, OdIfc4x3_rc1::IfcConstructionMaterialResourceType, OdIfc4x3_rc1::IfcConstructionProductResource, OdIfc4x3_rc1::IfcConstructionProductResourceType, OdIfc4x3_rc1::IfcConstructionResource, OdIfc4x3_rc1::IfcConstructionResourceType, OdIfc4x3_rc1::IfcContext, OdIfc4x3_rc1::IfcContextDependentUnit, OdIfc4x3_rc1::IfcControl, OdIfc4x3_rc1::IfcController, OdIfc4x3_rc1::IfcControllerType, OdIfc4x3_rc1::IfcConversionBasedUnit, OdIfc4x3_rc1::IfcConversionBasedUnitWithOffset, OdIfc4x3_rc1::IfcConveyorSegment, OdIfc4x3_rc1::IfcConveyorSegmentType, OdIfc4x3_rc1::IfcCooledBeam, OdIfc4x3_rc1::IfcCooledBeamType, OdIfc4x3_rc1::IfcCoolingTower, OdIfc4x3_rc1::IfcCoolingTowerType, OdIfc4x3_rc1::IfcCoordinateOperation, OdIfc4x3_rc1::IfcCoordinateReferenceSystem, OdIfc4x3_rc1::IfcCostItem, OdIfc4x3_rc1::IfcCostSchedule, OdIfc4x3_rc1::IfcCourse, OdIfc4x3_rc1::IfcCourseType, OdIfc4x3_rc1::IfcCovering, OdIfc4x3_rc1::IfcCoveringType, OdIfc4x3_rc1::IfcCrewResource, OdIfc4x3_rc1::IfcCrewResourceType, OdIfc4x3_rc1::IfcCsgPrimitive3D, OdIfc4x3_rc1::IfcCsgSolid, OdIfc4x3_rc1::IfcCShapeProfileDef, OdIfc4x3_rc1::IfcCurrencyRelationship, OdIfc4x3_rc1::IfcCurtainWall, OdIfc4x3_rc1::IfcCurtainWallType, OdIfc4x3_rc1::IfcCurveBoundedPlane, OdIfc4x3_rc1::IfcCurveBoundedSurface, OdIfc4x3_rc1::IfcCurveSegment2D, OdIfc4x3_rc1::IfcCurveStyle, OdIfc4x3_rc1::IfcCurveStyleFontAndScaling, OdIfc4x3_rc1::IfcCurveStyleFont, OdIfc4x3_rc1::IfcCurveStyleFontPattern, OdIfc4x3_rc1::IfcCylindricalSurface, OdIfc4x3_rc1::IfcDamper, OdIfc4x3_rc1::IfcDamperType, OdIfc4x3_rc1::IfcDerivedProfileDef, OdIfc4x3_rc1::IfcDerivedUnit, OdIfc4x3_rc1::IfcDerivedUnitElement, OdIfc4x3_rc1::IfcDimensionalExponents, OdIfc4x3_rc1::IfcDirection, OdIfc4x3_rc1::IfcDirectrixCurveSweptAreaSolid, OdIfc4x3_rc1::IfcDirectrixDistanceSweptAreaSolid, OdIfc4x3_rc1::IfcDiscreteAccessory, OdIfc4x3_rc1::IfcDiscreteAccessoryType, OdIfc4x3_rc1::IfcDistanceExpression, OdIfc4x3_rc1::IfcDistributionBoard, OdIfc4x3_rc1::IfcDistributionBoardType, OdIfc4x3_rc1::IfcDistributionChamberElement, OdIfc4x3_rc1::IfcDistributionChamberElementType, OdIfc4x3_rc1::IfcDistributionControlElement, OdIfc4x3_rc1::IfcDistributionElement, OdIfc4x3_rc1::IfcDistributionFlowElement, OdIfc4x3_rc1::IfcDistributionPort, OdIfc4x3_rc1::IfcDistributionSystem, OdIfc4x3_rc1::IfcDocumentInformation, OdIfc4x3_rc1::IfcDocumentInformationRelationship, OdIfc4x3_rc1::IfcDocumentReference, OdIfc4x3_rc1::IfcDoor, OdIfc4x3_rc1::IfcDoorLiningProperties, OdIfc4x3_rc1::IfcDoorPanelProperties, OdIfc4x3_rc1::IfcDoorStyle, OdIfc4x3_rc1::IfcDoorType, OdIfc4x3_rc1::IfcDuctFitting, OdIfc4x3_rc1::IfcDuctFittingType, OdIfc4x3_rc1::IfcDuctSegment, OdIfc4x3_rc1::IfcDuctSegmentType, OdIfc4x3_rc1::IfcDuctSilencer, OdIfc4x3_rc1::IfcDuctSilencerType, OdIfc4x3_rc1::IfcEarthworksCut, OdIfc4x3_rc1::IfcEarthworksFill, OdIfc4x3_rc1::IfcEdge, OdIfc4x3_rc1::IfcEdgeCurve, OdIfc4x3_rc1::IfcEdgeLoop, OdIfc4x3_rc1::IfcElectricAppliance, OdIfc4x3_rc1::IfcElectricApplianceType, OdIfc4x3_rc1::IfcElectricDistributionBoard, OdIfc4x3_rc1::IfcElectricDistributionBoardType, OdIfc4x3_rc1::IfcElectricFlowStorageDevice, OdIfc4x3_rc1::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc1::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc1::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc1::IfcElectricGenerator, OdIfc4x3_rc1::IfcElectricGeneratorType, OdIfc4x3_rc1::IfcElectricMotor, OdIfc4x3_rc1::IfcElectricMotorType, OdIfc4x3_rc1::IfcElectricTimeControl, OdIfc4x3_rc1::IfcElectricTimeControlType, OdIfc4x3_rc1::IfcElementarySurface, OdIfc4x3_rc1::IfcElementAssembly, OdIfc4x3_rc1::IfcElementAssemblyType, OdIfc4x3_rc1::IfcElement, OdIfc4x3_rc1::IfcElementQuantity, OdIfc4x3_rc1::IfcElementType, OdIfc4x3_rc1::IfcEllipse, OdIfc4x3_rc1::IfcEllipseProfileDef, OdIfc4x3_rc1::IfcEngine, OdIfc4x3_rc1::IfcEngineType, OdIfc4x3_rc1::IfcEvaporativeCooler, OdIfc4x3_rc1::IfcEvaporativeCoolerType, OdIfc4x3_rc1::IfcEvaporator, OdIfc4x3_rc1::IfcEvaporatorType, OdIfc4x3_rc1::IfcEvent, OdIfc4x3_rc1::IfcEventTime, OdIfc4x3_rc1::IfcEventType, OdIfc4x3_rc1::IfcExtendedProperties, OdIfc4x3_rc1::IfcExternalReference, OdIfc4x3_rc1::IfcExternalReferenceRelationship, OdIfc4x3_rc1::IfcExternalSpatialElement, OdIfc4x3_rc1::IfcExtrudedAreaSolid, OdIfc4x3_rc1::IfcExtrudedAreaSolidTapered, OdIfc4x3_rc1::IfcFace, OdIfc4x3_rc1::IfcFaceBasedSurfaceModel, OdIfc4x3_rc1::IfcFaceBound, OdIfc4x3_rc1::IfcFaceSurface, OdIfc4x3_rc1::IfcFacetedBrepWithVoids, OdIfc4x3_rc1::IfcFacilityPart, OdIfc4x3_rc1::IfcFailureConnectionCondition, OdIfc4x3_rc1::IfcFan, OdIfc4x3_rc1::IfcFanType, OdIfc4x3_rc1::IfcFastener, OdIfc4x3_rc1::IfcFastenerType, OdIfc4x3_rc1::IfcFeatureElementAddition, OdIfc4x3_rc1::IfcFeatureElementSubtraction, OdIfc4x3_rc1::IfcFillAreaStyle, OdIfc4x3_rc1::IfcFillAreaStyleHatching, OdIfc4x3_rc1::IfcFillAreaStyleTiles, OdIfc4x3_rc1::IfcFilter, OdIfc4x3_rc1::IfcFilterType, OdIfc4x3_rc1::IfcFireSuppressionTerminal, OdIfc4x3_rc1::IfcFireSuppressionTerminalType, OdIfc4x3_rc1::IfcFixedReferenceSweptAreaSolid, OdIfc4x3_rc1::IfcFlowInstrument, OdIfc4x3_rc1::IfcFlowInstrumentType, OdIfc4x3_rc1::IfcFlowMeter, OdIfc4x3_rc1::IfcFlowMeterType, OdIfc4x3_rc1::IfcFooting, OdIfc4x3_rc1::IfcFootingType, OdIfc4x3_rc1::IfcFurniture, OdIfc4x3_rc1::IfcFurnitureType, OdIfc4x3_rc1::IfcGeographicElement, OdIfc4x3_rc1::IfcGeographicElementType, OdIfc4x3_rc1::IfcGeometricRepresentationContext, OdIfc4x3_rc1::IfcGeometricRepresentationSubContext, OdIfc4x3_rc1::IfcGeometricSet, OdIfc4x3_rc1::IfcGrid, OdIfc4x3_rc1::IfcGridAxis, OdIfc4x3_rc1::IfcGridPlacement, OdIfc4x3_rc1::IfcGroup, OdIfc4x3_rc1::IfcHalfSpaceSolid, OdIfc4x3_rc1::IfcHeatExchanger, OdIfc4x3_rc1::IfcHeatExchangerType, OdIfc4x3_rc1::IfcHumidifier, OdIfc4x3_rc1::IfcHumidifierType, OdIfc4x3_rc1::IfcImageTexture, OdIfc4x3_rc1::IfcImpactProtectionDevice, OdIfc4x3_rc1::IfcImpactProtectionDeviceType, OdIfc4x3_rc1::IfcInclinedReferenceSweptAreaSolid, OdIfc4x3_rc1::IfcIndexedColourMap, OdIfc4x3_rc1::IfcIndexedPolyCurve, OdIfc4x3_rc1::IfcIndexedPolygonalFace, OdIfc4x3_rc1::IfcIndexedPolygonalFaceWithVoids, OdIfc4x3_rc1::IfcIndexedTextureMap, OdIfc4x3_rc1::IfcIndexedTriangleTextureMap, OdIfc4x3_rc1::IfcInterceptor, OdIfc4x3_rc1::IfcInterceptorType, OdIfc4x3_rc1::IfcInventory, OdIfc4x3_rc1::IfcIrregularTimeSeries, OdIfc4x3_rc1::IfcIrregularTimeSeriesValue, OdIfc4x3_rc1::IfcIShapeProfileDef, OdIfc4x3_rc1::IfcJunctionBox, OdIfc4x3_rc1::IfcJunctionBoxType, OdIfc4x3_rc1::IfcKerb, OdIfc4x3_rc1::IfcKerbType, OdIfc4x3_rc1::IfcLaborResource, OdIfc4x3_rc1::IfcLaborResourceType, OdIfc4x3_rc1::IfcLagTime, OdIfc4x3_rc1::IfcLamp, OdIfc4x3_rc1::IfcLampType, OdIfc4x3_rc1::IfcLibraryInformation, OdIfc4x3_rc1::IfcLibraryReference, OdIfc4x3_rc1::IfcLightDistributionData, OdIfc4x3_rc1::IfcLightFixture, OdIfc4x3_rc1::IfcLightFixtureType, OdIfc4x3_rc1::IfcLightIntensityDistribution, OdIfc4x3_rc1::IfcLightSource, OdIfc4x3_rc1::IfcLightSourceDirectional, OdIfc4x3_rc1::IfcLightSourceGoniometric, OdIfc4x3_rc1::IfcLightSourcePositional, OdIfc4x3_rc1::IfcLightSourceSpot, OdIfc4x3_rc1::IfcLinearAxisWithInclination, OdIfc4x3_rc1::IfcLinearPlacement, OdIfc4x3_rc1::IfcLinearPlacementWithInclination, OdIfc4x3_rc1::IfcLinearPositioningElement, OdIfc4x3_rc1::IfcLinearSpanPlacement, OdIfc4x3_rc1::IfcLine, OdIfc4x3_rc1::IfcLiquidTerminal, OdIfc4x3_rc1::IfcLiquidTerminalType, OdIfc4x3_rc1::IfcLocalPlacement, OdIfc4x3_rc1::IfcLShapeProfileDef, OdIfc4x3_rc1::IfcManifoldSolidBrep, OdIfc4x3_rc1::IfcMapConversion, OdIfc4x3_rc1::IfcMappedItem, OdIfc4x3_rc1::IfcMarineFacility, OdIfc4x3_rc1::IfcMaterial, OdIfc4x3_rc1::IfcMaterialClassificationRelationship, OdIfc4x3_rc1::IfcMaterialConstituent, OdIfc4x3_rc1::IfcMaterialConstituentSet, OdIfc4x3_rc1::IfcMaterialDefinition, OdIfc4x3_rc1::IfcMaterialDefinitionRepresentation, OdIfc4x3_rc1::IfcMaterialLayer, OdIfc4x3_rc1::IfcMaterialLayerSet, OdIfc4x3_rc1::IfcMaterialLayerSetUsage, OdIfc4x3_rc1::IfcMaterialLayerWithOffsets, OdIfc4x3_rc1::IfcMaterialList, OdIfc4x3_rc1::IfcMaterialProfile, OdIfc4x3_rc1::IfcMaterialProfileSet, OdIfc4x3_rc1::IfcMaterialProfileSetUsage, OdIfc4x3_rc1::IfcMaterialProfileSetUsageTapering, OdIfc4x3_rc1::IfcMaterialProfileWithOffsets, OdIfc4x3_rc1::IfcMaterialProperties, OdIfc4x3_rc1::IfcMaterialRelationship, OdIfc4x3_rc1::IfcMaterialUsageDefinition, OdIfc4x3_rc1::IfcMeasureWithUnit, OdIfc4x3_rc1::IfcMechanicalFastener, OdIfc4x3_rc1::IfcMechanicalFastenerType, OdIfc4x3_rc1::IfcMedicalDevice, OdIfc4x3_rc1::IfcMedicalDeviceType, OdIfc4x3_rc1::IfcMember, OdIfc4x3_rc1::IfcMemberType, OdIfc4x3_rc1::IfcMetric, OdIfc4x3_rc1::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc1::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc1::IfcMonetaryUnit, OdIfc4x3_rc1::IfcMooringDevice, OdIfc4x3_rc1::IfcMooringDeviceType, OdIfc4x3_rc1::IfcMotorConnection, OdIfc4x3_rc1::IfcMotorConnectionType, OdIfc4x3_rc1::IfcNamedUnit, OdIfc4x3_rc1::IfcNavigationElement, OdIfc4x3_rc1::IfcNavigationElementType, OdIfc4x3_rc1::IfcObject, OdIfc4x3_rc1::IfcObjectDefinition, OdIfc4x3_rc1::IfcObjective, OdIfc4x3_rc1::IfcObjectPlacement, OdIfc4x3_rc1::IfcOccupant, OdIfc4x3_rc1::IfcOffsetCurve2D, OdIfc4x3_rc1::IfcOffsetCurve3D, OdIfc4x3_rc1::IfcOffsetCurve, OdIfc4x3_rc1::IfcOffsetCurveByDistances, OdIfc4x3_rc1::IfcOpenCrossProfileDef, OdIfc4x3_rc1::IfcOpeningElement, OdIfc4x3_rc1::IfcOrganization, OdIfc4x3_rc1::IfcOrganizationRelationship, OdIfc4x3_rc1::IfcOrientationExpression, OdIfc4x3_rc1::IfcOrientedEdge, OdIfc4x3_rc1::IfcOutlet, OdIfc4x3_rc1::IfcOutletType, OdIfc4x3_rc1::IfcOwnerHistory, OdIfc4x3_rc1::IfcParameterizedProfileDef, OdIfc4x3_rc1::IfcPath, OdIfc4x3_rc1::IfcPavement, OdIfc4x3_rc1::IfcPavementType, OdIfc4x3_rc1::IfcPcurve, OdIfc4x3_rc1::IfcPerformanceHistory, OdIfc4x3_rc1::IfcPermeableCoveringProperties, OdIfc4x3_rc1::IfcPermit, OdIfc4x3_rc1::IfcPersonAndOrganization, OdIfc4x3_rc1::IfcPerson, OdIfc4x3_rc1::IfcPhysicalComplexQuantity, OdIfc4x3_rc1::IfcPhysicalQuantity, OdIfc4x3_rc1::IfcPhysicalSimpleQuantity, OdIfc4x3_rc1::IfcPile, OdIfc4x3_rc1::IfcPileType, OdIfc4x3_rc1::IfcPipeFitting, OdIfc4x3_rc1::IfcPipeFittingType, OdIfc4x3_rc1::IfcPipeSegment, OdIfc4x3_rc1::IfcPipeSegmentType, OdIfc4x3_rc1::IfcPixelTexture, OdIfc4x3_rc1::IfcPlacement, OdIfc4x3_rc1::IfcPlanarBox, OdIfc4x3_rc1::IfcPlanarExtent, OdIfc4x3_rc1::IfcPlate, OdIfc4x3_rc1::IfcPlateType, OdIfc4x3_rc1::IfcPointOnCurve, OdIfc4x3_rc1::IfcPointOnSurface, OdIfc4x3_rc1::IfcPolygonalBoundedHalfSpace, OdIfc4x3_rc1::IfcPolygonalFaceSet, OdIfc4x3_rc1::IfcPolyline, OdIfc4x3_rc1::IfcPolyLoop, OdIfc4x3_rc1::IfcPort, OdIfc4x3_rc1::IfcPositioningElement, OdIfc4x3_rc1::IfcPostalAddress, OdIfc4x3_rc1::IfcPreDefinedItem, OdIfc4x3_rc1::IfcPresentationLayerAssignment, OdIfc4x3_rc1::IfcPresentationLayerWithStyle, OdIfc4x3_rc1::IfcPresentationStyleAssignment, OdIfc4x3_rc1::IfcPresentationStyle, OdIfc4x3_rc1::IfcProcedure, OdIfc4x3_rc1::IfcProcedureType, OdIfc4x3_rc1::IfcProcess, OdIfc4x3_rc1::IfcProduct, OdIfc4x3_rc1::IfcProductDefinitionShape, OdIfc4x3_rc1::IfcProductRepresentation, OdIfc4x3_rc1::IfcProfileDef, OdIfc4x3_rc1::IfcProfileProperties, OdIfc4x3_rc1::IfcProjectedCRS, OdIfc4x3_rc1::IfcProjectionElement, OdIfc4x3_rc1::IfcProjectOrder, OdIfc4x3_rc1::IfcPropertyAbstraction, OdIfc4x3_rc1::IfcProperty, OdIfc4x3_rc1::IfcPropertyBoundedValue, OdIfc4x3_rc1::IfcPropertyDefinition, OdIfc4x3_rc1::IfcPropertyDependencyRelationship, OdIfc4x3_rc1::IfcPropertyEnumeratedValue, OdIfc4x3_rc1::IfcPropertyEnumeration, OdIfc4x3_rc1::IfcPropertyListValue, OdIfc4x3_rc1::IfcPropertyReferenceValue, OdIfc4x3_rc1::IfcPropertySet, OdIfc4x3_rc1::IfcPropertySetDefinition, OdIfc4x3_rc1::IfcPropertySetTemplate, OdIfc4x3_rc1::IfcPropertySingleValue, OdIfc4x3_rc1::IfcPropertyTableValue, OdIfc4x3_rc1::IfcPropertyTemplate, OdIfc4x3_rc1::IfcProtectiveDevice, OdIfc4x3_rc1::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc1::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc1::IfcProtectiveDeviceType, OdIfc4x3_rc1::IfcProxy, OdIfc4x3_rc1::IfcPump, OdIfc4x3_rc1::IfcPumpType, OdIfc4x3_rc1::IfcQuantityArea, OdIfc4x3_rc1::IfcQuantityCount, OdIfc4x3_rc1::IfcQuantityLength, OdIfc4x3_rc1::IfcQuantityTime, OdIfc4x3_rc1::IfcQuantityVolume, OdIfc4x3_rc1::IfcQuantityWeight, OdIfc4x3_rc1::IfcRail, OdIfc4x3_rc1::IfcRailing, OdIfc4x3_rc1::IfcRailingType, OdIfc4x3_rc1::IfcRailType, OdIfc4x3_rc1::IfcRamp, OdIfc4x3_rc1::IfcRampFlight, OdIfc4x3_rc1::IfcRampFlightType, OdIfc4x3_rc1::IfcRampType, OdIfc4x3_rc1::IfcRationalBSplineCurveWithKnots, OdIfc4x3_rc1::IfcRationalBSplineSurfaceWithKnots, OdIfc4x3_rc1::IfcRectangleHollowProfileDef, OdIfc4x3_rc1::IfcRectangleProfileDef, OdIfc4x3_rc1::IfcRectangularPyramid, OdIfc4x3_rc1::IfcRectangularTrimmedSurface, OdIfc4x3_rc1::IfcRecurrencePattern, OdIfc4x3_rc1::IfcReference, OdIfc4x3_rc1::IfcReferent, OdIfc4x3_rc1::IfcRegularTimeSeries, OdIfc4x3_rc1::IfcReinforcedSoil, OdIfc4x3_rc1::IfcReinforcementBarProperties, OdIfc4x3_rc1::IfcReinforcementDefinitionProperties, OdIfc4x3_rc1::IfcReinforcingBar, OdIfc4x3_rc1::IfcReinforcingBarType, OdIfc4x3_rc1::IfcReinforcingElement, OdIfc4x3_rc1::IfcReinforcingMesh, OdIfc4x3_rc1::IfcReinforcingMeshType, OdIfc4x3_rc1::IfcRelAggregates, OdIfc4x3_rc1::IfcRelAssigns, OdIfc4x3_rc1::IfcRelAssignsToActor, OdIfc4x3_rc1::IfcRelAssignsToControl, OdIfc4x3_rc1::IfcRelAssignsToGroup, OdIfc4x3_rc1::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc1::IfcRelAssignsToProcess, OdIfc4x3_rc1::IfcRelAssignsToProduct, OdIfc4x3_rc1::IfcRelAssignsToResource, OdIfc4x3_rc1::IfcRelAssociatesApproval, OdIfc4x3_rc1::IfcRelAssociates, OdIfc4x3_rc1::IfcRelAssociatesClassification, OdIfc4x3_rc1::IfcRelAssociatesConstraint, OdIfc4x3_rc1::IfcRelAssociatesDocument, OdIfc4x3_rc1::IfcRelAssociatesLibrary, OdIfc4x3_rc1::IfcRelAssociatesMaterial, OdIfc4x3_rc1::IfcRelAssociatesProfileDef, OdIfc4x3_rc1::IfcRelConnectsElements, OdIfc4x3_rc1::IfcRelConnectsPathElements, OdIfc4x3_rc1::IfcRelConnectsPorts, OdIfc4x3_rc1::IfcRelConnectsPortToElement, OdIfc4x3_rc1::IfcRelConnectsStructuralActivity, OdIfc4x3_rc1::IfcRelConnectsStructuralMember, OdIfc4x3_rc1::IfcRelConnectsWithEccentricity, OdIfc4x3_rc1::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc1::IfcRelContainedInSpatialStructure, OdIfc4x3_rc1::IfcRelCoversBldgElements, OdIfc4x3_rc1::IfcRelCoversSpaces, OdIfc4x3_rc1::IfcRelDeclares, OdIfc4x3_rc1::IfcRelDefinesByObject, OdIfc4x3_rc1::IfcRelDefinesByProperties, OdIfc4x3_rc1::IfcRelDefinesByTemplate, OdIfc4x3_rc1::IfcRelDefinesByType, OdIfc4x3_rc1::IfcRelFillsElement, OdIfc4x3_rc1::IfcRelFlowControlElements, OdIfc4x3_rc1::IfcRelInterferesElements, OdIfc4x3_rc1::IfcRelNests, OdIfc4x3_rc1::IfcRelPositions, OdIfc4x3_rc1::IfcRelProjectsElement, OdIfc4x3_rc1::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc1::IfcRelSequence, OdIfc4x3_rc1::IfcRelServicesBuildings, OdIfc4x3_rc1::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc1::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc1::IfcRelSpaceBoundary, OdIfc4x3_rc1::IfcRelVoidsElement, OdIfc4x3_rc1::IfcReparametrisedCompositeCurveSegment, OdIfc4x3_rc1::IfcRepresentation, OdIfc4x3_rc1::IfcRepresentationContext, OdIfc4x3_rc1::IfcRepresentationItem, OdIfc4x3_rc1::IfcRepresentationMap, OdIfc4x3_rc1::IfcResourceApprovalRelationship, OdIfc4x3_rc1::IfcResource, OdIfc4x3_rc1::IfcResourceConstraintRelationship, OdIfc4x3_rc1::IfcResourceLevelRelationship, OdIfc4x3_rc1::IfcResourceTime, OdIfc4x3_rc1::IfcRevolvedAreaSolid, OdIfc4x3_rc1::IfcRevolvedAreaSolidTapered, OdIfc4x3_rc1::IfcRightCircularCone, OdIfc4x3_rc1::IfcRightCircularCylinder, OdIfc4x3_rc1::IfcRoof, OdIfc4x3_rc1::IfcRoofType, OdIfc4x3_rc1::IfcRoot, OdIfc4x3_rc1::IfcRoundedRectangleProfileDef, OdIfc4x3_rc1::IfcSanitaryTerminal, OdIfc4x3_rc1::IfcSanitaryTerminalType, OdIfc4x3_rc1::IfcSchedulingTime, OdIfc4x3_rc1::IfcSectionedSolid, OdIfc4x3_rc1::IfcSectionedSolidHorizontal, OdIfc4x3_rc1::IfcSectionedSpine, OdIfc4x3_rc1::IfcSectionedSurface, OdIfc4x3_rc1::IfcSectionProperties, OdIfc4x3_rc1::IfcSectionReinforcementProperties, OdIfc4x3_rc1::IfcSensor, OdIfc4x3_rc1::IfcSensorType, OdIfc4x3_rc1::IfcShadingDevice, OdIfc4x3_rc1::IfcShadingDeviceType, OdIfc4x3_rc1::IfcShapeAspect, OdIfc4x3_rc1::IfcShapeModel, OdIfc4x3_rc1::IfcShellBasedSurfaceModel, OdIfc4x3_rc1::IfcSignal, OdIfc4x3_rc1::IfcSignalType, OdIfc4x3_rc1::IfcSign, OdIfc4x3_rc1::IfcSignType, OdIfc4x3_rc1::IfcSimplePropertyTemplate, OdIfc4x3_rc1::IfcSite, OdIfc4x3_rc1::IfcSIUnit, OdIfc4x3_rc1::IfcSlab, OdIfc4x3_rc1::IfcSlabType, OdIfc4x3_rc1::IfcSlippageConnectionCondition, OdIfc4x3_rc1::IfcSolarDevice, OdIfc4x3_rc1::IfcSolarDeviceType, OdIfc4x3_rc1::IfcSpace, OdIfc4x3_rc1::IfcSpaceHeater, OdIfc4x3_rc1::IfcSpaceHeaterType, OdIfc4x3_rc1::IfcSpaceType, OdIfc4x3_rc1::IfcSpatialElement, OdIfc4x3_rc1::IfcSpatialElementType, OdIfc4x3_rc1::IfcSpatialStructureElement, OdIfc4x3_rc1::IfcSpatialZone, OdIfc4x3_rc1::IfcSpatialZoneType, OdIfc4x3_rc1::IfcSphere, OdIfc4x3_rc1::IfcSphericalSurface, OdIfc4x3_rc1::IfcStackTerminal, OdIfc4x3_rc1::IfcStackTerminalType, OdIfc4x3_rc1::IfcStair, OdIfc4x3_rc1::IfcStairFlight, OdIfc4x3_rc1::IfcStairFlightType, OdIfc4x3_rc1::IfcStairType, OdIfc4x3_rc1::IfcStructuralAction, OdIfc4x3_rc1::IfcStructuralActivity, OdIfc4x3_rc1::IfcStructuralAnalysisModel, OdIfc4x3_rc1::IfcStructuralConnection, OdIfc4x3_rc1::IfcStructuralConnectionCondition, OdIfc4x3_rc1::IfcStructuralCurveAction, OdIfc4x3_rc1::IfcStructuralCurveConnection, OdIfc4x3_rc1::IfcStructuralCurveMember, OdIfc4x3_rc1::IfcStructuralCurveReaction, OdIfc4x3_rc1::IfcStructuralItem, OdIfc4x3_rc1::IfcStructuralLoad, OdIfc4x3_rc1::IfcStructuralLoadCase, OdIfc4x3_rc1::IfcStructuralLoadConfiguration, OdIfc4x3_rc1::IfcStructuralLoadGroup, OdIfc4x3_rc1::IfcStructuralLoadLinearForce, OdIfc4x3_rc1::IfcStructuralLoadPlanarForce, OdIfc4x3_rc1::IfcStructuralLoadSingleDisplacement, OdIfc4x3_rc1::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x3_rc1::IfcStructuralLoadSingleForce, OdIfc4x3_rc1::IfcStructuralLoadSingleForceWarping, OdIfc4x3_rc1::IfcStructuralLoadTemperature, OdIfc4x3_rc1::IfcStructuralMember, OdIfc4x3_rc1::IfcStructuralPointConnection, OdIfc4x3_rc1::IfcStructuralResultGroup, OdIfc4x3_rc1::IfcStructuralSurfaceAction, OdIfc4x3_rc1::IfcStructuralSurfaceMember, OdIfc4x3_rc1::IfcStructuralSurfaceReaction, OdIfc4x3_rc1::IfcStyledItem, OdIfc4x3_rc1::IfcSubContractResource, OdIfc4x3_rc1::IfcSubContractResourceType, OdIfc4x3_rc1::IfcSubedge, OdIfc4x3_rc1::IfcSurfaceCurve, OdIfc4x3_rc1::IfcSurfaceCurveSweptAreaSolid, OdIfc4x3_rc1::IfcSurfaceFeature, OdIfc4x3_rc1::IfcSurfaceOfLinearExtrusion, OdIfc4x3_rc1::IfcSurfaceOfRevolution, OdIfc4x3_rc1::IfcSurfaceReinforcementArea, OdIfc4x3_rc1::IfcSurfaceStyle, OdIfc4x3_rc1::IfcSurfaceStyleLighting, OdIfc4x3_rc1::IfcSurfaceStyleRefraction, OdIfc4x3_rc1::IfcSurfaceStyleRendering, OdIfc4x3_rc1::IfcSurfaceStyleShading, OdIfc4x3_rc1::IfcSurfaceStyleWithTextures, OdIfc4x3_rc1::IfcSurfaceTexture, OdIfc4x3_rc1::IfcSweptAreaSolid, OdIfc4x3_rc1::IfcSweptDiskSolid, OdIfc4x3_rc1::IfcSweptDiskSolidPolygonal, OdIfc4x3_rc1::IfcSweptSurface, OdIfc4x3_rc1::IfcSwitchingDevice, OdIfc4x3_rc1::IfcSwitchingDeviceType, OdIfc4x3_rc1::IfcSystem, OdIfc4x3_rc1::IfcSystemFurnitureElement, OdIfc4x3_rc1::IfcSystemFurnitureElementType, OdIfc4x3_rc1::IfcTable, OdIfc4x3_rc1::IfcTableColumn, OdIfc4x3_rc1::IfcTableRow, OdIfc4x3_rc1::IfcTank, OdIfc4x3_rc1::IfcTankType, OdIfc4x3_rc1::IfcTask, OdIfc4x3_rc1::IfcTaskTime, OdIfc4x3_rc1::IfcTaskTimeRecurring, OdIfc4x3_rc1::IfcTaskType, OdIfc4x3_rc1::IfcTelecomAddress, OdIfc4x3_rc1::IfcTendonAnchor, OdIfc4x3_rc1::IfcTendonAnchorType, OdIfc4x3_rc1::IfcTendon, OdIfc4x3_rc1::IfcTendonConduit, OdIfc4x3_rc1::IfcTendonConduitType, OdIfc4x3_rc1::IfcTendonType, OdIfc4x3_rc1::IfcTessellatedFaceSet, OdIfc4x3_rc1::IfcTextLiteral, OdIfc4x3_rc1::IfcTextLiteralWithExtent, OdIfc4x3_rc1::IfcTextStyle, OdIfc4x3_rc1::IfcTextStyleFontModel, OdIfc4x3_rc1::IfcTextStyleForDefinedFont, OdIfc4x3_rc1::IfcTextStyleTextModel, OdIfc4x3_rc1::IfcTextureCoordinate, OdIfc4x3_rc1::IfcTextureCoordinateGenerator, OdIfc4x3_rc1::IfcTextureMap, OdIfc4x3_rc1::IfcTextureVertex, OdIfc4x3_rc1::IfcTextureVertexList, OdIfc4x3_rc1::IfcTimePeriod, OdIfc4x3_rc1::IfcTimeSeries, OdIfc4x3_rc1::IfcTimeSeriesValue, OdIfc4x3_rc1::IfcToroidalSurface, OdIfc4x3_rc1::IfcTrackElement, OdIfc4x3_rc1::IfcTrackElementType, OdIfc4x3_rc1::IfcTransformer, OdIfc4x3_rc1::IfcTransformerType, OdIfc4x3_rc1::IfcTransitionCurveSegment2D, OdIfc4x3_rc1::IfcTransportElement, OdIfc4x3_rc1::IfcTransportElementType, OdIfc4x3_rc1::IfcTrapeziumProfileDef, OdIfc4x3_rc1::IfcTriangulatedFaceSet, OdIfc4x3_rc1::IfcTriangulatedIrregularNetwork, OdIfc4x3_rc1::IfcTrimmedCurve, OdIfc4x3_rc1::IfcTShapeProfileDef, OdIfc4x3_rc1::IfcTubeBundle, OdIfc4x3_rc1::IfcTubeBundleType, OdIfc4x3_rc1::IfcTypeObject, OdIfc4x3_rc1::IfcTypeProcess, OdIfc4x3_rc1::IfcTypeProduct, OdIfc4x3_rc1::IfcTypeResource, OdIfc4x3_rc1::IfcUnitaryControlElement, OdIfc4x3_rc1::IfcUnitaryControlElementType, OdIfc4x3_rc1::IfcUnitaryEquipment, OdIfc4x3_rc1::IfcUnitaryEquipmentType, OdIfc4x3_rc1::IfcUnitAssignment, OdIfc4x3_rc1::IfcUShapeProfileDef, OdIfc4x3_rc1::IfcValve, OdIfc4x3_rc1::IfcValveType, OdIfc4x3_rc1::IfcVector, OdIfc4x3_rc1::IfcVertexLoop, OdIfc4x3_rc1::IfcVertexPoint, OdIfc4x3_rc1::IfcVibrationDamper, OdIfc4x3_rc1::IfcVibrationDamperType, OdIfc4x3_rc1::IfcVibrationIsolator, OdIfc4x3_rc1::IfcVibrationIsolatorType, OdIfc4x3_rc1::IfcVirtualGridIntersection, OdIfc4x3_rc1::IfcVoidingFeature, OdIfc4x3_rc1::IfcWall, OdIfc4x3_rc1::IfcWallType, OdIfc4x3_rc1::IfcWasteTerminal, OdIfc4x3_rc1::IfcWasteTerminalType, OdIfc4x3_rc1::IfcWindow, OdIfc4x3_rc1::IfcWindowLiningProperties, OdIfc4x3_rc1::IfcWindowPanelProperties, OdIfc4x3_rc1::IfcWindowStyle, OdIfc4x3_rc1::IfcWindowType, OdIfc4x3_rc1::IfcWorkCalendar, OdIfc4x3_rc1::IfcWorkControl, OdIfc4x3_rc1::IfcWorkPlan, OdIfc4x3_rc1::IfcWorkSchedule, OdIfc4x3_rc1::IfcWorkTime, OdIfc4x3_rc1::IfcZone, OdIfc4x3_rc1::IfcZShapeProfileDef, OdIfc4x3_rc4::IfcActionRequest, OdIfc4x3_rc4::IfcActor, OdIfc4x3_rc4::IfcActorRole, OdIfc4x3_rc4::IfcActuator, OdIfc4x3_rc4::IfcActuatorType, OdIfc4x3_rc4::IfcAddress, OdIfc4x3_rc4::IfcAdvancedBrepWithVoids, OdIfc4x3_rc4::IfcAirTerminal, OdIfc4x3_rc4::IfcAirTerminalBox, OdIfc4x3_rc4::IfcAirTerminalBoxType, OdIfc4x3_rc4::IfcAirTerminalType, OdIfc4x3_rc4::IfcAirToAirHeatRecovery, OdIfc4x3_rc4::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc4::IfcAlarm, OdIfc4x3_rc4::IfcAlarmType, OdIfc4x3_rc4::IfcAlignment, OdIfc4x3_rc4::IfcAlignmentCant, OdIfc4x3_rc4::IfcAlignmentCantSegment, OdIfc4x3_rc4::IfcAlignmentHorizontalSegment, OdIfc4x3_rc4::IfcAlignmentParameterSegment, OdIfc4x3_rc4::IfcAlignmentSegment, OdIfc4x3_rc4::IfcAlignmentVerticalSegment, OdIfc4x3_rc4::IfcAnnotation, OdIfc4x3_rc4::IfcAnnotationFillArea, OdIfc4x3_rc4::IfcApplication, OdIfc4x3_rc4::IfcAppliedValue, OdIfc4x3_rc4::IfcApproval, OdIfc4x3_rc4::IfcApprovalRelationship, OdIfc4x3_rc4::IfcArbitraryClosedProfileDef, OdIfc4x3_rc4::IfcArbitraryOpenProfileDef, OdIfc4x3_rc4::IfcArbitraryProfileDefWithVoids, OdIfc4x3_rc4::IfcAsset, OdIfc4x3_rc4::IfcAsymmetricIShapeProfileDef, OdIfc4x3_rc4::IfcAudioVisualAppliance, OdIfc4x3_rc4::IfcAudioVisualApplianceType, OdIfc4x3_rc4::IfcAxis1Placement, OdIfc4x3_rc4::IfcAxis2Placement2D, OdIfc4x3_rc4::IfcAxis2Placement3D, OdIfc4x3_rc4::IfcAxis2PlacementLinear, OdIfc4x3_rc4::IfcBeam, OdIfc4x3_rc4::IfcBeamType, OdIfc4x3_rc4::IfcBearing, OdIfc4x3_rc4::IfcBearingType, OdIfc4x3_rc4::IfcBlobTexture, OdIfc4x3_rc4::IfcBlock, OdIfc4x3_rc4::IfcBoiler, OdIfc4x3_rc4::IfcBoilerType, OdIfc4x3_rc4::IfcBooleanResult, OdIfc4x3_rc4::IfcBoundaryCondition, OdIfc4x3_rc4::IfcBoundaryEdgeCondition, OdIfc4x3_rc4::IfcBoundaryFaceCondition, OdIfc4x3_rc4::IfcBoundaryNodeCondition, OdIfc4x3_rc4::IfcBoundaryNodeConditionWarping, OdIfc4x3_rc4::IfcBoundingBox, OdIfc4x3_rc4::IfcBoxedHalfSpace, OdIfc4x3_rc4::IfcBridge, OdIfc4x3_rc4::IfcBSplineCurve, OdIfc4x3_rc4::IfcBSplineCurveWithKnots, OdIfc4x3_rc4::IfcBSplineSurface, OdIfc4x3_rc4::IfcBSplineSurfaceWithKnots, OdIfc4x3_rc4::IfcBuilding, OdIfc4x3_rc4::IfcBuildingElementPart, OdIfc4x3_rc4::IfcBuildingElementPartType, OdIfc4x3_rc4::IfcBuildingElementProxy, OdIfc4x3_rc4::IfcBuildingElementProxyType, OdIfc4x3_rc4::IfcBuildingStorey, OdIfc4x3_rc4::IfcBuildingSystem, OdIfc4x3_rc4::IfcBuiltSystem, OdIfc4x3_rc4::IfcBurner, OdIfc4x3_rc4::IfcBurnerType, OdIfc4x3_rc4::IfcCableCarrierFitting, OdIfc4x3_rc4::IfcCableCarrierFittingType, OdIfc4x3_rc4::IfcCableCarrierSegment, OdIfc4x3_rc4::IfcCableCarrierSegmentType, OdIfc4x3_rc4::IfcCableFitting, OdIfc4x3_rc4::IfcCableFittingType, OdIfc4x3_rc4::IfcCableSegment, OdIfc4x3_rc4::IfcCableSegmentType, OdIfc4x3_rc4::IfcCaissonFoundation, OdIfc4x3_rc4::IfcCaissonFoundationType, OdIfc4x3_rc4::IfcCartesianPoint, OdIfc4x3_rc4::IfcCartesianPointList2D, OdIfc4x3_rc4::IfcCartesianPointList3D, OdIfc4x3_rc4::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x3_rc4::IfcCartesianTransformationOperator3D, OdIfc4x3_rc4::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x3_rc4::IfcCartesianTransformationOperator, OdIfc4x3_rc4::IfcCenterLineProfileDef, OdIfc4x3_rc4::IfcChiller, OdIfc4x3_rc4::IfcChillerType, OdIfc4x3_rc4::IfcChimney, OdIfc4x3_rc4::IfcChimneyType, OdIfc4x3_rc4::IfcCircle, OdIfc4x3_rc4::IfcCircleHollowProfileDef, OdIfc4x3_rc4::IfcCircleProfileDef, OdIfc4x3_rc4::IfcClassification, OdIfc4x3_rc4::IfcClassificationReference, OdIfc4x3_rc4::IfcClothoid, OdIfc4x3_rc4::IfcCoil, OdIfc4x3_rc4::IfcCoilType, OdIfc4x3_rc4::IfcColourRgb, OdIfc4x3_rc4::IfcColourRgbList, OdIfc4x3_rc4::IfcColourSpecification, OdIfc4x3_rc4::IfcColumn, OdIfc4x3_rc4::IfcColumnType, OdIfc4x3_rc4::IfcCommunicationsAppliance, OdIfc4x3_rc4::IfcCommunicationsApplianceType, OdIfc4x3_rc4::IfcComplexProperty, OdIfc4x3_rc4::IfcComplexPropertyTemplate, OdIfc4x3_rc4::IfcCompositeCurve, OdIfc4x3_rc4::IfcCompositeCurveSegment, OdIfc4x3_rc4::IfcCompositeProfileDef, OdIfc4x3_rc4::IfcCompressor, OdIfc4x3_rc4::IfcCompressorType, OdIfc4x3_rc4::IfcCondenser, OdIfc4x3_rc4::IfcCondenserType, OdIfc4x3_rc4::IfcConic, OdIfc4x3_rc4::IfcConnectedFaceSet, OdIfc4x3_rc4::IfcConnectionCurveGeometry, OdIfc4x3_rc4::IfcConnectionPointEccentricity, OdIfc4x3_rc4::IfcConnectionPointGeometry, OdIfc4x3_rc4::IfcConnectionSurfaceGeometry, OdIfc4x3_rc4::IfcConnectionVolumeGeometry, OdIfc4x3_rc4::IfcConstraint, OdIfc4x3_rc4::IfcConstructionEquipmentResource, OdIfc4x3_rc4::IfcConstructionEquipmentResourceType, OdIfc4x3_rc4::IfcConstructionMaterialResource, OdIfc4x3_rc4::IfcConstructionMaterialResourceType, OdIfc4x3_rc4::IfcConstructionProductResource, OdIfc4x3_rc4::IfcConstructionProductResourceType, OdIfc4x3_rc4::IfcConstructionResource, OdIfc4x3_rc4::IfcConstructionResourceType, OdIfc4x3_rc4::IfcContext, OdIfc4x3_rc4::IfcContextDependentUnit, OdIfc4x3_rc4::IfcControl, OdIfc4x3_rc4::IfcController, OdIfc4x3_rc4::IfcControllerType, OdIfc4x3_rc4::IfcConversionBasedUnit, OdIfc4x3_rc4::IfcConversionBasedUnitWithOffset, OdIfc4x3_rc4::IfcConveyorSegment, OdIfc4x3_rc4::IfcConveyorSegmentType, OdIfc4x3_rc4::IfcCooledBeam, OdIfc4x3_rc4::IfcCooledBeamType, OdIfc4x3_rc4::IfcCoolingTower, OdIfc4x3_rc4::IfcCoolingTowerType, OdIfc4x3_rc4::IfcCoordinateOperation, OdIfc4x3_rc4::IfcCoordinateReferenceSystem, OdIfc4x3_rc4::IfcCosine, OdIfc4x3_rc4::IfcCostItem, OdIfc4x3_rc4::IfcCostSchedule, OdIfc4x3_rc4::IfcCourse, OdIfc4x3_rc4::IfcCourseType, OdIfc4x3_rc4::IfcCovering, OdIfc4x3_rc4::IfcCoveringType, OdIfc4x3_rc4::IfcCrewResource, OdIfc4x3_rc4::IfcCrewResourceType, OdIfc4x3_rc4::IfcCsgPrimitive3D, OdIfc4x3_rc4::IfcCsgSolid, OdIfc4x3_rc4::IfcCShapeProfileDef, OdIfc4x3_rc4::IfcCurrencyRelationship, OdIfc4x3_rc4::IfcCurtainWall, OdIfc4x3_rc4::IfcCurtainWallType, OdIfc4x3_rc4::IfcCurveBoundedPlane, OdIfc4x3_rc4::IfcCurveBoundedSurface, OdIfc4x3_rc4::IfcCurveSegment, OdIfc4x3_rc4::IfcCurveStyle, OdIfc4x3_rc4::IfcCurveStyleFontAndScaling, OdIfc4x3_rc4::IfcCurveStyleFont, OdIfc4x3_rc4::IfcCurveStyleFontPattern, OdIfc4x3_rc4::IfcCylindricalSurface, OdIfc4x3_rc4::IfcDamper, OdIfc4x3_rc4::IfcDamperType, OdIfc4x3_rc4::IfcDerivedProfileDef, OdIfc4x3_rc4::IfcDerivedUnit, OdIfc4x3_rc4::IfcDerivedUnitElement, OdIfc4x3_rc4::IfcDimensionalExponents, OdIfc4x3_rc4::IfcDirection, OdIfc4x3_rc4::IfcDirectrixCurveSweptAreaSolid, OdIfc4x3_rc4::IfcDiscreteAccessory, OdIfc4x3_rc4::IfcDiscreteAccessoryType, OdIfc4x3_rc4::IfcDistributionBoard, OdIfc4x3_rc4::IfcDistributionBoardType, OdIfc4x3_rc4::IfcDistributionChamberElement, OdIfc4x3_rc4::IfcDistributionChamberElementType, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionPort, OdIfc4x3_rc4::IfcDistributionSystem, OdIfc4x3_rc4::IfcDocumentInformation, OdIfc4x3_rc4::IfcDocumentInformationRelationship, OdIfc4x3_rc4::IfcDocumentReference, OdIfc4x3_rc4::IfcDoor, OdIfc4x3_rc4::IfcDoorLiningProperties, OdIfc4x3_rc4::IfcDoorPanelProperties, OdIfc4x3_rc4::IfcDoorStyle, OdIfc4x3_rc4::IfcDoorType, OdIfc4x3_rc4::IfcDuctFitting, OdIfc4x3_rc4::IfcDuctFittingType, OdIfc4x3_rc4::IfcDuctSegment, OdIfc4x3_rc4::IfcDuctSegmentType, OdIfc4x3_rc4::IfcDuctSilencer, OdIfc4x3_rc4::IfcDuctSilencerType, OdIfc4x3_rc4::IfcEarthworksCut, OdIfc4x3_rc4::IfcEarthworksFill, OdIfc4x3_rc4::IfcEdge, OdIfc4x3_rc4::IfcEdgeCurve, OdIfc4x3_rc4::IfcEdgeLoop, OdIfc4x3_rc4::IfcElectricAppliance, OdIfc4x3_rc4::IfcElectricApplianceType, OdIfc4x3_rc4::IfcElectricDistributionBoard, OdIfc4x3_rc4::IfcElectricDistributionBoardType, OdIfc4x3_rc4::IfcElectricFlowStorageDevice, OdIfc4x3_rc4::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc4::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc4::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcElectricGenerator, OdIfc4x3_rc4::IfcElectricGeneratorType, OdIfc4x3_rc4::IfcElectricMotor, OdIfc4x3_rc4::IfcElectricMotorType, OdIfc4x3_rc4::IfcElectricTimeControl, OdIfc4x3_rc4::IfcElectricTimeControlType, OdIfc4x3_rc4::IfcElementarySurface, OdIfc4x3_rc4::IfcElementAssembly, OdIfc4x3_rc4::IfcElementAssemblyType, OdIfc4x3_rc4::IfcElement, OdIfc4x3_rc4::IfcElementQuantity, OdIfc4x3_rc4::IfcElementType, OdIfc4x3_rc4::IfcEllipse, OdIfc4x3_rc4::IfcEllipseProfileDef, OdIfc4x3_rc4::IfcEngine, OdIfc4x3_rc4::IfcEngineType, OdIfc4x3_rc4::IfcEvaporativeCooler, OdIfc4x3_rc4::IfcEvaporativeCoolerType, OdIfc4x3_rc4::IfcEvaporator, OdIfc4x3_rc4::IfcEvaporatorType, OdIfc4x3_rc4::IfcEvent, OdIfc4x3_rc4::IfcEventTime, OdIfc4x3_rc4::IfcEventType, OdIfc4x3_rc4::IfcExtendedProperties, OdIfc4x3_rc4::IfcExternalReference, OdIfc4x3_rc4::IfcExternalReferenceRelationship, OdIfc4x3_rc4::IfcExternalSpatialElement, OdIfc4x3_rc4::IfcExtrudedAreaSolid, OdIfc4x3_rc4::IfcExtrudedAreaSolidTapered, OdIfc4x3_rc4::IfcFace, OdIfc4x3_rc4::IfcFaceBasedSurfaceModel, OdIfc4x3_rc4::IfcFaceBound, OdIfc4x3_rc4::IfcFaceSurface, OdIfc4x3_rc4::IfcFacetedBrepWithVoids, OdIfc4x3_rc4::IfcFacilityPart, OdIfc4x3_rc4::IfcFailureConnectionCondition, OdIfc4x3_rc4::IfcFan, OdIfc4x3_rc4::IfcFanType, OdIfc4x3_rc4::IfcFastener, OdIfc4x3_rc4::IfcFastenerType, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFillAreaStyle, OdIfc4x3_rc4::IfcFillAreaStyleHatching, OdIfc4x3_rc4::IfcFillAreaStyleTiles, OdIfc4x3_rc4::IfcFilter, OdIfc4x3_rc4::IfcFilterType, OdIfc4x3_rc4::IfcFireSuppressionTerminal, OdIfc4x3_rc4::IfcFireSuppressionTerminalType, OdIfc4x3_rc4::IfcFixedReferenceSweptAreaSolid, OdIfc4x3_rc4::IfcFlowInstrument, OdIfc4x3_rc4::IfcFlowInstrumentType, OdIfc4x3_rc4::IfcFlowMeter, OdIfc4x3_rc4::IfcFlowMeterType, OdIfc4x3_rc4::IfcFooting, OdIfc4x3_rc4::IfcFootingType, OdIfc4x3_rc4::IfcFurniture, OdIfc4x3_rc4::IfcFurnitureType, OdIfc4x3_rc4::IfcGeographicElement, OdIfc4x3_rc4::IfcGeographicElementType, OdIfc4x3_rc4::IfcGeometricRepresentationContext, OdIfc4x3_rc4::IfcGeometricRepresentationSubContext, OdIfc4x3_rc4::IfcGeometricSet, OdIfc4x3_rc4::IfcGradientCurve, OdIfc4x3_rc4::IfcGrid, OdIfc4x3_rc4::IfcGridAxis, OdIfc4x3_rc4::IfcGridPlacement, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcHalfSpaceSolid, OdIfc4x3_rc4::IfcHeatExchanger, OdIfc4x3_rc4::IfcHeatExchangerType, OdIfc4x3_rc4::IfcHumidifier, OdIfc4x3_rc4::IfcHumidifierType, OdIfc4x3_rc4::IfcImageTexture, OdIfc4x3_rc4::IfcImpactProtectionDevice, OdIfc4x3_rc4::IfcImpactProtectionDeviceType, OdIfc4x3_rc4::IfcIndexedColourMap, OdIfc4x3_rc4::IfcIndexedPolyCurve, OdIfc4x3_rc4::IfcIndexedPolygonalFace, OdIfc4x3_rc4::IfcIndexedPolygonalFaceWithVoids, OdIfc4x3_rc4::IfcIndexedTextureMap, OdIfc4x3_rc4::IfcIndexedTriangleTextureMap, OdIfc4x3_rc4::IfcInterceptor, OdIfc4x3_rc4::IfcInterceptorType, OdIfc4x3_rc4::IfcInventory, OdIfc4x3_rc4::IfcIrregularTimeSeries, OdIfc4x3_rc4::IfcIrregularTimeSeriesValue, OdIfc4x3_rc4::IfcIShapeProfileDef, OdIfc4x3_rc4::IfcJunctionBox, OdIfc4x3_rc4::IfcJunctionBoxType, OdIfc4x3_rc4::IfcKerb, OdIfc4x3_rc4::IfcKerbType, OdIfc4x3_rc4::IfcLaborResource, OdIfc4x3_rc4::IfcLaborResourceType, OdIfc4x3_rc4::IfcLagTime, OdIfc4x3_rc4::IfcLamp, OdIfc4x3_rc4::IfcLampType, OdIfc4x3_rc4::IfcLibraryInformation, OdIfc4x3_rc4::IfcLibraryReference, OdIfc4x3_rc4::IfcLightDistributionData, OdIfc4x3_rc4::IfcLightFixture, OdIfc4x3_rc4::IfcLightFixtureType, OdIfc4x3_rc4::IfcLightIntensityDistribution, OdIfc4x3_rc4::IfcLightSource, OdIfc4x3_rc4::IfcLightSourceDirectional, OdIfc4x3_rc4::IfcLightSourceGoniometric, OdIfc4x3_rc4::IfcLightSourcePositional, OdIfc4x3_rc4::IfcLightSourceSpot, OdIfc4x3_rc4::IfcLinearPlacement, OdIfc4x3_rc4::IfcLine, OdIfc4x3_rc4::IfcLiquidTerminal, OdIfc4x3_rc4::IfcLiquidTerminalType, OdIfc4x3_rc4::IfcLocalPlacement, OdIfc4x3_rc4::IfcLShapeProfileDef, OdIfc4x3_rc4::IfcManifoldSolidBrep, OdIfc4x3_rc4::IfcMapConversion, OdIfc4x3_rc4::IfcMappedItem, OdIfc4x3_rc4::IfcMarineFacility, OdIfc4x3_rc4::IfcMaterial, OdIfc4x3_rc4::IfcMaterialClassificationRelationship, OdIfc4x3_rc4::IfcMaterialConstituent, OdIfc4x3_rc4::IfcMaterialConstituentSet, OdIfc4x3_rc4::IfcMaterialDefinition, OdIfc4x3_rc4::IfcMaterialDefinitionRepresentation, OdIfc4x3_rc4::IfcMaterialLayer, OdIfc4x3_rc4::IfcMaterialLayerSet, OdIfc4x3_rc4::IfcMaterialLayerSetUsage, OdIfc4x3_rc4::IfcMaterialLayerWithOffsets, OdIfc4x3_rc4::IfcMaterialList, OdIfc4x3_rc4::IfcMaterialProfile, OdIfc4x3_rc4::IfcMaterialProfileSet, OdIfc4x3_rc4::IfcMaterialProfileSetUsage, OdIfc4x3_rc4::IfcMaterialProfileSetUsageTapering, OdIfc4x3_rc4::IfcMaterialProfileWithOffsets, OdIfc4x3_rc4::IfcMaterialProperties, OdIfc4x3_rc4::IfcMaterialRelationship, OdIfc4x3_rc4::IfcMaterialUsageDefinition, OdIfc4x3_rc4::IfcMeasureWithUnit, OdIfc4x3_rc4::IfcMechanicalFastener, OdIfc4x3_rc4::IfcMechanicalFastenerType, OdIfc4x3_rc4::IfcMedicalDevice, OdIfc4x3_rc4::IfcMedicalDeviceType, OdIfc4x3_rc4::IfcMember, OdIfc4x3_rc4::IfcMemberType, OdIfc4x3_rc4::IfcMetric, OdIfc4x3_rc4::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc4::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc4::IfcMonetaryUnit, OdIfc4x3_rc4::IfcMooringDevice, OdIfc4x3_rc4::IfcMooringDeviceType, OdIfc4x3_rc4::IfcMotorConnection, OdIfc4x3_rc4::IfcMotorConnectionType, OdIfc4x3_rc4::IfcNamedUnit, OdIfc4x3_rc4::IfcNavigationElement, OdIfc4x3_rc4::IfcNavigationElementType, OdIfc4x3_rc4::IfcObject, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcObjective, OdIfc4x3_rc4::IfcObjectPlacement, OdIfc4x3_rc4::IfcOccupant, OdIfc4x3_rc4::IfcOffsetCurve2D, OdIfc4x3_rc4::IfcOffsetCurve3D, OdIfc4x3_rc4::IfcOffsetCurve, OdIfc4x3_rc4::IfcOffsetCurveByDistances, OdIfc4x3_rc4::IfcOpenCrossProfileDef, OdIfc4x3_rc4::IfcOpeningElement, OdIfc4x3_rc4::IfcOrganization, OdIfc4x3_rc4::IfcOrganizationRelationship, OdIfc4x3_rc4::IfcOrientedEdge, OdIfc4x3_rc4::IfcOutlet, OdIfc4x3_rc4::IfcOutletType, OdIfc4x3_rc4::IfcOwnerHistory, OdIfc4x3_rc4::IfcParameterizedProfileDef, OdIfc4x3_rc4::IfcPath, OdIfc4x3_rc4::IfcPavement, OdIfc4x3_rc4::IfcPavementType, OdIfc4x3_rc4::IfcPcurve, OdIfc4x3_rc4::IfcPerformanceHistory, OdIfc4x3_rc4::IfcPermeableCoveringProperties, OdIfc4x3_rc4::IfcPermit, OdIfc4x3_rc4::IfcPersonAndOrganization, OdIfc4x3_rc4::IfcPerson, OdIfc4x3_rc4::IfcPhysicalComplexQuantity, OdIfc4x3_rc4::IfcPhysicalQuantity, OdIfc4x3_rc4::IfcPhysicalSimpleQuantity, OdIfc4x3_rc4::IfcPile, OdIfc4x3_rc4::IfcPileType, OdIfc4x3_rc4::IfcPipeFitting, OdIfc4x3_rc4::IfcPipeFittingType, OdIfc4x3_rc4::IfcPipeSegment, OdIfc4x3_rc4::IfcPipeSegmentType, OdIfc4x3_rc4::IfcPixelTexture, OdIfc4x3_rc4::IfcPlacement, OdIfc4x3_rc4::IfcPlanarBox, OdIfc4x3_rc4::IfcPlanarExtent, OdIfc4x3_rc4::IfcPlate, OdIfc4x3_rc4::IfcPlateType, OdIfc4x3_rc4::IfcPointByDistanceExpression, OdIfc4x3_rc4::IfcPointOnCurve, OdIfc4x3_rc4::IfcPointOnSurface, OdIfc4x3_rc4::IfcPolygonalBoundedHalfSpace, OdIfc4x3_rc4::IfcPolygonalFaceSet, OdIfc4x3_rc4::IfcPolyline, OdIfc4x3_rc4::IfcPolyLoop, OdIfc4x3_rc4::IfcPolynomialCurve, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcPostalAddress, OdIfc4x3_rc4::IfcPreDefinedItem, OdIfc4x3_rc4::IfcPresentationLayerAssignment, OdIfc4x3_rc4::IfcPresentationLayerWithStyle, OdIfc4x3_rc4::IfcPresentationStyle, OdIfc4x3_rc4::IfcProcedure, OdIfc4x3_rc4::IfcProcedureType, OdIfc4x3_rc4::IfcProcess, OdIfc4x3_rc4::IfcProduct, OdIfc4x3_rc4::IfcProductDefinitionShape, OdIfc4x3_rc4::IfcProductRepresentation, OdIfc4x3_rc4::IfcProfileDef, OdIfc4x3_rc4::IfcProfileProperties, OdIfc4x3_rc4::IfcProjectedCRS, OdIfc4x3_rc4::IfcProjectionElement, OdIfc4x3_rc4::IfcProjectOrder, OdIfc4x3_rc4::IfcPropertyAbstraction, OdIfc4x3_rc4::IfcProperty, OdIfc4x3_rc4::IfcPropertyBoundedValue, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertyDependencyRelationship, OdIfc4x3_rc4::IfcPropertyEnumeratedValue, OdIfc4x3_rc4::IfcPropertyEnumeration, OdIfc4x3_rc4::IfcPropertyListValue, OdIfc4x3_rc4::IfcPropertyReferenceValue, OdIfc4x3_rc4::IfcPropertySet, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetTemplate, OdIfc4x3_rc4::IfcPropertySingleValue, OdIfc4x3_rc4::IfcPropertyTableValue, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcProtectiveDevice, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc4::IfcProtectiveDeviceType, OdIfc4x3_rc4::IfcProxy, OdIfc4x3_rc4::IfcPump, OdIfc4x3_rc4::IfcPumpType, OdIfc4x3_rc4::IfcQuantityArea, OdIfc4x3_rc4::IfcQuantityCount, OdIfc4x3_rc4::IfcQuantityLength, OdIfc4x3_rc4::IfcQuantityTime, OdIfc4x3_rc4::IfcQuantityVolume, OdIfc4x3_rc4::IfcQuantityWeight, OdIfc4x3_rc4::IfcRail, OdIfc4x3_rc4::IfcRailing, OdIfc4x3_rc4::IfcRailingType, OdIfc4x3_rc4::IfcRailType, OdIfc4x3_rc4::IfcRailway, OdIfc4x3_rc4::IfcRamp, OdIfc4x3_rc4::IfcRampFlight, OdIfc4x3_rc4::IfcRampFlightType, OdIfc4x3_rc4::IfcRampType, OdIfc4x3_rc4::IfcRationalBSplineCurveWithKnots, OdIfc4x3_rc4::IfcRationalBSplineSurfaceWithKnots, OdIfc4x3_rc4::IfcRectangleHollowProfileDef, OdIfc4x3_rc4::IfcRectangleProfileDef, OdIfc4x3_rc4::IfcRectangularPyramid, OdIfc4x3_rc4::IfcRectangularTrimmedSurface, OdIfc4x3_rc4::IfcRecurrencePattern, OdIfc4x3_rc4::IfcReference, OdIfc4x3_rc4::IfcReferent, OdIfc4x3_rc4::IfcRegularTimeSeries, OdIfc4x3_rc4::IfcReinforcedSoil, OdIfc4x3_rc4::IfcReinforcementBarProperties, OdIfc4x3_rc4::IfcReinforcementDefinitionProperties, OdIfc4x3_rc4::IfcReinforcingBar, OdIfc4x3_rc4::IfcReinforcingBarType, OdIfc4x3_rc4::IfcReinforcingElement, OdIfc4x3_rc4::IfcReinforcingMesh, OdIfc4x3_rc4::IfcReinforcingMeshType, OdIfc4x3_rc4::IfcRelAdheresToElement, OdIfc4x3_rc4::IfcRelAggregates, OdIfc4x3_rc4::IfcRelAssigns, OdIfc4x3_rc4::IfcRelAssignsToActor, OdIfc4x3_rc4::IfcRelAssignsToControl, OdIfc4x3_rc4::IfcRelAssignsToGroup, OdIfc4x3_rc4::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc4::IfcRelAssignsToProcess, OdIfc4x3_rc4::IfcRelAssignsToProduct, OdIfc4x3_rc4::IfcRelAssignsToResource, OdIfc4x3_rc4::IfcRelAssociatesApproval, OdIfc4x3_rc4::IfcRelAssociates, OdIfc4x3_rc4::IfcRelAssociatesClassification, OdIfc4x3_rc4::IfcRelAssociatesConstraint, OdIfc4x3_rc4::IfcRelAssociatesDocument, OdIfc4x3_rc4::IfcRelAssociatesLibrary, OdIfc4x3_rc4::IfcRelAssociatesMaterial, OdIfc4x3_rc4::IfcRelAssociatesProfileDef, OdIfc4x3_rc4::IfcRelConnectsElements, OdIfc4x3_rc4::IfcRelConnectsPathElements, OdIfc4x3_rc4::IfcRelConnectsPorts, OdIfc4x3_rc4::IfcRelConnectsPortToElement, OdIfc4x3_rc4::IfcRelConnectsStructuralActivity, OdIfc4x3_rc4::IfcRelConnectsStructuralMember, OdIfc4x3_rc4::IfcRelConnectsWithEccentricity, OdIfc4x3_rc4::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc4::IfcRelContainedInSpatialStructure, OdIfc4x3_rc4::IfcRelCoversBldgElements, OdIfc4x3_rc4::IfcRelCoversSpaces, OdIfc4x3_rc4::IfcRelDeclares, OdIfc4x3_rc4::IfcRelDefinesByObject, OdIfc4x3_rc4::IfcRelDefinesByProperties, OdIfc4x3_rc4::IfcRelDefinesByTemplate, OdIfc4x3_rc4::IfcRelDefinesByType, OdIfc4x3_rc4::IfcRelFillsElement, OdIfc4x3_rc4::IfcRelFlowControlElements, OdIfc4x3_rc4::IfcRelInterferesElements, OdIfc4x3_rc4::IfcRelNests, OdIfc4x3_rc4::IfcRelPositions, OdIfc4x3_rc4::IfcRelProjectsElement, OdIfc4x3_rc4::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc4::IfcRelSequence, OdIfc4x3_rc4::IfcRelServicesBuildings, OdIfc4x3_rc4::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary, OdIfc4x3_rc4::IfcRelVoidsElement, OdIfc4x3_rc4::IfcReparametrisedCompositeCurveSegment, OdIfc4x3_rc4::IfcRepresentation, OdIfc4x3_rc4::IfcRepresentationContext, OdIfc4x3_rc4::IfcRepresentationItem, OdIfc4x3_rc4::IfcRepresentationMap, OdIfc4x3_rc4::IfcResourceApprovalRelationship, OdIfc4x3_rc4::IfcResource, OdIfc4x3_rc4::IfcResourceConstraintRelationship, OdIfc4x3_rc4::IfcResourceLevelRelationship, OdIfc4x3_rc4::IfcResourceTime, OdIfc4x3_rc4::IfcRevolvedAreaSolid, OdIfc4x3_rc4::IfcRevolvedAreaSolidTapered, OdIfc4x3_rc4::IfcRightCircularCone, OdIfc4x3_rc4::IfcRightCircularCylinder, OdIfc4x3_rc4::IfcRoad, OdIfc4x3_rc4::IfcRoof, OdIfc4x3_rc4::IfcRoofType, OdIfc4x3_rc4::IfcRoot, OdIfc4x3_rc4::IfcRoundedRectangleProfileDef, OdIfc4x3_rc4::IfcSanitaryTerminal, OdIfc4x3_rc4::IfcSanitaryTerminalType, OdIfc4x3_rc4::IfcSchedulingTime, OdIfc4x3_rc4::IfcSecondOrderPolynomialSpiral, OdIfc4x3_rc4::IfcSectionedSolid, OdIfc4x3_rc4::IfcSectionedSolidHorizontal, OdIfc4x3_rc4::IfcSectionedSpine, OdIfc4x3_rc4::IfcSectionedSurface, OdIfc4x3_rc4::IfcSectionProperties, OdIfc4x3_rc4::IfcSectionReinforcementProperties, OdIfc4x3_rc4::IfcSegment, OdIfc4x3_rc4::IfcSegmentedReferenceCurve, OdIfc4x3_rc4::IfcSensor, OdIfc4x3_rc4::IfcSensorType, OdIfc4x3_rc4::IfcSeventhOrderPolynomialSpiral, OdIfc4x3_rc4::IfcShadingDevice, OdIfc4x3_rc4::IfcShadingDeviceType, OdIfc4x3_rc4::IfcShapeAspect, OdIfc4x3_rc4::IfcShapeModel, OdIfc4x3_rc4::IfcShellBasedSurfaceModel, OdIfc4x3_rc4::IfcSignal, OdIfc4x3_rc4::IfcSignalType, OdIfc4x3_rc4::IfcSign, OdIfc4x3_rc4::IfcSignType, OdIfc4x3_rc4::IfcSimplePropertyTemplate, OdIfc4x3_rc4::IfcSine, OdIfc4x3_rc4::IfcSite, OdIfc4x3_rc4::IfcSIUnit, OdIfc4x3_rc4::IfcSlab, OdIfc4x3_rc4::IfcSlabType, OdIfc4x3_rc4::IfcSlippageConnectionCondition, OdIfc4x3_rc4::IfcSolarDevice, OdIfc4x3_rc4::IfcSolarDeviceType, OdIfc4x3_rc4::IfcSpace, OdIfc4x3_rc4::IfcSpaceHeater, OdIfc4x3_rc4::IfcSpaceHeaterType, OdIfc4x3_rc4::IfcSpaceType, OdIfc4x3_rc4::IfcSpatialElement, OdIfc4x3_rc4::IfcSpatialElementType, OdIfc4x3_rc4::IfcSpatialStructureElement, OdIfc4x3_rc4::IfcSpatialZone, OdIfc4x3_rc4::IfcSpatialZoneType, OdIfc4x3_rc4::IfcSphere, OdIfc4x3_rc4::IfcSphericalSurface, OdIfc4x3_rc4::IfcSpiral, OdIfc4x3_rc4::IfcStackTerminal, OdIfc4x3_rc4::IfcStackTerminalType, OdIfc4x3_rc4::IfcStair, OdIfc4x3_rc4::IfcStairFlight, OdIfc4x3_rc4::IfcStairFlightType, OdIfc4x3_rc4::IfcStairType, OdIfc4x3_rc4::IfcStructuralAction, OdIfc4x3_rc4::IfcStructuralActivity, OdIfc4x3_rc4::IfcStructuralAnalysisModel, OdIfc4x3_rc4::IfcStructuralConnection, OdIfc4x3_rc4::IfcStructuralConnectionCondition, OdIfc4x3_rc4::IfcStructuralCurveAction, OdIfc4x3_rc4::IfcStructuralCurveConnection, OdIfc4x3_rc4::IfcStructuralCurveMember, OdIfc4x3_rc4::IfcStructuralCurveReaction, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralLoad, OdIfc4x3_rc4::IfcStructuralLoadCase, OdIfc4x3_rc4::IfcStructuralLoadConfiguration, OdIfc4x3_rc4::IfcStructuralLoadGroup, OdIfc4x3_rc4::IfcStructuralLoadLinearForce, OdIfc4x3_rc4::IfcStructuralLoadPlanarForce, OdIfc4x3_rc4::IfcStructuralLoadSingleDisplacement, OdIfc4x3_rc4::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x3_rc4::IfcStructuralLoadSingleForce, OdIfc4x3_rc4::IfcStructuralLoadSingleForceWarping, OdIfc4x3_rc4::IfcStructuralLoadTemperature, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralPointConnection, OdIfc4x3_rc4::IfcStructuralResultGroup, OdIfc4x3_rc4::IfcStructuralSurfaceAction, OdIfc4x3_rc4::IfcStructuralSurfaceMember, OdIfc4x3_rc4::IfcStructuralSurfaceReaction, OdIfc4x3_rc4::IfcStyledItem, OdIfc4x3_rc4::IfcSubContractResource, OdIfc4x3_rc4::IfcSubContractResourceType, OdIfc4x3_rc4::IfcSubedge, OdIfc4x3_rc4::IfcSurfaceCurve, OdIfc4x3_rc4::IfcSurfaceCurveSweptAreaSolid, OdIfc4x3_rc4::IfcSurfaceFeature, OdIfc4x3_rc4::IfcSurfaceOfLinearExtrusion, OdIfc4x3_rc4::IfcSurfaceOfRevolution, OdIfc4x3_rc4::IfcSurfaceReinforcementArea, OdIfc4x3_rc4::IfcSurfaceStyle, OdIfc4x3_rc4::IfcSurfaceStyleLighting, OdIfc4x3_rc4::IfcSurfaceStyleRefraction, OdIfc4x3_rc4::IfcSurfaceStyleRendering, OdIfc4x3_rc4::IfcSurfaceStyleShading, OdIfc4x3_rc4::IfcSurfaceStyleWithTextures, OdIfc4x3_rc4::IfcSurfaceTexture, OdIfc4x3_rc4::IfcSweptAreaSolid, OdIfc4x3_rc4::IfcSweptDiskSolid, OdIfc4x3_rc4::IfcSweptDiskSolidPolygonal, OdIfc4x3_rc4::IfcSweptSurface, OdIfc4x3_rc4::IfcSwitchingDevice, OdIfc4x3_rc4::IfcSwitchingDeviceType, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystemFurnitureElement, OdIfc4x3_rc4::IfcSystemFurnitureElementType, OdIfc4x3_rc4::IfcTable, OdIfc4x3_rc4::IfcTableColumn, OdIfc4x3_rc4::IfcTableRow, OdIfc4x3_rc4::IfcTank, OdIfc4x3_rc4::IfcTankType, OdIfc4x3_rc4::IfcTask, OdIfc4x3_rc4::IfcTaskTime, OdIfc4x3_rc4::IfcTaskTimeRecurring, OdIfc4x3_rc4::IfcTaskType, OdIfc4x3_rc4::IfcTelecomAddress, OdIfc4x3_rc4::IfcTendonAnchor, OdIfc4x3_rc4::IfcTendonAnchorType, OdIfc4x3_rc4::IfcTendon, OdIfc4x3_rc4::IfcTendonConduit, OdIfc4x3_rc4::IfcTendonConduitType, OdIfc4x3_rc4::IfcTendonType, OdIfc4x3_rc4::IfcTessellatedFaceSet, OdIfc4x3_rc4::IfcTextLiteral, OdIfc4x3_rc4::IfcTextLiteralWithExtent, OdIfc4x3_rc4::IfcTextStyle, OdIfc4x3_rc4::IfcTextStyleFontModel, OdIfc4x3_rc4::IfcTextStyleForDefinedFont, OdIfc4x3_rc4::IfcTextStyleTextModel, OdIfc4x3_rc4::IfcTextureCoordinate, OdIfc4x3_rc4::IfcTextureCoordinateGenerator, OdIfc4x3_rc4::IfcTextureMap, OdIfc4x3_rc4::IfcTextureVertex, OdIfc4x3_rc4::IfcTextureVertexList, OdIfc4x3_rc4::IfcThirdOrderPolynomialSpiral, OdIfc4x3_rc4::IfcTimePeriod, OdIfc4x3_rc4::IfcTimeSeries, OdIfc4x3_rc4::IfcTimeSeriesValue, OdIfc4x3_rc4::IfcToroidalSurface, OdIfc4x3_rc4::IfcTrackElement, OdIfc4x3_rc4::IfcTrackElementType, OdIfc4x3_rc4::IfcTransformer, OdIfc4x3_rc4::IfcTransformerType, OdIfc4x3_rc4::IfcTransportElement, OdIfc4x3_rc4::IfcTransportElementType, OdIfc4x3_rc4::IfcTrapeziumProfileDef, OdIfc4x3_rc4::IfcTriangulatedFaceSet, OdIfc4x3_rc4::IfcTriangulatedIrregularNetwork, OdIfc4x3_rc4::IfcTrimmedCurve, OdIfc4x3_rc4::IfcTShapeProfileDef, OdIfc4x3_rc4::IfcTubeBundle, OdIfc4x3_rc4::IfcTubeBundleType, OdIfc4x3_rc4::IfcTypeObject, OdIfc4x3_rc4::IfcTypeProcess, OdIfc4x3_rc4::IfcTypeProduct, OdIfc4x3_rc4::IfcTypeResource, OdIfc4x3_rc4::IfcUnitaryControlElement, OdIfc4x3_rc4::IfcUnitaryControlElementType, OdIfc4x3_rc4::IfcUnitaryEquipment, OdIfc4x3_rc4::IfcUnitaryEquipmentType, OdIfc4x3_rc4::IfcUnitAssignment, OdIfc4x3_rc4::IfcUShapeProfileDef, OdIfc4x3_rc4::IfcValve, OdIfc4x3_rc4::IfcValveType, OdIfc4x3_rc4::IfcVector, OdIfc4x3_rc4::IfcVertexLoop, OdIfc4x3_rc4::IfcVertexPoint, OdIfc4x3_rc4::IfcVibrationDamper, OdIfc4x3_rc4::IfcVibrationDamperType, OdIfc4x3_rc4::IfcVibrationIsolator, OdIfc4x3_rc4::IfcVibrationIsolatorType, OdIfc4x3_rc4::IfcVirtualGridIntersection, OdIfc4x3_rc4::IfcVoidingFeature, OdIfc4x3_rc4::IfcWall, OdIfc4x3_rc4::IfcWallType, OdIfc4x3_rc4::IfcWasteTerminal, OdIfc4x3_rc4::IfcWasteTerminalType, OdIfc4x3_rc4::IfcWindow, OdIfc4x3_rc4::IfcWindowLiningProperties, OdIfc4x3_rc4::IfcWindowPanelProperties, OdIfc4x3_rc4::IfcWindowStyle, OdIfc4x3_rc4::IfcWindowType, OdIfc4x3_rc4::IfcWorkCalendar, OdIfc4x3_rc4::IfcWorkControl, OdIfc4x3_rc4::IfcWorkPlan, OdIfc4x3_rc4::IfcWorkSchedule, OdIfc4x3_rc4::IfcWorkTime, OdIfc4x3_rc4::IfcZone, OdIfc4x3_rc4::IfcZShapeProfileDef, OdIfcInteroperable::OdIfcCartesianPointAuto, and OdIfcInteroperable::OdIfcDirectionAuto.
|
virtual |
Retrieves the current type of the entity.
Reimplemented in OdIfc2x2_final::Ifc2DCompositeCurve, OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcActorRole, OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAddress, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcAngularDimension, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAnnotationCurveOccurrence, OdIfc2x2_final::IfcAnnotationFillArea, OdIfc2x2_final::IfcAnnotationFillAreaOccurrence, OdIfc2x2_final::IfcAnnotationOccurrence, OdIfc2x2_final::IfcAnnotationSurfaceOccurrence, OdIfc2x2_final::IfcAnnotationSymbolOccurrence, OdIfc2x2_final::IfcAnnotationTextOccurrence, OdIfc2x2_final::IfcApplication, OdIfc2x2_final::IfcAppliedValue, OdIfc2x2_final::IfcAppliedValueRelationship, OdIfc2x2_final::IfcApprovalActorRelationship, OdIfc2x2_final::IfcApproval, OdIfc2x2_final::IfcApprovalPropertyRelationship, OdIfc2x2_final::IfcApprovalRelationship, OdIfc2x2_final::IfcArbitraryClosedProfileDef, OdIfc2x2_final::IfcArbitraryOpenProfileDef, OdIfc2x2_final::IfcArbitraryProfileDefWithVoids, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcAsymmetricIShapeProfileDef, OdIfc2x2_final::IfcAxis1Placement, OdIfc2x2_final::IfcAxis2Placement2D, OdIfc2x2_final::IfcAxis2Placement3D, OdIfc2x2_final::IfcBeam, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBezierCurve, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBooleanClippingResult, OdIfc2x2_final::IfcBooleanResult, OdIfc2x2_final::IfcBoundaryCondition, OdIfc2x2_final::IfcBoundaryEdgeCondition, OdIfc2x2_final::IfcBoundaryFaceCondition, OdIfc2x2_final::IfcBoundaryNodeCondition, OdIfc2x2_final::IfcBoundaryNodeConditionWarping, OdIfc2x2_final::IfcBoundedCurve, OdIfc2x2_final::IfcBoundedSurface, OdIfc2x2_final::IfcBoundingBox, OdIfc2x2_final::IfcBoxedHalfSpace, OdIfc2x2_final::IfcBSplineCurve, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElement, OdIfc2x2_final::IfcBuildingElementComponent, OdIfc2x2_final::IfcBuildingElementComponentType, OdIfc2x2_final::IfcBuildingElementPart, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingElementType, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcCalendarDate, OdIfc2x2_final::IfcCartesianPoint, OdIfc2x2_final::IfcCartesianTransformationOperator2D, OdIfc2x2_final::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator3D, OdIfc2x2_final::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCircle, OdIfc2x2_final::IfcCircleHollowProfileDef, OdIfc2x2_final::IfcCircleProfileDef, OdIfc2x2_final::IfcClassification, OdIfc2x2_final::IfcClassificationItem, OdIfc2x2_final::IfcClassificationItemRelationship, OdIfc2x2_final::IfcClassificationNotation, OdIfc2x2_final::IfcClassificationNotationFacet, OdIfc2x2_final::IfcClassificationReference, OdIfc2x2_final::IfcClosedShell, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColourRgb, OdIfc2x2_final::IfcColourSpecification, OdIfc2x2_final::IfcColumn, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcComplexProperty, OdIfc2x2_final::IfcCompositeCurve, OdIfc2x2_final::IfcCompositeCurveSegment, OdIfc2x2_final::IfcCompositeProfileDef, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcCondition, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConic, OdIfc2x2_final::IfcConnectedFaceSet, OdIfc2x2_final::IfcConnectionCurveGeometry, OdIfc2x2_final::IfcConnectionGeometry, OdIfc2x2_final::IfcConnectionPointGeometry, OdIfc2x2_final::IfcConnectionPortGeometry, OdIfc2x2_final::IfcConnectionSurfaceGeometry, OdIfc2x2_final::IfcConstraintAggregationRelationship, OdIfc2x2_final::IfcConstraint, OdIfc2x2_final::IfcConstraintClassificationRelationship, OdIfc2x2_final::IfcConstraintRelationship, OdIfc2x2_final::IfcConstructionEquipmentResource, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionProductResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcContextDependentUnit, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcConversionBasedUnit, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCoordinatedUniversalTimeOffset, OdIfc2x2_final::IfcCostItem, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCostValue, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcCraneRailAShapeProfileDef, OdIfc2x2_final::IfcCraneRailFShapeProfileDef, OdIfc2x2_final::IfcCrewResource, OdIfc2x2_final::IfcCsgSolid, OdIfc2x2_final::IfcCShapeProfileDef, OdIfc2x2_final::IfcCurrencyRelationship, OdIfc2x2_final::IfcCurtainWall, OdIfc2x2_final::IfcCurve, OdIfc2x2_final::IfcCurveBoundedPlane, OdIfc2x2_final::IfcCurveStyle, OdIfc2x2_final::IfcCurveStyleFontAndScaling, OdIfc2x2_final::IfcCurveStyleFont, OdIfc2x2_final::IfcCurveStyleFontPattern, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDateAndTime, OdIfc2x2_final::IfcDefinedSymbol, OdIfc2x2_final::IfcDerivedProfileDef, OdIfc2x2_final::IfcDerivedUnit, OdIfc2x2_final::IfcDerivedUnitElement, OdIfc2x2_final::IfcDiameterDimension, OdIfc2x2_final::IfcDimensionalExponents, OdIfc2x2_final::IfcDimensionCalloutRelationship, OdIfc2x2_final::IfcDimensionCurve, OdIfc2x2_final::IfcDimensionCurveDirectedCallout, OdIfc2x2_final::IfcDimensionCurveTerminator, OdIfc2x2_final::IfcDirection, OdIfc2x2_final::IfcDiscreteAccessory, OdIfc2x2_final::IfcDiscreteAccessoryType, OdIfc2x2_final::IfcDistributionChamberElement, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionControlElementType, OdIfc2x2_final::IfcDistributionElement, OdIfc2x2_final::IfcDistributionElementType, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionFlowElementType, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDocumentElectronicFormat, OdIfc2x2_final::IfcDocumentInformation, OdIfc2x2_final::IfcDocumentInformationRelationship, OdIfc2x2_final::IfcDocumentReference, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDraughtingCallout, OdIfc2x2_final::IfcDraughtingCalloutRelationship, OdIfc2x2_final::IfcDraughtingPreDefinedColour, OdIfc2x2_final::IfcDraughtingPreDefinedCurveFont, OdIfc2x2_final::IfcDraughtingPreDefinedTextFont, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcEdge, OdIfc2x2_final::IfcEdgeCurve, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcEdgeLoop, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricalCircuit, OdIfc2x2_final::IfcElectricalElement, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementarySurface, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementComponent, OdIfc2x2_final::IfcElementComponentType, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEllipse, OdIfc2x2_final::IfcEllipseProfileDef, OdIfc2x2_final::IfcEnergyConversionDevice, OdIfc2x2_final::IfcEnergyConversionDeviceType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEnvironmentalImpactValue, OdIfc2x2_final::IfcEquipmentElement, OdIfc2x2_final::IfcEquipmentStandard, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcExtendedMaterialProperties, OdIfc2x2_final::IfcExternallyDefinedHatchStyle, OdIfc2x2_final::IfcExternallyDefinedSufaceStyle, OdIfc2x2_final::IfcExternallyDefinedSymbol, OdIfc2x2_final::IfcExternallyDefinedTextFont, OdIfc2x2_final::IfcExternalReference, OdIfc2x2_final::IfcExtrudedAreaSolid, OdIfc2x2_final::IfcFace, OdIfc2x2_final::IfcFaceBasedSurfaceModel, OdIfc2x2_final::IfcFaceBound, OdIfc2x2_final::IfcFaceOuterBound, OdIfc2x2_final::IfcFaceSurface, OdIfc2x2_final::IfcFacetedBrep, OdIfc2x2_final::IfcFacetedBrepWithVoids, OdIfc2x2_final::IfcFailureConnectionCondition, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFastener, OdIfc2x2_final::IfcFastenerType, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElement, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFillAreaStyle, OdIfc2x2_final::IfcFillAreaStyleHatching, OdIfc2x2_final::IfcFillAreaStyleTiles, OdIfc2x2_final::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowController, OdIfc2x2_final::IfcFlowControllerType, OdIfc2x2_final::IfcFlowFitting, OdIfc2x2_final::IfcFlowFittingType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFlowMovingDevice, OdIfc2x2_final::IfcFlowMovingDeviceType, OdIfc2x2_final::IfcFlowSegment, OdIfc2x2_final::IfcFlowSegmentType, OdIfc2x2_final::IfcFlowStorageDevice, OdIfc2x2_final::IfcFlowStorageDeviceType, OdIfc2x2_final::IfcFlowTerminal, OdIfc2x2_final::IfcFlowTerminalType, OdIfc2x2_final::IfcFlowTreatmentDevice, OdIfc2x2_final::IfcFlowTreatmentDeviceType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFuelProperties, OdIfc2x2_final::IfcFurnishingElement, OdIfc2x2_final::IfcFurnishingElementType, OdIfc2x2_final::IfcFurnitureStandard, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcGeneralMaterialProperties, OdIfc2x2_final::IfcGeneralProfileProperties, OdIfc2x2_final::IfcGeometricCurveSet, OdIfc2x2_final::IfcGeometricRepresentationContext, OdIfc2x2_final::IfcGeometricRepresentationItem, OdIfc2x2_final::IfcGeometricRepresentationSubContext, OdIfc2x2_final::IfcGeometricSet, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGridAxis, OdIfc2x2_final::IfcGridPlacement, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcHalfSpaceSolid, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcHygroscopicMaterialProperties, OdIfc2x2_final::IfcImageTexture, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcIrregularTimeSeries, OdIfc2x2_final::IfcIrregularTimeSeriesValue, OdIfc2x2_final::IfcIShapeProfileDef, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLibraryInformation, OdIfc2x2_final::IfcLibraryReference, OdIfc2x2_final::IfcLightDistributionData, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcLightIntensityDistribution, OdIfc2x2_final::IfcLightSourceAmbient, OdIfc2x2_final::IfcLightSource, OdIfc2x2_final::IfcLightSourceDirectional, OdIfc2x2_final::IfcLightSourceGoniometric, OdIfc2x2_final::IfcLightSourcePositional, OdIfc2x2_final::IfcLightSourceSpot, OdIfc2x2_final::IfcLinearDimension, OdIfc2x2_final::IfcLine, OdIfc2x2_final::IfcLocalPlacement, OdIfc2x2_final::IfcLocalTime, OdIfc2x2_final::IfcLoop, OdIfc2x2_final::IfcLShapeProfileDef, OdIfc2x2_final::IfcManifoldSolidBrep, OdIfc2x2_final::IfcMappedItem, OdIfc2x2_final::IfcMaterial, OdIfc2x2_final::IfcMaterialClassificationRelationship, OdIfc2x2_final::IfcMaterialLayer, OdIfc2x2_final::IfcMaterialLayerSet, OdIfc2x2_final::IfcMaterialLayerSetUsage, OdIfc2x2_final::IfcMaterialList, OdIfc2x2_final::IfcMaterialProperties, OdIfc2x2_final::IfcMeasureWithUnit, OdIfc2x2_final::IfcMechanicalConcreteMaterialProperties, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMechanicalFastenerType, OdIfc2x2_final::IfcMechanicalMaterialProperties, OdIfc2x2_final::IfcMechanicalSteelMaterialProperties, OdIfc2x2_final::IfcMember, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMetric, OdIfc2x2_final::IfcMonetaryUnit, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcNamedUnit, OdIfc2x2_final::IfcObject, OdIfc2x2_final::IfcObjective, OdIfc2x2_final::IfcObjectPlacement, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOffsetCurve2D, OdIfc2x2_final::IfcOffsetCurve3D, OdIfc2x2_final::IfcOneDirectionRepeatFactor, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOpenShell, OdIfc2x2_final::IfcOpticalMaterialProperties, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcOrganization, OdIfc2x2_final::IfcOrganizationRelationship, OdIfc2x2_final::IfcOrientedEdge, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcOwnerHistory, OdIfc2x2_final::IfcParameterizedProfileDef, OdIfc2x2_final::IfcPath, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPersonAndOrganization, OdIfc2x2_final::IfcPerson, OdIfc2x2_final::IfcPhysicalComplexQuantity, OdIfc2x2_final::IfcPhysicalQuantity, OdIfc2x2_final::IfcPhysicalSimpleQuantity, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPixelTexture, OdIfc2x2_final::IfcPlacement, OdIfc2x2_final::IfcPlanarBox, OdIfc2x2_final::IfcPlanarExtent, OdIfc2x2_final::IfcPlane, OdIfc2x2_final::IfcPlate, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPoint, OdIfc2x2_final::IfcPointOnCurve, OdIfc2x2_final::IfcPointOnSurface, OdIfc2x2_final::IfcPolygonalBoundedHalfSpace, OdIfc2x2_final::IfcPolyline, OdIfc2x2_final::IfcPolyLoop, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcPostalAddress, OdIfc2x2_final::IfcPreDefinedColour, OdIfc2x2_final::IfcPreDefinedCurveFont, OdIfc2x2_final::IfcPreDefinedDimensionSymbol, OdIfc2x2_final::IfcPreDefinedItem, OdIfc2x2_final::IfcPreDefinedPointMarkerSymbol, OdIfc2x2_final::IfcPreDefinedSymbol, OdIfc2x2_final::IfcPreDefinedTerminatorSymbol, OdIfc2x2_final::IfcPreDefinedTextFont, OdIfc2x2_final::IfcPresentationLayerAssignment, OdIfc2x2_final::IfcPresentationLayerAssignmentWithStyle, OdIfc2x2_final::IfcPresentationStyleAssignment, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProductDefinitionShape, OdIfc2x2_final::IfcProductRepresentation, OdIfc2x2_final::IfcProductsOfCombustionProperties, OdIfc2x2_final::IfcProfileDef, OdIfc2x2_final::IfcProfileProperties, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectionCurve, OdIfc2x2_final::IfcProjectionElement, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProperty, OdIfc2x2_final::IfcPropertyBoundedValue, OdIfc2x2_final::IfcPropertyConstraintRelationship, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertyDependencyRelationship, OdIfc2x2_final::IfcPropertyEnumeratedValue, OdIfc2x2_final::IfcPropertyEnumeration, OdIfc2x2_final::IfcPropertyListValue, OdIfc2x2_final::IfcPropertyReferenceValue, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcPropertySingleValue, OdIfc2x2_final::IfcPropertyTableValue, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcQuantityArea, OdIfc2x2_final::IfcQuantityCount, OdIfc2x2_final::IfcQuantityLength, OdIfc2x2_final::IfcQuantityTime, OdIfc2x2_final::IfcQuantityVolume, OdIfc2x2_final::IfcQuantityWeight, OdIfc2x2_final::IfcRadiusDimension, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlight, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcRationalBezierCurve, OdIfc2x2_final::IfcRectangleHollowProfileDef, OdIfc2x2_final::IfcRectangleProfileDef, OdIfc2x2_final::IfcRectangularTrimmedSurface, OdIfc2x2_final::IfcReferencesValueDocument, OdIfc2x2_final::IfcRegularTimeSeries, OdIfc2x2_final::IfcReinforcementBarProperties, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcRelAggregates, OdIfc2x2_final::IfcRelAssigns, OdIfc2x2_final::IfcRelAssignsTasks, OdIfc2x2_final::IfcRelAssignsToActor, OdIfc2x2_final::IfcRelAssignsToControl, OdIfc2x2_final::IfcRelAssignsToGroup, OdIfc2x2_final::IfcRelAssignsToProcess, OdIfc2x2_final::IfcRelAssignsToProduct, OdIfc2x2_final::IfcRelAssignsToProjectOrder, OdIfc2x2_final::IfcRelAssignsToResource, OdIfc2x2_final::IfcRelAssociatesAppliedValue, OdIfc2x2_final::IfcRelAssociatesApproval, OdIfc2x2_final::IfcRelAssociates, OdIfc2x2_final::IfcRelAssociatesClassification, OdIfc2x2_final::IfcRelAssociatesConstraint, OdIfc2x2_final::IfcRelAssociatesDocument, OdIfc2x2_final::IfcRelAssociatesLibrary, OdIfc2x2_final::IfcRelAssociatesMaterial, OdIfc2x2_final::IfcRelAssociatesProfileProperties, OdIfc2x2_final::IfcRelationship, OdIfc2x2_final::IfcRelaxation, OdIfc2x2_final::IfcRelConnects, OdIfc2x2_final::IfcRelConnectsElements, OdIfc2x2_final::IfcRelConnectsPathElements, OdIfc2x2_final::IfcRelConnectsPorts, OdIfc2x2_final::IfcRelConnectsPortToElement, OdIfc2x2_final::IfcRelConnectsStructuralActivity, OdIfc2x2_final::IfcRelConnectsStructuralMember, OdIfc2x2_final::IfcRelConnectsWithRealizingElements, OdIfc2x2_final::IfcRelContainedInSpatialStructure, OdIfc2x2_final::IfcRelCoversBldgElements, OdIfc2x2_final::IfcRelDecomposes, OdIfc2x2_final::IfcRelDefines, OdIfc2x2_final::IfcRelDefinesByProperties, OdIfc2x2_final::IfcRelDefinesByType, OdIfc2x2_final::IfcRelFillsElement, OdIfc2x2_final::IfcRelFlowControlElements, OdIfc2x2_final::IfcRelInteractionRequirements, OdIfc2x2_final::IfcRelNests, OdIfc2x2_final::IfcRelOccupiesSpaces, OdIfc2x2_final::IfcRelOverridesProperties, OdIfc2x2_final::IfcRelProjectsElement, OdIfc2x2_final::IfcRelSchedulesCostItems, OdIfc2x2_final::IfcRelSequence, OdIfc2x2_final::IfcRelServicesBuildings, OdIfc2x2_final::IfcRelSpaceBoundary, OdIfc2x2_final::IfcRelVoidsElement, OdIfc2x2_final::IfcRepresentation, OdIfc2x2_final::IfcRepresentationContext, OdIfc2x2_final::IfcRepresentationItem, OdIfc2x2_final::IfcRepresentationMap, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRevolvedAreaSolid, OdIfc2x2_final::IfcRibPlateProfileProperties, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoot, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcRoundedRectangleProfileDef, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcSectionedSpine, OdIfc2x2_final::IfcSectionProperties, OdIfc2x2_final::IfcSectionReinforcementProperties, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcShapeAspect, OdIfc2x2_final::IfcShapeRepresentation, OdIfc2x2_final::IfcShellBasedSurfaceModel, OdIfc2x2_final::IfcSimpleProperty, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSIUnit, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSlippageConnectionCondition, OdIfc2x2_final::IfcSolidModel, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralConnectionCondition, OdIfc2x2_final::IfcStructuralCurveConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralCurveMemberVarying, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearAction, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoad, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralLoadLinearForce, OdIfc2x2_final::IfcStructuralLoadPlanarForce, OdIfc2x2_final::IfcStructuralLoadSingleDisplacement, OdIfc2x2_final::IfcStructuralLoadSingleDisplacementDistortion, OdIfc2x2_final::IfcStructuralLoadSingleForce, OdIfc2x2_final::IfcStructuralLoadSingleForceWarping, OdIfc2x2_final::IfcStructuralLoadStatic, OdIfc2x2_final::IfcStructuralLoadTemperature, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarAction, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralPointAction, OdIfc2x2_final::IfcStructuralPointConnection, OdIfc2x2_final::IfcStructuralPointReaction, OdIfc2x2_final::IfcStructuralProfileProperties, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSteelProfileProperties, OdIfc2x2_final::IfcStructuralSurfaceConnection, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcStructuredDimensionCallout, OdIfc2x2_final::IfcStyledItem, OdIfc2x2_final::IfcStyledRepresentation, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSubedge, OdIfc2x2_final::IfcSurface, OdIfc2x2_final::IfcSurfaceCurveSweptAreaSolid, OdIfc2x2_final::IfcSurfaceOfLinearExtrusion, OdIfc2x2_final::IfcSurfaceOfRevolution, OdIfc2x2_final::IfcSurfaceStyle, OdIfc2x2_final::IfcSurfaceStyleLighting, OdIfc2x2_final::IfcSurfaceStyleRefraction, OdIfc2x2_final::IfcSurfaceStyleRendering, OdIfc2x2_final::IfcSurfaceStyleShading, OdIfc2x2_final::IfcSurfaceStyleWithTextures, OdIfc2x2_final::IfcSurfaceTexture, OdIfc2x2_final::IfcSweptAreaSolid, OdIfc2x2_final::IfcSweptDiskSolid, OdIfc2x2_final::IfcSweptSurface, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSymbolStyle, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcSystemFurnitureElementType, OdIfc2x2_final::IfcTable, OdIfc2x2_final::IfcTableRow, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTelecomAddress, OdIfc2x2_final::IfcTendonAnchor, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTerminatorSymbol, OdIfc2x2_final::IfcTextLiteral, OdIfc2x2_final::IfcTextLiteralWithExtent, OdIfc2x2_final::IfcTextStyle, OdIfc2x2_final::IfcTextStyleWithBoxCharacteristics, OdIfc2x2_final::IfcTextStyleWithMirror, OdIfc2x2_final::IfcTextStyleWithSpacing, OdIfc2x2_final::IfcTextureCoordinate, OdIfc2x2_final::IfcTextureCoordinateGenerator, OdIfc2x2_final::IfcTextureMap, OdIfc2x2_final::IfcTextureVertex, OdIfc2x2_final::IfcThermalMaterialProperties, OdIfc2x2_final::IfcTimeSeries, OdIfc2x2_final::IfcTimeSeriesReferenceRelationship, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTimeSeriesValue, OdIfc2x2_final::IfcTopologicalRepresentationItem, OdIfc2x2_final::IfcTopologyRepresentation, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTrapeziumProfileDef, OdIfc2x2_final::IfcTrimmedCurve, OdIfc2x2_final::IfcTShapeProfileDef, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTwoDirectionRepeatFactor, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcUnitAssignment, OdIfc2x2_final::IfcUShapeProfileDef, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVector, OdIfc2x2_final::IfcVertex, OdIfc2x2_final::IfcVertexBasedTextureMap, OdIfc2x2_final::IfcVertexLoop, OdIfc2x2_final::IfcVertexPoint, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcVirtualElement, OdIfc2x2_final::IfcVirtualGridIntersection, OdIfc2x2_final::IfcWall, OdIfc2x2_final::IfcWallStandardCase, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWaterProperties, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, OdIfc2x2_final::IfcWindowStyle, OdIfc2x2_final::IfcWorkControl, OdIfc2x2_final::IfcWorkPlan, OdIfc2x2_final::IfcWorkSchedule, OdIfc2x2_final::IfcZone, OdIfc2x2_final::IfcZShapeProfileDef, OdIfc2x3::Ifc2DCompositeCurve, OdIfc2x3::IfcActionRequest, OdIfc2x3::IfcActor, OdIfc2x3::IfcActorRole, OdIfc2x3::IfcActuatorType, OdIfc2x3::IfcAddress, OdIfc2x3::IfcAirTerminalBoxType, OdIfc2x3::IfcAirTerminalType, OdIfc2x3::IfcAirToAirHeatRecoveryType, OdIfc2x3::IfcAlarmType, OdIfc2x3::IfcAngularDimension, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAnnotationCurveOccurrence, OdIfc2x3::IfcAnnotationFillArea, OdIfc2x3::IfcAnnotationFillAreaOccurrence, OdIfc2x3::IfcAnnotationOccurrence, OdIfc2x3::IfcAnnotationSurface, OdIfc2x3::IfcAnnotationSurfaceOccurrence, OdIfc2x3::IfcAnnotationSymbolOccurrence, OdIfc2x3::IfcAnnotationTextOccurrence, OdIfc2x3::IfcApplication, OdIfc2x3::IfcAppliedValue, OdIfc2x3::IfcAppliedValueRelationship, OdIfc2x3::IfcApprovalActorRelationship, OdIfc2x3::IfcApproval, OdIfc2x3::IfcApprovalPropertyRelationship, OdIfc2x3::IfcApprovalRelationship, OdIfc2x3::IfcArbitraryClosedProfileDef, OdIfc2x3::IfcArbitraryOpenProfileDef, OdIfc2x3::IfcArbitraryProfileDefWithVoids, OdIfc2x3::IfcAsset, OdIfc2x3::IfcAsymmetricIShapeProfileDef, OdIfc2x3::IfcAxis1Placement, OdIfc2x3::IfcAxis2Placement2D, OdIfc2x3::IfcAxis2Placement3D, OdIfc2x3::IfcBeam, OdIfc2x3::IfcBeamType, OdIfc2x3::IfcBezierCurve, OdIfc2x3::IfcBlobTexture, OdIfc2x3::IfcBlock, OdIfc2x3::IfcBoilerType, OdIfc2x3::IfcBooleanClippingResult, OdIfc2x3::IfcBooleanResult, OdIfc2x3::IfcBoundaryCondition, OdIfc2x3::IfcBoundaryEdgeCondition, OdIfc2x3::IfcBoundaryFaceCondition, OdIfc2x3::IfcBoundaryNodeCondition, OdIfc2x3::IfcBoundaryNodeConditionWarping, OdIfc2x3::IfcBoundedCurve, OdIfc2x3::IfcBoundedSurface, OdIfc2x3::IfcBoundingBox, OdIfc2x3::IfcBoxedHalfSpace, OdIfc2x3::IfcBSplineCurve, OdIfc2x3::IfcBuilding, OdIfc2x3::IfcBuildingElement, OdIfc2x3::IfcBuildingElementComponent, OdIfc2x3::IfcBuildingElementPart, OdIfc2x3::IfcBuildingElementProxy, OdIfc2x3::IfcBuildingElementProxyType, OdIfc2x3::IfcBuildingElementType, OdIfc2x3::IfcBuildingStorey, OdIfc2x3::IfcCableCarrierFittingType, OdIfc2x3::IfcCableCarrierSegmentType, OdIfc2x3::IfcCableSegmentType, OdIfc2x3::IfcCalendarDate, OdIfc2x3::IfcCartesianPoint, OdIfc2x3::IfcCartesianTransformationOperator2D, OdIfc2x3::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator3D, OdIfc2x3::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator, OdIfc2x3::IfcCenterLineProfileDef, OdIfc2x3::IfcChamferEdgeFeature, OdIfc2x3::IfcChillerType, OdIfc2x3::IfcCircle, OdIfc2x3::IfcCircleHollowProfileDef, OdIfc2x3::IfcCircleProfileDef, OdIfc2x3::IfcClassification, OdIfc2x3::IfcClassificationItem, OdIfc2x3::IfcClassificationItemRelationship, OdIfc2x3::IfcClassificationNotation, OdIfc2x3::IfcClassificationNotationFacet, OdIfc2x3::IfcClassificationReference, OdIfc2x3::IfcClosedShell, OdIfc2x3::IfcCoilType, OdIfc2x3::IfcColourRgb, OdIfc2x3::IfcColourSpecification, OdIfc2x3::IfcColumn, OdIfc2x3::IfcColumnType, OdIfc2x3::IfcComplexProperty, OdIfc2x3::IfcCompositeCurve, OdIfc2x3::IfcCompositeCurveSegment, OdIfc2x3::IfcCompositeProfileDef, OdIfc2x3::IfcCompressorType, OdIfc2x3::IfcCondenserType, OdIfc2x3::IfcCondition, OdIfc2x3::IfcConditionCriterion, OdIfc2x3::IfcConic, OdIfc2x3::IfcConnectedFaceSet, OdIfc2x3::IfcConnectionCurveGeometry, OdIfc2x3::IfcConnectionGeometry, OdIfc2x3::IfcConnectionPointEccentricity, OdIfc2x3::IfcConnectionPointGeometry, OdIfc2x3::IfcConnectionPortGeometry, OdIfc2x3::IfcConnectionSurfaceGeometry, OdIfc2x3::IfcConstraintAggregationRelationship, OdIfc2x3::IfcConstraint, OdIfc2x3::IfcConstraintClassificationRelationship, OdIfc2x3::IfcConstraintRelationship, OdIfc2x3::IfcConstructionEquipmentResource, OdIfc2x3::IfcConstructionMaterialResource, OdIfc2x3::IfcConstructionProductResource, OdIfc2x3::IfcConstructionResource, OdIfc2x3::IfcContextDependentUnit, OdIfc2x3::IfcControl, OdIfc2x3::IfcControllerType, OdIfc2x3::IfcConversionBasedUnit, OdIfc2x3::IfcCooledBeamType, OdIfc2x3::IfcCoolingTowerType, OdIfc2x3::IfcCoordinatedUniversalTimeOffset, OdIfc2x3::IfcCostItem, OdIfc2x3::IfcCostSchedule, OdIfc2x3::IfcCostValue, OdIfc2x3::IfcCovering, OdIfc2x3::IfcCoveringType, OdIfc2x3::IfcCraneRailAShapeProfileDef, OdIfc2x3::IfcCraneRailFShapeProfileDef, OdIfc2x3::IfcCrewResource, OdIfc2x3::IfcCsgPrimitive3D, OdIfc2x3::IfcCsgSolid, OdIfc2x3::IfcCShapeProfileDef, OdIfc2x3::IfcCurrencyRelationship, OdIfc2x3::IfcCurtainWall, OdIfc2x3::IfcCurtainWallType, OdIfc2x3::IfcCurve, OdIfc2x3::IfcCurveBoundedPlane, OdIfc2x3::IfcCurveStyle, OdIfc2x3::IfcCurveStyleFontAndScaling, OdIfc2x3::IfcCurveStyleFont, OdIfc2x3::IfcCurveStyleFontPattern, OdIfc2x3::IfcDamperType, OdIfc2x3::IfcDateAndTime, OdIfc2x3::IfcDefinedSymbol, OdIfc2x3::IfcDerivedProfileDef, OdIfc2x3::IfcDerivedUnit, OdIfc2x3::IfcDerivedUnitElement, OdIfc2x3::IfcDiameterDimension, OdIfc2x3::IfcDimensionalExponents, OdIfc2x3::IfcDimensionCalloutRelationship, OdIfc2x3::IfcDimensionCurve, OdIfc2x3::IfcDimensionCurveDirectedCallout, OdIfc2x3::IfcDimensionCurveTerminator, OdIfc2x3::IfcDimensionPair, OdIfc2x3::IfcDirection, OdIfc2x3::IfcDiscreteAccessory, OdIfc2x3::IfcDiscreteAccessoryType, OdIfc2x3::IfcDistributionChamberElement, OdIfc2x3::IfcDistributionChamberElementType, OdIfc2x3::IfcDistributionControlElement, OdIfc2x3::IfcDistributionControlElementType, OdIfc2x3::IfcDistributionElement, OdIfc2x3::IfcDistributionElementType, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionFlowElementType, OdIfc2x3::IfcDistributionPort, OdIfc2x3::IfcDocumentElectronicFormat, OdIfc2x3::IfcDocumentInformation, OdIfc2x3::IfcDocumentInformationRelationship, OdIfc2x3::IfcDocumentReference, OdIfc2x3::IfcDoor, OdIfc2x3::IfcDoorLiningProperties, OdIfc2x3::IfcDoorPanelProperties, OdIfc2x3::IfcDoorStyle, OdIfc2x3::IfcDraughtingCallout, OdIfc2x3::IfcDraughtingCalloutRelationship, OdIfc2x3::IfcDraughtingPreDefinedColour, OdIfc2x3::IfcDraughtingPreDefinedCurveFont, OdIfc2x3::IfcDraughtingPreDefinedTextFont, OdIfc2x3::IfcDuctFittingType, OdIfc2x3::IfcDuctSegmentType, OdIfc2x3::IfcDuctSilencerType, OdIfc2x3::IfcEdge, OdIfc2x3::IfcEdgeCurve, OdIfc2x3::IfcEdgeFeature, OdIfc2x3::IfcEdgeLoop, OdIfc2x3::IfcElectricalBaseProperties, OdIfc2x3::IfcElectricalCircuit, OdIfc2x3::IfcElectricalElement, OdIfc2x3::IfcElectricApplianceType, OdIfc2x3::IfcElectricDistributionPoint, OdIfc2x3::IfcElectricFlowStorageDeviceType, OdIfc2x3::IfcElectricGeneratorType, OdIfc2x3::IfcElectricHeaterType, OdIfc2x3::IfcElectricMotorType, OdIfc2x3::IfcElectricTimeControlType, OdIfc2x3::IfcElementarySurface, OdIfc2x3::IfcElementAssembly, OdIfc2x3::IfcElement, OdIfc2x3::IfcElementComponent, OdIfc2x3::IfcElementComponentType, OdIfc2x3::IfcElementQuantity, OdIfc2x3::IfcElementType, OdIfc2x3::IfcEllipse, OdIfc2x3::IfcEllipseProfileDef, OdIfc2x3::IfcEnergyConversionDevice, OdIfc2x3::IfcEnergyConversionDeviceType, OdIfc2x3::IfcEnergyProperties, OdIfc2x3::IfcEnvironmentalImpactValue, OdIfc2x3::IfcEquipmentElement, OdIfc2x3::IfcEquipmentStandard, OdIfc2x3::IfcEvaporativeCoolerType, OdIfc2x3::IfcEvaporatorType, OdIfc2x3::IfcExtendedMaterialProperties, OdIfc2x3::IfcExternallyDefinedHatchStyle, OdIfc2x3::IfcExternallyDefinedSurfaceStyle, OdIfc2x3::IfcExternallyDefinedSymbol, OdIfc2x3::IfcExternallyDefinedTextFont, OdIfc2x3::IfcExternalReference, OdIfc2x3::IfcExtrudedAreaSolid, OdIfc2x3::IfcFace, OdIfc2x3::IfcFaceBasedSurfaceModel, OdIfc2x3::IfcFaceBound, OdIfc2x3::IfcFaceOuterBound, OdIfc2x3::IfcFaceSurface, OdIfc2x3::IfcFacetedBrep, OdIfc2x3::IfcFacetedBrepWithVoids, OdIfc2x3::IfcFailureConnectionCondition, OdIfc2x3::IfcFanType, OdIfc2x3::IfcFastener, OdIfc2x3::IfcFastenerType, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElement, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFillAreaStyle, OdIfc2x3::IfcFillAreaStyleHatching, OdIfc2x3::IfcFillAreaStyleTiles, OdIfc2x3::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x3::IfcFilterType, OdIfc2x3::IfcFireSuppressionTerminalType, OdIfc2x3::IfcFlowController, OdIfc2x3::IfcFlowControllerType, OdIfc2x3::IfcFlowFitting, OdIfc2x3::IfcFlowFittingType, OdIfc2x3::IfcFlowInstrumentType, OdIfc2x3::IfcFlowMeterType, OdIfc2x3::IfcFlowMovingDevice, OdIfc2x3::IfcFlowMovingDeviceType, OdIfc2x3::IfcFlowSegment, OdIfc2x3::IfcFlowSegmentType, OdIfc2x3::IfcFlowStorageDevice, OdIfc2x3::IfcFlowStorageDeviceType, OdIfc2x3::IfcFlowTerminal, OdIfc2x3::IfcFlowTerminalType, OdIfc2x3::IfcFlowTreatmentDevice, OdIfc2x3::IfcFlowTreatmentDeviceType, OdIfc2x3::IfcFluidFlowProperties, OdIfc2x3::IfcFooting, OdIfc2x3::IfcFuelProperties, OdIfc2x3::IfcFurnishingElement, OdIfc2x3::IfcFurnishingElementType, OdIfc2x3::IfcFurnitureStandard, OdIfc2x3::IfcFurnitureType, OdIfc2x3::IfcGasTerminalType, OdIfc2x3::IfcGeneralMaterialProperties, OdIfc2x3::IfcGeneralProfileProperties, OdIfc2x3::IfcGeometricCurveSet, OdIfc2x3::IfcGeometricRepresentationContext, OdIfc2x3::IfcGeometricRepresentationItem, OdIfc2x3::IfcGeometricRepresentationSubContext, OdIfc2x3::IfcGeometricSet, OdIfc2x3::IfcGrid, OdIfc2x3::IfcGridAxis, OdIfc2x3::IfcGridPlacement, OdIfc2x3::IfcGroup, OdIfc2x3::IfcHalfSpaceSolid, OdIfc2x3::IfcHeatExchangerType, OdIfc2x3::IfcHumidifierType, OdIfc2x3::IfcHygroscopicMaterialProperties, OdIfc2x3::IfcImageTexture, OdIfc2x3::IfcInventory, OdIfc2x3::IfcIrregularTimeSeries, OdIfc2x3::IfcIrregularTimeSeriesValue, OdIfc2x3::IfcIShapeProfileDef, OdIfc2x3::IfcJunctionBoxType, OdIfc2x3::IfcLaborResource, OdIfc2x3::IfcLampType, OdIfc2x3::IfcLibraryInformation, OdIfc2x3::IfcLibraryReference, OdIfc2x3::IfcLightDistributionData, OdIfc2x3::IfcLightFixtureType, OdIfc2x3::IfcLightIntensityDistribution, OdIfc2x3::IfcLightSourceAmbient, OdIfc2x3::IfcLightSource, OdIfc2x3::IfcLightSourceDirectional, OdIfc2x3::IfcLightSourceGoniometric, OdIfc2x3::IfcLightSourcePositional, OdIfc2x3::IfcLightSourceSpot, OdIfc2x3::IfcLinearDimension, OdIfc2x3::IfcLine, OdIfc2x3::IfcLocalPlacement, OdIfc2x3::IfcLocalTime, OdIfc2x3::IfcLoop, OdIfc2x3::IfcLShapeProfileDef, OdIfc2x3::IfcManifoldSolidBrep, OdIfc2x3::IfcMappedItem, OdIfc2x3::IfcMaterial, OdIfc2x3::IfcMaterialClassificationRelationship, OdIfc2x3::IfcMaterialDefinitionRepresentation, OdIfc2x3::IfcMaterialLayer, OdIfc2x3::IfcMaterialLayerSet, OdIfc2x3::IfcMaterialLayerSetUsage, OdIfc2x3::IfcMaterialList, OdIfc2x3::IfcMaterialProperties, OdIfc2x3::IfcMeasureWithUnit, OdIfc2x3::IfcMechanicalConcreteMaterialProperties, OdIfc2x3::IfcMechanicalFastener, OdIfc2x3::IfcMechanicalFastenerType, OdIfc2x3::IfcMechanicalMaterialProperties, OdIfc2x3::IfcMechanicalSteelMaterialProperties, OdIfc2x3::IfcMember, OdIfc2x3::IfcMemberType, OdIfc2x3::IfcMetric, OdIfc2x3::IfcMonetaryUnit, OdIfc2x3::IfcMotorConnectionType, OdIfc2x3::IfcMove, OdIfc2x3::IfcNamedUnit, OdIfc2x3::IfcObject, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcObjective, OdIfc2x3::IfcObjectPlacement, OdIfc2x3::IfcOccupant, OdIfc2x3::IfcOffsetCurve2D, OdIfc2x3::IfcOffsetCurve3D, OdIfc2x3::IfcOneDirectionRepeatFactor, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOpenShell, OdIfc2x3::IfcOpticalMaterialProperties, OdIfc2x3::IfcOrderAction, OdIfc2x3::IfcOrganization, OdIfc2x3::IfcOrganizationRelationship, OdIfc2x3::IfcOrientedEdge, OdIfc2x3::IfcOutletType, OdIfc2x3::IfcOwnerHistory, OdIfc2x3::IfcParameterizedProfileDef, OdIfc2x3::IfcPath, OdIfc2x3::IfcPerformanceHistory, OdIfc2x3::IfcPermeableCoveringProperties, OdIfc2x3::IfcPermit, OdIfc2x3::IfcPersonAndOrganization, OdIfc2x3::IfcPerson, OdIfc2x3::IfcPhysicalComplexQuantity, OdIfc2x3::IfcPhysicalQuantity, OdIfc2x3::IfcPhysicalSimpleQuantity, OdIfc2x3::IfcPile, OdIfc2x3::IfcPipeFittingType, OdIfc2x3::IfcPipeSegmentType, OdIfc2x3::IfcPixelTexture, OdIfc2x3::IfcPlacement, OdIfc2x3::IfcPlanarBox, OdIfc2x3::IfcPlanarExtent, OdIfc2x3::IfcPlane, OdIfc2x3::IfcPlate, OdIfc2x3::IfcPlateType, OdIfc2x3::IfcPoint, OdIfc2x3::IfcPointOnCurve, OdIfc2x3::IfcPointOnSurface, OdIfc2x3::IfcPolygonalBoundedHalfSpace, OdIfc2x3::IfcPolyline, OdIfc2x3::IfcPolyLoop, OdIfc2x3::IfcPort, OdIfc2x3::IfcPostalAddress, OdIfc2x3::IfcPreDefinedColour, OdIfc2x3::IfcPreDefinedCurveFont, OdIfc2x3::IfcPreDefinedDimensionSymbol, OdIfc2x3::IfcPreDefinedItem, OdIfc2x3::IfcPreDefinedPointMarkerSymbol, OdIfc2x3::IfcPreDefinedSymbol, OdIfc2x3::IfcPreDefinedTerminatorSymbol, OdIfc2x3::IfcPreDefinedTextFont, OdIfc2x3::IfcPresentationLayerAssignment, OdIfc2x3::IfcPresentationLayerWithStyle, OdIfc2x3::IfcPresentationStyleAssignment, OdIfc2x3::IfcPresentationStyle, OdIfc2x3::IfcProcedure, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProduct, OdIfc2x3::IfcProductDefinitionShape, OdIfc2x3::IfcProductRepresentation, OdIfc2x3::IfcProductsOfCombustionProperties, OdIfc2x3::IfcProfileDef, OdIfc2x3::IfcProfileProperties, OdIfc2x3::IfcProject, OdIfc2x3::IfcProjectionCurve, OdIfc2x3::IfcProjectionElement, OdIfc2x3::IfcProjectOrder, OdIfc2x3::IfcProjectOrderRecord, OdIfc2x3::IfcProperty, OdIfc2x3::IfcPropertyBoundedValue, OdIfc2x3::IfcPropertyConstraintRelationship, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertyDependencyRelationship, OdIfc2x3::IfcPropertyEnumeratedValue, OdIfc2x3::IfcPropertyEnumeration, OdIfc2x3::IfcPropertyListValue, OdIfc2x3::IfcPropertyReferenceValue, OdIfc2x3::IfcPropertySet, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcPropertySingleValue, OdIfc2x3::IfcPropertyTableValue, OdIfc2x3::IfcProtectiveDeviceType, OdIfc2x3::IfcProxy, OdIfc2x3::IfcPumpType, OdIfc2x3::IfcQuantityArea, OdIfc2x3::IfcQuantityCount, OdIfc2x3::IfcQuantityLength, OdIfc2x3::IfcQuantityTime, OdIfc2x3::IfcQuantityVolume, OdIfc2x3::IfcQuantityWeight, OdIfc2x3::IfcRadiusDimension, OdIfc2x3::IfcRailing, OdIfc2x3::IfcRailingType, OdIfc2x3::IfcRamp, OdIfc2x3::IfcRampFlight, OdIfc2x3::IfcRampFlightType, OdIfc2x3::IfcRationalBezierCurve, OdIfc2x3::IfcRectangleHollowProfileDef, OdIfc2x3::IfcRectangleProfileDef, OdIfc2x3::IfcRectangularPyramid, OdIfc2x3::IfcRectangularTrimmedSurface, OdIfc2x3::IfcReferencesValueDocument, OdIfc2x3::IfcRegularTimeSeries, OdIfc2x3::IfcReinforcementBarProperties, OdIfc2x3::IfcReinforcementDefinitionProperties, OdIfc2x3::IfcReinforcingBar, OdIfc2x3::IfcReinforcingElement, OdIfc2x3::IfcReinforcingMesh, OdIfc2x3::IfcRelAggregates, OdIfc2x3::IfcRelAssigns, OdIfc2x3::IfcRelAssignsTasks, OdIfc2x3::IfcRelAssignsToActor, OdIfc2x3::IfcRelAssignsToControl, OdIfc2x3::IfcRelAssignsToGroup, OdIfc2x3::IfcRelAssignsToProcess, OdIfc2x3::IfcRelAssignsToProduct, OdIfc2x3::IfcRelAssignsToProjectOrder, OdIfc2x3::IfcRelAssignsToResource, OdIfc2x3::IfcRelAssociatesAppliedValue, OdIfc2x3::IfcRelAssociatesApproval, OdIfc2x3::IfcRelAssociates, OdIfc2x3::IfcRelAssociatesClassification, OdIfc2x3::IfcRelAssociatesConstraint, OdIfc2x3::IfcRelAssociatesDocument, OdIfc2x3::IfcRelAssociatesLibrary, OdIfc2x3::IfcRelAssociatesMaterial, OdIfc2x3::IfcRelAssociatesProfileProperties, OdIfc2x3::IfcRelationship, OdIfc2x3::IfcRelaxation, OdIfc2x3::IfcRelConnects, OdIfc2x3::IfcRelConnectsElements, OdIfc2x3::IfcRelConnectsPathElements, OdIfc2x3::IfcRelConnectsPorts, OdIfc2x3::IfcRelConnectsPortToElement, OdIfc2x3::IfcRelConnectsStructuralActivity, OdIfc2x3::IfcRelConnectsStructuralElement, OdIfc2x3::IfcRelConnectsStructuralMember, OdIfc2x3::IfcRelConnectsWithEccentricity, OdIfc2x3::IfcRelConnectsWithRealizingElements, OdIfc2x3::IfcRelContainedInSpatialStructure, OdIfc2x3::IfcRelCoversBldgElements, OdIfc2x3::IfcRelCoversSpaces, OdIfc2x3::IfcRelDecomposes, OdIfc2x3::IfcRelDefines, OdIfc2x3::IfcRelDefinesByProperties, OdIfc2x3::IfcRelDefinesByType, OdIfc2x3::IfcRelFillsElement, OdIfc2x3::IfcRelFlowControlElements, OdIfc2x3::IfcRelInteractionRequirements, OdIfc2x3::IfcRelNests, OdIfc2x3::IfcRelOccupiesSpaces, OdIfc2x3::IfcRelOverridesProperties, OdIfc2x3::IfcRelProjectsElement, OdIfc2x3::IfcRelReferencedInSpatialStructure, OdIfc2x3::IfcRelSchedulesCostItems, OdIfc2x3::IfcRelSequence, OdIfc2x3::IfcRelServicesBuildings, OdIfc2x3::IfcRelSpaceBoundary, OdIfc2x3::IfcRelVoidsElement, OdIfc2x3::IfcRepresentation, OdIfc2x3::IfcRepresentationContext, OdIfc2x3::IfcRepresentationItem, OdIfc2x3::IfcRepresentationMap, OdIfc2x3::IfcResource, OdIfc2x3::IfcRevolvedAreaSolid, OdIfc2x3::IfcRibPlateProfileProperties, OdIfc2x3::IfcRightCircularCone, OdIfc2x3::IfcRightCircularCylinder, OdIfc2x3::IfcRoof, OdIfc2x3::IfcRoot, OdIfc2x3::IfcRoundedEdgeFeature, OdIfc2x3::IfcRoundedRectangleProfileDef, OdIfc2x3::IfcSanitaryTerminalType, OdIfc2x3::IfcScheduleTimeControl, OdIfc2x3::IfcSectionedSpine, OdIfc2x3::IfcSectionProperties, OdIfc2x3::IfcSectionReinforcementProperties, OdIfc2x3::IfcSensorType, OdIfc2x3::IfcServiceLife, OdIfc2x3::IfcServiceLifeFactor, OdIfc2x3::IfcShapeAspect, OdIfc2x3::IfcShapeModel, OdIfc2x3::IfcShapeRepresentation, OdIfc2x3::IfcShellBasedSurfaceModel, OdIfc2x3::IfcSimpleProperty, OdIfc2x3::IfcSite, OdIfc2x3::IfcSIUnit, OdIfc2x3::IfcSlab, OdIfc2x3::IfcSlabType, OdIfc2x3::IfcSlippageConnectionCondition, OdIfc2x3::IfcSolidModel, OdIfc2x3::IfcSoundProperties, OdIfc2x3::IfcSoundValue, OdIfc2x3::IfcSpace, OdIfc2x3::IfcSpaceHeaterType, OdIfc2x3::IfcSpaceProgram, OdIfc2x3::IfcSpaceThermalLoadProperties, OdIfc2x3::IfcSpaceType, OdIfc2x3::IfcSpatialStructureElement, OdIfc2x3::IfcSpatialStructureElementType, OdIfc2x3::IfcSphere, OdIfc2x3::IfcStackTerminalType, OdIfc2x3::IfcStair, OdIfc2x3::IfcStairFlight, OdIfc2x3::IfcStairFlightType, OdIfc2x3::IfcStructuralAction, OdIfc2x3::IfcStructuralActivity, OdIfc2x3::IfcStructuralAnalysisModel, OdIfc2x3::IfcStructuralConnection, OdIfc2x3::IfcStructuralConnectionCondition, OdIfc2x3::IfcStructuralCurveConnection, OdIfc2x3::IfcStructuralCurveMember, OdIfc2x3::IfcStructuralCurveMemberVarying, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralLinearAction, OdIfc2x3::IfcStructuralLinearActionVarying, OdIfc2x3::IfcStructuralLoad, OdIfc2x3::IfcStructuralLoadGroup, OdIfc2x3::IfcStructuralLoadLinearForce, OdIfc2x3::IfcStructuralLoadPlanarForce, OdIfc2x3::IfcStructuralLoadSingleDisplacement, OdIfc2x3::IfcStructuralLoadSingleDisplacementDistortion, OdIfc2x3::IfcStructuralLoadSingleForce, OdIfc2x3::IfcStructuralLoadSingleForceWarping, OdIfc2x3::IfcStructuralLoadStatic, OdIfc2x3::IfcStructuralLoadTemperature, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralPlanarAction, OdIfc2x3::IfcStructuralPlanarActionVarying, OdIfc2x3::IfcStructuralPointAction, OdIfc2x3::IfcStructuralPointConnection, OdIfc2x3::IfcStructuralPointReaction, OdIfc2x3::IfcStructuralProfileProperties, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralResultGroup, OdIfc2x3::IfcStructuralSteelProfileProperties, OdIfc2x3::IfcStructuralSurfaceConnection, OdIfc2x3::IfcStructuralSurfaceMember, OdIfc2x3::IfcStructuralSurfaceMemberVarying, OdIfc2x3::IfcStructuredDimensionCallout, OdIfc2x3::IfcStyledItem, OdIfc2x3::IfcStyledRepresentation, OdIfc2x3::IfcStyleModel, OdIfc2x3::IfcSubContractResource, OdIfc2x3::IfcSubedge, OdIfc2x3::IfcSurface, OdIfc2x3::IfcSurfaceCurveSweptAreaSolid, OdIfc2x3::IfcSurfaceOfLinearExtrusion, OdIfc2x3::IfcSurfaceOfRevolution, OdIfc2x3::IfcSurfaceStyle, OdIfc2x3::IfcSurfaceStyleLighting, OdIfc2x3::IfcSurfaceStyleRefraction, OdIfc2x3::IfcSurfaceStyleRendering, OdIfc2x3::IfcSurfaceStyleShading, OdIfc2x3::IfcSurfaceStyleWithTextures, OdIfc2x3::IfcSurfaceTexture, OdIfc2x3::IfcSweptAreaSolid, OdIfc2x3::IfcSweptDiskSolid, OdIfc2x3::IfcSweptSurface, OdIfc2x3::IfcSwitchingDeviceType, OdIfc2x3::IfcSymbolStyle, OdIfc2x3::IfcSystem, OdIfc2x3::IfcSystemFurnitureElementType, OdIfc2x3::IfcTable, OdIfc2x3::IfcTableRow, OdIfc2x3::IfcTankType, OdIfc2x3::IfcTask, OdIfc2x3::IfcTelecomAddress, OdIfc2x3::IfcTendonAnchor, OdIfc2x3::IfcTendon, OdIfc2x3::IfcTerminatorSymbol, OdIfc2x3::IfcTextLiteral, OdIfc2x3::IfcTextLiteralWithExtent, OdIfc2x3::IfcTextStyle, OdIfc2x3::IfcTextStyleFontModel, OdIfc2x3::IfcTextStyleForDefinedFont, OdIfc2x3::IfcTextStyleTextModel, OdIfc2x3::IfcTextStyleWithBoxCharacteristics, OdIfc2x3::IfcTextureCoordinate, OdIfc2x3::IfcTextureCoordinateGenerator, OdIfc2x3::IfcTextureMap, OdIfc2x3::IfcTextureVertex, OdIfc2x3::IfcThermalMaterialProperties, OdIfc2x3::IfcTimeSeries, OdIfc2x3::IfcTimeSeriesReferenceRelationship, OdIfc2x3::IfcTimeSeriesSchedule, OdIfc2x3::IfcTimeSeriesValue, OdIfc2x3::IfcTopologicalRepresentationItem, OdIfc2x3::IfcTopologyRepresentation, OdIfc2x3::IfcTransformerType, OdIfc2x3::IfcTransportElement, OdIfc2x3::IfcTransportElementType, OdIfc2x3::IfcTrapeziumProfileDef, OdIfc2x3::IfcTrimmedCurve, OdIfc2x3::IfcTShapeProfileDef, OdIfc2x3::IfcTubeBundleType, OdIfc2x3::IfcTwoDirectionRepeatFactor, OdIfc2x3::IfcTypeObject, OdIfc2x3::IfcTypeProduct, OdIfc2x3::IfcUnitaryEquipmentType, OdIfc2x3::IfcUnitAssignment, OdIfc2x3::IfcUShapeProfileDef, OdIfc2x3::IfcValveType, OdIfc2x3::IfcVector, OdIfc2x3::IfcVertex, OdIfc2x3::IfcVertexBasedTextureMap, OdIfc2x3::IfcVertexLoop, OdIfc2x3::IfcVertexPoint, OdIfc2x3::IfcVibrationIsolatorType, OdIfc2x3::IfcVirtualElement, OdIfc2x3::IfcVirtualGridIntersection, OdIfc2x3::IfcWall, OdIfc2x3::IfcWallStandardCase, OdIfc2x3::IfcWallType, OdIfc2x3::IfcWasteTerminalType, OdIfc2x3::IfcWaterProperties, OdIfc2x3::IfcWindow, OdIfc2x3::IfcWindowLiningProperties, OdIfc2x3::IfcWindowPanelProperties, OdIfc2x3::IfcWindowStyle, OdIfc2x3::IfcWorkControl, OdIfc2x3::IfcWorkPlan, OdIfc2x3::IfcWorkSchedule, OdIfc2x3::IfcZone, OdIfc2x3::IfcZShapeProfileDef, OdIfc2x_final::Ifc2DCompositeCurve, OdIfc2x_final::IfcActionTimeControl, OdIfc2x_final::IfcActor, OdIfc2x_final::IfcActorRole, OdIfc2x_final::IfcActuator, OdIfc2x_final::IfcAddress, OdIfc2x_final::IfcAirFilter, OdIfc2x_final::IfcAirTerminal, OdIfc2x_final::IfcAirTerminalBox, OdIfc2x_final::IfcApplication, OdIfc2x_final::IfcApproval, OdIfc2x_final::IfcApprovalUsage, OdIfc2x_final::IfcArbitraryClosedProfileDef, OdIfc2x_final::IfcArbitraryOpenProfileDef, OdIfc2x_final::IfcArbitraryProfileDefWithVoids, OdIfc2x_final::IfcAssessory, OdIfc2x_final::IfcAsset, OdIfc2x_final::IfcAxis1Placement, OdIfc2x_final::IfcAxis2Placement2D, OdIfc2x_final::IfcAxis2Placement3D, OdIfc2x_final::IfcBeam, OdIfc2x_final::IfcBoiler, OdIfc2x_final::IfcBooleanClippingResult, OdIfc2x_final::IfcBooleanResult, OdIfc2x_final::IfcBoundedCurve, OdIfc2x_final::IfcBoundedSurface, OdIfc2x_final::IfcBoundingBox, OdIfc2x_final::IfcBoxedHalfSpace, OdIfc2x_final::IfcBudget, OdIfc2x_final::IfcBuilding, OdIfc2x_final::IfcBuildingElement, OdIfc2x_final::IfcBuildingElementProxy, OdIfc2x_final::IfcBuildingStorey, OdIfc2x_final::IfcBuiltIn, OdIfc2x_final::IfcCalendarDate, OdIfc2x_final::IfcCartesianPoint, OdIfc2x_final::IfcCartesianTransformationOperator2D, OdIfc2x_final::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x_final::IfcCartesianTransformationOperator3D, OdIfc2x_final::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x_final::IfcCartesianTransformationOperator, OdIfc2x_final::IfcChangeOrder, OdIfc2x_final::IfcChiller, OdIfc2x_final::IfcCircle, OdIfc2x_final::IfcCircleProfileDef, OdIfc2x_final::IfcClassification, OdIfc2x_final::IfcClassificationItem, OdIfc2x_final::IfcClassificationItemRelationship, OdIfc2x_final::IfcClassificationNotation, OdIfc2x_final::IfcClassificationNotationFacet, OdIfc2x_final::IfcClassificationReference, OdIfc2x_final::IfcClosedShell, OdIfc2x_final::IfcCMDocPackage, OdIfc2x_final::IfcCoil, OdIfc2x_final::IfcColumn, OdIfc2x_final::IfcCompartment, OdIfc2x_final::IfcComplexProperty, OdIfc2x_final::IfcCompositeCurve, OdIfc2x_final::IfcCompositeCurveSegment, OdIfc2x_final::IfcCompositeProfileDef, OdIfc2x_final::IfcCompressor, OdIfc2x_final::IfcConic, OdIfc2x_final::IfcConnectedFaceSet, OdIfc2x_final::IfcConnectionConstraint, OdIfc2x_final::IfcConnectionCurveGeometry, OdIfc2x_final::IfcConnectionGeometry, OdIfc2x_final::IfcConnectionPointGeometry, OdIfc2x_final::IfcConnectionPortGeometry, OdIfc2x_final::IfcConnectionSurfaceGeometry, OdIfc2x_final::IfcConstraintAggregationRelationship, OdIfc2x_final::IfcConstraint, OdIfc2x_final::IfcConstraintUsage, OdIfc2x_final::IfcConstructionEquipmentResource, OdIfc2x_final::IfcConstructionMaterialResource, OdIfc2x_final::IfcConstructionProductResource, OdIfc2x_final::IfcContextDependentUnit, OdIfc2x_final::IfcControl, OdIfc2x_final::IfcControlElement, OdIfc2x_final::IfcController, OdIfc2x_final::IfcConversionBasedUnit, OdIfc2x_final::IfcCoolingTower, OdIfc2x_final::IfcCoordinatedUniversalTimeOffset, OdIfc2x_final::IfcCost, OdIfc2x_final::IfcCostModifier, OdIfc2x_final::IfcCostModifierValue, OdIfc2x_final::IfcCostQuantity, OdIfc2x_final::IfcCostSchedule, OdIfc2x_final::IfcCostValue, OdIfc2x_final::IfcCostValueRelationship, OdIfc2x_final::IfcCovering, OdIfc2x_final::IfcCrewResource, OdIfc2x_final::IfcCsgSolid, OdIfc2x_final::IfcCurtainWall, OdIfc2x_final::IfcCurve, OdIfc2x_final::IfcCurveBoundedPlane, OdIfc2x_final::IfcDamper, OdIfc2x_final::IfcDateAndTime, OdIfc2x_final::IfcDerivedProfileDef, OdIfc2x_final::IfcDerivedUnit, OdIfc2x_final::IfcDerivedUnitElement, OdIfc2x_final::IfcDimensionalExponents, OdIfc2x_final::IfcDirectionalLightSource, OdIfc2x_final::IfcDirection, OdIfc2x_final::IfcDiscreteElement, OdIfc2x_final::IfcDistributionElement, OdIfc2x_final::IfcDistributionFlowElement, OdIfc2x_final::IfcDocumentElectronicFormat, OdIfc2x_final::IfcDocumentInformation, OdIfc2x_final::IfcDocumentInformationRelationship, OdIfc2x_final::IfcDocumentReference, OdIfc2x_final::IfcDoor, OdIfc2x_final::IfcDoorLiningProperties, OdIfc2x_final::IfcDoorPanelProperties, OdIfc2x_final::IfcDoorStyle, OdIfc2x_final::IfcEdge, OdIfc2x_final::IfcEdgeCurve, OdIfc2x_final::IfcElectricalAppliance, OdIfc2x_final::IfcElectricalBaseProperties, OdIfc2x_final::IfcElectricalElement, OdIfc2x_final::IfcElectricalExtendedProperties, OdIfc2x_final::IfcElectricMotor, OdIfc2x_final::IfcElementarySurface, OdIfc2x_final::IfcElement, OdIfc2x_final::IfcElementQuantity, OdIfc2x_final::IfcEllipse, OdIfc2x_final::IfcEllipseProfileDef, OdIfc2x_final::IfcEquipmentElement, OdIfc2x_final::IfcEquipmentStandard, OdIfc2x_final::IfcExtendedMaterialProperties, OdIfc2x_final::IfcExternalReference, OdIfc2x_final::IfcExtrudedAreaSolid, OdIfc2x_final::IfcFace, OdIfc2x_final::IfcFaceBasedSurfaceModel, OdIfc2x_final::IfcFaceBound, OdIfc2x_final::IfcFaceOuterBound, OdIfc2x_final::IfcFaceSurface, OdIfc2x_final::IfcFacetedBrep, OdIfc2x_final::IfcFacetedBrepWithVoids, OdIfc2x_final::IfcFan, OdIfc2x_final::IfcFlowController, OdIfc2x_final::IfcFlowFitting, OdIfc2x_final::IfcFlowSegment, OdIfc2x_final::IfcFlowTerminal, OdIfc2x_final::IfcFluidFlowProperties, OdIfc2x_final::IfcFluidMovingDevice, OdIfc2x_final::IfcFurnishingElement, OdIfc2x_final::IfcFurniture, OdIfc2x_final::IfcFurnitureStandard, OdIfc2x_final::IfcGeneralMaterialProperties, OdIfc2x_final::IfcGeometricRepresentationContext, OdIfc2x_final::IfcGeometricRepresentationItem, OdIfc2x_final::IfcGeometricSet, OdIfc2x_final::IfcGrid, OdIfc2x_final::IfcGridAxis, OdIfc2x_final::IfcGridPlacement, OdIfc2x_final::IfcGroup, OdIfc2x_final::IfcHalfSpaceSolid, OdIfc2x_final::IfcHeatExchanger, OdIfc2x_final::IfcHeatTransferDevice, OdIfc2x_final::IfcHydronicHeater, OdIfc2x_final::IfcHygroscopicMaterialProperties, OdIfc2x_final::IfcInventory, OdIfc2x_final::IfcIshapeProfileDef, OdIfc2x_final::IfcLaborResource, OdIfc2x_final::IfcLibraryInformation, OdIfc2x_final::IfcLibraryReference, OdIfc2x_final::IfcLightFixture, OdIfc2x_final::IfcLine, OdIfc2x_final::IfcLocalPlacement, OdIfc2x_final::IfcLocalTime, OdIfc2x_final::IfcLoop, OdIfc2x_final::IfcMaintenanceRecord, OdIfc2x_final::IfcMaintenanceWorkOrder, OdIfc2x_final::IfcManifoldSolidBrep, OdIfc2x_final::IfcManufacturerInformation, OdIfc2x_final::IfcMappedItem, OdIfc2x_final::IfcMaterial, OdIfc2x_final::IfcMaterialClassificationRelationship, OdIfc2x_final::IfcMaterialLayer, OdIfc2x_final::IfcMaterialLayerSet, OdIfc2x_final::IfcMaterialLayerSetUsage, OdIfc2x_final::IfcMaterialList, OdIfc2x_final::IfcMaterialProperties, OdIfc2x_final::IfcMeasureWithUnit, OdIfc2x_final::IfcMechanicalMaterialProperties, OdIfc2x_final::IfcMetric, OdIfc2x_final::IfcMetricBenchmark, OdIfc2x_final::IfcMetricValue, OdIfc2x_final::IfcMonetaryUnit, OdIfc2x_final::IfcMove, OdIfc2x_final::IfcNamedUnit, OdIfc2x_final::IfcObject, OdIfc2x_final::IfcObjective, OdIfc2x_final::IfcObjectPlacement, OdIfc2x_final::IfcOccupant, OdIfc2x_final::IfcOffsetCurve2D, OdIfc2x_final::IfcOffsetCurve3D, OdIfc2x_final::IfcOpeningElement, OdIfc2x_final::IfcOpenShell, OdIfc2x_final::IfcOpticalMaterialProperties, OdIfc2x_final::IfcOrganization, OdIfc2x_final::IfcOrganizationRelationship, OdIfc2x_final::IfcOrientedEdge, OdIfc2x_final::IfcOutlet, OdIfc2x_final::IfcOwnerHistory, OdIfc2x_final::IfcPath, OdIfc2x_final::IfcPermeableCoveringProperties, OdIfc2x_final::IfcPersonAndOrganization, OdIfc2x_final::IfcPerson, OdIfc2x_final::IfcPhysicalQuantity, OdIfc2x_final::IfcPlacement, OdIfc2x_final::IfcPlane, OdIfc2x_final::IfcPoint, OdIfc2x_final::IfcPointLightSource, OdIfc2x_final::IfcPolygonalBoundedHalfSpace, OdIfc2x_final::IfcPolyline, OdIfc2x_final::IfcPolyLoop, OdIfc2x_final::IfcPostalAddress, OdIfc2x_final::IfcPresentationLightSource, OdIfc2x_final::IfcProcess, OdIfc2x_final::IfcProduct, OdIfc2x_final::IfcProductDefinitionShape, OdIfc2x_final::IfcProductRepresentation, OdIfc2x_final::IfcProfileDef, OdIfc2x_final::IfcProject, OdIfc2x_final::IfcProjectOrder, OdIfc2x_final::IfcProperty, OdIfc2x_final::IfcPropertyBoundedValue, OdIfc2x_final::IfcPropertyDefinition, OdIfc2x_final::IfcPropertyEnumeratedValue, OdIfc2x_final::IfcPropertyEnumeration, OdIfc2x_final::IfcPropertyReferenceValue, OdIfc2x_final::IfcPropertySet, OdIfc2x_final::IfcPropertySetDefinition, OdIfc2x_final::IfcPropertySingleValue, OdIfc2x_final::IfcPropertyTableValue, OdIfc2x_final::IfcProxy, OdIfc2x_final::IfcPump, OdIfc2x_final::IfcPurchaseOrder, OdIfc2x_final::IfcQuantityArea, OdIfc2x_final::IfcQuantityCount, OdIfc2x_final::IfcQuantityLength, OdIfc2x_final::IfcQuantityVolume, OdIfc2x_final::IfcQuantityWeight, OdIfc2x_final::IfcRailing, OdIfc2x_final::IfcRamp, OdIfc2x_final::IfcRampFlight, OdIfc2x_final::IfcRectangleProfileDef, OdIfc2x_final::IfcRectangularTrimmedSurface, OdIfc2x_final::IfcReferenceEdge, OdIfc2x_final::IfcReferenceFace, OdIfc2x_final::IfcReferenceGeometry, OdIfc2x_final::IfcReferencesCostDocument, OdIfc2x_final::IfcReferenceVertex, OdIfc2x_final::IfcRelAggregates, OdIfc2x_final::IfcRelAggregatesResources, OdIfc2x_final::IfcRelAssigns, OdIfc2x_final::IfcRelAssignsFMStandard, OdIfc2x_final::IfcRelAssignsTasks, OdIfc2x_final::IfcRelAssignsToActor, OdIfc2x_final::IfcRelAssignsToControl, OdIfc2x_final::IfcRelAssignsToGroup, OdIfc2x_final::IfcRelAssignsToProcess, OdIfc2x_final::IfcRelAssignsToProduct, OdIfc2x_final::IfcRelAssignsToResource, OdIfc2x_final::IfcRelAssociates, OdIfc2x_final::IfcRelAssociatesClassification, OdIfc2x_final::IfcRelAssociatesDocument, OdIfc2x_final::IfcRelAssociatesLibrary, OdIfc2x_final::IfcRelAssociatesMaterial, OdIfc2x_final::IfcRelationship, OdIfc2x_final::IfcRelConnects, OdIfc2x_final::IfcRelConnectsElements, OdIfc2x_final::IfcRelConnectsPathElements, OdIfc2x_final::IfcRelConnectsPorts, OdIfc2x_final::IfcRelContainedInSpatialStructure, OdIfc2x_final::IfcRelCostsObjects, OdIfc2x_final::IfcRelCoversBldgElements, OdIfc2x_final::IfcRelDecomposes, OdIfc2x_final::IfcRelDefines, OdIfc2x_final::IfcRelDefinesByProperties, OdIfc2x_final::IfcRelDefinesByType, OdIfc2x_final::IfcRelFillsElement, OdIfc2x_final::IfcRelFlowControlElements, OdIfc2x_final::IfcRelInteractionRequirements, OdIfc2x_final::IfcRelMaintenanceEvent, OdIfc2x_final::IfcRelNests, OdIfc2x_final::IfcRelOccupiesSpaces, OdIfc2x_final::IfcRelOverridesProperties, OdIfc2x_final::IfcRelSequence, OdIfc2x_final::IfcRelServicesBuildings, OdIfc2x_final::IfcRelSpaceBoundary, OdIfc2x_final::IfcRelUsesResource, OdIfc2x_final::IfcRelVoidsElement, OdIfc2x_final::IfcRepresentation, OdIfc2x_final::IfcRepresentationContext, OdIfc2x_final::IfcRepresentationItem, OdIfc2x_final::IfcRepresentationMap, OdIfc2x_final::IfcResource, OdIfc2x_final::IfcRevolvedAreaSolid, OdIfc2x_final::IfcRoof, OdIfc2x_final::IfcRoot, OdIfc2x_final::IfcRoundedRectangleProfileDef, OdIfc2x_final::IfcSanitaryTerminal, OdIfc2x_final::IfcScheduleTimeControl, OdIfc2x_final::IfcSectionedSpine, OdIfc2x_final::IfcSensor, OdIfc2x_final::IfcShapeAspect, OdIfc2x_final::IfcShapeRepresentation, OdIfc2x_final::IfcShellBasedSurfaceModel, OdIfc2x_final::IfcSimpleProperty, OdIfc2x_final::IfcSite, OdIfc2x_final::IfcSIUnit, OdIfc2x_final::IfcSlab, OdIfc2x_final::IfcSolidModel, OdIfc2x_final::IfcSpace, OdIfc2x_final::IfcSpaceProgram, OdIfc2x_final::IfcSpaceProgramGroup, OdIfc2x_final::IfcSpaceThermalLoad, OdIfc2x_final::IfcSpatialStructureElement, OdIfc2x_final::IfcSpotLightSource, OdIfc2x_final::IfcStair, OdIfc2x_final::IfcStairFlight, OdIfc2x_final::IfcStorageDevice, OdIfc2x_final::IfcSubContractResource, OdIfc2x_final::IfcSurface, OdIfc2x_final::IfcSurfaceExtendedProperties, OdIfc2x_final::IfcSurfaceOfLinearExtrusion, OdIfc2x_final::IfcSurfaceOfRevolution, OdIfc2x_final::IfcSurfaceRenderingProperties, OdIfc2x_final::IfcSurfaceShadingProperties, OdIfc2x_final::IfcSurfaceStyle, OdIfc2x_final::IfcSurfaceStyleProperties, OdIfc2x_final::IfcSurfaceStyleUsage, OdIfc2x_final::IfcSweptAreaSolid, OdIfc2x_final::IfcSweptSurface, OdIfc2x_final::IfcSystem, OdIfc2x_final::IfcSystemFurnitureElement, OdIfc2x_final::IfcTable, OdIfc2x_final::IfcTableRow, OdIfc2x_final::IfcTank, OdIfc2x_final::IfcTask, OdIfc2x_final::IfcTelecomAddress, OdIfc2x_final::IfcThermalMaterialProperties, OdIfc2x_final::IfcTopologicalRepresentationItem, OdIfc2x_final::IfcTransportElement, OdIfc2x_final::IfcTrapeziumProfileDef, OdIfc2x_final::IfcTreatmentDevice, OdIfc2x_final::IfcTrimmedCurve, OdIfc2x_final::IfcTubeBundle, OdIfc2x_final::IfcTypeObject, OdIfc2x_final::IfcTypeProduct, OdIfc2x_final::IfcUnitAssignment, OdIfc2x_final::IfcUnitHeater, OdIfc2x_final::IfcValve, OdIfc2x_final::IfcVector, OdIfc2x_final::IfcVertex, OdIfc2x_final::IfcVertexPoint, OdIfc2x_final::IfcVirtualGridIntersection, OdIfc2x_final::IfcWall, OdIfc2x_final::IfcWallStandardCase, OdIfc2x_final::IfcWindow, OdIfc2x_final::IfcWindowLiningProperties, OdIfc2x_final::IfcWindowPanelProperties, OdIfc2x_final::IfcWindowStyle, OdIfc2x_final::IfcWorkControl, OdIfc2x_final::IfcWorkOrder, OdIfc2x_final::IfcWorkPlan, OdIfc2x_final::IfcWorkSchedule, OdIfc2x_final::IfcZone, OdIfc4::IfcActionRequest, OdIfc4::IfcActor, OdIfc4::IfcActorRole, OdIfc4::IfcActuator, OdIfc4::IfcActuatorType, OdIfc4::IfcAddress, OdIfc4::IfcAdvancedBrep, OdIfc4::IfcAdvancedBrepWithVoids, OdIfc4::IfcAdvancedFace, OdIfc4::IfcAirTerminal, OdIfc4::IfcAirTerminalBox, OdIfc4::IfcAirTerminalBoxType, OdIfc4::IfcAirTerminalType, OdIfc4::IfcAirToAirHeatRecovery, OdIfc4::IfcAirToAirHeatRecoveryType, OdIfc4::IfcAlarm, OdIfc4::IfcAlarmType, OdIfc4::IfcAnnotation, OdIfc4::IfcAnnotationFillArea, OdIfc4::IfcApplication, OdIfc4::IfcAppliedValue, OdIfc4::IfcApproval, OdIfc4::IfcApprovalRelationship, OdIfc4::IfcArbitraryClosedProfileDef, OdIfc4::IfcArbitraryOpenProfileDef, OdIfc4::IfcArbitraryProfileDefWithVoids, OdIfc4::IfcAsset, OdIfc4::IfcAsymmetricIShapeProfileDef, OdIfc4::IfcAudioVisualAppliance, OdIfc4::IfcAudioVisualApplianceType, OdIfc4::IfcAxis1Placement, OdIfc4::IfcAxis2Placement2D, OdIfc4::IfcAxis2Placement3D, OdIfc4::IfcBeam, OdIfc4::IfcBeamStandardCase, OdIfc4::IfcBeamType, OdIfc4::IfcBlobTexture, OdIfc4::IfcBlock, OdIfc4::IfcBoiler, OdIfc4::IfcBoilerType, OdIfc4::IfcBooleanClippingResult, OdIfc4::IfcBooleanResult, OdIfc4::IfcBoundaryCondition, OdIfc4::IfcBoundaryCurve, OdIfc4::IfcBoundaryEdgeCondition, OdIfc4::IfcBoundaryFaceCondition, OdIfc4::IfcBoundaryNodeCondition, OdIfc4::IfcBoundaryNodeConditionWarping, OdIfc4::IfcBoundedCurve, OdIfc4::IfcBoundedSurface, OdIfc4::IfcBoundingBox, OdIfc4::IfcBoxedHalfSpace, OdIfc4::IfcBSplineCurve, OdIfc4::IfcBSplineCurveWithKnots, OdIfc4::IfcBSplineSurface, OdIfc4::IfcBSplineSurfaceWithKnots, OdIfc4::IfcBuilding, OdIfc4::IfcBuildingElement, OdIfc4::IfcBuildingElementPart, OdIfc4::IfcBuildingElementPartType, OdIfc4::IfcBuildingElementProxy, OdIfc4::IfcBuildingElementProxyType, OdIfc4::IfcBuildingElementType, OdIfc4::IfcBuildingStorey, OdIfc4::IfcBuildingSystem, OdIfc4::IfcBurner, OdIfc4::IfcBurnerType, OdIfc4::IfcCableCarrierFitting, OdIfc4::IfcCableCarrierFittingType, OdIfc4::IfcCableCarrierSegment, OdIfc4::IfcCableCarrierSegmentType, OdIfc4::IfcCableFitting, OdIfc4::IfcCableFittingType, OdIfc4::IfcCableSegment, OdIfc4::IfcCableSegmentType, OdIfc4::IfcCartesianPoint, OdIfc4::IfcCartesianPointList2D, OdIfc4::IfcCartesianPointList3D, OdIfc4::IfcCartesianPointList, OdIfc4::IfcCartesianTransformationOperator2D, OdIfc4::IfcCartesianTransformationOperator2DnonUniform, OdIfc4::IfcCartesianTransformationOperator3D, OdIfc4::IfcCartesianTransformationOperator3DnonUniform, OdIfc4::IfcCartesianTransformationOperator, OdIfc4::IfcCenterLineProfileDef, OdIfc4::IfcChiller, OdIfc4::IfcChillerType, OdIfc4::IfcChimney, OdIfc4::IfcChimneyType, OdIfc4::IfcCircle, OdIfc4::IfcCircleHollowProfileDef, OdIfc4::IfcCircleProfileDef, OdIfc4::IfcCivilElement, OdIfc4::IfcCivilElementType, OdIfc4::IfcClassification, OdIfc4::IfcClassificationReference, OdIfc4::IfcClosedShell, OdIfc4::IfcCoil, OdIfc4::IfcCoilType, OdIfc4::IfcColourRgb, OdIfc4::IfcColourRgbList, OdIfc4::IfcColourSpecification, OdIfc4::IfcColumn, OdIfc4::IfcColumnStandardCase, OdIfc4::IfcColumnType, OdIfc4::IfcCommunicationsAppliance, OdIfc4::IfcCommunicationsApplianceType, OdIfc4::IfcComplexProperty, OdIfc4::IfcComplexPropertyTemplate, OdIfc4::IfcCompositeCurve, OdIfc4::IfcCompositeCurveOnSurface, OdIfc4::IfcCompositeCurveSegment, OdIfc4::IfcCompositeProfileDef, OdIfc4::IfcCompressor, OdIfc4::IfcCompressorType, OdIfc4::IfcCondenser, OdIfc4::IfcCondenserType, OdIfc4::IfcConic, OdIfc4::IfcConnectedFaceSet, OdIfc4::IfcConnectionCurveGeometry, OdIfc4::IfcConnectionGeometry, OdIfc4::IfcConnectionPointEccentricity, OdIfc4::IfcConnectionPointGeometry, OdIfc4::IfcConnectionSurfaceGeometry, OdIfc4::IfcConnectionVolumeGeometry, OdIfc4::IfcConstraint, OdIfc4::IfcConstructionEquipmentResource, OdIfc4::IfcConstructionEquipmentResourceType, OdIfc4::IfcConstructionMaterialResource, OdIfc4::IfcConstructionMaterialResourceType, OdIfc4::IfcConstructionProductResource, OdIfc4::IfcConstructionProductResourceType, OdIfc4::IfcConstructionResource, OdIfc4::IfcConstructionResourceType, OdIfc4::IfcContext, OdIfc4::IfcContextDependentUnit, OdIfc4::IfcControl, OdIfc4::IfcController, OdIfc4::IfcControllerType, OdIfc4::IfcConversionBasedUnit, OdIfc4::IfcConversionBasedUnitWithOffset, OdIfc4::IfcCooledBeam, OdIfc4::IfcCooledBeamType, OdIfc4::IfcCoolingTower, OdIfc4::IfcCoolingTowerType, OdIfc4::IfcCoordinateOperation, OdIfc4::IfcCoordinateReferenceSystem, OdIfc4::IfcCostItem, OdIfc4::IfcCostSchedule, OdIfc4::IfcCostValue, OdIfc4::IfcCovering, OdIfc4::IfcCoveringType, OdIfc4::IfcCrewResource, OdIfc4::IfcCrewResourceType, OdIfc4::IfcCsgPrimitive3D, OdIfc4::IfcCsgSolid, OdIfc4::IfcCShapeProfileDef, OdIfc4::IfcCurrencyRelationship, OdIfc4::IfcCurtainWall, OdIfc4::IfcCurtainWallType, OdIfc4::IfcCurve, OdIfc4::IfcCurveBoundedPlane, OdIfc4::IfcCurveBoundedSurface, OdIfc4::IfcCurveStyle, OdIfc4::IfcCurveStyleFontAndScaling, OdIfc4::IfcCurveStyleFont, OdIfc4::IfcCurveStyleFontPattern, OdIfc4::IfcCylindricalSurface, OdIfc4::IfcDamper, OdIfc4::IfcDamperType, OdIfc4::IfcDerivedProfileDef, OdIfc4::IfcDerivedUnit, OdIfc4::IfcDerivedUnitElement, OdIfc4::IfcDimensionalExponents, OdIfc4::IfcDirection, OdIfc4::IfcDiscreteAccessory, OdIfc4::IfcDiscreteAccessoryType, OdIfc4::IfcDistributionChamberElement, OdIfc4::IfcDistributionChamberElementType, OdIfc4::IfcDistributionCircuit, OdIfc4::IfcDistributionControlElement, OdIfc4::IfcDistributionControlElementType, OdIfc4::IfcDistributionElement, OdIfc4::IfcDistributionElementType, OdIfc4::IfcDistributionFlowElement, OdIfc4::IfcDistributionFlowElementType, OdIfc4::IfcDistributionPort, OdIfc4::IfcDistributionSystem, OdIfc4::IfcDocumentInformation, OdIfc4::IfcDocumentInformationRelationship, OdIfc4::IfcDocumentReference, OdIfc4::IfcDoor, OdIfc4::IfcDoorLiningProperties, OdIfc4::IfcDoorPanelProperties, OdIfc4::IfcDoorStandardCase, OdIfc4::IfcDoorStyle, OdIfc4::IfcDoorType, OdIfc4::IfcDraughtingPreDefinedColour, OdIfc4::IfcDraughtingPreDefinedCurveFont, OdIfc4::IfcDuctFitting, OdIfc4::IfcDuctFittingType, OdIfc4::IfcDuctSegment, OdIfc4::IfcDuctSegmentType, OdIfc4::IfcDuctSilencer, OdIfc4::IfcDuctSilencerType, OdIfc4::IfcEdge, OdIfc4::IfcEdgeCurve, OdIfc4::IfcEdgeLoop, OdIfc4::IfcElectricAppliance, OdIfc4::IfcElectricApplianceType, OdIfc4::IfcElectricDistributionBoard, OdIfc4::IfcElectricDistributionBoardType, OdIfc4::IfcElectricFlowStorageDevice, OdIfc4::IfcElectricFlowStorageDeviceType, OdIfc4::IfcElectricGenerator, OdIfc4::IfcElectricGeneratorType, OdIfc4::IfcElectricMotor, OdIfc4::IfcElectricMotorType, OdIfc4::IfcElectricTimeControl, OdIfc4::IfcElectricTimeControlType, OdIfc4::IfcElementarySurface, OdIfc4::IfcElementAssembly, OdIfc4::IfcElementAssemblyType, OdIfc4::IfcElement, OdIfc4::IfcElementComponent, OdIfc4::IfcElementComponentType, OdIfc4::IfcElementQuantity, OdIfc4::IfcElementType, OdIfc4::IfcEllipse, OdIfc4::IfcEllipseProfileDef, OdIfc4::IfcEnergyConversionDevice, OdIfc4::IfcEnergyConversionDeviceType, OdIfc4::IfcEngine, OdIfc4::IfcEngineType, OdIfc4::IfcEvaporativeCooler, OdIfc4::IfcEvaporativeCoolerType, OdIfc4::IfcEvaporator, OdIfc4::IfcEvaporatorType, OdIfc4::IfcEvent, OdIfc4::IfcEventTime, OdIfc4::IfcEventType, OdIfc4::IfcExtendedProperties, OdIfc4::IfcExternalInformation, OdIfc4::IfcExternallyDefinedHatchStyle, OdIfc4::IfcExternallyDefinedSurfaceStyle, OdIfc4::IfcExternallyDefinedTextFont, OdIfc4::IfcExternalReference, OdIfc4::IfcExternalReferenceRelationship, OdIfc4::IfcExternalSpatialElement, OdIfc4::IfcExternalSpatialStructureElement, OdIfc4::IfcExtrudedAreaSolid, OdIfc4::IfcExtrudedAreaSolidTapered, OdIfc4::IfcFace, OdIfc4::IfcFaceBasedSurfaceModel, OdIfc4::IfcFaceBound, OdIfc4::IfcFaceOuterBound, OdIfc4::IfcFaceSurface, OdIfc4::IfcFacetedBrep, OdIfc4::IfcFacetedBrepWithVoids, OdIfc4::IfcFailureConnectionCondition, OdIfc4::IfcFan, OdIfc4::IfcFanType, OdIfc4::IfcFastener, OdIfc4::IfcFastenerType, OdIfc4::IfcFeatureElementAddition, OdIfc4::IfcFeatureElement, OdIfc4::IfcFeatureElementSubtraction, OdIfc4::IfcFillAreaStyle, OdIfc4::IfcFillAreaStyleHatching, OdIfc4::IfcFillAreaStyleTiles, OdIfc4::IfcFilter, OdIfc4::IfcFilterType, OdIfc4::IfcFireSuppressionTerminal, OdIfc4::IfcFireSuppressionTerminalType, OdIfc4::IfcFixedReferenceSweptAreaSolid, OdIfc4::IfcFlowController, OdIfc4::IfcFlowControllerType, OdIfc4::IfcFlowFitting, OdIfc4::IfcFlowFittingType, OdIfc4::IfcFlowInstrument, OdIfc4::IfcFlowInstrumentType, OdIfc4::IfcFlowMeter, OdIfc4::IfcFlowMeterType, OdIfc4::IfcFlowMovingDevice, OdIfc4::IfcFlowMovingDeviceType, OdIfc4::IfcFlowSegment, OdIfc4::IfcFlowSegmentType, OdIfc4::IfcFlowStorageDevice, OdIfc4::IfcFlowStorageDeviceType, OdIfc4::IfcFlowTerminal, OdIfc4::IfcFlowTerminalType, OdIfc4::IfcFlowTreatmentDevice, OdIfc4::IfcFlowTreatmentDeviceType, OdIfc4::IfcFooting, OdIfc4::IfcFootingType, OdIfc4::IfcFurnishingElement, OdIfc4::IfcFurnishingElementType, OdIfc4::IfcFurniture, OdIfc4::IfcFurnitureType, OdIfc4::IfcGeographicElement, OdIfc4::IfcGeographicElementType, OdIfc4::IfcGeometricCurveSet, OdIfc4::IfcGeometricRepresentationContext, OdIfc4::IfcGeometricRepresentationItem, OdIfc4::IfcGeometricRepresentationSubContext, OdIfc4::IfcGeometricSet, OdIfc4::IfcGrid, OdIfc4::IfcGridAxis, OdIfc4::IfcGridPlacement, OdIfc4::IfcGroup, OdIfc4::IfcHalfSpaceSolid, OdIfc4::IfcHeatExchanger, OdIfc4::IfcHeatExchangerType, OdIfc4::IfcHumidifier, OdIfc4::IfcHumidifierType, OdIfc4::IfcImageTexture, OdIfc4::IfcIndexedColourMap, OdIfc4::IfcIndexedPolyCurve, OdIfc4::IfcIndexedPolygonalFace, OdIfc4::IfcIndexedPolygonalFaceWithVoids, OdIfc4::IfcIndexedTextureMap, OdIfc4::IfcIndexedTriangleTextureMap, OdIfc4::IfcInterceptor, OdIfc4::IfcInterceptorType, OdIfc4::IfcIntersectionCurve, OdIfc4::IfcInventory, OdIfc4::IfcIrregularTimeSeries, OdIfc4::IfcIrregularTimeSeriesValue, OdIfc4::IfcIShapeProfileDef, OdIfc4::IfcJunctionBox, OdIfc4::IfcJunctionBoxType, OdIfc4::IfcLaborResource, OdIfc4::IfcLaborResourceType, OdIfc4::IfcLagTime, OdIfc4::IfcLamp, OdIfc4::IfcLampType, OdIfc4::IfcLibraryInformation, OdIfc4::IfcLibraryReference, OdIfc4::IfcLightDistributionData, OdIfc4::IfcLightFixture, OdIfc4::IfcLightFixtureType, OdIfc4::IfcLightIntensityDistribution, OdIfc4::IfcLightSourceAmbient, OdIfc4::IfcLightSource, OdIfc4::IfcLightSourceDirectional, OdIfc4::IfcLightSourceGoniometric, OdIfc4::IfcLightSourcePositional, OdIfc4::IfcLightSourceSpot, OdIfc4::IfcLine, OdIfc4::IfcLocalPlacement, OdIfc4::IfcLoop, OdIfc4::IfcLShapeProfileDef, OdIfc4::IfcManifoldSolidBrep, OdIfc4::IfcMapConversion, OdIfc4::IfcMappedItem, OdIfc4::IfcMaterial, OdIfc4::IfcMaterialClassificationRelationship, OdIfc4::IfcMaterialConstituent, OdIfc4::IfcMaterialConstituentSet, OdIfc4::IfcMaterialDefinition, OdIfc4::IfcMaterialDefinitionRepresentation, OdIfc4::IfcMaterialLayer, OdIfc4::IfcMaterialLayerSet, OdIfc4::IfcMaterialLayerSetUsage, OdIfc4::IfcMaterialLayerWithOffsets, OdIfc4::IfcMaterialList, OdIfc4::IfcMaterialProfile, OdIfc4::IfcMaterialProfileSet, OdIfc4::IfcMaterialProfileSetUsage, OdIfc4::IfcMaterialProfileSetUsageTapering, OdIfc4::IfcMaterialProfileWithOffsets, OdIfc4::IfcMaterialProperties, OdIfc4::IfcMaterialRelationship, OdIfc4::IfcMaterialUsageDefinition, OdIfc4::IfcMeasureWithUnit, OdIfc4::IfcMechanicalFastener, OdIfc4::IfcMechanicalFastenerType, OdIfc4::IfcMedicalDevice, OdIfc4::IfcMedicalDeviceType, OdIfc4::IfcMember, OdIfc4::IfcMemberStandardCase, OdIfc4::IfcMemberType, OdIfc4::IfcMetric, OdIfc4::IfcMirroredProfileDef, OdIfc4::IfcMonetaryUnit, OdIfc4::IfcMotorConnection, OdIfc4::IfcMotorConnectionType, OdIfc4::IfcNamedUnit, OdIfc4::IfcObject, OdIfc4::IfcObjectDefinition, OdIfc4::IfcObjective, OdIfc4::IfcObjectPlacement, OdIfc4::IfcOccupant, OdIfc4::IfcOffsetCurve2D, OdIfc4::IfcOffsetCurve3D, OdIfc4::IfcOpeningElement, OdIfc4::IfcOpeningStandardCase, OdIfc4::IfcOpenShell, OdIfc4::IfcOrganization, OdIfc4::IfcOrganizationRelationship, OdIfc4::IfcOrientedEdge, OdIfc4::IfcOuterBoundaryCurve, OdIfc4::IfcOutlet, OdIfc4::IfcOutletType, OdIfc4::IfcOwnerHistory, OdIfc4::IfcParameterizedProfileDef, OdIfc4::IfcPath, OdIfc4::IfcPcurve, OdIfc4::IfcPerformanceHistory, OdIfc4::IfcPermeableCoveringProperties, OdIfc4::IfcPermit, OdIfc4::IfcPersonAndOrganization, OdIfc4::IfcPerson, OdIfc4::IfcPhysicalComplexQuantity, OdIfc4::IfcPhysicalQuantity, OdIfc4::IfcPhysicalSimpleQuantity, OdIfc4::IfcPile, OdIfc4::IfcPileType, OdIfc4::IfcPipeFitting, OdIfc4::IfcPipeFittingType, OdIfc4::IfcPipeSegment, OdIfc4::IfcPipeSegmentType, OdIfc4::IfcPixelTexture, OdIfc4::IfcPlacement, OdIfc4::IfcPlanarBox, OdIfc4::IfcPlanarExtent, OdIfc4::IfcPlane, OdIfc4::IfcPlate, OdIfc4::IfcPlateStandardCase, OdIfc4::IfcPlateType, OdIfc4::IfcPoint, OdIfc4::IfcPointOnCurve, OdIfc4::IfcPointOnSurface, OdIfc4::IfcPolygonalBoundedHalfSpace, OdIfc4::IfcPolygonalFaceSet, OdIfc4::IfcPolyline, OdIfc4::IfcPolyLoop, OdIfc4::IfcPort, OdIfc4::IfcPostalAddress, OdIfc4::IfcPreDefinedColour, OdIfc4::IfcPreDefinedCurveFont, OdIfc4::IfcPreDefinedItem, OdIfc4::IfcPreDefinedProperties, OdIfc4::IfcPreDefinedPropertySet, OdIfc4::IfcPreDefinedTextFont, OdIfc4::IfcPresentationItem, OdIfc4::IfcPresentationLayerAssignment, OdIfc4::IfcPresentationLayerWithStyle, OdIfc4::IfcPresentationStyleAssignment, OdIfc4::IfcPresentationStyle, OdIfc4::IfcProcedure, OdIfc4::IfcProcedureType, OdIfc4::IfcProcess, OdIfc4::IfcProduct, OdIfc4::IfcProductDefinitionShape, OdIfc4::IfcProductRepresentation, OdIfc4::IfcProfileDef, OdIfc4::IfcProfileProperties, OdIfc4::IfcProject, OdIfc4::IfcProjectedCRS, OdIfc4::IfcProjectionElement, OdIfc4::IfcProjectLibrary, OdIfc4::IfcProjectOrder, OdIfc4::IfcPropertyAbstraction, OdIfc4::IfcProperty, OdIfc4::IfcPropertyBoundedValue, OdIfc4::IfcPropertyDefinition, OdIfc4::IfcPropertyDependencyRelationship, OdIfc4::IfcPropertyEnumeratedValue, OdIfc4::IfcPropertyEnumeration, OdIfc4::IfcPropertyListValue, OdIfc4::IfcPropertyReferenceValue, OdIfc4::IfcPropertySet, OdIfc4::IfcPropertySetDefinition, OdIfc4::IfcPropertySetTemplate, OdIfc4::IfcPropertySingleValue, OdIfc4::IfcPropertyTableValue, OdIfc4::IfcPropertyTemplate, OdIfc4::IfcPropertyTemplateDefinition, OdIfc4::IfcProtectiveDevice, OdIfc4::IfcProtectiveDeviceTrippingUnit, OdIfc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4::IfcProtectiveDeviceType, OdIfc4::IfcProxy, OdIfc4::IfcPump, OdIfc4::IfcPumpType, OdIfc4::IfcQuantityArea, OdIfc4::IfcQuantityCount, OdIfc4::IfcQuantityLength, OdIfc4::IfcQuantitySet, OdIfc4::IfcQuantityTime, OdIfc4::IfcQuantityVolume, OdIfc4::IfcQuantityWeight, OdIfc4::IfcRailing, OdIfc4::IfcRailingType, OdIfc4::IfcRamp, OdIfc4::IfcRampFlight, OdIfc4::IfcRampFlightType, OdIfc4::IfcRampType, OdIfc4::IfcRationalBSplineCurveWithKnots, OdIfc4::IfcRationalBSplineSurfaceWithKnots, OdIfc4::IfcRectangleHollowProfileDef, OdIfc4::IfcRectangleProfileDef, OdIfc4::IfcRectangularPyramid, OdIfc4::IfcRectangularTrimmedSurface, OdIfc4::IfcRecurrencePattern, OdIfc4::IfcReference, OdIfc4::IfcRegularTimeSeries, OdIfc4::IfcReinforcementBarProperties, OdIfc4::IfcReinforcementDefinitionProperties, OdIfc4::IfcReinforcingBar, OdIfc4::IfcReinforcingBarType, OdIfc4::IfcReinforcingElement, OdIfc4::IfcReinforcingElementType, OdIfc4::IfcReinforcingMesh, OdIfc4::IfcReinforcingMeshType, OdIfc4::IfcRelAggregates, OdIfc4::IfcRelAssigns, OdIfc4::IfcRelAssignsToActor, OdIfc4::IfcRelAssignsToControl, OdIfc4::IfcRelAssignsToGroup, OdIfc4::IfcRelAssignsToGroupByFactor, OdIfc4::IfcRelAssignsToProcess, OdIfc4::IfcRelAssignsToProduct, OdIfc4::IfcRelAssignsToResource, OdIfc4::IfcRelAssociatesApproval, OdIfc4::IfcRelAssociates, OdIfc4::IfcRelAssociatesClassification, OdIfc4::IfcRelAssociatesConstraint, OdIfc4::IfcRelAssociatesDocument, OdIfc4::IfcRelAssociatesLibrary, OdIfc4::IfcRelAssociatesMaterial, OdIfc4::IfcRelationship, OdIfc4::IfcRelConnects, OdIfc4::IfcRelConnectsElements, OdIfc4::IfcRelConnectsPathElements, OdIfc4::IfcRelConnectsPorts, OdIfc4::IfcRelConnectsPortToElement, OdIfc4::IfcRelConnectsStructuralActivity, OdIfc4::IfcRelConnectsStructuralMember, OdIfc4::IfcRelConnectsWithEccentricity, OdIfc4::IfcRelConnectsWithRealizingElements, OdIfc4::IfcRelContainedInSpatialStructure, OdIfc4::IfcRelCoversBldgElements, OdIfc4::IfcRelCoversSpaces, OdIfc4::IfcRelDeclares, OdIfc4::IfcRelDecomposes, OdIfc4::IfcRelDefines, OdIfc4::IfcRelDefinesByObject, OdIfc4::IfcRelDefinesByProperties, OdIfc4::IfcRelDefinesByTemplate, OdIfc4::IfcRelDefinesByType, OdIfc4::IfcRelFillsElement, OdIfc4::IfcRelFlowControlElements, OdIfc4::IfcRelInterferesElements, OdIfc4::IfcRelNests, OdIfc4::IfcRelProjectsElement, OdIfc4::IfcRelReferencedInSpatialStructure, OdIfc4::IfcRelSequence, OdIfc4::IfcRelServicesBuildings, OdIfc4::IfcRelSpaceBoundary1stLevel, OdIfc4::IfcRelSpaceBoundary2ndLevel, OdIfc4::IfcRelSpaceBoundary, OdIfc4::IfcRelVoidsElement, OdIfc4::IfcReparametrisedCompositeCurveSegment, OdIfc4::IfcRepresentation, OdIfc4::IfcRepresentationContext, OdIfc4::IfcRepresentationItem, OdIfc4::IfcRepresentationMap, OdIfc4::IfcResourceApprovalRelationship, OdIfc4::IfcResource, OdIfc4::IfcResourceConstraintRelationship, OdIfc4::IfcResourceLevelRelationship, OdIfc4::IfcResourceTime, OdIfc4::IfcRevolvedAreaSolid, OdIfc4::IfcRevolvedAreaSolidTapered, OdIfc4::IfcRightCircularCone, OdIfc4::IfcRightCircularCylinder, OdIfc4::IfcRoof, OdIfc4::IfcRoofType, OdIfc4::IfcRoot, OdIfc4::IfcRoundedRectangleProfileDef, OdIfc4::IfcSanitaryTerminal, OdIfc4::IfcSanitaryTerminalType, OdIfc4::IfcSchedulingTime, OdIfc4::IfcSeamCurve, OdIfc4::IfcSectionedSpine, OdIfc4::IfcSectionProperties, OdIfc4::IfcSectionReinforcementProperties, OdIfc4::IfcSensor, OdIfc4::IfcSensorType, OdIfc4::IfcShadingDevice, OdIfc4::IfcShadingDeviceType, OdIfc4::IfcShapeAspect, OdIfc4::IfcShapeModel, OdIfc4::IfcShapeRepresentation, OdIfc4::IfcShellBasedSurfaceModel, OdIfc4::IfcSimpleProperty, OdIfc4::IfcSimplePropertyTemplate, OdIfc4::IfcSite, OdIfc4::IfcSIUnit, OdIfc4::IfcSlab, OdIfc4::IfcSlabElementedCase, OdIfc4::IfcSlabStandardCase, OdIfc4::IfcSlabType, OdIfc4::IfcSlippageConnectionCondition, OdIfc4::IfcSolarDevice, OdIfc4::IfcSolarDeviceType, OdIfc4::IfcSolidModel, OdIfc4::IfcSpace, OdIfc4::IfcSpaceHeater, OdIfc4::IfcSpaceHeaterType, OdIfc4::IfcSpaceType, OdIfc4::IfcSpatialElement, OdIfc4::IfcSpatialElementType, OdIfc4::IfcSpatialStructureElement, OdIfc4::IfcSpatialStructureElementType, OdIfc4::IfcSpatialZone, OdIfc4::IfcSpatialZoneType, OdIfc4::IfcSphere, OdIfc4::IfcSphericalSurface, OdIfc4::IfcStackTerminal, OdIfc4::IfcStackTerminalType, OdIfc4::IfcStair, OdIfc4::IfcStairFlight, OdIfc4::IfcStairFlightType, OdIfc4::IfcStairType, OdIfc4::IfcStructuralAction, OdIfc4::IfcStructuralActivity, OdIfc4::IfcStructuralAnalysisModel, OdIfc4::IfcStructuralConnection, OdIfc4::IfcStructuralConnectionCondition, OdIfc4::IfcStructuralCurveAction, OdIfc4::IfcStructuralCurveConnection, OdIfc4::IfcStructuralCurveMember, OdIfc4::IfcStructuralCurveMemberVarying, OdIfc4::IfcStructuralCurveReaction, OdIfc4::IfcStructuralItem, OdIfc4::IfcStructuralLinearAction, OdIfc4::IfcStructuralLoad, OdIfc4::IfcStructuralLoadCase, OdIfc4::IfcStructuralLoadConfiguration, OdIfc4::IfcStructuralLoadGroup, OdIfc4::IfcStructuralLoadLinearForce, OdIfc4::IfcStructuralLoadOrResult, OdIfc4::IfcStructuralLoadPlanarForce, OdIfc4::IfcStructuralLoadSingleDisplacement, OdIfc4::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4::IfcStructuralLoadSingleForce, OdIfc4::IfcStructuralLoadSingleForceWarping, OdIfc4::IfcStructuralLoadStatic, OdIfc4::IfcStructuralLoadTemperature, OdIfc4::IfcStructuralMember, OdIfc4::IfcStructuralPlanarAction, OdIfc4::IfcStructuralPointAction, OdIfc4::IfcStructuralPointConnection, OdIfc4::IfcStructuralPointReaction, OdIfc4::IfcStructuralReaction, OdIfc4::IfcStructuralResultGroup, OdIfc4::IfcStructuralSurfaceAction, OdIfc4::IfcStructuralSurfaceConnection, OdIfc4::IfcStructuralSurfaceMember, OdIfc4::IfcStructuralSurfaceMemberVarying, OdIfc4::IfcStructuralSurfaceReaction, OdIfc4::IfcStyledItem, OdIfc4::IfcStyledRepresentation, OdIfc4::IfcStyleModel, OdIfc4::IfcSubContractResource, OdIfc4::IfcSubContractResourceType, OdIfc4::IfcSubedge, OdIfc4::IfcSurface, OdIfc4::IfcSurfaceCurve, OdIfc4::IfcSurfaceCurveSweptAreaSolid, OdIfc4::IfcSurfaceFeature, OdIfc4::IfcSurfaceOfLinearExtrusion, OdIfc4::IfcSurfaceOfRevolution, OdIfc4::IfcSurfaceReinforcementArea, OdIfc4::IfcSurfaceStyle, OdIfc4::IfcSurfaceStyleLighting, OdIfc4::IfcSurfaceStyleRefraction, OdIfc4::IfcSurfaceStyleRendering, OdIfc4::IfcSurfaceStyleShading, OdIfc4::IfcSurfaceStyleWithTextures, OdIfc4::IfcSurfaceTexture, OdIfc4::IfcSweptAreaSolid, OdIfc4::IfcSweptDiskSolid, OdIfc4::IfcSweptDiskSolidPolygonal, OdIfc4::IfcSweptSurface, OdIfc4::IfcSwitchingDevice, OdIfc4::IfcSwitchingDeviceType, OdIfc4::IfcSystem, OdIfc4::IfcSystemFurnitureElement, OdIfc4::IfcSystemFurnitureElementType, OdIfc4::IfcTable, OdIfc4::IfcTableColumn, OdIfc4::IfcTableRow, OdIfc4::IfcTank, OdIfc4::IfcTankType, OdIfc4::IfcTask, OdIfc4::IfcTaskTime, OdIfc4::IfcTaskTimeRecurring, OdIfc4::IfcTaskType, OdIfc4::IfcTelecomAddress, OdIfc4::IfcTendonAnchor, OdIfc4::IfcTendonAnchorType, OdIfc4::IfcTendon, OdIfc4::IfcTendonType, OdIfc4::IfcTessellatedFaceSet, OdIfc4::IfcTessellatedItem, OdIfc4::IfcTextLiteral, OdIfc4::IfcTextLiteralWithExtent, OdIfc4::IfcTextStyle, OdIfc4::IfcTextStyleFontModel, OdIfc4::IfcTextStyleForDefinedFont, OdIfc4::IfcTextStyleTextModel, OdIfc4::IfcTextureCoordinate, OdIfc4::IfcTextureCoordinateGenerator, OdIfc4::IfcTextureMap, OdIfc4::IfcTextureVertex, OdIfc4::IfcTextureVertexList, OdIfc4::IfcTimePeriod, OdIfc4::IfcTimeSeries, OdIfc4::IfcTimeSeriesValue, OdIfc4::IfcTopologicalRepresentationItem, OdIfc4::IfcTopologyRepresentation, OdIfc4::IfcToroidalSurface, OdIfc4::IfcTransformer, OdIfc4::IfcTransformerType, OdIfc4::IfcTransportElement, OdIfc4::IfcTransportElementType, OdIfc4::IfcTrapeziumProfileDef, OdIfc4::IfcTriangulatedFaceSet, OdIfc4::IfcTrimmedCurve, OdIfc4::IfcTShapeProfileDef, OdIfc4::IfcTubeBundle, OdIfc4::IfcTubeBundleType, OdIfc4::IfcTypeObject, OdIfc4::IfcTypeProcess, OdIfc4::IfcTypeProduct, OdIfc4::IfcTypeResource, OdIfc4::IfcUnitaryControlElement, OdIfc4::IfcUnitaryControlElementType, OdIfc4::IfcUnitaryEquipment, OdIfc4::IfcUnitaryEquipmentType, OdIfc4::IfcUnitAssignment, OdIfc4::IfcUShapeProfileDef, OdIfc4::IfcValve, OdIfc4::IfcValveType, OdIfc4::IfcVector, OdIfc4::IfcVertex, OdIfc4::IfcVertexLoop, OdIfc4::IfcVertexPoint, OdIfc4::IfcVibrationIsolator, OdIfc4::IfcVibrationIsolatorType, OdIfc4::IfcVirtualElement, OdIfc4::IfcVirtualGridIntersection, OdIfc4::IfcVoidingFeature, OdIfc4::IfcWall, OdIfc4::IfcWallElementedCase, OdIfc4::IfcWallStandardCase, OdIfc4::IfcWallType, OdIfc4::IfcWasteTerminal, OdIfc4::IfcWasteTerminalType, OdIfc4::IfcWindow, OdIfc4::IfcWindowLiningProperties, OdIfc4::IfcWindowPanelProperties, OdIfc4::IfcWindowStandardCase, OdIfc4::IfcWindowStyle, OdIfc4::IfcWindowType, OdIfc4::IfcWorkCalendar, OdIfc4::IfcWorkControl, OdIfc4::IfcWorkPlan, OdIfc4::IfcWorkSchedule, OdIfc4::IfcWorkTime, OdIfc4::IfcZone, OdIfc4::IfcZShapeProfileDef, OdIfc4x1::IfcActionRequest, OdIfc4x1::IfcActor, OdIfc4x1::IfcActorRole, OdIfc4x1::IfcActuator, OdIfc4x1::IfcActuatorType, OdIfc4x1::IfcAddress, OdIfc4x1::IfcAdvancedBrep, OdIfc4x1::IfcAdvancedBrepWithVoids, OdIfc4x1::IfcAdvancedFace, OdIfc4x1::IfcAirTerminal, OdIfc4x1::IfcAirTerminalBox, OdIfc4x1::IfcAirTerminalBoxType, OdIfc4x1::IfcAirTerminalType, OdIfc4x1::IfcAirToAirHeatRecovery, OdIfc4x1::IfcAirToAirHeatRecoveryType, OdIfc4x1::IfcAlarm, OdIfc4x1::IfcAlarmType, OdIfc4x1::IfcAlignment2DHorizontal, OdIfc4x1::IfcAlignment2DHorizontalSegment, OdIfc4x1::IfcAlignment2DSegment, OdIfc4x1::IfcAlignment2DVerSegCircularArc, OdIfc4x1::IfcAlignment2DVerSegLine, OdIfc4x1::IfcAlignment2DVerSegParabolicArc, OdIfc4x1::IfcAlignment2DVertical, OdIfc4x1::IfcAlignment2DVerticalSegment, OdIfc4x1::IfcAlignment, OdIfc4x1::IfcAlignmentCurve, OdIfc4x1::IfcAnnotation, OdIfc4x1::IfcAnnotationFillArea, OdIfc4x1::IfcApplication, OdIfc4x1::IfcAppliedValue, OdIfc4x1::IfcApproval, OdIfc4x1::IfcApprovalRelationship, OdIfc4x1::IfcArbitraryClosedProfileDef, OdIfc4x1::IfcArbitraryOpenProfileDef, OdIfc4x1::IfcArbitraryProfileDefWithVoids, OdIfc4x1::IfcAsset, OdIfc4x1::IfcAsymmetricIShapeProfileDef, OdIfc4x1::IfcAudioVisualAppliance, OdIfc4x1::IfcAudioVisualApplianceType, OdIfc4x1::IfcAxis1Placement, OdIfc4x1::IfcAxis2Placement2D, OdIfc4x1::IfcAxis2Placement3D, OdIfc4x1::IfcBeam, OdIfc4x1::IfcBeamStandardCase, OdIfc4x1::IfcBeamType, OdIfc4x1::IfcBlobTexture, OdIfc4x1::IfcBlock, OdIfc4x1::IfcBoiler, OdIfc4x1::IfcBoilerType, OdIfc4x1::IfcBooleanClippingResult, OdIfc4x1::IfcBooleanResult, OdIfc4x1::IfcBoundaryCondition, OdIfc4x1::IfcBoundaryCurve, OdIfc4x1::IfcBoundaryEdgeCondition, OdIfc4x1::IfcBoundaryFaceCondition, OdIfc4x1::IfcBoundaryNodeCondition, OdIfc4x1::IfcBoundaryNodeConditionWarping, OdIfc4x1::IfcBoundedCurve, OdIfc4x1::IfcBoundedSurface, OdIfc4x1::IfcBoundingBox, OdIfc4x1::IfcBoxedHalfSpace, OdIfc4x1::IfcBSplineCurve, OdIfc4x1::IfcBSplineCurveWithKnots, OdIfc4x1::IfcBSplineSurface, OdIfc4x1::IfcBSplineSurfaceWithKnots, OdIfc4x1::IfcBuilding, OdIfc4x1::IfcBuildingElement, OdIfc4x1::IfcBuildingElementPart, OdIfc4x1::IfcBuildingElementPartType, OdIfc4x1::IfcBuildingElementProxy, OdIfc4x1::IfcBuildingElementProxyType, OdIfc4x1::IfcBuildingElementType, OdIfc4x1::IfcBuildingStorey, OdIfc4x1::IfcBuildingSystem, OdIfc4x1::IfcBurner, OdIfc4x1::IfcBurnerType, OdIfc4x1::IfcCableCarrierFitting, OdIfc4x1::IfcCableCarrierFittingType, OdIfc4x1::IfcCableCarrierSegment, OdIfc4x1::IfcCableCarrierSegmentType, OdIfc4x1::IfcCableFitting, OdIfc4x1::IfcCableFittingType, OdIfc4x1::IfcCableSegment, OdIfc4x1::IfcCableSegmentType, OdIfc4x1::IfcCartesianPoint, OdIfc4x1::IfcCartesianPointList2D, OdIfc4x1::IfcCartesianPointList3D, OdIfc4x1::IfcCartesianPointList, OdIfc4x1::IfcCartesianTransformationOperator2D, OdIfc4x1::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x1::IfcCartesianTransformationOperator3D, OdIfc4x1::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x1::IfcCartesianTransformationOperator, OdIfc4x1::IfcCenterLineProfileDef, OdIfc4x1::IfcChiller, OdIfc4x1::IfcChillerType, OdIfc4x1::IfcChimney, OdIfc4x1::IfcChimneyType, OdIfc4x1::IfcCircle, OdIfc4x1::IfcCircleHollowProfileDef, OdIfc4x1::IfcCircleProfileDef, OdIfc4x1::IfcCircularArcSegment2D, OdIfc4x1::IfcCivilElement, OdIfc4x1::IfcCivilElementType, OdIfc4x1::IfcClassification, OdIfc4x1::IfcClassificationReference, OdIfc4x1::IfcClosedShell, OdIfc4x1::IfcCoil, OdIfc4x1::IfcCoilType, OdIfc4x1::IfcColourRgb, OdIfc4x1::IfcColourRgbList, OdIfc4x1::IfcColourSpecification, OdIfc4x1::IfcColumn, OdIfc4x1::IfcColumnStandardCase, OdIfc4x1::IfcColumnType, OdIfc4x1::IfcCommunicationsAppliance, OdIfc4x1::IfcCommunicationsApplianceType, OdIfc4x1::IfcComplexProperty, OdIfc4x1::IfcComplexPropertyTemplate, OdIfc4x1::IfcCompositeCurve, OdIfc4x1::IfcCompositeCurveOnSurface, OdIfc4x1::IfcCompositeCurveSegment, OdIfc4x1::IfcCompositeProfileDef, OdIfc4x1::IfcCompressor, OdIfc4x1::IfcCompressorType, OdIfc4x1::IfcCondenser, OdIfc4x1::IfcCondenserType, OdIfc4x1::IfcConic, OdIfc4x1::IfcConnectedFaceSet, OdIfc4x1::IfcConnectionCurveGeometry, OdIfc4x1::IfcConnectionGeometry, OdIfc4x1::IfcConnectionPointEccentricity, OdIfc4x1::IfcConnectionPointGeometry, OdIfc4x1::IfcConnectionSurfaceGeometry, OdIfc4x1::IfcConnectionVolumeGeometry, OdIfc4x1::IfcConstraint, OdIfc4x1::IfcConstructionEquipmentResource, OdIfc4x1::IfcConstructionEquipmentResourceType, OdIfc4x1::IfcConstructionMaterialResource, OdIfc4x1::IfcConstructionMaterialResourceType, OdIfc4x1::IfcConstructionProductResource, OdIfc4x1::IfcConstructionProductResourceType, OdIfc4x1::IfcConstructionResource, OdIfc4x1::IfcConstructionResourceType, OdIfc4x1::IfcContext, OdIfc4x1::IfcContextDependentUnit, OdIfc4x1::IfcControl, OdIfc4x1::IfcController, OdIfc4x1::IfcControllerType, OdIfc4x1::IfcConversionBasedUnit, OdIfc4x1::IfcConversionBasedUnitWithOffset, OdIfc4x1::IfcCooledBeam, OdIfc4x1::IfcCooledBeamType, OdIfc4x1::IfcCoolingTower, OdIfc4x1::IfcCoolingTowerType, OdIfc4x1::IfcCoordinateOperation, OdIfc4x1::IfcCoordinateReferenceSystem, OdIfc4x1::IfcCostItem, OdIfc4x1::IfcCostSchedule, OdIfc4x1::IfcCostValue, OdIfc4x1::IfcCovering, OdIfc4x1::IfcCoveringType, OdIfc4x1::IfcCrewResource, OdIfc4x1::IfcCrewResourceType, OdIfc4x1::IfcCsgPrimitive3D, OdIfc4x1::IfcCsgSolid, OdIfc4x1::IfcCShapeProfileDef, OdIfc4x1::IfcCurrencyRelationship, OdIfc4x1::IfcCurtainWall, OdIfc4x1::IfcCurtainWallType, OdIfc4x1::IfcCurve, OdIfc4x1::IfcCurveBoundedPlane, OdIfc4x1::IfcCurveBoundedSurface, OdIfc4x1::IfcCurveSegment2D, OdIfc4x1::IfcCurveStyle, OdIfc4x1::IfcCurveStyleFontAndScaling, OdIfc4x1::IfcCurveStyleFont, OdIfc4x1::IfcCurveStyleFontPattern, OdIfc4x1::IfcCylindricalSurface, OdIfc4x1::IfcDamper, OdIfc4x1::IfcDamperType, OdIfc4x1::IfcDerivedProfileDef, OdIfc4x1::IfcDerivedUnit, OdIfc4x1::IfcDerivedUnitElement, OdIfc4x1::IfcDimensionalExponents, OdIfc4x1::IfcDirection, OdIfc4x1::IfcDiscreteAccessory, OdIfc4x1::IfcDiscreteAccessoryType, OdIfc4x1::IfcDistanceExpression, OdIfc4x1::IfcDistributionChamberElement, OdIfc4x1::IfcDistributionChamberElementType, OdIfc4x1::IfcDistributionCircuit, OdIfc4x1::IfcDistributionControlElement, OdIfc4x1::IfcDistributionControlElementType, OdIfc4x1::IfcDistributionElement, OdIfc4x1::IfcDistributionElementType, OdIfc4x1::IfcDistributionFlowElement, OdIfc4x1::IfcDistributionFlowElementType, OdIfc4x1::IfcDistributionPort, OdIfc4x1::IfcDistributionSystem, OdIfc4x1::IfcDocumentInformation, OdIfc4x1::IfcDocumentInformationRelationship, OdIfc4x1::IfcDocumentReference, OdIfc4x1::IfcDoor, OdIfc4x1::IfcDoorLiningProperties, OdIfc4x1::IfcDoorPanelProperties, OdIfc4x1::IfcDoorStandardCase, OdIfc4x1::IfcDoorStyle, OdIfc4x1::IfcDoorType, OdIfc4x1::IfcDraughtingPreDefinedColour, OdIfc4x1::IfcDraughtingPreDefinedCurveFont, OdIfc4x1::IfcDuctFitting, OdIfc4x1::IfcDuctFittingType, OdIfc4x1::IfcDuctSegment, OdIfc4x1::IfcDuctSegmentType, OdIfc4x1::IfcDuctSilencer, OdIfc4x1::IfcDuctSilencerType, OdIfc4x1::IfcEdge, OdIfc4x1::IfcEdgeCurve, OdIfc4x1::IfcEdgeLoop, OdIfc4x1::IfcElectricAppliance, OdIfc4x1::IfcElectricApplianceType, OdIfc4x1::IfcElectricDistributionBoard, OdIfc4x1::IfcElectricDistributionBoardType, OdIfc4x1::IfcElectricFlowStorageDevice, OdIfc4x1::IfcElectricFlowStorageDeviceType, OdIfc4x1::IfcElectricGenerator, OdIfc4x1::IfcElectricGeneratorType, OdIfc4x1::IfcElectricMotor, OdIfc4x1::IfcElectricMotorType, OdIfc4x1::IfcElectricTimeControl, OdIfc4x1::IfcElectricTimeControlType, OdIfc4x1::IfcElementarySurface, OdIfc4x1::IfcElementAssembly, OdIfc4x1::IfcElementAssemblyType, OdIfc4x1::IfcElement, OdIfc4x1::IfcElementComponent, OdIfc4x1::IfcElementComponentType, OdIfc4x1::IfcElementQuantity, OdIfc4x1::IfcElementType, OdIfc4x1::IfcEllipse, OdIfc4x1::IfcEllipseProfileDef, OdIfc4x1::IfcEnergyConversionDevice, OdIfc4x1::IfcEnergyConversionDeviceType, OdIfc4x1::IfcEngine, OdIfc4x1::IfcEngineType, OdIfc4x1::IfcEvaporativeCooler, OdIfc4x1::IfcEvaporativeCoolerType, OdIfc4x1::IfcEvaporator, OdIfc4x1::IfcEvaporatorType, OdIfc4x1::IfcEvent, OdIfc4x1::IfcEventTime, OdIfc4x1::IfcEventType, OdIfc4x1::IfcExtendedProperties, OdIfc4x1::IfcExternalInformation, OdIfc4x1::IfcExternallyDefinedHatchStyle, OdIfc4x1::IfcExternallyDefinedSurfaceStyle, OdIfc4x1::IfcExternallyDefinedTextFont, OdIfc4x1::IfcExternalReference, OdIfc4x1::IfcExternalReferenceRelationship, OdIfc4x1::IfcExternalSpatialElement, OdIfc4x1::IfcExternalSpatialStructureElement, OdIfc4x1::IfcExtrudedAreaSolid, OdIfc4x1::IfcExtrudedAreaSolidTapered, OdIfc4x1::IfcFace, OdIfc4x1::IfcFaceBasedSurfaceModel, OdIfc4x1::IfcFaceBound, OdIfc4x1::IfcFaceOuterBound, OdIfc4x1::IfcFaceSurface, OdIfc4x1::IfcFacetedBrep, OdIfc4x1::IfcFacetedBrepWithVoids, OdIfc4x1::IfcFailureConnectionCondition, OdIfc4x1::IfcFan, OdIfc4x1::IfcFanType, OdIfc4x1::IfcFastener, OdIfc4x1::IfcFastenerType, OdIfc4x1::IfcFeatureElementAddition, OdIfc4x1::IfcFeatureElement, OdIfc4x1::IfcFeatureElementSubtraction, OdIfc4x1::IfcFillAreaStyle, OdIfc4x1::IfcFillAreaStyleHatching, OdIfc4x1::IfcFillAreaStyleTiles, OdIfc4x1::IfcFilter, OdIfc4x1::IfcFilterType, OdIfc4x1::IfcFireSuppressionTerminal, OdIfc4x1::IfcFireSuppressionTerminalType, OdIfc4x1::IfcFixedReferenceSweptAreaSolid, OdIfc4x1::IfcFlowController, OdIfc4x1::IfcFlowControllerType, OdIfc4x1::IfcFlowFitting, OdIfc4x1::IfcFlowFittingType, OdIfc4x1::IfcFlowInstrument, OdIfc4x1::IfcFlowInstrumentType, OdIfc4x1::IfcFlowMeter, OdIfc4x1::IfcFlowMeterType, OdIfc4x1::IfcFlowMovingDevice, OdIfc4x1::IfcFlowMovingDeviceType, OdIfc4x1::IfcFlowSegment, OdIfc4x1::IfcFlowSegmentType, OdIfc4x1::IfcFlowStorageDevice, OdIfc4x1::IfcFlowStorageDeviceType, OdIfc4x1::IfcFlowTerminal, OdIfc4x1::IfcFlowTerminalType, OdIfc4x1::IfcFlowTreatmentDevice, OdIfc4x1::IfcFlowTreatmentDeviceType, OdIfc4x1::IfcFooting, OdIfc4x1::IfcFootingType, OdIfc4x1::IfcFurnishingElement, OdIfc4x1::IfcFurnishingElementType, OdIfc4x1::IfcFurniture, OdIfc4x1::IfcFurnitureType, OdIfc4x1::IfcGeographicElement, OdIfc4x1::IfcGeographicElementType, OdIfc4x1::IfcGeometricCurveSet, OdIfc4x1::IfcGeometricRepresentationContext, OdIfc4x1::IfcGeometricRepresentationItem, OdIfc4x1::IfcGeometricRepresentationSubContext, OdIfc4x1::IfcGeometricSet, OdIfc4x1::IfcGrid, OdIfc4x1::IfcGridAxis, OdIfc4x1::IfcGridPlacement, OdIfc4x1::IfcGroup, OdIfc4x1::IfcHalfSpaceSolid, OdIfc4x1::IfcHeatExchanger, OdIfc4x1::IfcHeatExchangerType, OdIfc4x1::IfcHumidifier, OdIfc4x1::IfcHumidifierType, OdIfc4x1::IfcImageTexture, OdIfc4x1::IfcIndexedColourMap, OdIfc4x1::IfcIndexedPolyCurve, OdIfc4x1::IfcIndexedPolygonalFace, OdIfc4x1::IfcIndexedPolygonalFaceWithVoids, OdIfc4x1::IfcIndexedTextureMap, OdIfc4x1::IfcIndexedTriangleTextureMap, OdIfc4x1::IfcInterceptor, OdIfc4x1::IfcInterceptorType, OdIfc4x1::IfcIntersectionCurve, OdIfc4x1::IfcInventory, OdIfc4x1::IfcIrregularTimeSeries, OdIfc4x1::IfcIrregularTimeSeriesValue, OdIfc4x1::IfcIShapeProfileDef, OdIfc4x1::IfcJunctionBox, OdIfc4x1::IfcJunctionBoxType, OdIfc4x1::IfcLaborResource, OdIfc4x1::IfcLaborResourceType, OdIfc4x1::IfcLagTime, OdIfc4x1::IfcLamp, OdIfc4x1::IfcLampType, OdIfc4x1::IfcLibraryInformation, OdIfc4x1::IfcLibraryReference, OdIfc4x1::IfcLightDistributionData, OdIfc4x1::IfcLightFixture, OdIfc4x1::IfcLightFixtureType, OdIfc4x1::IfcLightIntensityDistribution, OdIfc4x1::IfcLightSourceAmbient, OdIfc4x1::IfcLightSource, OdIfc4x1::IfcLightSourceDirectional, OdIfc4x1::IfcLightSourceGoniometric, OdIfc4x1::IfcLightSourcePositional, OdIfc4x1::IfcLightSourceSpot, OdIfc4x1::IfcLinearPlacement, OdIfc4x1::IfcLinearPositioningElement, OdIfc4x1::IfcLine, OdIfc4x1::IfcLineSegment2D, OdIfc4x1::IfcLocalPlacement, OdIfc4x1::IfcLoop, OdIfc4x1::IfcLShapeProfileDef, OdIfc4x1::IfcManifoldSolidBrep, OdIfc4x1::IfcMapConversion, OdIfc4x1::IfcMappedItem, OdIfc4x1::IfcMaterial, OdIfc4x1::IfcMaterialClassificationRelationship, OdIfc4x1::IfcMaterialConstituent, OdIfc4x1::IfcMaterialConstituentSet, OdIfc4x1::IfcMaterialDefinition, OdIfc4x1::IfcMaterialDefinitionRepresentation, OdIfc4x1::IfcMaterialLayer, OdIfc4x1::IfcMaterialLayerSet, OdIfc4x1::IfcMaterialLayerSetUsage, OdIfc4x1::IfcMaterialLayerWithOffsets, OdIfc4x1::IfcMaterialList, OdIfc4x1::IfcMaterialProfile, OdIfc4x1::IfcMaterialProfileSet, OdIfc4x1::IfcMaterialProfileSetUsage, OdIfc4x1::IfcMaterialProfileSetUsageTapering, OdIfc4x1::IfcMaterialProfileWithOffsets, OdIfc4x1::IfcMaterialProperties, OdIfc4x1::IfcMaterialRelationship, OdIfc4x1::IfcMaterialUsageDefinition, OdIfc4x1::IfcMeasureWithUnit, OdIfc4x1::IfcMechanicalFastener, OdIfc4x1::IfcMechanicalFastenerType, OdIfc4x1::IfcMedicalDevice, OdIfc4x1::IfcMedicalDeviceType, OdIfc4x1::IfcMember, OdIfc4x1::IfcMemberStandardCase, OdIfc4x1::IfcMemberType, OdIfc4x1::IfcMetric, OdIfc4x1::IfcMirroredProfileDef, OdIfc4x1::IfcMonetaryUnit, OdIfc4x1::IfcMotorConnection, OdIfc4x1::IfcMotorConnectionType, OdIfc4x1::IfcNamedUnit, OdIfc4x1::IfcObject, OdIfc4x1::IfcObjectDefinition, OdIfc4x1::IfcObjective, OdIfc4x1::IfcObjectPlacement, OdIfc4x1::IfcOccupant, OdIfc4x1::IfcOffsetCurve2D, OdIfc4x1::IfcOffsetCurve3D, OdIfc4x1::IfcOffsetCurve, OdIfc4x1::IfcOffsetCurveByDistances, OdIfc4x1::IfcOpeningElement, OdIfc4x1::IfcOpeningStandardCase, OdIfc4x1::IfcOpenShell, OdIfc4x1::IfcOrganization, OdIfc4x1::IfcOrganizationRelationship, OdIfc4x1::IfcOrientationExpression, OdIfc4x1::IfcOrientedEdge, OdIfc4x1::IfcOuterBoundaryCurve, OdIfc4x1::IfcOutlet, OdIfc4x1::IfcOutletType, OdIfc4x1::IfcOwnerHistory, OdIfc4x1::IfcParameterizedProfileDef, OdIfc4x1::IfcPath, OdIfc4x1::IfcPcurve, OdIfc4x1::IfcPerformanceHistory, OdIfc4x1::IfcPermeableCoveringProperties, OdIfc4x1::IfcPermit, OdIfc4x1::IfcPersonAndOrganization, OdIfc4x1::IfcPerson, OdIfc4x1::IfcPhysicalComplexQuantity, OdIfc4x1::IfcPhysicalQuantity, OdIfc4x1::IfcPhysicalSimpleQuantity, OdIfc4x1::IfcPile, OdIfc4x1::IfcPileType, OdIfc4x1::IfcPipeFitting, OdIfc4x1::IfcPipeFittingType, OdIfc4x1::IfcPipeSegment, OdIfc4x1::IfcPipeSegmentType, OdIfc4x1::IfcPixelTexture, OdIfc4x1::IfcPlacement, OdIfc4x1::IfcPlanarBox, OdIfc4x1::IfcPlanarExtent, OdIfc4x1::IfcPlane, OdIfc4x1::IfcPlate, OdIfc4x1::IfcPlateStandardCase, OdIfc4x1::IfcPlateType, OdIfc4x1::IfcPoint, OdIfc4x1::IfcPointOnCurve, OdIfc4x1::IfcPointOnSurface, OdIfc4x1::IfcPolygonalBoundedHalfSpace, OdIfc4x1::IfcPolygonalFaceSet, OdIfc4x1::IfcPolyline, OdIfc4x1::IfcPolyLoop, OdIfc4x1::IfcPort, OdIfc4x1::IfcPositioningElement, OdIfc4x1::IfcPostalAddress, OdIfc4x1::IfcPreDefinedColour, OdIfc4x1::IfcPreDefinedCurveFont, OdIfc4x1::IfcPreDefinedItem, OdIfc4x1::IfcPreDefinedProperties, OdIfc4x1::IfcPreDefinedPropertySet, OdIfc4x1::IfcPreDefinedTextFont, OdIfc4x1::IfcPresentationItem, OdIfc4x1::IfcPresentationLayerAssignment, OdIfc4x1::IfcPresentationLayerWithStyle, OdIfc4x1::IfcPresentationStyleAssignment, OdIfc4x1::IfcPresentationStyle, OdIfc4x1::IfcProcedure, OdIfc4x1::IfcProcedureType, OdIfc4x1::IfcProcess, OdIfc4x1::IfcProduct, OdIfc4x1::IfcProductDefinitionShape, OdIfc4x1::IfcProductRepresentation, OdIfc4x1::IfcProfileDef, OdIfc4x1::IfcProfileProperties, OdIfc4x1::IfcProject, OdIfc4x1::IfcProjectedCRS, OdIfc4x1::IfcProjectionElement, OdIfc4x1::IfcProjectLibrary, OdIfc4x1::IfcProjectOrder, OdIfc4x1::IfcPropertyAbstraction, OdIfc4x1::IfcProperty, OdIfc4x1::IfcPropertyBoundedValue, OdIfc4x1::IfcPropertyDefinition, OdIfc4x1::IfcPropertyDependencyRelationship, OdIfc4x1::IfcPropertyEnumeratedValue, OdIfc4x1::IfcPropertyEnumeration, OdIfc4x1::IfcPropertyListValue, OdIfc4x1::IfcPropertyReferenceValue, OdIfc4x1::IfcPropertySet, OdIfc4x1::IfcPropertySetDefinition, OdIfc4x1::IfcPropertySetTemplate, OdIfc4x1::IfcPropertySingleValue, OdIfc4x1::IfcPropertyTableValue, OdIfc4x1::IfcPropertyTemplate, OdIfc4x1::IfcPropertyTemplateDefinition, OdIfc4x1::IfcProtectiveDevice, OdIfc4x1::IfcProtectiveDeviceTrippingUnit, OdIfc4x1::IfcProtectiveDeviceTrippingUnitType, OdIfc4x1::IfcProtectiveDeviceType, OdIfc4x1::IfcProxy, OdIfc4x1::IfcPump, OdIfc4x1::IfcPumpType, OdIfc4x1::IfcQuantityArea, OdIfc4x1::IfcQuantityCount, OdIfc4x1::IfcQuantityLength, OdIfc4x1::IfcQuantitySet, OdIfc4x1::IfcQuantityTime, OdIfc4x1::IfcQuantityVolume, OdIfc4x1::IfcQuantityWeight, OdIfc4x1::IfcRailing, OdIfc4x1::IfcRailingType, OdIfc4x1::IfcRamp, OdIfc4x1::IfcRampFlight, OdIfc4x1::IfcRampFlightType, OdIfc4x1::IfcRampType, OdIfc4x1::IfcRationalBSplineCurveWithKnots, OdIfc4x1::IfcRationalBSplineSurfaceWithKnots, OdIfc4x1::IfcRectangleHollowProfileDef, OdIfc4x1::IfcRectangleProfileDef, OdIfc4x1::IfcRectangularPyramid, OdIfc4x1::IfcRectangularTrimmedSurface, OdIfc4x1::IfcRecurrencePattern, OdIfc4x1::IfcReference, OdIfc4x1::IfcReferent, OdIfc4x1::IfcRegularTimeSeries, OdIfc4x1::IfcReinforcementBarProperties, OdIfc4x1::IfcReinforcementDefinitionProperties, OdIfc4x1::IfcReinforcingBar, OdIfc4x1::IfcReinforcingBarType, OdIfc4x1::IfcReinforcingElement, OdIfc4x1::IfcReinforcingElementType, OdIfc4x1::IfcReinforcingMesh, OdIfc4x1::IfcReinforcingMeshType, OdIfc4x1::IfcRelAggregates, OdIfc4x1::IfcRelAssigns, OdIfc4x1::IfcRelAssignsToActor, OdIfc4x1::IfcRelAssignsToControl, OdIfc4x1::IfcRelAssignsToGroup, OdIfc4x1::IfcRelAssignsToGroupByFactor, OdIfc4x1::IfcRelAssignsToProcess, OdIfc4x1::IfcRelAssignsToProduct, OdIfc4x1::IfcRelAssignsToResource, OdIfc4x1::IfcRelAssociatesApproval, OdIfc4x1::IfcRelAssociates, OdIfc4x1::IfcRelAssociatesClassification, OdIfc4x1::IfcRelAssociatesConstraint, OdIfc4x1::IfcRelAssociatesDocument, OdIfc4x1::IfcRelAssociatesLibrary, OdIfc4x1::IfcRelAssociatesMaterial, OdIfc4x1::IfcRelationship, OdIfc4x1::IfcRelConnects, OdIfc4x1::IfcRelConnectsElements, OdIfc4x1::IfcRelConnectsPathElements, OdIfc4x1::IfcRelConnectsPorts, OdIfc4x1::IfcRelConnectsPortToElement, OdIfc4x1::IfcRelConnectsStructuralActivity, OdIfc4x1::IfcRelConnectsStructuralMember, OdIfc4x1::IfcRelConnectsWithEccentricity, OdIfc4x1::IfcRelConnectsWithRealizingElements, OdIfc4x1::IfcRelContainedInSpatialStructure, OdIfc4x1::IfcRelCoversBldgElements, OdIfc4x1::IfcRelCoversSpaces, OdIfc4x1::IfcRelDeclares, OdIfc4x1::IfcRelDecomposes, OdIfc4x1::IfcRelDefines, OdIfc4x1::IfcRelDefinesByObject, OdIfc4x1::IfcRelDefinesByProperties, OdIfc4x1::IfcRelDefinesByTemplate, OdIfc4x1::IfcRelDefinesByType, OdIfc4x1::IfcRelFillsElement, OdIfc4x1::IfcRelFlowControlElements, OdIfc4x1::IfcRelInterferesElements, OdIfc4x1::IfcRelNests, OdIfc4x1::IfcRelProjectsElement, OdIfc4x1::IfcRelReferencedInSpatialStructure, OdIfc4x1::IfcRelSequence, OdIfc4x1::IfcRelServicesBuildings, OdIfc4x1::IfcRelSpaceBoundary1stLevel, OdIfc4x1::IfcRelSpaceBoundary2ndLevel, OdIfc4x1::IfcRelSpaceBoundary, OdIfc4x1::IfcRelVoidsElement, OdIfc4x1::IfcReparametrisedCompositeCurveSegment, OdIfc4x1::IfcRepresentation, OdIfc4x1::IfcRepresentationContext, OdIfc4x1::IfcRepresentationItem, OdIfc4x1::IfcRepresentationMap, OdIfc4x1::IfcResourceApprovalRelationship, OdIfc4x1::IfcResource, OdIfc4x1::IfcResourceConstraintRelationship, OdIfc4x1::IfcResourceLevelRelationship, OdIfc4x1::IfcResourceTime, OdIfc4x1::IfcRevolvedAreaSolid, OdIfc4x1::IfcRevolvedAreaSolidTapered, OdIfc4x1::IfcRightCircularCone, OdIfc4x1::IfcRightCircularCylinder, OdIfc4x1::IfcRoof, OdIfc4x1::IfcRoofType, OdIfc4x1::IfcRoot, OdIfc4x1::IfcRoundedRectangleProfileDef, OdIfc4x1::IfcSanitaryTerminal, OdIfc4x1::IfcSanitaryTerminalType, OdIfc4x1::IfcSchedulingTime, OdIfc4x1::IfcSeamCurve, OdIfc4x1::IfcSectionedSolid, OdIfc4x1::IfcSectionedSolidHorizontal, OdIfc4x1::IfcSectionedSpine, OdIfc4x1::IfcSectionProperties, OdIfc4x1::IfcSectionReinforcementProperties, OdIfc4x1::IfcSensor, OdIfc4x1::IfcSensorType, OdIfc4x1::IfcShadingDevice, OdIfc4x1::IfcShadingDeviceType, OdIfc4x1::IfcShapeAspect, OdIfc4x1::IfcShapeModel, OdIfc4x1::IfcShapeRepresentation, OdIfc4x1::IfcShellBasedSurfaceModel, OdIfc4x1::IfcSimpleProperty, OdIfc4x1::IfcSimplePropertyTemplate, OdIfc4x1::IfcSite, OdIfc4x1::IfcSIUnit, OdIfc4x1::IfcSlab, OdIfc4x1::IfcSlabElementedCase, OdIfc4x1::IfcSlabStandardCase, OdIfc4x1::IfcSlabType, OdIfc4x1::IfcSlippageConnectionCondition, OdIfc4x1::IfcSolarDevice, OdIfc4x1::IfcSolarDeviceType, OdIfc4x1::IfcSolidModel, OdIfc4x1::IfcSpace, OdIfc4x1::IfcSpaceHeater, OdIfc4x1::IfcSpaceHeaterType, OdIfc4x1::IfcSpaceType, OdIfc4x1::IfcSpatialElement, OdIfc4x1::IfcSpatialElementType, OdIfc4x1::IfcSpatialStructureElement, OdIfc4x1::IfcSpatialStructureElementType, OdIfc4x1::IfcSpatialZone, OdIfc4x1::IfcSpatialZoneType, OdIfc4x1::IfcSphere, OdIfc4x1::IfcSphericalSurface, OdIfc4x1::IfcStackTerminal, OdIfc4x1::IfcStackTerminalType, OdIfc4x1::IfcStair, OdIfc4x1::IfcStairFlight, OdIfc4x1::IfcStairFlightType, OdIfc4x1::IfcStairType, OdIfc4x1::IfcStructuralAction, OdIfc4x1::IfcStructuralActivity, OdIfc4x1::IfcStructuralAnalysisModel, OdIfc4x1::IfcStructuralConnection, OdIfc4x1::IfcStructuralConnectionCondition, OdIfc4x1::IfcStructuralCurveAction, OdIfc4x1::IfcStructuralCurveConnection, OdIfc4x1::IfcStructuralCurveMember, OdIfc4x1::IfcStructuralCurveMemberVarying, OdIfc4x1::IfcStructuralCurveReaction, OdIfc4x1::IfcStructuralItem, OdIfc4x1::IfcStructuralLinearAction, OdIfc4x1::IfcStructuralLoad, OdIfc4x1::IfcStructuralLoadCase, OdIfc4x1::IfcStructuralLoadConfiguration, OdIfc4x1::IfcStructuralLoadGroup, OdIfc4x1::IfcStructuralLoadLinearForce, OdIfc4x1::IfcStructuralLoadOrResult, OdIfc4x1::IfcStructuralLoadPlanarForce, OdIfc4x1::IfcStructuralLoadSingleDisplacement, OdIfc4x1::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x1::IfcStructuralLoadSingleForce, OdIfc4x1::IfcStructuralLoadSingleForceWarping, OdIfc4x1::IfcStructuralLoadStatic, OdIfc4x1::IfcStructuralLoadTemperature, OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralPlanarAction, OdIfc4x1::IfcStructuralPointAction, OdIfc4x1::IfcStructuralPointConnection, OdIfc4x1::IfcStructuralPointReaction, OdIfc4x1::IfcStructuralReaction, OdIfc4x1::IfcStructuralResultGroup, OdIfc4x1::IfcStructuralSurfaceAction, OdIfc4x1::IfcStructuralSurfaceConnection, OdIfc4x1::IfcStructuralSurfaceMember, OdIfc4x1::IfcStructuralSurfaceMemberVarying, OdIfc4x1::IfcStructuralSurfaceReaction, OdIfc4x1::IfcStyledItem, OdIfc4x1::IfcStyledRepresentation, OdIfc4x1::IfcStyleModel, OdIfc4x1::IfcSubContractResource, OdIfc4x1::IfcSubContractResourceType, OdIfc4x1::IfcSubedge, OdIfc4x1::IfcSurface, OdIfc4x1::IfcSurfaceCurve, OdIfc4x1::IfcSurfaceCurveSweptAreaSolid, OdIfc4x1::IfcSurfaceFeature, OdIfc4x1::IfcSurfaceOfLinearExtrusion, OdIfc4x1::IfcSurfaceOfRevolution, OdIfc4x1::IfcSurfaceReinforcementArea, OdIfc4x1::IfcSurfaceStyle, OdIfc4x1::IfcSurfaceStyleLighting, OdIfc4x1::IfcSurfaceStyleRefraction, OdIfc4x1::IfcSurfaceStyleRendering, OdIfc4x1::IfcSurfaceStyleShading, OdIfc4x1::IfcSurfaceStyleWithTextures, OdIfc4x1::IfcSurfaceTexture, OdIfc4x1::IfcSweptAreaSolid, OdIfc4x1::IfcSweptDiskSolid, OdIfc4x1::IfcSweptDiskSolidPolygonal, OdIfc4x1::IfcSweptSurface, OdIfc4x1::IfcSwitchingDevice, OdIfc4x1::IfcSwitchingDeviceType, OdIfc4x1::IfcSystem, OdIfc4x1::IfcSystemFurnitureElement, OdIfc4x1::IfcSystemFurnitureElementType, OdIfc4x1::IfcTable, OdIfc4x1::IfcTableColumn, OdIfc4x1::IfcTableRow, OdIfc4x1::IfcTank, OdIfc4x1::IfcTankType, OdIfc4x1::IfcTask, OdIfc4x1::IfcTaskTime, OdIfc4x1::IfcTaskTimeRecurring, OdIfc4x1::IfcTaskType, OdIfc4x1::IfcTelecomAddress, OdIfc4x1::IfcTendonAnchor, OdIfc4x1::IfcTendonAnchorType, OdIfc4x1::IfcTendon, OdIfc4x1::IfcTendonType, OdIfc4x1::IfcTessellatedFaceSet, OdIfc4x1::IfcTessellatedItem, OdIfc4x1::IfcTextLiteral, OdIfc4x1::IfcTextLiteralWithExtent, OdIfc4x1::IfcTextStyle, OdIfc4x1::IfcTextStyleFontModel, OdIfc4x1::IfcTextStyleForDefinedFont, OdIfc4x1::IfcTextStyleTextModel, OdIfc4x1::IfcTextureCoordinate, OdIfc4x1::IfcTextureCoordinateGenerator, OdIfc4x1::IfcTextureMap, OdIfc4x1::IfcTextureVertex, OdIfc4x1::IfcTextureVertexList, OdIfc4x1::IfcTimePeriod, OdIfc4x1::IfcTimeSeries, OdIfc4x1::IfcTimeSeriesValue, OdIfc4x1::IfcTopologicalRepresentationItem, OdIfc4x1::IfcTopologyRepresentation, OdIfc4x1::IfcToroidalSurface, OdIfc4x1::IfcTransformer, OdIfc4x1::IfcTransformerType, OdIfc4x1::IfcTransitionCurveSegment2D, OdIfc4x1::IfcTransportElement, OdIfc4x1::IfcTransportElementType, OdIfc4x1::IfcTrapeziumProfileDef, OdIfc4x1::IfcTriangulatedFaceSet, OdIfc4x1::IfcTriangulatedIrregularNetwork, OdIfc4x1::IfcTrimmedCurve, OdIfc4x1::IfcTShapeProfileDef, OdIfc4x1::IfcTubeBundle, OdIfc4x1::IfcTubeBundleType, OdIfc4x1::IfcTypeObject, OdIfc4x1::IfcTypeProcess, OdIfc4x1::IfcTypeProduct, OdIfc4x1::IfcTypeResource, OdIfc4x1::IfcUnitaryControlElement, OdIfc4x1::IfcUnitaryControlElementType, OdIfc4x1::IfcUnitaryEquipment, OdIfc4x1::IfcUnitaryEquipmentType, OdIfc4x1::IfcUnitAssignment, OdIfc4x1::IfcUShapeProfileDef, OdIfc4x1::IfcValve, OdIfc4x1::IfcValveType, OdIfc4x1::IfcVector, OdIfc4x1::IfcVertex, OdIfc4x1::IfcVertexLoop, OdIfc4x1::IfcVertexPoint, OdIfc4x1::IfcVibrationIsolator, OdIfc4x1::IfcVibrationIsolatorType, OdIfc4x1::IfcVirtualElement, OdIfc4x1::IfcVirtualGridIntersection, OdIfc4x1::IfcVoidingFeature, OdIfc4x1::IfcWall, OdIfc4x1::IfcWallElementedCase, OdIfc4x1::IfcWallStandardCase, OdIfc4x1::IfcWallType, OdIfc4x1::IfcWasteTerminal, OdIfc4x1::IfcWasteTerminalType, OdIfc4x1::IfcWindow, OdIfc4x1::IfcWindowLiningProperties, OdIfc4x1::IfcWindowPanelProperties, OdIfc4x1::IfcWindowStandardCase, OdIfc4x1::IfcWindowStyle, OdIfc4x1::IfcWindowType, OdIfc4x1::IfcWorkCalendar, OdIfc4x1::IfcWorkControl, OdIfc4x1::IfcWorkPlan, OdIfc4x1::IfcWorkSchedule, OdIfc4x1::IfcWorkTime, OdIfc4x1::IfcZone, OdIfc4x1::IfcZShapeProfileDef, OdIfc4x2::IfcActionRequest, OdIfc4x2::IfcActor, OdIfc4x2::IfcActorRole, OdIfc4x2::IfcActuator, OdIfc4x2::IfcActuatorType, OdIfc4x2::IfcAddress, OdIfc4x2::IfcAdvancedBrep, OdIfc4x2::IfcAdvancedBrepWithVoids, OdIfc4x2::IfcAdvancedFace, OdIfc4x2::IfcAirTerminal, OdIfc4x2::IfcAirTerminalBox, OdIfc4x2::IfcAirTerminalBoxType, OdIfc4x2::IfcAirTerminalType, OdIfc4x2::IfcAirToAirHeatRecovery, OdIfc4x2::IfcAirToAirHeatRecoveryType, OdIfc4x2::IfcAlarm, OdIfc4x2::IfcAlarmType, OdIfc4x2::IfcAlignment2DHorizontal, OdIfc4x2::IfcAlignment2DHorizontalSegment, OdIfc4x2::IfcAlignment2DSegment, OdIfc4x2::IfcAlignment2DVerSegCircularArc, OdIfc4x2::IfcAlignment2DVerSegLine, OdIfc4x2::IfcAlignment2DVerSegParabolicArc, OdIfc4x2::IfcAlignment2DVertical, OdIfc4x2::IfcAlignment2DVerticalSegment, OdIfc4x2::IfcAlignment, OdIfc4x2::IfcAlignmentCurve, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAnnotationFillArea, OdIfc4x2::IfcApplication, OdIfc4x2::IfcAppliedValue, OdIfc4x2::IfcApproval, OdIfc4x2::IfcApprovalRelationship, OdIfc4x2::IfcArbitraryClosedProfileDef, OdIfc4x2::IfcArbitraryOpenProfileDef, OdIfc4x2::IfcArbitraryProfileDefWithVoids, OdIfc4x2::IfcAsset, OdIfc4x2::IfcAsymmetricIShapeProfileDef, OdIfc4x2::IfcAudioVisualAppliance, OdIfc4x2::IfcAudioVisualApplianceType, OdIfc4x2::IfcAxis1Placement, OdIfc4x2::IfcAxis2Placement2D, OdIfc4x2::IfcAxis2Placement3D, OdIfc4x2::IfcBeam, OdIfc4x2::IfcBeamStandardCase, OdIfc4x2::IfcBeamType, OdIfc4x2::IfcBearing, OdIfc4x2::IfcBearingType, OdIfc4x2::IfcBlobTexture, OdIfc4x2::IfcBlock, OdIfc4x2::IfcBoiler, OdIfc4x2::IfcBoilerType, OdIfc4x2::IfcBooleanClippingResult, OdIfc4x2::IfcBooleanResult, OdIfc4x2::IfcBoundaryCondition, OdIfc4x2::IfcBoundaryCurve, OdIfc4x2::IfcBoundaryEdgeCondition, OdIfc4x2::IfcBoundaryFaceCondition, OdIfc4x2::IfcBoundaryNodeCondition, OdIfc4x2::IfcBoundaryNodeConditionWarping, OdIfc4x2::IfcBoundedCurve, OdIfc4x2::IfcBoundedSurface, OdIfc4x2::IfcBoundingBox, OdIfc4x2::IfcBoxedHalfSpace, OdIfc4x2::IfcBridge, OdIfc4x2::IfcBridgePart, OdIfc4x2::IfcBSplineCurve, OdIfc4x2::IfcBSplineCurveWithKnots, OdIfc4x2::IfcBSplineSurface, OdIfc4x2::IfcBSplineSurfaceWithKnots, OdIfc4x2::IfcBuilding, OdIfc4x2::IfcBuildingElement, OdIfc4x2::IfcBuildingElementPart, OdIfc4x2::IfcBuildingElementPartType, OdIfc4x2::IfcBuildingElementProxy, OdIfc4x2::IfcBuildingElementProxyType, OdIfc4x2::IfcBuildingElementType, OdIfc4x2::IfcBuildingStorey, OdIfc4x2::IfcBuildingSystem, OdIfc4x2::IfcBurner, OdIfc4x2::IfcBurnerType, OdIfc4x2::IfcCableCarrierFitting, OdIfc4x2::IfcCableCarrierFittingType, OdIfc4x2::IfcCableCarrierSegment, OdIfc4x2::IfcCableCarrierSegmentType, OdIfc4x2::IfcCableFitting, OdIfc4x2::IfcCableFittingType, OdIfc4x2::IfcCableSegment, OdIfc4x2::IfcCableSegmentType, OdIfc4x2::IfcCaissonFoundation, OdIfc4x2::IfcCaissonFoundationType, OdIfc4x2::IfcCartesianPoint, OdIfc4x2::IfcCartesianPointList2D, OdIfc4x2::IfcCartesianPointList3D, OdIfc4x2::IfcCartesianPointList, OdIfc4x2::IfcCartesianTransformationOperator2D, OdIfc4x2::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator3D, OdIfc4x2::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator, OdIfc4x2::IfcCenterLineProfileDef, OdIfc4x2::IfcChiller, OdIfc4x2::IfcChillerType, OdIfc4x2::IfcChimney, OdIfc4x2::IfcChimneyType, OdIfc4x2::IfcCircle, OdIfc4x2::IfcCircleHollowProfileDef, OdIfc4x2::IfcCircleProfileDef, OdIfc4x2::IfcCircularArcSegment2D, OdIfc4x2::IfcCivilElement, OdIfc4x2::IfcCivilElementType, OdIfc4x2::IfcClassification, OdIfc4x2::IfcClassificationReference, OdIfc4x2::IfcClosedShell, OdIfc4x2::IfcCoil, OdIfc4x2::IfcCoilType, OdIfc4x2::IfcColourRgb, OdIfc4x2::IfcColourRgbList, OdIfc4x2::IfcColourSpecification, OdIfc4x2::IfcColumn, OdIfc4x2::IfcColumnStandardCase, OdIfc4x2::IfcColumnType, OdIfc4x2::IfcCommunicationsAppliance, OdIfc4x2::IfcCommunicationsApplianceType, OdIfc4x2::IfcComplexProperty, OdIfc4x2::IfcComplexPropertyTemplate, OdIfc4x2::IfcCompositeCurve, OdIfc4x2::IfcCompositeCurveOnSurface, OdIfc4x2::IfcCompositeCurveSegment, OdIfc4x2::IfcCompositeProfileDef, OdIfc4x2::IfcCompressor, OdIfc4x2::IfcCompressorType, OdIfc4x2::IfcCondenser, OdIfc4x2::IfcCondenserType, OdIfc4x2::IfcConic, OdIfc4x2::IfcConnectedFaceSet, OdIfc4x2::IfcConnectionCurveGeometry, OdIfc4x2::IfcConnectionGeometry, OdIfc4x2::IfcConnectionPointEccentricity, OdIfc4x2::IfcConnectionPointGeometry, OdIfc4x2::IfcConnectionSurfaceGeometry, OdIfc4x2::IfcConnectionVolumeGeometry, OdIfc4x2::IfcConstraint, OdIfc4x2::IfcConstructionEquipmentResource, OdIfc4x2::IfcConstructionEquipmentResourceType, OdIfc4x2::IfcConstructionMaterialResource, OdIfc4x2::IfcConstructionMaterialResourceType, OdIfc4x2::IfcConstructionProductResource, OdIfc4x2::IfcConstructionProductResourceType, OdIfc4x2::IfcConstructionResource, OdIfc4x2::IfcConstructionResourceType, OdIfc4x2::IfcContext, OdIfc4x2::IfcContextDependentUnit, OdIfc4x2::IfcControl, OdIfc4x2::IfcController, OdIfc4x2::IfcControllerType, OdIfc4x2::IfcConversionBasedUnit, OdIfc4x2::IfcConversionBasedUnitWithOffset, OdIfc4x2::IfcCooledBeam, OdIfc4x2::IfcCooledBeamType, OdIfc4x2::IfcCoolingTower, OdIfc4x2::IfcCoolingTowerType, OdIfc4x2::IfcCoordinateOperation, OdIfc4x2::IfcCoordinateReferenceSystem, OdIfc4x2::IfcCostItem, OdIfc4x2::IfcCostSchedule, OdIfc4x2::IfcCostValue, OdIfc4x2::IfcCovering, OdIfc4x2::IfcCoveringType, OdIfc4x2::IfcCrewResource, OdIfc4x2::IfcCrewResourceType, OdIfc4x2::IfcCsgPrimitive3D, OdIfc4x2::IfcCsgSolid, OdIfc4x2::IfcCShapeProfileDef, OdIfc4x2::IfcCurrencyRelationship, OdIfc4x2::IfcCurtainWall, OdIfc4x2::IfcCurtainWallType, OdIfc4x2::IfcCurve, OdIfc4x2::IfcCurveBoundedPlane, OdIfc4x2::IfcCurveBoundedSurface, OdIfc4x2::IfcCurveSegment2D, OdIfc4x2::IfcCurveStyle, OdIfc4x2::IfcCurveStyleFontAndScaling, OdIfc4x2::IfcCurveStyleFont, OdIfc4x2::IfcCurveStyleFontPattern, OdIfc4x2::IfcCylindricalSurface, OdIfc4x2::IfcDamper, OdIfc4x2::IfcDamperType, OdIfc4x2::IfcDeepFoundation, OdIfc4x2::IfcDeepFoundationType, OdIfc4x2::IfcDerivedProfileDef, OdIfc4x2::IfcDerivedUnit, OdIfc4x2::IfcDerivedUnitElement, OdIfc4x2::IfcDimensionalExponents, OdIfc4x2::IfcDirection, OdIfc4x2::IfcDiscreteAccessory, OdIfc4x2::IfcDiscreteAccessoryType, OdIfc4x2::IfcDistanceExpression, OdIfc4x2::IfcDistributionChamberElement, OdIfc4x2::IfcDistributionChamberElementType, OdIfc4x2::IfcDistributionCircuit, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionControlElementType, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionElementType, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionFlowElementType, OdIfc4x2::IfcDistributionPort, OdIfc4x2::IfcDistributionSystem, OdIfc4x2::IfcDocumentInformation, OdIfc4x2::IfcDocumentInformationRelationship, OdIfc4x2::IfcDocumentReference, OdIfc4x2::IfcDoor, OdIfc4x2::IfcDoorLiningProperties, OdIfc4x2::IfcDoorPanelProperties, OdIfc4x2::IfcDoorStandardCase, OdIfc4x2::IfcDoorStyle, OdIfc4x2::IfcDoorType, OdIfc4x2::IfcDraughtingPreDefinedColour, OdIfc4x2::IfcDraughtingPreDefinedCurveFont, OdIfc4x2::IfcDuctFitting, OdIfc4x2::IfcDuctFittingType, OdIfc4x2::IfcDuctSegment, OdIfc4x2::IfcDuctSegmentType, OdIfc4x2::IfcDuctSilencer, OdIfc4x2::IfcDuctSilencerType, OdIfc4x2::IfcEdge, OdIfc4x2::IfcEdgeCurve, OdIfc4x2::IfcEdgeLoop, OdIfc4x2::IfcElectricAppliance, OdIfc4x2::IfcElectricApplianceType, OdIfc4x2::IfcElectricDistributionBoard, OdIfc4x2::IfcElectricDistributionBoardType, OdIfc4x2::IfcElectricFlowStorageDevice, OdIfc4x2::IfcElectricFlowStorageDeviceType, OdIfc4x2::IfcElectricGenerator, OdIfc4x2::IfcElectricGeneratorType, OdIfc4x2::IfcElectricMotor, OdIfc4x2::IfcElectricMotorType, OdIfc4x2::IfcElectricTimeControl, OdIfc4x2::IfcElectricTimeControlType, OdIfc4x2::IfcElementarySurface, OdIfc4x2::IfcElementAssembly, OdIfc4x2::IfcElementAssemblyType, OdIfc4x2::IfcElement, OdIfc4x2::IfcElementComponent, OdIfc4x2::IfcElementComponentType, OdIfc4x2::IfcElementQuantity, OdIfc4x2::IfcElementType, OdIfc4x2::IfcEllipse, OdIfc4x2::IfcEllipseProfileDef, OdIfc4x2::IfcEnergyConversionDevice, OdIfc4x2::IfcEnergyConversionDeviceType, OdIfc4x2::IfcEngine, OdIfc4x2::IfcEngineType, OdIfc4x2::IfcEvaporativeCooler, OdIfc4x2::IfcEvaporativeCoolerType, OdIfc4x2::IfcEvaporator, OdIfc4x2::IfcEvaporatorType, OdIfc4x2::IfcEvent, OdIfc4x2::IfcEventTime, OdIfc4x2::IfcEventType, OdIfc4x2::IfcExtendedProperties, OdIfc4x2::IfcExternalInformation, OdIfc4x2::IfcExternallyDefinedHatchStyle, OdIfc4x2::IfcExternallyDefinedSurfaceStyle, OdIfc4x2::IfcExternallyDefinedTextFont, OdIfc4x2::IfcExternalReference, OdIfc4x2::IfcExternalReferenceRelationship, OdIfc4x2::IfcExternalSpatialElement, OdIfc4x2::IfcExternalSpatialStructureElement, OdIfc4x2::IfcExtrudedAreaSolid, OdIfc4x2::IfcExtrudedAreaSolidTapered, OdIfc4x2::IfcFace, OdIfc4x2::IfcFaceBasedSurfaceModel, OdIfc4x2::IfcFaceBound, OdIfc4x2::IfcFaceOuterBound, OdIfc4x2::IfcFaceSurface, OdIfc4x2::IfcFacetedBrep, OdIfc4x2::IfcFacetedBrepWithVoids, OdIfc4x2::IfcFacility, OdIfc4x2::IfcFacilityPart, OdIfc4x2::IfcFailureConnectionCondition, OdIfc4x2::IfcFan, OdIfc4x2::IfcFanType, OdIfc4x2::IfcFastener, OdIfc4x2::IfcFastenerType, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElement, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFillAreaStyle, OdIfc4x2::IfcFillAreaStyleHatching, OdIfc4x2::IfcFillAreaStyleTiles, OdIfc4x2::IfcFilter, OdIfc4x2::IfcFilterType, OdIfc4x2::IfcFireSuppressionTerminal, OdIfc4x2::IfcFireSuppressionTerminalType, OdIfc4x2::IfcFixedReferenceSweptAreaSolid, OdIfc4x2::IfcFlowController, OdIfc4x2::IfcFlowControllerType, OdIfc4x2::IfcFlowFitting, OdIfc4x2::IfcFlowFittingType, OdIfc4x2::IfcFlowInstrument, OdIfc4x2::IfcFlowInstrumentType, OdIfc4x2::IfcFlowMeter, OdIfc4x2::IfcFlowMeterType, OdIfc4x2::IfcFlowMovingDevice, OdIfc4x2::IfcFlowMovingDeviceType, OdIfc4x2::IfcFlowSegment, OdIfc4x2::IfcFlowSegmentType, OdIfc4x2::IfcFlowStorageDevice, OdIfc4x2::IfcFlowStorageDeviceType, OdIfc4x2::IfcFlowTerminal, OdIfc4x2::IfcFlowTerminalType, OdIfc4x2::IfcFlowTreatmentDevice, OdIfc4x2::IfcFlowTreatmentDeviceType, OdIfc4x2::IfcFooting, OdIfc4x2::IfcFootingType, OdIfc4x2::IfcFurnishingElement, OdIfc4x2::IfcFurnishingElementType, OdIfc4x2::IfcFurniture, OdIfc4x2::IfcFurnitureType, OdIfc4x2::IfcGeographicElement, OdIfc4x2::IfcGeographicElementType, OdIfc4x2::IfcGeometricCurveSet, OdIfc4x2::IfcGeometricRepresentationContext, OdIfc4x2::IfcGeometricRepresentationItem, OdIfc4x2::IfcGeometricRepresentationSubContext, OdIfc4x2::IfcGeometricSet, OdIfc4x2::IfcGrid, OdIfc4x2::IfcGridAxis, OdIfc4x2::IfcGridPlacement, OdIfc4x2::IfcGroup, OdIfc4x2::IfcHalfSpaceSolid, OdIfc4x2::IfcHeatExchanger, OdIfc4x2::IfcHeatExchangerType, OdIfc4x2::IfcHumidifier, OdIfc4x2::IfcHumidifierType, OdIfc4x2::IfcImageTexture, OdIfc4x2::IfcIndexedColourMap, OdIfc4x2::IfcIndexedPolyCurve, OdIfc4x2::IfcIndexedPolygonalFace, OdIfc4x2::IfcIndexedPolygonalFaceWithVoids, OdIfc4x2::IfcIndexedTextureMap, OdIfc4x2::IfcIndexedTriangleTextureMap, OdIfc4x2::IfcInterceptor, OdIfc4x2::IfcInterceptorType, OdIfc4x2::IfcIntersectionCurve, OdIfc4x2::IfcInventory, OdIfc4x2::IfcIrregularTimeSeries, OdIfc4x2::IfcIrregularTimeSeriesValue, OdIfc4x2::IfcIShapeProfileDef, OdIfc4x2::IfcJunctionBox, OdIfc4x2::IfcJunctionBoxType, OdIfc4x2::IfcLaborResource, OdIfc4x2::IfcLaborResourceType, OdIfc4x2::IfcLagTime, OdIfc4x2::IfcLamp, OdIfc4x2::IfcLampType, OdIfc4x2::IfcLibraryInformation, OdIfc4x2::IfcLibraryReference, OdIfc4x2::IfcLightDistributionData, OdIfc4x2::IfcLightFixture, OdIfc4x2::IfcLightFixtureType, OdIfc4x2::IfcLightIntensityDistribution, OdIfc4x2::IfcLightSourceAmbient, OdIfc4x2::IfcLightSource, OdIfc4x2::IfcLightSourceDirectional, OdIfc4x2::IfcLightSourceGoniometric, OdIfc4x2::IfcLightSourcePositional, OdIfc4x2::IfcLightSourceSpot, OdIfc4x2::IfcLinearPlacement, OdIfc4x2::IfcLinearPositioningElement, OdIfc4x2::IfcLine, OdIfc4x2::IfcLineSegment2D, OdIfc4x2::IfcLocalPlacement, OdIfc4x2::IfcLoop, OdIfc4x2::IfcLShapeProfileDef, OdIfc4x2::IfcManifoldSolidBrep, OdIfc4x2::IfcMapConversion, OdIfc4x2::IfcMappedItem, OdIfc4x2::IfcMaterial, OdIfc4x2::IfcMaterialClassificationRelationship, OdIfc4x2::IfcMaterialConstituent, OdIfc4x2::IfcMaterialConstituentSet, OdIfc4x2::IfcMaterialDefinition, OdIfc4x2::IfcMaterialDefinitionRepresentation, OdIfc4x2::IfcMaterialLayer, OdIfc4x2::IfcMaterialLayerSet, OdIfc4x2::IfcMaterialLayerSetUsage, OdIfc4x2::IfcMaterialLayerWithOffsets, OdIfc4x2::IfcMaterialList, OdIfc4x2::IfcMaterialProfile, OdIfc4x2::IfcMaterialProfileSet, OdIfc4x2::IfcMaterialProfileSetUsage, OdIfc4x2::IfcMaterialProfileSetUsageTapering, OdIfc4x2::IfcMaterialProfileWithOffsets, OdIfc4x2::IfcMaterialProperties, OdIfc4x2::IfcMaterialRelationship, OdIfc4x2::IfcMaterialUsageDefinition, OdIfc4x2::IfcMeasureWithUnit, OdIfc4x2::IfcMechanicalFastener, OdIfc4x2::IfcMechanicalFastenerType, OdIfc4x2::IfcMedicalDevice, OdIfc4x2::IfcMedicalDeviceType, OdIfc4x2::IfcMember, OdIfc4x2::IfcMemberStandardCase, OdIfc4x2::IfcMemberType, OdIfc4x2::IfcMetric, OdIfc4x2::IfcMirroredProfileDef, OdIfc4x2::IfcMonetaryUnit, OdIfc4x2::IfcMotorConnection, OdIfc4x2::IfcMotorConnectionType, OdIfc4x2::IfcNamedUnit, OdIfc4x2::IfcObject, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcObjective, OdIfc4x2::IfcObjectPlacement, OdIfc4x2::IfcOccupant, OdIfc4x2::IfcOffsetCurve2D, OdIfc4x2::IfcOffsetCurve3D, OdIfc4x2::IfcOffsetCurve, OdIfc4x2::IfcOffsetCurveByDistances, OdIfc4x2::IfcOpeningElement, OdIfc4x2::IfcOpeningStandardCase, OdIfc4x2::IfcOpenShell, OdIfc4x2::IfcOrganization, OdIfc4x2::IfcOrganizationRelationship, OdIfc4x2::IfcOrientationExpression, OdIfc4x2::IfcOrientedEdge, OdIfc4x2::IfcOuterBoundaryCurve, OdIfc4x2::IfcOutlet, OdIfc4x2::IfcOutletType, OdIfc4x2::IfcOwnerHistory, OdIfc4x2::IfcParameterizedProfileDef, OdIfc4x2::IfcPath, OdIfc4x2::IfcPcurve, OdIfc4x2::IfcPerformanceHistory, OdIfc4x2::IfcPermeableCoveringProperties, OdIfc4x2::IfcPermit, OdIfc4x2::IfcPersonAndOrganization, OdIfc4x2::IfcPerson, OdIfc4x2::IfcPhysicalComplexQuantity, OdIfc4x2::IfcPhysicalQuantity, OdIfc4x2::IfcPhysicalSimpleQuantity, OdIfc4x2::IfcPile, OdIfc4x2::IfcPileType, OdIfc4x2::IfcPipeFitting, OdIfc4x2::IfcPipeFittingType, OdIfc4x2::IfcPipeSegment, OdIfc4x2::IfcPipeSegmentType, OdIfc4x2::IfcPixelTexture, OdIfc4x2::IfcPlacement, OdIfc4x2::IfcPlanarBox, OdIfc4x2::IfcPlanarExtent, OdIfc4x2::IfcPlane, OdIfc4x2::IfcPlate, OdIfc4x2::IfcPlateStandardCase, OdIfc4x2::IfcPlateType, OdIfc4x2::IfcPoint, OdIfc4x2::IfcPointOnCurve, OdIfc4x2::IfcPointOnSurface, OdIfc4x2::IfcPolygonalBoundedHalfSpace, OdIfc4x2::IfcPolygonalFaceSet, OdIfc4x2::IfcPolyline, OdIfc4x2::IfcPolyLoop, OdIfc4x2::IfcPort, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcPostalAddress, OdIfc4x2::IfcPreDefinedColour, OdIfc4x2::IfcPreDefinedCurveFont, OdIfc4x2::IfcPreDefinedItem, OdIfc4x2::IfcPreDefinedProperties, OdIfc4x2::IfcPreDefinedPropertySet, OdIfc4x2::IfcPreDefinedTextFont, OdIfc4x2::IfcPresentationItem, OdIfc4x2::IfcPresentationLayerAssignment, OdIfc4x2::IfcPresentationLayerWithStyle, OdIfc4x2::IfcPresentationStyleAssignment, OdIfc4x2::IfcPresentationStyle, OdIfc4x2::IfcProcedure, OdIfc4x2::IfcProcedureType, OdIfc4x2::IfcProcess, OdIfc4x2::IfcProduct, OdIfc4x2::IfcProductDefinitionShape, OdIfc4x2::IfcProductRepresentation, OdIfc4x2::IfcProfileDef, OdIfc4x2::IfcProfileProperties, OdIfc4x2::IfcProject, OdIfc4x2::IfcProjectedCRS, OdIfc4x2::IfcProjectionElement, OdIfc4x2::IfcProjectLibrary, OdIfc4x2::IfcProjectOrder, OdIfc4x2::IfcPropertyAbstraction, OdIfc4x2::IfcProperty, OdIfc4x2::IfcPropertyBoundedValue, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertyDependencyRelationship, OdIfc4x2::IfcPropertyEnumeratedValue, OdIfc4x2::IfcPropertyEnumeration, OdIfc4x2::IfcPropertyListValue, OdIfc4x2::IfcPropertyReferenceValue, OdIfc4x2::IfcPropertySet, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetTemplate, OdIfc4x2::IfcPropertySingleValue, OdIfc4x2::IfcPropertyTableValue, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcPropertyTemplateDefinition, OdIfc4x2::IfcProtectiveDevice, OdIfc4x2::IfcProtectiveDeviceTrippingUnit, OdIfc4x2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x2::IfcProtectiveDeviceType, OdIfc4x2::IfcProxy, OdIfc4x2::IfcPump, OdIfc4x2::IfcPumpType, OdIfc4x2::IfcQuantityArea, OdIfc4x2::IfcQuantityCount, OdIfc4x2::IfcQuantityLength, OdIfc4x2::IfcQuantitySet, OdIfc4x2::IfcQuantityTime, OdIfc4x2::IfcQuantityVolume, OdIfc4x2::IfcQuantityWeight, OdIfc4x2::IfcRailing, OdIfc4x2::IfcRailingType, OdIfc4x2::IfcRamp, OdIfc4x2::IfcRampFlight, OdIfc4x2::IfcRampFlightType, OdIfc4x2::IfcRampType, OdIfc4x2::IfcRationalBSplineCurveWithKnots, OdIfc4x2::IfcRationalBSplineSurfaceWithKnots, OdIfc4x2::IfcRectangleHollowProfileDef, OdIfc4x2::IfcRectangleProfileDef, OdIfc4x2::IfcRectangularPyramid, OdIfc4x2::IfcRectangularTrimmedSurface, OdIfc4x2::IfcRecurrencePattern, OdIfc4x2::IfcReference, OdIfc4x2::IfcReferent, OdIfc4x2::IfcRegularTimeSeries, OdIfc4x2::IfcReinforcementBarProperties, OdIfc4x2::IfcReinforcementDefinitionProperties, OdIfc4x2::IfcReinforcingBar, OdIfc4x2::IfcReinforcingBarType, OdIfc4x2::IfcReinforcingElement, OdIfc4x2::IfcReinforcingElementType, OdIfc4x2::IfcReinforcingMesh, OdIfc4x2::IfcReinforcingMeshType, OdIfc4x2::IfcRelAggregates, OdIfc4x2::IfcRelAssigns, OdIfc4x2::IfcRelAssignsToActor, OdIfc4x2::IfcRelAssignsToControl, OdIfc4x2::IfcRelAssignsToGroup, OdIfc4x2::IfcRelAssignsToGroupByFactor, OdIfc4x2::IfcRelAssignsToProcess, OdIfc4x2::IfcRelAssignsToProduct, OdIfc4x2::IfcRelAssignsToResource, OdIfc4x2::IfcRelAssociatesApproval, OdIfc4x2::IfcRelAssociates, OdIfc4x2::IfcRelAssociatesClassification, OdIfc4x2::IfcRelAssociatesConstraint, OdIfc4x2::IfcRelAssociatesDocument, OdIfc4x2::IfcRelAssociatesLibrary, OdIfc4x2::IfcRelAssociatesMaterial, OdIfc4x2::IfcRelationship, OdIfc4x2::IfcRelConnects, OdIfc4x2::IfcRelConnectsElements, OdIfc4x2::IfcRelConnectsPathElements, OdIfc4x2::IfcRelConnectsPorts, OdIfc4x2::IfcRelConnectsPortToElement, OdIfc4x2::IfcRelConnectsStructuralActivity, OdIfc4x2::IfcRelConnectsStructuralMember, OdIfc4x2::IfcRelConnectsWithEccentricity, OdIfc4x2::IfcRelConnectsWithRealizingElements, OdIfc4x2::IfcRelContainedInSpatialStructure, OdIfc4x2::IfcRelCoversBldgElements, OdIfc4x2::IfcRelCoversSpaces, OdIfc4x2::IfcRelDeclares, OdIfc4x2::IfcRelDecomposes, OdIfc4x2::IfcRelDefines, OdIfc4x2::IfcRelDefinesByObject, OdIfc4x2::IfcRelDefinesByProperties, OdIfc4x2::IfcRelDefinesByTemplate, OdIfc4x2::IfcRelDefinesByType, OdIfc4x2::IfcRelFillsElement, OdIfc4x2::IfcRelFlowControlElements, OdIfc4x2::IfcRelInterferesElements, OdIfc4x2::IfcRelNests, OdIfc4x2::IfcRelPositions, OdIfc4x2::IfcRelProjectsElement, OdIfc4x2::IfcRelReferencedInSpatialStructure, OdIfc4x2::IfcRelSequence, OdIfc4x2::IfcRelServicesBuildings, OdIfc4x2::IfcRelSpaceBoundary1stLevel, OdIfc4x2::IfcRelSpaceBoundary2ndLevel, OdIfc4x2::IfcRelSpaceBoundary, OdIfc4x2::IfcRelVoidsElement, OdIfc4x2::IfcReparametrisedCompositeCurveSegment, OdIfc4x2::IfcRepresentation, OdIfc4x2::IfcRepresentationContext, OdIfc4x2::IfcRepresentationItem, OdIfc4x2::IfcRepresentationMap, OdIfc4x2::IfcResourceApprovalRelationship, OdIfc4x2::IfcResource, OdIfc4x2::IfcResourceConstraintRelationship, OdIfc4x2::IfcResourceLevelRelationship, OdIfc4x2::IfcResourceTime, OdIfc4x2::IfcRevolvedAreaSolid, OdIfc4x2::IfcRevolvedAreaSolidTapered, OdIfc4x2::IfcRightCircularCone, OdIfc4x2::IfcRightCircularCylinder, OdIfc4x2::IfcRoof, OdIfc4x2::IfcRoofType, OdIfc4x2::IfcRoot, OdIfc4x2::IfcRoundedRectangleProfileDef, OdIfc4x2::IfcSanitaryTerminal, OdIfc4x2::IfcSanitaryTerminalType, OdIfc4x2::IfcSchedulingTime, OdIfc4x2::IfcSeamCurve, OdIfc4x2::IfcSectionedSolid, OdIfc4x2::IfcSectionedSolidHorizontal, OdIfc4x2::IfcSectionedSpine, OdIfc4x2::IfcSectionProperties, OdIfc4x2::IfcSectionReinforcementProperties, OdIfc4x2::IfcSensor, OdIfc4x2::IfcSensorType, OdIfc4x2::IfcShadingDevice, OdIfc4x2::IfcShadingDeviceType, OdIfc4x2::IfcShapeAspect, OdIfc4x2::IfcShapeModel, OdIfc4x2::IfcShapeRepresentation, OdIfc4x2::IfcShellBasedSurfaceModel, OdIfc4x2::IfcSimpleProperty, OdIfc4x2::IfcSimplePropertyTemplate, OdIfc4x2::IfcSite, OdIfc4x2::IfcSIUnit, OdIfc4x2::IfcSlab, OdIfc4x2::IfcSlabElementedCase, OdIfc4x2::IfcSlabStandardCase, OdIfc4x2::IfcSlabType, OdIfc4x2::IfcSlippageConnectionCondition, OdIfc4x2::IfcSolarDevice, OdIfc4x2::IfcSolarDeviceType, OdIfc4x2::IfcSolidModel, OdIfc4x2::IfcSpace, OdIfc4x2::IfcSpaceHeater, OdIfc4x2::IfcSpaceHeaterType, OdIfc4x2::IfcSpaceType, OdIfc4x2::IfcSpatialElement, OdIfc4x2::IfcSpatialElementType, OdIfc4x2::IfcSpatialStructureElement, OdIfc4x2::IfcSpatialStructureElementType, OdIfc4x2::IfcSpatialZone, OdIfc4x2::IfcSpatialZoneType, OdIfc4x2::IfcSphere, OdIfc4x2::IfcSphericalSurface, OdIfc4x2::IfcStackTerminal, OdIfc4x2::IfcStackTerminalType, OdIfc4x2::IfcStair, OdIfc4x2::IfcStairFlight, OdIfc4x2::IfcStairFlightType, OdIfc4x2::IfcStairType, OdIfc4x2::IfcStructuralAction, OdIfc4x2::IfcStructuralActivity, OdIfc4x2::IfcStructuralAnalysisModel, OdIfc4x2::IfcStructuralConnection, OdIfc4x2::IfcStructuralConnectionCondition, OdIfc4x2::IfcStructuralCurveAction, OdIfc4x2::IfcStructuralCurveConnection, OdIfc4x2::IfcStructuralCurveMember, OdIfc4x2::IfcStructuralCurveMemberVarying, OdIfc4x2::IfcStructuralCurveReaction, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralLinearAction, OdIfc4x2::IfcStructuralLoad, OdIfc4x2::IfcStructuralLoadCase, OdIfc4x2::IfcStructuralLoadConfiguration, OdIfc4x2::IfcStructuralLoadGroup, OdIfc4x2::IfcStructuralLoadLinearForce, OdIfc4x2::IfcStructuralLoadOrResult, OdIfc4x2::IfcStructuralLoadPlanarForce, OdIfc4x2::IfcStructuralLoadSingleDisplacement, OdIfc4x2::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x2::IfcStructuralLoadSingleForce, OdIfc4x2::IfcStructuralLoadSingleForceWarping, OdIfc4x2::IfcStructuralLoadStatic, OdIfc4x2::IfcStructuralLoadTemperature, OdIfc4x2::IfcStructuralMember, OdIfc4x2::IfcStructuralPlanarAction, OdIfc4x2::IfcStructuralPointAction, OdIfc4x2::IfcStructuralPointConnection, OdIfc4x2::IfcStructuralPointReaction, OdIfc4x2::IfcStructuralReaction, OdIfc4x2::IfcStructuralResultGroup, OdIfc4x2::IfcStructuralSurfaceAction, OdIfc4x2::IfcStructuralSurfaceConnection, OdIfc4x2::IfcStructuralSurfaceMember, OdIfc4x2::IfcStructuralSurfaceMemberVarying, OdIfc4x2::IfcStructuralSurfaceReaction, OdIfc4x2::IfcStyledItem, OdIfc4x2::IfcStyledRepresentation, OdIfc4x2::IfcStyleModel, OdIfc4x2::IfcSubContractResource, OdIfc4x2::IfcSubContractResourceType, OdIfc4x2::IfcSubedge, OdIfc4x2::IfcSurface, OdIfc4x2::IfcSurfaceCurve, OdIfc4x2::IfcSurfaceCurveSweptAreaSolid, OdIfc4x2::IfcSurfaceFeature, OdIfc4x2::IfcSurfaceOfLinearExtrusion, OdIfc4x2::IfcSurfaceOfRevolution, OdIfc4x2::IfcSurfaceReinforcementArea, OdIfc4x2::IfcSurfaceStyle, OdIfc4x2::IfcSurfaceStyleLighting, OdIfc4x2::IfcSurfaceStyleRefraction, OdIfc4x2::IfcSurfaceStyleRendering, OdIfc4x2::IfcSurfaceStyleShading, OdIfc4x2::IfcSurfaceStyleWithTextures, OdIfc4x2::IfcSurfaceTexture, OdIfc4x2::IfcSweptAreaSolid, OdIfc4x2::IfcSweptDiskSolid, OdIfc4x2::IfcSweptDiskSolidPolygonal, OdIfc4x2::IfcSweptSurface, OdIfc4x2::IfcSwitchingDevice, OdIfc4x2::IfcSwitchingDeviceType, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystemFurnitureElement, OdIfc4x2::IfcSystemFurnitureElementType, OdIfc4x2::IfcTable, OdIfc4x2::IfcTableColumn, OdIfc4x2::IfcTableRow, OdIfc4x2::IfcTank, OdIfc4x2::IfcTankType, OdIfc4x2::IfcTask, OdIfc4x2::IfcTaskTime, OdIfc4x2::IfcTaskTimeRecurring, OdIfc4x2::IfcTaskType, OdIfc4x2::IfcTelecomAddress, OdIfc4x2::IfcTendonAnchor, OdIfc4x2::IfcTendonAnchorType, OdIfc4x2::IfcTendon, OdIfc4x2::IfcTendonConduit, OdIfc4x2::IfcTendonConduitType, OdIfc4x2::IfcTendonType, OdIfc4x2::IfcTessellatedFaceSet, OdIfc4x2::IfcTessellatedItem, OdIfc4x2::IfcTextLiteral, OdIfc4x2::IfcTextLiteralWithExtent, OdIfc4x2::IfcTextStyle, OdIfc4x2::IfcTextStyleFontModel, OdIfc4x2::IfcTextStyleForDefinedFont, OdIfc4x2::IfcTextStyleTextModel, OdIfc4x2::IfcTextureCoordinate, OdIfc4x2::IfcTextureCoordinateGenerator, OdIfc4x2::IfcTextureMap, OdIfc4x2::IfcTextureVertex, OdIfc4x2::IfcTextureVertexList, OdIfc4x2::IfcTimePeriod, OdIfc4x2::IfcTimeSeries, OdIfc4x2::IfcTimeSeriesValue, OdIfc4x2::IfcTopologicalRepresentationItem, OdIfc4x2::IfcTopologyRepresentation, OdIfc4x2::IfcToroidalSurface, OdIfc4x2::IfcTransformer, OdIfc4x2::IfcTransformerType, OdIfc4x2::IfcTransitionCurveSegment2D, OdIfc4x2::IfcTransportElement, OdIfc4x2::IfcTransportElementType, OdIfc4x2::IfcTrapeziumProfileDef, OdIfc4x2::IfcTriangulatedFaceSet, OdIfc4x2::IfcTriangulatedIrregularNetwork, OdIfc4x2::IfcTrimmedCurve, OdIfc4x2::IfcTShapeProfileDef, OdIfc4x2::IfcTubeBundle, OdIfc4x2::IfcTubeBundleType, OdIfc4x2::IfcTypeObject, OdIfc4x2::IfcTypeProcess, OdIfc4x2::IfcTypeProduct, OdIfc4x2::IfcTypeResource, OdIfc4x2::IfcUnitaryControlElement, OdIfc4x2::IfcUnitaryControlElementType, OdIfc4x2::IfcUnitaryEquipment, OdIfc4x2::IfcUnitaryEquipmentType, OdIfc4x2::IfcUnitAssignment, OdIfc4x2::IfcUShapeProfileDef, OdIfc4x2::IfcValve, OdIfc4x2::IfcValveType, OdIfc4x2::IfcVector, OdIfc4x2::IfcVertex, OdIfc4x2::IfcVertexLoop, OdIfc4x2::IfcVertexPoint, OdIfc4x2::IfcVibrationDamper, OdIfc4x2::IfcVibrationDamperType, OdIfc4x2::IfcVibrationIsolator, OdIfc4x2::IfcVibrationIsolatorType, OdIfc4x2::IfcVirtualElement, OdIfc4x2::IfcVirtualGridIntersection, OdIfc4x2::IfcVoidingFeature, OdIfc4x2::IfcWall, OdIfc4x2::IfcWallElementedCase, OdIfc4x2::IfcWallStandardCase, OdIfc4x2::IfcWallType, OdIfc4x2::IfcWasteTerminal, OdIfc4x2::IfcWasteTerminalType, OdIfc4x2::IfcWindow, OdIfc4x2::IfcWindowLiningProperties, OdIfc4x2::IfcWindowPanelProperties, OdIfc4x2::IfcWindowStandardCase, OdIfc4x2::IfcWindowStyle, OdIfc4x2::IfcWindowType, OdIfc4x2::IfcWorkCalendar, OdIfc4x2::IfcWorkControl, OdIfc4x2::IfcWorkPlan, OdIfc4x2::IfcWorkSchedule, OdIfc4x2::IfcWorkTime, OdIfc4x2::IfcZone, OdIfc4x2::IfcZShapeProfileDef, OdIfc4x3_rc1::IfcActionRequest, OdIfc4x3_rc1::IfcActor, OdIfc4x3_rc1::IfcActorRole, OdIfc4x3_rc1::IfcActuator, OdIfc4x3_rc1::IfcActuatorType, OdIfc4x3_rc1::IfcAddress, OdIfc4x3_rc1::IfcAdvancedBrep, OdIfc4x3_rc1::IfcAdvancedBrepWithVoids, OdIfc4x3_rc1::IfcAdvancedFace, OdIfc4x3_rc1::IfcAirTerminal, OdIfc4x3_rc1::IfcAirTerminalBox, OdIfc4x3_rc1::IfcAirTerminalBoxType, OdIfc4x3_rc1::IfcAirTerminalType, OdIfc4x3_rc1::IfcAirToAirHeatRecovery, OdIfc4x3_rc1::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc1::IfcAlarm, OdIfc4x3_rc1::IfcAlarmType, OdIfc4x3_rc1::IfcAlignment2DCant, OdIfc4x3_rc1::IfcAlignment2DCantSegLine, OdIfc4x3_rc1::IfcAlignment2DCantSegment, OdIfc4x3_rc1::IfcAlignment2DCantSegTransition, OdIfc4x3_rc1::IfcAlignment2DHorizontal, OdIfc4x3_rc1::IfcAlignment2DHorizontalSegment, OdIfc4x3_rc1::IfcAlignment2DSegment, OdIfc4x3_rc1::IfcAlignment2DVerSegCircularArc, OdIfc4x3_rc1::IfcAlignment2DVerSegLine, OdIfc4x3_rc1::IfcAlignment2DVerSegParabolicArc, OdIfc4x3_rc1::IfcAlignment2DVerSegTransition, OdIfc4x3_rc1::IfcAlignment2DVertical, OdIfc4x3_rc1::IfcAlignment2DVerticalSegment, OdIfc4x3_rc1::IfcAlignment, OdIfc4x3_rc1::IfcAlignmentCurve, OdIfc4x3_rc1::IfcAnnotation, OdIfc4x3_rc1::IfcAnnotationFillArea, OdIfc4x3_rc1::IfcApplication, OdIfc4x3_rc1::IfcAppliedValue, OdIfc4x3_rc1::IfcApproval, OdIfc4x3_rc1::IfcApprovalRelationship, OdIfc4x3_rc1::IfcArbitraryClosedProfileDef, OdIfc4x3_rc1::IfcArbitraryOpenProfileDef, OdIfc4x3_rc1::IfcArbitraryProfileDefWithVoids, OdIfc4x3_rc1::IfcAsset, OdIfc4x3_rc1::IfcAsymmetricIShapeProfileDef, OdIfc4x3_rc1::IfcAudioVisualAppliance, OdIfc4x3_rc1::IfcAudioVisualApplianceType, OdIfc4x3_rc1::IfcAxis1Placement, OdIfc4x3_rc1::IfcAxis2Placement2D, OdIfc4x3_rc1::IfcAxis2Placement3D, OdIfc4x3_rc1::IfcAxisLateralInclination, OdIfc4x3_rc1::IfcBeam, OdIfc4x3_rc1::IfcBeamStandardCase, OdIfc4x3_rc1::IfcBeamType, OdIfc4x3_rc1::IfcBearing, OdIfc4x3_rc1::IfcBearingType, OdIfc4x3_rc1::IfcBlobTexture, OdIfc4x3_rc1::IfcBlock, OdIfc4x3_rc1::IfcBoiler, OdIfc4x3_rc1::IfcBoilerType, OdIfc4x3_rc1::IfcBooleanClippingResult, OdIfc4x3_rc1::IfcBooleanResult, OdIfc4x3_rc1::IfcBorehole, OdIfc4x3_rc1::IfcBoundaryCondition, OdIfc4x3_rc1::IfcBoundaryCurve, OdIfc4x3_rc1::IfcBoundaryEdgeCondition, OdIfc4x3_rc1::IfcBoundaryFaceCondition, OdIfc4x3_rc1::IfcBoundaryNodeCondition, OdIfc4x3_rc1::IfcBoundaryNodeConditionWarping, OdIfc4x3_rc1::IfcBoundedCurve, OdIfc4x3_rc1::IfcBoundedSurface, OdIfc4x3_rc1::IfcBoundingBox, OdIfc4x3_rc1::IfcBoxedHalfSpace, OdIfc4x3_rc1::IfcBridge, OdIfc4x3_rc1::IfcBridgePart, OdIfc4x3_rc1::IfcBSplineCurve, OdIfc4x3_rc1::IfcBSplineCurveWithKnots, OdIfc4x3_rc1::IfcBSplineSurface, OdIfc4x3_rc1::IfcBSplineSurfaceWithKnots, OdIfc4x3_rc1::IfcBuilding, OdIfc4x3_rc1::IfcBuildingElementPart, OdIfc4x3_rc1::IfcBuildingElementPartType, OdIfc4x3_rc1::IfcBuildingElementProxy, OdIfc4x3_rc1::IfcBuildingElementProxyType, OdIfc4x3_rc1::IfcBuildingStorey, OdIfc4x3_rc1::IfcBuildingSystem, OdIfc4x3_rc1::IfcBuiltElement, OdIfc4x3_rc1::IfcBuiltElementType, OdIfc4x3_rc1::IfcBuiltSystem, OdIfc4x3_rc1::IfcBurner, OdIfc4x3_rc1::IfcBurnerType, OdIfc4x3_rc1::IfcCableCarrierFitting, OdIfc4x3_rc1::IfcCableCarrierFittingType, OdIfc4x3_rc1::IfcCableCarrierSegment, OdIfc4x3_rc1::IfcCableCarrierSegmentType, OdIfc4x3_rc1::IfcCableFitting, OdIfc4x3_rc1::IfcCableFittingType, OdIfc4x3_rc1::IfcCableSegment, OdIfc4x3_rc1::IfcCableSegmentType, OdIfc4x3_rc1::IfcCaissonFoundation, OdIfc4x3_rc1::IfcCaissonFoundationType, OdIfc4x3_rc1::IfcCartesianPoint, OdIfc4x3_rc1::IfcCartesianPointList2D, OdIfc4x3_rc1::IfcCartesianPointList3D, OdIfc4x3_rc1::IfcCartesianPointList, OdIfc4x3_rc1::IfcCartesianTransformationOperator2D, OdIfc4x3_rc1::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x3_rc1::IfcCartesianTransformationOperator3D, OdIfc4x3_rc1::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x3_rc1::IfcCartesianTransformationOperator, OdIfc4x3_rc1::IfcCenterLineProfileDef, OdIfc4x3_rc1::IfcChiller, OdIfc4x3_rc1::IfcChillerType, OdIfc4x3_rc1::IfcChimney, OdIfc4x3_rc1::IfcChimneyType, OdIfc4x3_rc1::IfcCircle, OdIfc4x3_rc1::IfcCircleHollowProfileDef, OdIfc4x3_rc1::IfcCircleProfileDef, OdIfc4x3_rc1::IfcCircularArcSegment2D, OdIfc4x3_rc1::IfcCivilElement, OdIfc4x3_rc1::IfcCivilElementType, OdIfc4x3_rc1::IfcClassification, OdIfc4x3_rc1::IfcClassificationReference, OdIfc4x3_rc1::IfcClosedShell, OdIfc4x3_rc1::IfcCoil, OdIfc4x3_rc1::IfcCoilType, OdIfc4x3_rc1::IfcColourRgb, OdIfc4x3_rc1::IfcColourRgbList, OdIfc4x3_rc1::IfcColourSpecification, OdIfc4x3_rc1::IfcColumn, OdIfc4x3_rc1::IfcColumnStandardCase, OdIfc4x3_rc1::IfcColumnType, OdIfc4x3_rc1::IfcCommunicationsAppliance, OdIfc4x3_rc1::IfcCommunicationsApplianceType, OdIfc4x3_rc1::IfcComplexProperty, OdIfc4x3_rc1::IfcComplexPropertyTemplate, OdIfc4x3_rc1::IfcCompositeCurve, OdIfc4x3_rc1::IfcCompositeCurveOnSurface, OdIfc4x3_rc1::IfcCompositeCurveSegment, OdIfc4x3_rc1::IfcCompositeProfileDef, OdIfc4x3_rc1::IfcCompressor, OdIfc4x3_rc1::IfcCompressorType, OdIfc4x3_rc1::IfcCondenser, OdIfc4x3_rc1::IfcCondenserType, OdIfc4x3_rc1::IfcConic, OdIfc4x3_rc1::IfcConnectedFaceSet, OdIfc4x3_rc1::IfcConnectionCurveGeometry, OdIfc4x3_rc1::IfcConnectionGeometry, OdIfc4x3_rc1::IfcConnectionPointEccentricity, OdIfc4x3_rc1::IfcConnectionPointGeometry, OdIfc4x3_rc1::IfcConnectionSurfaceGeometry, OdIfc4x3_rc1::IfcConnectionVolumeGeometry, OdIfc4x3_rc1::IfcConstraint, OdIfc4x3_rc1::IfcConstructionEquipmentResource, OdIfc4x3_rc1::IfcConstructionEquipmentResourceType, OdIfc4x3_rc1::IfcConstructionMaterialResource, OdIfc4x3_rc1::IfcConstructionMaterialResourceType, OdIfc4x3_rc1::IfcConstructionProductResource, OdIfc4x3_rc1::IfcConstructionProductResourceType, OdIfc4x3_rc1::IfcConstructionResource, OdIfc4x3_rc1::IfcConstructionResourceType, OdIfc4x3_rc1::IfcContext, OdIfc4x3_rc1::IfcContextDependentUnit, OdIfc4x3_rc1::IfcControl, OdIfc4x3_rc1::IfcController, OdIfc4x3_rc1::IfcControllerType, OdIfc4x3_rc1::IfcConversionBasedUnit, OdIfc4x3_rc1::IfcConversionBasedUnitWithOffset, OdIfc4x3_rc1::IfcConveyorSegment, OdIfc4x3_rc1::IfcConveyorSegmentType, OdIfc4x3_rc1::IfcCooledBeam, OdIfc4x3_rc1::IfcCooledBeamType, OdIfc4x3_rc1::IfcCoolingTower, OdIfc4x3_rc1::IfcCoolingTowerType, OdIfc4x3_rc1::IfcCoordinateOperation, OdIfc4x3_rc1::IfcCoordinateReferenceSystem, OdIfc4x3_rc1::IfcCostItem, OdIfc4x3_rc1::IfcCostSchedule, OdIfc4x3_rc1::IfcCostValue, OdIfc4x3_rc1::IfcCourse, OdIfc4x3_rc1::IfcCourseType, OdIfc4x3_rc1::IfcCovering, OdIfc4x3_rc1::IfcCoveringType, OdIfc4x3_rc1::IfcCrewResource, OdIfc4x3_rc1::IfcCrewResourceType, OdIfc4x3_rc1::IfcCsgPrimitive3D, OdIfc4x3_rc1::IfcCsgSolid, OdIfc4x3_rc1::IfcCShapeProfileDef, OdIfc4x3_rc1::IfcCurrencyRelationship, OdIfc4x3_rc1::IfcCurtainWall, OdIfc4x3_rc1::IfcCurtainWallType, OdIfc4x3_rc1::IfcCurve, OdIfc4x3_rc1::IfcCurveBoundedPlane, OdIfc4x3_rc1::IfcCurveBoundedSurface, OdIfc4x3_rc1::IfcCurveSegment2D, OdIfc4x3_rc1::IfcCurveStyle, OdIfc4x3_rc1::IfcCurveStyleFontAndScaling, OdIfc4x3_rc1::IfcCurveStyleFont, OdIfc4x3_rc1::IfcCurveStyleFontPattern, OdIfc4x3_rc1::IfcCylindricalSurface, OdIfc4x3_rc1::IfcDamper, OdIfc4x3_rc1::IfcDamperType, OdIfc4x3_rc1::IfcDeepFoundation, OdIfc4x3_rc1::IfcDeepFoundationType, OdIfc4x3_rc1::IfcDerivedProfileDef, OdIfc4x3_rc1::IfcDerivedUnit, OdIfc4x3_rc1::IfcDerivedUnitElement, OdIfc4x3_rc1::IfcDimensionalExponents, OdIfc4x3_rc1::IfcDirection, OdIfc4x3_rc1::IfcDirectrixCurveSweptAreaSolid, OdIfc4x3_rc1::IfcDirectrixDistanceSweptAreaSolid, OdIfc4x3_rc1::IfcDiscreteAccessory, OdIfc4x3_rc1::IfcDiscreteAccessoryType, OdIfc4x3_rc1::IfcDistanceExpression, OdIfc4x3_rc1::IfcDistributionBoard, OdIfc4x3_rc1::IfcDistributionBoardType, OdIfc4x3_rc1::IfcDistributionChamberElement, OdIfc4x3_rc1::IfcDistributionChamberElementType, OdIfc4x3_rc1::IfcDistributionCircuit, OdIfc4x3_rc1::IfcDistributionControlElement, OdIfc4x3_rc1::IfcDistributionControlElementType, OdIfc4x3_rc1::IfcDistributionElement, OdIfc4x3_rc1::IfcDistributionElementType, OdIfc4x3_rc1::IfcDistributionFlowElement, OdIfc4x3_rc1::IfcDistributionFlowElementType, OdIfc4x3_rc1::IfcDistributionPort, OdIfc4x3_rc1::IfcDistributionSystem, OdIfc4x3_rc1::IfcDocumentInformation, OdIfc4x3_rc1::IfcDocumentInformationRelationship, OdIfc4x3_rc1::IfcDocumentReference, OdIfc4x3_rc1::IfcDoor, OdIfc4x3_rc1::IfcDoorLiningProperties, OdIfc4x3_rc1::IfcDoorPanelProperties, OdIfc4x3_rc1::IfcDoorStandardCase, OdIfc4x3_rc1::IfcDoorStyle, OdIfc4x3_rc1::IfcDoorType, OdIfc4x3_rc1::IfcDraughtingPreDefinedColour, OdIfc4x3_rc1::IfcDraughtingPreDefinedCurveFont, OdIfc4x3_rc1::IfcDuctFitting, OdIfc4x3_rc1::IfcDuctFittingType, OdIfc4x3_rc1::IfcDuctSegment, OdIfc4x3_rc1::IfcDuctSegmentType, OdIfc4x3_rc1::IfcDuctSilencer, OdIfc4x3_rc1::IfcDuctSilencerType, OdIfc4x3_rc1::IfcEarthworksCut, OdIfc4x3_rc1::IfcEarthworksElement, OdIfc4x3_rc1::IfcEarthworksFill, OdIfc4x3_rc1::IfcEdge, OdIfc4x3_rc1::IfcEdgeCurve, OdIfc4x3_rc1::IfcEdgeLoop, OdIfc4x3_rc1::IfcElectricAppliance, OdIfc4x3_rc1::IfcElectricApplianceType, OdIfc4x3_rc1::IfcElectricDistributionBoard, OdIfc4x3_rc1::IfcElectricDistributionBoardType, OdIfc4x3_rc1::IfcElectricFlowStorageDevice, OdIfc4x3_rc1::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc1::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc1::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc1::IfcElectricGenerator, OdIfc4x3_rc1::IfcElectricGeneratorType, OdIfc4x3_rc1::IfcElectricMotor, OdIfc4x3_rc1::IfcElectricMotorType, OdIfc4x3_rc1::IfcElectricTimeControl, OdIfc4x3_rc1::IfcElectricTimeControlType, OdIfc4x3_rc1::IfcElementarySurface, OdIfc4x3_rc1::IfcElementAssembly, OdIfc4x3_rc1::IfcElementAssemblyType, OdIfc4x3_rc1::IfcElement, OdIfc4x3_rc1::IfcElementComponent, OdIfc4x3_rc1::IfcElementComponentType, OdIfc4x3_rc1::IfcElementQuantity, OdIfc4x3_rc1::IfcElementType, OdIfc4x3_rc1::IfcEllipse, OdIfc4x3_rc1::IfcEllipseProfileDef, OdIfc4x3_rc1::IfcEnergyConversionDevice, OdIfc4x3_rc1::IfcEnergyConversionDeviceType, OdIfc4x3_rc1::IfcEngine, OdIfc4x3_rc1::IfcEngineType, OdIfc4x3_rc1::IfcEvaporativeCooler, OdIfc4x3_rc1::IfcEvaporativeCoolerType, OdIfc4x3_rc1::IfcEvaporator, OdIfc4x3_rc1::IfcEvaporatorType, OdIfc4x3_rc1::IfcEvent, OdIfc4x3_rc1::IfcEventTime, OdIfc4x3_rc1::IfcEventType, OdIfc4x3_rc1::IfcExtendedProperties, OdIfc4x3_rc1::IfcExternalInformation, OdIfc4x3_rc1::IfcExternallyDefinedHatchStyle, OdIfc4x3_rc1::IfcExternallyDefinedSurfaceStyle, OdIfc4x3_rc1::IfcExternallyDefinedTextFont, OdIfc4x3_rc1::IfcExternalReference, OdIfc4x3_rc1::IfcExternalReferenceRelationship, OdIfc4x3_rc1::IfcExternalSpatialElement, OdIfc4x3_rc1::IfcExternalSpatialStructureElement, OdIfc4x3_rc1::IfcExtrudedAreaSolid, OdIfc4x3_rc1::IfcExtrudedAreaSolidTapered, OdIfc4x3_rc1::IfcFace, OdIfc4x3_rc1::IfcFaceBasedSurfaceModel, OdIfc4x3_rc1::IfcFaceBound, OdIfc4x3_rc1::IfcFaceOuterBound, OdIfc4x3_rc1::IfcFaceSurface, OdIfc4x3_rc1::IfcFacetedBrep, OdIfc4x3_rc1::IfcFacetedBrepWithVoids, OdIfc4x3_rc1::IfcFacility, OdIfc4x3_rc1::IfcFacilityPart, OdIfc4x3_rc1::IfcFailureConnectionCondition, OdIfc4x3_rc1::IfcFan, OdIfc4x3_rc1::IfcFanType, OdIfc4x3_rc1::IfcFastener, OdIfc4x3_rc1::IfcFastenerType, OdIfc4x3_rc1::IfcFeatureElementAddition, OdIfc4x3_rc1::IfcFeatureElement, OdIfc4x3_rc1::IfcFeatureElementSubtraction, OdIfc4x3_rc1::IfcFillAreaStyle, OdIfc4x3_rc1::IfcFillAreaStyleHatching, OdIfc4x3_rc1::IfcFillAreaStyleTiles, OdIfc4x3_rc1::IfcFilter, OdIfc4x3_rc1::IfcFilterType, OdIfc4x3_rc1::IfcFireSuppressionTerminal, OdIfc4x3_rc1::IfcFireSuppressionTerminalType, OdIfc4x3_rc1::IfcFixedReferenceSweptAreaSolid, OdIfc4x3_rc1::IfcFlowController, OdIfc4x3_rc1::IfcFlowControllerType, OdIfc4x3_rc1::IfcFlowFitting, OdIfc4x3_rc1::IfcFlowFittingType, OdIfc4x3_rc1::IfcFlowInstrument, OdIfc4x3_rc1::IfcFlowInstrumentType, OdIfc4x3_rc1::IfcFlowMeter, OdIfc4x3_rc1::IfcFlowMeterType, OdIfc4x3_rc1::IfcFlowMovingDevice, OdIfc4x3_rc1::IfcFlowMovingDeviceType, OdIfc4x3_rc1::IfcFlowSegment, OdIfc4x3_rc1::IfcFlowSegmentType, OdIfc4x3_rc1::IfcFlowStorageDevice, OdIfc4x3_rc1::IfcFlowStorageDeviceType, OdIfc4x3_rc1::IfcFlowTerminal, OdIfc4x3_rc1::IfcFlowTerminalType, OdIfc4x3_rc1::IfcFlowTreatmentDevice, OdIfc4x3_rc1::IfcFlowTreatmentDeviceType, OdIfc4x3_rc1::IfcFooting, OdIfc4x3_rc1::IfcFootingType, OdIfc4x3_rc1::IfcFurnishingElement, OdIfc4x3_rc1::IfcFurnishingElementType, OdIfc4x3_rc1::IfcFurniture, OdIfc4x3_rc1::IfcFurnitureType, OdIfc4x3_rc1::IfcGeographicElement, OdIfc4x3_rc1::IfcGeographicElementType, OdIfc4x3_rc1::IfcGeometricCurveSet, OdIfc4x3_rc1::IfcGeometricRepresentationContext, OdIfc4x3_rc1::IfcGeometricRepresentationItem, OdIfc4x3_rc1::IfcGeometricRepresentationSubContext, OdIfc4x3_rc1::IfcGeometricSet, OdIfc4x3_rc1::IfcGeomodel, OdIfc4x3_rc1::IfcGeoslice, OdIfc4x3_rc1::IfcGeotechnicalAssembly, OdIfc4x3_rc1::IfcGeotechnicalElement, OdIfc4x3_rc1::IfcGeotechnicalStratum, OdIfc4x3_rc1::IfcGrid, OdIfc4x3_rc1::IfcGridAxis, OdIfc4x3_rc1::IfcGridPlacement, OdIfc4x3_rc1::IfcGroup, OdIfc4x3_rc1::IfcHalfSpaceSolid, OdIfc4x3_rc1::IfcHeatExchanger, OdIfc4x3_rc1::IfcHeatExchangerType, OdIfc4x3_rc1::IfcHumidifier, OdIfc4x3_rc1::IfcHumidifierType, OdIfc4x3_rc1::IfcImageTexture, OdIfc4x3_rc1::IfcImpactProtectionDevice, OdIfc4x3_rc1::IfcImpactProtectionDeviceType, OdIfc4x3_rc1::IfcInclinedReferenceSweptAreaSolid, OdIfc4x3_rc1::IfcIndexedColourMap, OdIfc4x3_rc1::IfcIndexedPolyCurve, OdIfc4x3_rc1::IfcIndexedPolygonalFace, OdIfc4x3_rc1::IfcIndexedPolygonalFaceWithVoids, OdIfc4x3_rc1::IfcIndexedTextureMap, OdIfc4x3_rc1::IfcIndexedTriangleTextureMap, OdIfc4x3_rc1::IfcInterceptor, OdIfc4x3_rc1::IfcInterceptorType, OdIfc4x3_rc1::IfcIntersectionCurve, OdIfc4x3_rc1::IfcInventory, OdIfc4x3_rc1::IfcIrregularTimeSeries, OdIfc4x3_rc1::IfcIrregularTimeSeriesValue, OdIfc4x3_rc1::IfcIShapeProfileDef, OdIfc4x3_rc1::IfcJunctionBox, OdIfc4x3_rc1::IfcJunctionBoxType, OdIfc4x3_rc1::IfcKerb, OdIfc4x3_rc1::IfcKerbType, OdIfc4x3_rc1::IfcLaborResource, OdIfc4x3_rc1::IfcLaborResourceType, OdIfc4x3_rc1::IfcLagTime, OdIfc4x3_rc1::IfcLamp, OdIfc4x3_rc1::IfcLampType, OdIfc4x3_rc1::IfcLibraryInformation, OdIfc4x3_rc1::IfcLibraryReference, OdIfc4x3_rc1::IfcLightDistributionData, OdIfc4x3_rc1::IfcLightFixture, OdIfc4x3_rc1::IfcLightFixtureType, OdIfc4x3_rc1::IfcLightIntensityDistribution, OdIfc4x3_rc1::IfcLightSourceAmbient, OdIfc4x3_rc1::IfcLightSource, OdIfc4x3_rc1::IfcLightSourceDirectional, OdIfc4x3_rc1::IfcLightSourceGoniometric, OdIfc4x3_rc1::IfcLightSourcePositional, OdIfc4x3_rc1::IfcLightSourceSpot, OdIfc4x3_rc1::IfcLinearAxisWithInclination, OdIfc4x3_rc1::IfcLinearPlacement, OdIfc4x3_rc1::IfcLinearPlacementWithInclination, OdIfc4x3_rc1::IfcLinearPositioningElement, OdIfc4x3_rc1::IfcLinearSpanPlacement, OdIfc4x3_rc1::IfcLine, OdIfc4x3_rc1::IfcLineSegment2D, OdIfc4x3_rc1::IfcLiquidTerminal, OdIfc4x3_rc1::IfcLiquidTerminalType, OdIfc4x3_rc1::IfcLocalPlacement, OdIfc4x3_rc1::IfcLoop, OdIfc4x3_rc1::IfcLShapeProfileDef, OdIfc4x3_rc1::IfcManifoldSolidBrep, OdIfc4x3_rc1::IfcMapConversion, OdIfc4x3_rc1::IfcMappedItem, OdIfc4x3_rc1::IfcMarineFacility, OdIfc4x3_rc1::IfcMaterial, OdIfc4x3_rc1::IfcMaterialClassificationRelationship, OdIfc4x3_rc1::IfcMaterialConstituent, OdIfc4x3_rc1::IfcMaterialConstituentSet, OdIfc4x3_rc1::IfcMaterialDefinition, OdIfc4x3_rc1::IfcMaterialDefinitionRepresentation, OdIfc4x3_rc1::IfcMaterialLayer, OdIfc4x3_rc1::IfcMaterialLayerSet, OdIfc4x3_rc1::IfcMaterialLayerSetUsage, OdIfc4x3_rc1::IfcMaterialLayerWithOffsets, OdIfc4x3_rc1::IfcMaterialList, OdIfc4x3_rc1::IfcMaterialProfile, OdIfc4x3_rc1::IfcMaterialProfileSet, OdIfc4x3_rc1::IfcMaterialProfileSetUsage, OdIfc4x3_rc1::IfcMaterialProfileSetUsageTapering, OdIfc4x3_rc1::IfcMaterialProfileWithOffsets, OdIfc4x3_rc1::IfcMaterialProperties, OdIfc4x3_rc1::IfcMaterialRelationship, OdIfc4x3_rc1::IfcMaterialUsageDefinition, OdIfc4x3_rc1::IfcMeasureWithUnit, OdIfc4x3_rc1::IfcMechanicalFastener, OdIfc4x3_rc1::IfcMechanicalFastenerType, OdIfc4x3_rc1::IfcMedicalDevice, OdIfc4x3_rc1::IfcMedicalDeviceType, OdIfc4x3_rc1::IfcMember, OdIfc4x3_rc1::IfcMemberStandardCase, OdIfc4x3_rc1::IfcMemberType, OdIfc4x3_rc1::IfcMetric, OdIfc4x3_rc1::IfcMirroredProfileDef, OdIfc4x3_rc1::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc1::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc1::IfcMonetaryUnit, OdIfc4x3_rc1::IfcMooringDevice, OdIfc4x3_rc1::IfcMooringDeviceType, OdIfc4x3_rc1::IfcMotorConnection, OdIfc4x3_rc1::IfcMotorConnectionType, OdIfc4x3_rc1::IfcNamedUnit, OdIfc4x3_rc1::IfcNavigationElement, OdIfc4x3_rc1::IfcNavigationElementType, OdIfc4x3_rc1::IfcObject, OdIfc4x3_rc1::IfcObjectDefinition, OdIfc4x3_rc1::IfcObjective, OdIfc4x3_rc1::IfcObjectPlacement, OdIfc4x3_rc1::IfcOccupant, OdIfc4x3_rc1::IfcOffsetCurve2D, OdIfc4x3_rc1::IfcOffsetCurve3D, OdIfc4x3_rc1::IfcOffsetCurve, OdIfc4x3_rc1::IfcOffsetCurveByDistances, OdIfc4x3_rc1::IfcOpenCrossProfileDef, OdIfc4x3_rc1::IfcOpeningElement, OdIfc4x3_rc1::IfcOpeningStandardCase, OdIfc4x3_rc1::IfcOpenShell, OdIfc4x3_rc1::IfcOrganization, OdIfc4x3_rc1::IfcOrganizationRelationship, OdIfc4x3_rc1::IfcOrientationExpression, OdIfc4x3_rc1::IfcOrientedEdge, OdIfc4x3_rc1::IfcOuterBoundaryCurve, OdIfc4x3_rc1::IfcOutlet, OdIfc4x3_rc1::IfcOutletType, OdIfc4x3_rc1::IfcOwnerHistory, OdIfc4x3_rc1::IfcParameterizedProfileDef, OdIfc4x3_rc1::IfcPath, OdIfc4x3_rc1::IfcPavement, OdIfc4x3_rc1::IfcPavementType, OdIfc4x3_rc1::IfcPcurve, OdIfc4x3_rc1::IfcPerformanceHistory, OdIfc4x3_rc1::IfcPermeableCoveringProperties, OdIfc4x3_rc1::IfcPermit, OdIfc4x3_rc1::IfcPersonAndOrganization, OdIfc4x3_rc1::IfcPerson, OdIfc4x3_rc1::IfcPhysicalComplexQuantity, OdIfc4x3_rc1::IfcPhysicalQuantity, OdIfc4x3_rc1::IfcPhysicalSimpleQuantity, OdIfc4x3_rc1::IfcPile, OdIfc4x3_rc1::IfcPileType, OdIfc4x3_rc1::IfcPipeFitting, OdIfc4x3_rc1::IfcPipeFittingType, OdIfc4x3_rc1::IfcPipeSegment, OdIfc4x3_rc1::IfcPipeSegmentType, OdIfc4x3_rc1::IfcPixelTexture, OdIfc4x3_rc1::IfcPlacement, OdIfc4x3_rc1::IfcPlanarBox, OdIfc4x3_rc1::IfcPlanarExtent, OdIfc4x3_rc1::IfcPlane, OdIfc4x3_rc1::IfcPlant, OdIfc4x3_rc1::IfcPlate, OdIfc4x3_rc1::IfcPlateStandardCase, OdIfc4x3_rc1::IfcPlateType, OdIfc4x3_rc1::IfcPoint, OdIfc4x3_rc1::IfcPointOnCurve, OdIfc4x3_rc1::IfcPointOnSurface, OdIfc4x3_rc1::IfcPolygonalBoundedHalfSpace, OdIfc4x3_rc1::IfcPolygonalFaceSet, OdIfc4x3_rc1::IfcPolyline, OdIfc4x3_rc1::IfcPolyLoop, OdIfc4x3_rc1::IfcPort, OdIfc4x3_rc1::IfcPositioningElement, OdIfc4x3_rc1::IfcPostalAddress, OdIfc4x3_rc1::IfcPreDefinedColour, OdIfc4x3_rc1::IfcPreDefinedCurveFont, OdIfc4x3_rc1::IfcPreDefinedItem, OdIfc4x3_rc1::IfcPreDefinedProperties, OdIfc4x3_rc1::IfcPreDefinedPropertySet, OdIfc4x3_rc1::IfcPreDefinedTextFont, OdIfc4x3_rc1::IfcPresentationItem, OdIfc4x3_rc1::IfcPresentationLayerAssignment, OdIfc4x3_rc1::IfcPresentationLayerWithStyle, OdIfc4x3_rc1::IfcPresentationStyleAssignment, OdIfc4x3_rc1::IfcPresentationStyle, OdIfc4x3_rc1::IfcProcedure, OdIfc4x3_rc1::IfcProcedureType, OdIfc4x3_rc1::IfcProcess, OdIfc4x3_rc1::IfcProduct, OdIfc4x3_rc1::IfcProductDefinitionShape, OdIfc4x3_rc1::IfcProductRepresentation, OdIfc4x3_rc1::IfcProfileDef, OdIfc4x3_rc1::IfcProfileProperties, OdIfc4x3_rc1::IfcProject, OdIfc4x3_rc1::IfcProjectedCRS, OdIfc4x3_rc1::IfcProjectionElement, OdIfc4x3_rc1::IfcProjectLibrary, OdIfc4x3_rc1::IfcProjectOrder, OdIfc4x3_rc1::IfcPropertyAbstraction, OdIfc4x3_rc1::IfcProperty, OdIfc4x3_rc1::IfcPropertyBoundedValue, OdIfc4x3_rc1::IfcPropertyDefinition, OdIfc4x3_rc1::IfcPropertyDependencyRelationship, OdIfc4x3_rc1::IfcPropertyEnumeratedValue, OdIfc4x3_rc1::IfcPropertyEnumeration, OdIfc4x3_rc1::IfcPropertyListValue, OdIfc4x3_rc1::IfcPropertyReferenceValue, OdIfc4x3_rc1::IfcPropertySet, OdIfc4x3_rc1::IfcPropertySetDefinition, OdIfc4x3_rc1::IfcPropertySetTemplate, OdIfc4x3_rc1::IfcPropertySingleValue, OdIfc4x3_rc1::IfcPropertyTableValue, OdIfc4x3_rc1::IfcPropertyTemplate, OdIfc4x3_rc1::IfcPropertyTemplateDefinition, OdIfc4x3_rc1::IfcProtectiveDevice, OdIfc4x3_rc1::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc1::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc1::IfcProtectiveDeviceType, OdIfc4x3_rc1::IfcProxy, OdIfc4x3_rc1::IfcPump, OdIfc4x3_rc1::IfcPumpType, OdIfc4x3_rc1::IfcQuantityArea, OdIfc4x3_rc1::IfcQuantityCount, OdIfc4x3_rc1::IfcQuantityLength, OdIfc4x3_rc1::IfcQuantitySet, OdIfc4x3_rc1::IfcQuantityTime, OdIfc4x3_rc1::IfcQuantityVolume, OdIfc4x3_rc1::IfcQuantityWeight, OdIfc4x3_rc1::IfcRail, OdIfc4x3_rc1::IfcRailing, OdIfc4x3_rc1::IfcRailingType, OdIfc4x3_rc1::IfcRailType, OdIfc4x3_rc1::IfcRailway, OdIfc4x3_rc1::IfcRamp, OdIfc4x3_rc1::IfcRampFlight, OdIfc4x3_rc1::IfcRampFlightType, OdIfc4x3_rc1::IfcRampType, OdIfc4x3_rc1::IfcRationalBSplineCurveWithKnots, OdIfc4x3_rc1::IfcRationalBSplineSurfaceWithKnots, OdIfc4x3_rc1::IfcRectangleHollowProfileDef, OdIfc4x3_rc1::IfcRectangleProfileDef, OdIfc4x3_rc1::IfcRectangularPyramid, OdIfc4x3_rc1::IfcRectangularTrimmedSurface, OdIfc4x3_rc1::IfcRecurrencePattern, OdIfc4x3_rc1::IfcReference, OdIfc4x3_rc1::IfcReferent, OdIfc4x3_rc1::IfcRegularTimeSeries, OdIfc4x3_rc1::IfcReinforcedSoil, OdIfc4x3_rc1::IfcReinforcementBarProperties, OdIfc4x3_rc1::IfcReinforcementDefinitionProperties, OdIfc4x3_rc1::IfcReinforcingBar, OdIfc4x3_rc1::IfcReinforcingBarType, OdIfc4x3_rc1::IfcReinforcingElement, OdIfc4x3_rc1::IfcReinforcingElementType, OdIfc4x3_rc1::IfcReinforcingMesh, OdIfc4x3_rc1::IfcReinforcingMeshType, OdIfc4x3_rc1::IfcRelAggregates, OdIfc4x3_rc1::IfcRelAssigns, OdIfc4x3_rc1::IfcRelAssignsToActor, OdIfc4x3_rc1::IfcRelAssignsToControl, OdIfc4x3_rc1::IfcRelAssignsToGroup, OdIfc4x3_rc1::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc1::IfcRelAssignsToProcess, OdIfc4x3_rc1::IfcRelAssignsToProduct, OdIfc4x3_rc1::IfcRelAssignsToResource, OdIfc4x3_rc1::IfcRelAssociatesApproval, OdIfc4x3_rc1::IfcRelAssociates, OdIfc4x3_rc1::IfcRelAssociatesClassification, OdIfc4x3_rc1::IfcRelAssociatesConstraint, OdIfc4x3_rc1::IfcRelAssociatesDocument, OdIfc4x3_rc1::IfcRelAssociatesLibrary, OdIfc4x3_rc1::IfcRelAssociatesMaterial, OdIfc4x3_rc1::IfcRelAssociatesProfileDef, OdIfc4x3_rc1::IfcRelationship, OdIfc4x3_rc1::IfcRelConnects, OdIfc4x3_rc1::IfcRelConnectsElements, OdIfc4x3_rc1::IfcRelConnectsPathElements, OdIfc4x3_rc1::IfcRelConnectsPorts, OdIfc4x3_rc1::IfcRelConnectsPortToElement, OdIfc4x3_rc1::IfcRelConnectsStructuralActivity, OdIfc4x3_rc1::IfcRelConnectsStructuralMember, OdIfc4x3_rc1::IfcRelConnectsWithEccentricity, OdIfc4x3_rc1::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc1::IfcRelContainedInSpatialStructure, OdIfc4x3_rc1::IfcRelCoversBldgElements, OdIfc4x3_rc1::IfcRelCoversSpaces, OdIfc4x3_rc1::IfcRelDeclares, OdIfc4x3_rc1::IfcRelDecomposes, OdIfc4x3_rc1::IfcRelDefines, OdIfc4x3_rc1::IfcRelDefinesByObject, OdIfc4x3_rc1::IfcRelDefinesByProperties, OdIfc4x3_rc1::IfcRelDefinesByTemplate, OdIfc4x3_rc1::IfcRelDefinesByType, OdIfc4x3_rc1::IfcRelFillsElement, OdIfc4x3_rc1::IfcRelFlowControlElements, OdIfc4x3_rc1::IfcRelInterferesElements, OdIfc4x3_rc1::IfcRelNests, OdIfc4x3_rc1::IfcRelPositions, OdIfc4x3_rc1::IfcRelProjectsElement, OdIfc4x3_rc1::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc1::IfcRelSequence, OdIfc4x3_rc1::IfcRelServicesBuildings, OdIfc4x3_rc1::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc1::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc1::IfcRelSpaceBoundary, OdIfc4x3_rc1::IfcRelVoidsElement, OdIfc4x3_rc1::IfcReparametrisedCompositeCurveSegment, OdIfc4x3_rc1::IfcRepresentation, OdIfc4x3_rc1::IfcRepresentationContext, OdIfc4x3_rc1::IfcRepresentationItem, OdIfc4x3_rc1::IfcRepresentationMap, OdIfc4x3_rc1::IfcResourceApprovalRelationship, OdIfc4x3_rc1::IfcResource, OdIfc4x3_rc1::IfcResourceConstraintRelationship, OdIfc4x3_rc1::IfcResourceLevelRelationship, OdIfc4x3_rc1::IfcResourceTime, OdIfc4x3_rc1::IfcRevolvedAreaSolid, OdIfc4x3_rc1::IfcRevolvedAreaSolidTapered, OdIfc4x3_rc1::IfcRightCircularCone, OdIfc4x3_rc1::IfcRightCircularCylinder, OdIfc4x3_rc1::IfcRoad, OdIfc4x3_rc1::IfcRoof, OdIfc4x3_rc1::IfcRoofType, OdIfc4x3_rc1::IfcRoot, OdIfc4x3_rc1::IfcRoundedRectangleProfileDef, OdIfc4x3_rc1::IfcSanitaryTerminal, OdIfc4x3_rc1::IfcSanitaryTerminalType, OdIfc4x3_rc1::IfcSchedulingTime, OdIfc4x3_rc1::IfcSeamCurve, OdIfc4x3_rc1::IfcSectionedSolid, OdIfc4x3_rc1::IfcSectionedSolidHorizontal, OdIfc4x3_rc1::IfcSectionedSpine, OdIfc4x3_rc1::IfcSectionedSurface, OdIfc4x3_rc1::IfcSectionProperties, OdIfc4x3_rc1::IfcSectionReinforcementProperties, OdIfc4x3_rc1::IfcSensor, OdIfc4x3_rc1::IfcSensorType, OdIfc4x3_rc1::IfcShadingDevice, OdIfc4x3_rc1::IfcShadingDeviceType, OdIfc4x3_rc1::IfcShapeAspect, OdIfc4x3_rc1::IfcShapeModel, OdIfc4x3_rc1::IfcShapeRepresentation, OdIfc4x3_rc1::IfcShellBasedSurfaceModel, OdIfc4x3_rc1::IfcSignal, OdIfc4x3_rc1::IfcSignalType, OdIfc4x3_rc1::IfcSign, OdIfc4x3_rc1::IfcSignType, OdIfc4x3_rc1::IfcSimpleProperty, OdIfc4x3_rc1::IfcSimplePropertyTemplate, OdIfc4x3_rc1::IfcSite, OdIfc4x3_rc1::IfcSIUnit, OdIfc4x3_rc1::IfcSlab, OdIfc4x3_rc1::IfcSlabElementedCase, OdIfc4x3_rc1::IfcSlabStandardCase, OdIfc4x3_rc1::IfcSlabType, OdIfc4x3_rc1::IfcSlippageConnectionCondition, OdIfc4x3_rc1::IfcSolarDevice, OdIfc4x3_rc1::IfcSolarDeviceType, OdIfc4x3_rc1::IfcSolidModel, OdIfc4x3_rc1::IfcSolidStratum, OdIfc4x3_rc1::IfcSpace, OdIfc4x3_rc1::IfcSpaceHeater, OdIfc4x3_rc1::IfcSpaceHeaterType, OdIfc4x3_rc1::IfcSpaceType, OdIfc4x3_rc1::IfcSpatialElement, OdIfc4x3_rc1::IfcSpatialElementType, OdIfc4x3_rc1::IfcSpatialStructureElement, OdIfc4x3_rc1::IfcSpatialStructureElementType, OdIfc4x3_rc1::IfcSpatialZone, OdIfc4x3_rc1::IfcSpatialZoneType, OdIfc4x3_rc1::IfcSphere, OdIfc4x3_rc1::IfcSphericalSurface, OdIfc4x3_rc1::IfcStackTerminal, OdIfc4x3_rc1::IfcStackTerminalType, OdIfc4x3_rc1::IfcStair, OdIfc4x3_rc1::IfcStairFlight, OdIfc4x3_rc1::IfcStairFlightType, OdIfc4x3_rc1::IfcStairType, OdIfc4x3_rc1::IfcStructuralAction, OdIfc4x3_rc1::IfcStructuralActivity, OdIfc4x3_rc1::IfcStructuralAnalysisModel, OdIfc4x3_rc1::IfcStructuralConnection, OdIfc4x3_rc1::IfcStructuralConnectionCondition, OdIfc4x3_rc1::IfcStructuralCurveAction, OdIfc4x3_rc1::IfcStructuralCurveConnection, OdIfc4x3_rc1::IfcStructuralCurveMember, OdIfc4x3_rc1::IfcStructuralCurveMemberVarying, OdIfc4x3_rc1::IfcStructuralCurveReaction, OdIfc4x3_rc1::IfcStructuralItem, OdIfc4x3_rc1::IfcStructuralLinearAction, OdIfc4x3_rc1::IfcStructuralLoad, OdIfc4x3_rc1::IfcStructuralLoadCase, OdIfc4x3_rc1::IfcStructuralLoadConfiguration, OdIfc4x3_rc1::IfcStructuralLoadGroup, OdIfc4x3_rc1::IfcStructuralLoadLinearForce, OdIfc4x3_rc1::IfcStructuralLoadOrResult, OdIfc4x3_rc1::IfcStructuralLoadPlanarForce, OdIfc4x3_rc1::IfcStructuralLoadSingleDisplacement, OdIfc4x3_rc1::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x3_rc1::IfcStructuralLoadSingleForce, OdIfc4x3_rc1::IfcStructuralLoadSingleForceWarping, OdIfc4x3_rc1::IfcStructuralLoadStatic, OdIfc4x3_rc1::IfcStructuralLoadTemperature, OdIfc4x3_rc1::IfcStructuralMember, OdIfc4x3_rc1::IfcStructuralPlanarAction, OdIfc4x3_rc1::IfcStructuralPointAction, OdIfc4x3_rc1::IfcStructuralPointConnection, OdIfc4x3_rc1::IfcStructuralPointReaction, OdIfc4x3_rc1::IfcStructuralReaction, OdIfc4x3_rc1::IfcStructuralResultGroup, OdIfc4x3_rc1::IfcStructuralSurfaceAction, OdIfc4x3_rc1::IfcStructuralSurfaceConnection, OdIfc4x3_rc1::IfcStructuralSurfaceMember, OdIfc4x3_rc1::IfcStructuralSurfaceMemberVarying, OdIfc4x3_rc1::IfcStructuralSurfaceReaction, OdIfc4x3_rc1::IfcStyledItem, OdIfc4x3_rc1::IfcStyledRepresentation, OdIfc4x3_rc1::IfcStyleModel, OdIfc4x3_rc1::IfcSubContractResource, OdIfc4x3_rc1::IfcSubContractResourceType, OdIfc4x3_rc1::IfcSubedge, OdIfc4x3_rc1::IfcSurface, OdIfc4x3_rc1::IfcSurfaceCurve, OdIfc4x3_rc1::IfcSurfaceCurveSweptAreaSolid, OdIfc4x3_rc1::IfcSurfaceFeature, OdIfc4x3_rc1::IfcSurfaceOfLinearExtrusion, OdIfc4x3_rc1::IfcSurfaceOfRevolution, OdIfc4x3_rc1::IfcSurfaceReinforcementArea, OdIfc4x3_rc1::IfcSurfaceStyle, OdIfc4x3_rc1::IfcSurfaceStyleLighting, OdIfc4x3_rc1::IfcSurfaceStyleRefraction, OdIfc4x3_rc1::IfcSurfaceStyleRendering, OdIfc4x3_rc1::IfcSurfaceStyleShading, OdIfc4x3_rc1::IfcSurfaceStyleWithTextures, OdIfc4x3_rc1::IfcSurfaceTexture, OdIfc4x3_rc1::IfcSweptAreaSolid, OdIfc4x3_rc1::IfcSweptDiskSolid, OdIfc4x3_rc1::IfcSweptDiskSolidPolygonal, OdIfc4x3_rc1::IfcSweptSurface, OdIfc4x3_rc1::IfcSwitchingDevice, OdIfc4x3_rc1::IfcSwitchingDeviceType, OdIfc4x3_rc1::IfcSystem, OdIfc4x3_rc1::IfcSystemFurnitureElement, OdIfc4x3_rc1::IfcSystemFurnitureElementType, OdIfc4x3_rc1::IfcTable, OdIfc4x3_rc1::IfcTableColumn, OdIfc4x3_rc1::IfcTableRow, OdIfc4x3_rc1::IfcTank, OdIfc4x3_rc1::IfcTankType, OdIfc4x3_rc1::IfcTask, OdIfc4x3_rc1::IfcTaskTime, OdIfc4x3_rc1::IfcTaskTimeRecurring, OdIfc4x3_rc1::IfcTaskType, OdIfc4x3_rc1::IfcTelecomAddress, OdIfc4x3_rc1::IfcTendonAnchor, OdIfc4x3_rc1::IfcTendonAnchorType, OdIfc4x3_rc1::IfcTendon, OdIfc4x3_rc1::IfcTendonConduit, OdIfc4x3_rc1::IfcTendonConduitType, OdIfc4x3_rc1::IfcTendonType, OdIfc4x3_rc1::IfcTessellatedFaceSet, OdIfc4x3_rc1::IfcTessellatedItem, OdIfc4x3_rc1::IfcTextLiteral, OdIfc4x3_rc1::IfcTextLiteralWithExtent, OdIfc4x3_rc1::IfcTextStyle, OdIfc4x3_rc1::IfcTextStyleFontModel, OdIfc4x3_rc1::IfcTextStyleForDefinedFont, OdIfc4x3_rc1::IfcTextStyleTextModel, OdIfc4x3_rc1::IfcTextureCoordinate, OdIfc4x3_rc1::IfcTextureCoordinateGenerator, OdIfc4x3_rc1::IfcTextureMap, OdIfc4x3_rc1::IfcTextureVertex, OdIfc4x3_rc1::IfcTextureVertexList, OdIfc4x3_rc1::IfcTimePeriod, OdIfc4x3_rc1::IfcTimeSeries, OdIfc4x3_rc1::IfcTimeSeriesValue, OdIfc4x3_rc1::IfcTopologicalRepresentationItem, OdIfc4x3_rc1::IfcTopologyRepresentation, OdIfc4x3_rc1::IfcToroidalSurface, OdIfc4x3_rc1::IfcTrackElement, OdIfc4x3_rc1::IfcTrackElementType, OdIfc4x3_rc1::IfcTransformer, OdIfc4x3_rc1::IfcTransformerType, OdIfc4x3_rc1::IfcTransitionCurveSegment2D, OdIfc4x3_rc1::IfcTransportElement, OdIfc4x3_rc1::IfcTransportElementType, OdIfc4x3_rc1::IfcTrapeziumProfileDef, OdIfc4x3_rc1::IfcTriangulatedFaceSet, OdIfc4x3_rc1::IfcTriangulatedIrregularNetwork, OdIfc4x3_rc1::IfcTrimmedCurve, OdIfc4x3_rc1::IfcTShapeProfileDef, OdIfc4x3_rc1::IfcTubeBundle, OdIfc4x3_rc1::IfcTubeBundleType, OdIfc4x3_rc1::IfcTypeObject, OdIfc4x3_rc1::IfcTypeProcess, OdIfc4x3_rc1::IfcTypeProduct, OdIfc4x3_rc1::IfcTypeResource, OdIfc4x3_rc1::IfcUnitaryControlElement, OdIfc4x3_rc1::IfcUnitaryControlElementType, OdIfc4x3_rc1::IfcUnitaryEquipment, OdIfc4x3_rc1::IfcUnitaryEquipmentType, OdIfc4x3_rc1::IfcUnitAssignment, OdIfc4x3_rc1::IfcUShapeProfileDef, OdIfc4x3_rc1::IfcValve, OdIfc4x3_rc1::IfcValveType, OdIfc4x3_rc1::IfcVector, OdIfc4x3_rc1::IfcVertex, OdIfc4x3_rc1::IfcVertexLoop, OdIfc4x3_rc1::IfcVertexPoint, OdIfc4x3_rc1::IfcVibrationDamper, OdIfc4x3_rc1::IfcVibrationDamperType, OdIfc4x3_rc1::IfcVibrationIsolator, OdIfc4x3_rc1::IfcVibrationIsolatorType, OdIfc4x3_rc1::IfcVirtualElement, OdIfc4x3_rc1::IfcVirtualGridIntersection, OdIfc4x3_rc1::IfcVoidingFeature, OdIfc4x3_rc1::IfcVoidStratum, OdIfc4x3_rc1::IfcWall, OdIfc4x3_rc1::IfcWallElementedCase, OdIfc4x3_rc1::IfcWallStandardCase, OdIfc4x3_rc1::IfcWallType, OdIfc4x3_rc1::IfcWasteTerminal, OdIfc4x3_rc1::IfcWasteTerminalType, OdIfc4x3_rc1::IfcWaterStratum, OdIfc4x3_rc1::IfcWindow, OdIfc4x3_rc1::IfcWindowLiningProperties, OdIfc4x3_rc1::IfcWindowPanelProperties, OdIfc4x3_rc1::IfcWindowStandardCase, OdIfc4x3_rc1::IfcWindowStyle, OdIfc4x3_rc1::IfcWindowType, OdIfc4x3_rc1::IfcWorkCalendar, OdIfc4x3_rc1::IfcWorkControl, OdIfc4x3_rc1::IfcWorkPlan, OdIfc4x3_rc1::IfcWorkSchedule, OdIfc4x3_rc1::IfcWorkTime, OdIfc4x3_rc1::IfcZone, OdIfc4x3_rc1::IfcZShapeProfileDef, OdIfc4x3_rc4::IfcActionRequest, OdIfc4x3_rc4::IfcActor, OdIfc4x3_rc4::IfcActorRole, OdIfc4x3_rc4::IfcActuator, OdIfc4x3_rc4::IfcActuatorType, OdIfc4x3_rc4::IfcAddress, OdIfc4x3_rc4::IfcAdvancedBrep, OdIfc4x3_rc4::IfcAdvancedBrepWithVoids, OdIfc4x3_rc4::IfcAdvancedFace, OdIfc4x3_rc4::IfcAirTerminal, OdIfc4x3_rc4::IfcAirTerminalBox, OdIfc4x3_rc4::IfcAirTerminalBoxType, OdIfc4x3_rc4::IfcAirTerminalType, OdIfc4x3_rc4::IfcAirToAirHeatRecovery, OdIfc4x3_rc4::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc4::IfcAlarm, OdIfc4x3_rc4::IfcAlarmType, OdIfc4x3_rc4::IfcAlignment, OdIfc4x3_rc4::IfcAlignmentCant, OdIfc4x3_rc4::IfcAlignmentCantSegment, OdIfc4x3_rc4::IfcAlignmentHorizontal, OdIfc4x3_rc4::IfcAlignmentHorizontalSegment, OdIfc4x3_rc4::IfcAlignmentParameterSegment, OdIfc4x3_rc4::IfcAlignmentSegment, OdIfc4x3_rc4::IfcAlignmentVertical, OdIfc4x3_rc4::IfcAlignmentVerticalSegment, OdIfc4x3_rc4::IfcAnnotation, OdIfc4x3_rc4::IfcAnnotationFillArea, OdIfc4x3_rc4::IfcApplication, OdIfc4x3_rc4::IfcAppliedValue, OdIfc4x3_rc4::IfcApproval, OdIfc4x3_rc4::IfcApprovalRelationship, OdIfc4x3_rc4::IfcArbitraryClosedProfileDef, OdIfc4x3_rc4::IfcArbitraryOpenProfileDef, OdIfc4x3_rc4::IfcArbitraryProfileDefWithVoids, OdIfc4x3_rc4::IfcAsset, OdIfc4x3_rc4::IfcAsymmetricIShapeProfileDef, OdIfc4x3_rc4::IfcAudioVisualAppliance, OdIfc4x3_rc4::IfcAudioVisualApplianceType, OdIfc4x3_rc4::IfcAxis1Placement, OdIfc4x3_rc4::IfcAxis2Placement2D, OdIfc4x3_rc4::IfcAxis2Placement3D, OdIfc4x3_rc4::IfcAxis2PlacementLinear, OdIfc4x3_rc4::IfcBeam, OdIfc4x3_rc4::IfcBeamStandardCase, OdIfc4x3_rc4::IfcBeamType, OdIfc4x3_rc4::IfcBearing, OdIfc4x3_rc4::IfcBearingType, OdIfc4x3_rc4::IfcBlobTexture, OdIfc4x3_rc4::IfcBlock, OdIfc4x3_rc4::IfcBoiler, OdIfc4x3_rc4::IfcBoilerType, OdIfc4x3_rc4::IfcBooleanClippingResult, OdIfc4x3_rc4::IfcBooleanResult, OdIfc4x3_rc4::IfcBorehole, OdIfc4x3_rc4::IfcBoundaryCondition, OdIfc4x3_rc4::IfcBoundaryCurve, OdIfc4x3_rc4::IfcBoundaryEdgeCondition, OdIfc4x3_rc4::IfcBoundaryFaceCondition, OdIfc4x3_rc4::IfcBoundaryNodeCondition, OdIfc4x3_rc4::IfcBoundaryNodeConditionWarping, OdIfc4x3_rc4::IfcBoundedCurve, OdIfc4x3_rc4::IfcBoundedSurface, OdIfc4x3_rc4::IfcBoundingBox, OdIfc4x3_rc4::IfcBoxedHalfSpace, OdIfc4x3_rc4::IfcBridge, OdIfc4x3_rc4::IfcBSplineCurve, OdIfc4x3_rc4::IfcBSplineCurveWithKnots, OdIfc4x3_rc4::IfcBSplineSurface, OdIfc4x3_rc4::IfcBSplineSurfaceWithKnots, OdIfc4x3_rc4::IfcBuilding, OdIfc4x3_rc4::IfcBuildingElementPart, OdIfc4x3_rc4::IfcBuildingElementPartType, OdIfc4x3_rc4::IfcBuildingElementProxy, OdIfc4x3_rc4::IfcBuildingElementProxyType, OdIfc4x3_rc4::IfcBuildingStorey, OdIfc4x3_rc4::IfcBuildingSystem, OdIfc4x3_rc4::IfcBuiltElement, OdIfc4x3_rc4::IfcBuiltElementType, OdIfc4x3_rc4::IfcBuiltSystem, OdIfc4x3_rc4::IfcBurner, OdIfc4x3_rc4::IfcBurnerType, OdIfc4x3_rc4::IfcCableCarrierFitting, OdIfc4x3_rc4::IfcCableCarrierFittingType, OdIfc4x3_rc4::IfcCableCarrierSegment, OdIfc4x3_rc4::IfcCableCarrierSegmentType, OdIfc4x3_rc4::IfcCableFitting, OdIfc4x3_rc4::IfcCableFittingType, OdIfc4x3_rc4::IfcCableSegment, OdIfc4x3_rc4::IfcCableSegmentType, OdIfc4x3_rc4::IfcCaissonFoundation, OdIfc4x3_rc4::IfcCaissonFoundationType, OdIfc4x3_rc4::IfcCartesianPoint, OdIfc4x3_rc4::IfcCartesianPointList2D, OdIfc4x3_rc4::IfcCartesianPointList3D, OdIfc4x3_rc4::IfcCartesianPointList, OdIfc4x3_rc4::IfcCartesianTransformationOperator2D, OdIfc4x3_rc4::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x3_rc4::IfcCartesianTransformationOperator3D, OdIfc4x3_rc4::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x3_rc4::IfcCartesianTransformationOperator, OdIfc4x3_rc4::IfcCenterLineProfileDef, OdIfc4x3_rc4::IfcChiller, OdIfc4x3_rc4::IfcChillerType, OdIfc4x3_rc4::IfcChimney, OdIfc4x3_rc4::IfcChimneyType, OdIfc4x3_rc4::IfcCircle, OdIfc4x3_rc4::IfcCircleHollowProfileDef, OdIfc4x3_rc4::IfcCircleProfileDef, OdIfc4x3_rc4::IfcCivilElement, OdIfc4x3_rc4::IfcCivilElementType, OdIfc4x3_rc4::IfcClassification, OdIfc4x3_rc4::IfcClassificationReference, OdIfc4x3_rc4::IfcClosedShell, OdIfc4x3_rc4::IfcClothoid, OdIfc4x3_rc4::IfcCoil, OdIfc4x3_rc4::IfcCoilType, OdIfc4x3_rc4::IfcColourRgb, OdIfc4x3_rc4::IfcColourRgbList, OdIfc4x3_rc4::IfcColourSpecification, OdIfc4x3_rc4::IfcColumn, OdIfc4x3_rc4::IfcColumnStandardCase, OdIfc4x3_rc4::IfcColumnType, OdIfc4x3_rc4::IfcCommunicationsAppliance, OdIfc4x3_rc4::IfcCommunicationsApplianceType, OdIfc4x3_rc4::IfcComplexProperty, OdIfc4x3_rc4::IfcComplexPropertyTemplate, OdIfc4x3_rc4::IfcCompositeCurve, OdIfc4x3_rc4::IfcCompositeCurveOnSurface, OdIfc4x3_rc4::IfcCompositeCurveSegment, OdIfc4x3_rc4::IfcCompositeProfileDef, OdIfc4x3_rc4::IfcCompressor, OdIfc4x3_rc4::IfcCompressorType, OdIfc4x3_rc4::IfcCondenser, OdIfc4x3_rc4::IfcCondenserType, OdIfc4x3_rc4::IfcConic, OdIfc4x3_rc4::IfcConnectedFaceSet, OdIfc4x3_rc4::IfcConnectionCurveGeometry, OdIfc4x3_rc4::IfcConnectionGeometry, OdIfc4x3_rc4::IfcConnectionPointEccentricity, OdIfc4x3_rc4::IfcConnectionPointGeometry, OdIfc4x3_rc4::IfcConnectionSurfaceGeometry, OdIfc4x3_rc4::IfcConnectionVolumeGeometry, OdIfc4x3_rc4::IfcConstraint, OdIfc4x3_rc4::IfcConstructionEquipmentResource, OdIfc4x3_rc4::IfcConstructionEquipmentResourceType, OdIfc4x3_rc4::IfcConstructionMaterialResource, OdIfc4x3_rc4::IfcConstructionMaterialResourceType, OdIfc4x3_rc4::IfcConstructionProductResource, OdIfc4x3_rc4::IfcConstructionProductResourceType, OdIfc4x3_rc4::IfcConstructionResource, OdIfc4x3_rc4::IfcConstructionResourceType, OdIfc4x3_rc4::IfcContext, OdIfc4x3_rc4::IfcContextDependentUnit, OdIfc4x3_rc4::IfcControl, OdIfc4x3_rc4::IfcController, OdIfc4x3_rc4::IfcControllerType, OdIfc4x3_rc4::IfcConversionBasedUnit, OdIfc4x3_rc4::IfcConversionBasedUnitWithOffset, OdIfc4x3_rc4::IfcConveyorSegment, OdIfc4x3_rc4::IfcConveyorSegmentType, OdIfc4x3_rc4::IfcCooledBeam, OdIfc4x3_rc4::IfcCooledBeamType, OdIfc4x3_rc4::IfcCoolingTower, OdIfc4x3_rc4::IfcCoolingTowerType, OdIfc4x3_rc4::IfcCoordinateOperation, OdIfc4x3_rc4::IfcCoordinateReferenceSystem, OdIfc4x3_rc4::IfcCosine, OdIfc4x3_rc4::IfcCostItem, OdIfc4x3_rc4::IfcCostSchedule, OdIfc4x3_rc4::IfcCostValue, OdIfc4x3_rc4::IfcCourse, OdIfc4x3_rc4::IfcCourseType, OdIfc4x3_rc4::IfcCovering, OdIfc4x3_rc4::IfcCoveringType, OdIfc4x3_rc4::IfcCrewResource, OdIfc4x3_rc4::IfcCrewResourceType, OdIfc4x3_rc4::IfcCsgPrimitive3D, OdIfc4x3_rc4::IfcCsgSolid, OdIfc4x3_rc4::IfcCShapeProfileDef, OdIfc4x3_rc4::IfcCurrencyRelationship, OdIfc4x3_rc4::IfcCurtainWall, OdIfc4x3_rc4::IfcCurtainWallType, OdIfc4x3_rc4::IfcCurve, OdIfc4x3_rc4::IfcCurveBoundedPlane, OdIfc4x3_rc4::IfcCurveBoundedSurface, OdIfc4x3_rc4::IfcCurveSegment, OdIfc4x3_rc4::IfcCurveStyle, OdIfc4x3_rc4::IfcCurveStyleFontAndScaling, OdIfc4x3_rc4::IfcCurveStyleFont, OdIfc4x3_rc4::IfcCurveStyleFontPattern, OdIfc4x3_rc4::IfcCylindricalSurface, OdIfc4x3_rc4::IfcDamper, OdIfc4x3_rc4::IfcDamperType, OdIfc4x3_rc4::IfcDeepFoundation, OdIfc4x3_rc4::IfcDeepFoundationType, OdIfc4x3_rc4::IfcDerivedProfileDef, OdIfc4x3_rc4::IfcDerivedUnit, OdIfc4x3_rc4::IfcDerivedUnitElement, OdIfc4x3_rc4::IfcDimensionalExponents, OdIfc4x3_rc4::IfcDirection, OdIfc4x3_rc4::IfcDirectrixCurveSweptAreaSolid, OdIfc4x3_rc4::IfcDirectrixDerivedReferenceSweptAreaSolid, OdIfc4x3_rc4::IfcDiscreteAccessory, OdIfc4x3_rc4::IfcDiscreteAccessoryType, OdIfc4x3_rc4::IfcDistributionBoard, OdIfc4x3_rc4::IfcDistributionBoardType, OdIfc4x3_rc4::IfcDistributionChamberElement, OdIfc4x3_rc4::IfcDistributionChamberElementType, OdIfc4x3_rc4::IfcDistributionCircuit, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionControlElementType, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionElementType, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionFlowElementType, OdIfc4x3_rc4::IfcDistributionPort, OdIfc4x3_rc4::IfcDistributionSystem, OdIfc4x3_rc4::IfcDocumentInformation, OdIfc4x3_rc4::IfcDocumentInformationRelationship, OdIfc4x3_rc4::IfcDocumentReference, OdIfc4x3_rc4::IfcDoor, OdIfc4x3_rc4::IfcDoorLiningProperties, OdIfc4x3_rc4::IfcDoorPanelProperties, OdIfc4x3_rc4::IfcDoorStandardCase, OdIfc4x3_rc4::IfcDoorStyle, OdIfc4x3_rc4::IfcDoorType, OdIfc4x3_rc4::IfcDraughtingPreDefinedColour, OdIfc4x3_rc4::IfcDraughtingPreDefinedCurveFont, OdIfc4x3_rc4::IfcDuctFitting, OdIfc4x3_rc4::IfcDuctFittingType, OdIfc4x3_rc4::IfcDuctSegment, OdIfc4x3_rc4::IfcDuctSegmentType, OdIfc4x3_rc4::IfcDuctSilencer, OdIfc4x3_rc4::IfcDuctSilencerType, OdIfc4x3_rc4::IfcEarthworksCut, OdIfc4x3_rc4::IfcEarthworksElement, OdIfc4x3_rc4::IfcEarthworksFill, OdIfc4x3_rc4::IfcEdge, OdIfc4x3_rc4::IfcEdgeCurve, OdIfc4x3_rc4::IfcEdgeLoop, OdIfc4x3_rc4::IfcElectricAppliance, OdIfc4x3_rc4::IfcElectricApplianceType, OdIfc4x3_rc4::IfcElectricDistributionBoard, OdIfc4x3_rc4::IfcElectricDistributionBoardType, OdIfc4x3_rc4::IfcElectricFlowStorageDevice, OdIfc4x3_rc4::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc4::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc4::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcElectricGenerator, OdIfc4x3_rc4::IfcElectricGeneratorType, OdIfc4x3_rc4::IfcElectricMotor, OdIfc4x3_rc4::IfcElectricMotorType, OdIfc4x3_rc4::IfcElectricTimeControl, OdIfc4x3_rc4::IfcElectricTimeControlType, OdIfc4x3_rc4::IfcElementarySurface, OdIfc4x3_rc4::IfcElementAssembly, OdIfc4x3_rc4::IfcElementAssemblyType, OdIfc4x3_rc4::IfcElement, OdIfc4x3_rc4::IfcElementComponent, OdIfc4x3_rc4::IfcElementComponentType, OdIfc4x3_rc4::IfcElementQuantity, OdIfc4x3_rc4::IfcElementType, OdIfc4x3_rc4::IfcEllipse, OdIfc4x3_rc4::IfcEllipseProfileDef, OdIfc4x3_rc4::IfcEnergyConversionDevice, OdIfc4x3_rc4::IfcEnergyConversionDeviceType, OdIfc4x3_rc4::IfcEngine, OdIfc4x3_rc4::IfcEngineType, OdIfc4x3_rc4::IfcEvaporativeCooler, OdIfc4x3_rc4::IfcEvaporativeCoolerType, OdIfc4x3_rc4::IfcEvaporator, OdIfc4x3_rc4::IfcEvaporatorType, OdIfc4x3_rc4::IfcEvent, OdIfc4x3_rc4::IfcEventTime, OdIfc4x3_rc4::IfcEventType, OdIfc4x3_rc4::IfcExtendedProperties, OdIfc4x3_rc4::IfcExternalInformation, OdIfc4x3_rc4::IfcExternallyDefinedHatchStyle, OdIfc4x3_rc4::IfcExternallyDefinedSurfaceStyle, OdIfc4x3_rc4::IfcExternallyDefinedTextFont, OdIfc4x3_rc4::IfcExternalReference, OdIfc4x3_rc4::IfcExternalReferenceRelationship, OdIfc4x3_rc4::IfcExternalSpatialElement, OdIfc4x3_rc4::IfcExternalSpatialStructureElement, OdIfc4x3_rc4::IfcExtrudedAreaSolid, OdIfc4x3_rc4::IfcExtrudedAreaSolidTapered, OdIfc4x3_rc4::IfcFace, OdIfc4x3_rc4::IfcFaceBasedSurfaceModel, OdIfc4x3_rc4::IfcFaceBound, OdIfc4x3_rc4::IfcFaceOuterBound, OdIfc4x3_rc4::IfcFaceSurface, OdIfc4x3_rc4::IfcFacetedBrep, OdIfc4x3_rc4::IfcFacetedBrepWithVoids, OdIfc4x3_rc4::IfcFacility, OdIfc4x3_rc4::IfcFacilityPart, OdIfc4x3_rc4::IfcFailureConnectionCondition, OdIfc4x3_rc4::IfcFan, OdIfc4x3_rc4::IfcFanType, OdIfc4x3_rc4::IfcFastener, OdIfc4x3_rc4::IfcFastenerType, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElement, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFillAreaStyle, OdIfc4x3_rc4::IfcFillAreaStyleHatching, OdIfc4x3_rc4::IfcFillAreaStyleTiles, OdIfc4x3_rc4::IfcFilter, OdIfc4x3_rc4::IfcFilterType, OdIfc4x3_rc4::IfcFireSuppressionTerminal, OdIfc4x3_rc4::IfcFireSuppressionTerminalType, OdIfc4x3_rc4::IfcFixedReferenceSweptAreaSolid, OdIfc4x3_rc4::IfcFlowController, OdIfc4x3_rc4::IfcFlowControllerType, OdIfc4x3_rc4::IfcFlowFitting, OdIfc4x3_rc4::IfcFlowFittingType, OdIfc4x3_rc4::IfcFlowInstrument, OdIfc4x3_rc4::IfcFlowInstrumentType, OdIfc4x3_rc4::IfcFlowMeter, OdIfc4x3_rc4::IfcFlowMeterType, OdIfc4x3_rc4::IfcFlowMovingDevice, OdIfc4x3_rc4::IfcFlowMovingDeviceType, OdIfc4x3_rc4::IfcFlowSegment, OdIfc4x3_rc4::IfcFlowSegmentType, OdIfc4x3_rc4::IfcFlowStorageDevice, OdIfc4x3_rc4::IfcFlowStorageDeviceType, OdIfc4x3_rc4::IfcFlowTerminal, OdIfc4x3_rc4::IfcFlowTerminalType, OdIfc4x3_rc4::IfcFlowTreatmentDevice, OdIfc4x3_rc4::IfcFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcFooting, OdIfc4x3_rc4::IfcFootingType, OdIfc4x3_rc4::IfcFurnishingElement, OdIfc4x3_rc4::IfcFurnishingElementType, OdIfc4x3_rc4::IfcFurniture, OdIfc4x3_rc4::IfcFurnitureType, OdIfc4x3_rc4::IfcGeographicElement, OdIfc4x3_rc4::IfcGeographicElementType, OdIfc4x3_rc4::IfcGeometricCurveSet, OdIfc4x3_rc4::IfcGeometricRepresentationContext, OdIfc4x3_rc4::IfcGeometricRepresentationItem, OdIfc4x3_rc4::IfcGeometricRepresentationSubContext, OdIfc4x3_rc4::IfcGeometricSet, OdIfc4x3_rc4::IfcGeomodel, OdIfc4x3_rc4::IfcGeoslice, OdIfc4x3_rc4::IfcGeotechnicalAssembly, OdIfc4x3_rc4::IfcGeotechnicalElement, OdIfc4x3_rc4::IfcGeotechnicalStratum, OdIfc4x3_rc4::IfcGradientCurve, OdIfc4x3_rc4::IfcGrid, OdIfc4x3_rc4::IfcGridAxis, OdIfc4x3_rc4::IfcGridPlacement, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcHalfSpaceSolid, OdIfc4x3_rc4::IfcHeatExchanger, OdIfc4x3_rc4::IfcHeatExchangerType, OdIfc4x3_rc4::IfcHumidifier, OdIfc4x3_rc4::IfcHumidifierType, OdIfc4x3_rc4::IfcImageTexture, OdIfc4x3_rc4::IfcImpactProtectionDevice, OdIfc4x3_rc4::IfcImpactProtectionDeviceType, OdIfc4x3_rc4::IfcIndexedColourMap, OdIfc4x3_rc4::IfcIndexedPolyCurve, OdIfc4x3_rc4::IfcIndexedPolygonalFace, OdIfc4x3_rc4::IfcIndexedPolygonalFaceWithVoids, OdIfc4x3_rc4::IfcIndexedTextureMap, OdIfc4x3_rc4::IfcIndexedTriangleTextureMap, OdIfc4x3_rc4::IfcInterceptor, OdIfc4x3_rc4::IfcInterceptorType, OdIfc4x3_rc4::IfcIntersectionCurve, OdIfc4x3_rc4::IfcInventory, OdIfc4x3_rc4::IfcIrregularTimeSeries, OdIfc4x3_rc4::IfcIrregularTimeSeriesValue, OdIfc4x3_rc4::IfcIShapeProfileDef, OdIfc4x3_rc4::IfcJunctionBox, OdIfc4x3_rc4::IfcJunctionBoxType, OdIfc4x3_rc4::IfcKerb, OdIfc4x3_rc4::IfcKerbType, OdIfc4x3_rc4::IfcLaborResource, OdIfc4x3_rc4::IfcLaborResourceType, OdIfc4x3_rc4::IfcLagTime, OdIfc4x3_rc4::IfcLamp, OdIfc4x3_rc4::IfcLampType, OdIfc4x3_rc4::IfcLibraryInformation, OdIfc4x3_rc4::IfcLibraryReference, OdIfc4x3_rc4::IfcLightDistributionData, OdIfc4x3_rc4::IfcLightFixture, OdIfc4x3_rc4::IfcLightFixtureType, OdIfc4x3_rc4::IfcLightIntensityDistribution, OdIfc4x3_rc4::IfcLightSourceAmbient, OdIfc4x3_rc4::IfcLightSource, OdIfc4x3_rc4::IfcLightSourceDirectional, OdIfc4x3_rc4::IfcLightSourceGoniometric, OdIfc4x3_rc4::IfcLightSourcePositional, OdIfc4x3_rc4::IfcLightSourceSpot, OdIfc4x3_rc4::IfcLinearElement, OdIfc4x3_rc4::IfcLinearPlacement, OdIfc4x3_rc4::IfcLinearPositioningElement, OdIfc4x3_rc4::IfcLine, OdIfc4x3_rc4::IfcLiquidTerminal, OdIfc4x3_rc4::IfcLiquidTerminalType, OdIfc4x3_rc4::IfcLocalPlacement, OdIfc4x3_rc4::IfcLoop, OdIfc4x3_rc4::IfcLShapeProfileDef, OdIfc4x3_rc4::IfcManifoldSolidBrep, OdIfc4x3_rc4::IfcMapConversion, OdIfc4x3_rc4::IfcMappedItem, OdIfc4x3_rc4::IfcMarineFacility, OdIfc4x3_rc4::IfcMaterial, OdIfc4x3_rc4::IfcMaterialClassificationRelationship, OdIfc4x3_rc4::IfcMaterialConstituent, OdIfc4x3_rc4::IfcMaterialConstituentSet, OdIfc4x3_rc4::IfcMaterialDefinition, OdIfc4x3_rc4::IfcMaterialDefinitionRepresentation, OdIfc4x3_rc4::IfcMaterialLayer, OdIfc4x3_rc4::IfcMaterialLayerSet, OdIfc4x3_rc4::IfcMaterialLayerSetUsage, OdIfc4x3_rc4::IfcMaterialLayerWithOffsets, OdIfc4x3_rc4::IfcMaterialList, OdIfc4x3_rc4::IfcMaterialProfile, OdIfc4x3_rc4::IfcMaterialProfileSet, OdIfc4x3_rc4::IfcMaterialProfileSetUsage, OdIfc4x3_rc4::IfcMaterialProfileSetUsageTapering, OdIfc4x3_rc4::IfcMaterialProfileWithOffsets, OdIfc4x3_rc4::IfcMaterialProperties, OdIfc4x3_rc4::IfcMaterialRelationship, OdIfc4x3_rc4::IfcMaterialUsageDefinition, OdIfc4x3_rc4::IfcMeasureWithUnit, OdIfc4x3_rc4::IfcMechanicalFastener, OdIfc4x3_rc4::IfcMechanicalFastenerType, OdIfc4x3_rc4::IfcMedicalDevice, OdIfc4x3_rc4::IfcMedicalDeviceType, OdIfc4x3_rc4::IfcMember, OdIfc4x3_rc4::IfcMemberStandardCase, OdIfc4x3_rc4::IfcMemberType, OdIfc4x3_rc4::IfcMetric, OdIfc4x3_rc4::IfcMirroredProfileDef, OdIfc4x3_rc4::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc4::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc4::IfcMonetaryUnit, OdIfc4x3_rc4::IfcMooringDevice, OdIfc4x3_rc4::IfcMooringDeviceType, OdIfc4x3_rc4::IfcMotorConnection, OdIfc4x3_rc4::IfcMotorConnectionType, OdIfc4x3_rc4::IfcNamedUnit, OdIfc4x3_rc4::IfcNavigationElement, OdIfc4x3_rc4::IfcNavigationElementType, OdIfc4x3_rc4::IfcObject, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcObjective, OdIfc4x3_rc4::IfcObjectPlacement, OdIfc4x3_rc4::IfcOccupant, OdIfc4x3_rc4::IfcOffsetCurve2D, OdIfc4x3_rc4::IfcOffsetCurve3D, OdIfc4x3_rc4::IfcOffsetCurve, OdIfc4x3_rc4::IfcOffsetCurveByDistances, OdIfc4x3_rc4::IfcOpenCrossProfileDef, OdIfc4x3_rc4::IfcOpeningElement, OdIfc4x3_rc4::IfcOpeningStandardCase, OdIfc4x3_rc4::IfcOpenShell, OdIfc4x3_rc4::IfcOrganization, OdIfc4x3_rc4::IfcOrganizationRelationship, OdIfc4x3_rc4::IfcOrientedEdge, OdIfc4x3_rc4::IfcOuterBoundaryCurve, OdIfc4x3_rc4::IfcOutlet, OdIfc4x3_rc4::IfcOutletType, OdIfc4x3_rc4::IfcOwnerHistory, OdIfc4x3_rc4::IfcParameterizedProfileDef, OdIfc4x3_rc4::IfcPath, OdIfc4x3_rc4::IfcPavement, OdIfc4x3_rc4::IfcPavementType, OdIfc4x3_rc4::IfcPcurve, OdIfc4x3_rc4::IfcPerformanceHistory, OdIfc4x3_rc4::IfcPermeableCoveringProperties, OdIfc4x3_rc4::IfcPermit, OdIfc4x3_rc4::IfcPersonAndOrganization, OdIfc4x3_rc4::IfcPerson, OdIfc4x3_rc4::IfcPhysicalComplexQuantity, OdIfc4x3_rc4::IfcPhysicalQuantity, OdIfc4x3_rc4::IfcPhysicalSimpleQuantity, OdIfc4x3_rc4::IfcPile, OdIfc4x3_rc4::IfcPileType, OdIfc4x3_rc4::IfcPipeFitting, OdIfc4x3_rc4::IfcPipeFittingType, OdIfc4x3_rc4::IfcPipeSegment, OdIfc4x3_rc4::IfcPipeSegmentType, OdIfc4x3_rc4::IfcPixelTexture, OdIfc4x3_rc4::IfcPlacement, OdIfc4x3_rc4::IfcPlanarBox, OdIfc4x3_rc4::IfcPlanarExtent, OdIfc4x3_rc4::IfcPlane, OdIfc4x3_rc4::IfcPlant, OdIfc4x3_rc4::IfcPlate, OdIfc4x3_rc4::IfcPlateStandardCase, OdIfc4x3_rc4::IfcPlateType, OdIfc4x3_rc4::IfcPoint, OdIfc4x3_rc4::IfcPointByDistanceExpression, OdIfc4x3_rc4::IfcPointOnCurve, OdIfc4x3_rc4::IfcPointOnSurface, OdIfc4x3_rc4::IfcPolygonalBoundedHalfSpace, OdIfc4x3_rc4::IfcPolygonalFaceSet, OdIfc4x3_rc4::IfcPolyline, OdIfc4x3_rc4::IfcPolyLoop, OdIfc4x3_rc4::IfcPolynomialCurve, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcPostalAddress, OdIfc4x3_rc4::IfcPreDefinedColour, OdIfc4x3_rc4::IfcPreDefinedCurveFont, OdIfc4x3_rc4::IfcPreDefinedItem, OdIfc4x3_rc4::IfcPreDefinedProperties, OdIfc4x3_rc4::IfcPreDefinedPropertySet, OdIfc4x3_rc4::IfcPreDefinedTextFont, OdIfc4x3_rc4::IfcPresentationItem, OdIfc4x3_rc4::IfcPresentationLayerAssignment, OdIfc4x3_rc4::IfcPresentationLayerWithStyle, OdIfc4x3_rc4::IfcPresentationStyle, OdIfc4x3_rc4::IfcProcedure, OdIfc4x3_rc4::IfcProcedureType, OdIfc4x3_rc4::IfcProcess, OdIfc4x3_rc4::IfcProduct, OdIfc4x3_rc4::IfcProductDefinitionShape, OdIfc4x3_rc4::IfcProductRepresentation, OdIfc4x3_rc4::IfcProfileDef, OdIfc4x3_rc4::IfcProfileProperties, OdIfc4x3_rc4::IfcProject, OdIfc4x3_rc4::IfcProjectedCRS, OdIfc4x3_rc4::IfcProjectionElement, OdIfc4x3_rc4::IfcProjectLibrary, OdIfc4x3_rc4::IfcProjectOrder, OdIfc4x3_rc4::IfcPropertyAbstraction, OdIfc4x3_rc4::IfcProperty, OdIfc4x3_rc4::IfcPropertyBoundedValue, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertyDependencyRelationship, OdIfc4x3_rc4::IfcPropertyEnumeratedValue, OdIfc4x3_rc4::IfcPropertyEnumeration, OdIfc4x3_rc4::IfcPropertyListValue, OdIfc4x3_rc4::IfcPropertyReferenceValue, OdIfc4x3_rc4::IfcPropertySet, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetTemplate, OdIfc4x3_rc4::IfcPropertySingleValue, OdIfc4x3_rc4::IfcPropertyTableValue, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcPropertyTemplateDefinition, OdIfc4x3_rc4::IfcProtectiveDevice, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc4::IfcProtectiveDeviceType, OdIfc4x3_rc4::IfcProxy, OdIfc4x3_rc4::IfcPump, OdIfc4x3_rc4::IfcPumpType, OdIfc4x3_rc4::IfcQuantityArea, OdIfc4x3_rc4::IfcQuantityCount, OdIfc4x3_rc4::IfcQuantityLength, OdIfc4x3_rc4::IfcQuantitySet, OdIfc4x3_rc4::IfcQuantityTime, OdIfc4x3_rc4::IfcQuantityVolume, OdIfc4x3_rc4::IfcQuantityWeight, OdIfc4x3_rc4::IfcRail, OdIfc4x3_rc4::IfcRailing, OdIfc4x3_rc4::IfcRailingType, OdIfc4x3_rc4::IfcRailType, OdIfc4x3_rc4::IfcRailway, OdIfc4x3_rc4::IfcRamp, OdIfc4x3_rc4::IfcRampFlight, OdIfc4x3_rc4::IfcRampFlightType, OdIfc4x3_rc4::IfcRampType, OdIfc4x3_rc4::IfcRationalBSplineCurveWithKnots, OdIfc4x3_rc4::IfcRationalBSplineSurfaceWithKnots, OdIfc4x3_rc4::IfcRectangleHollowProfileDef, OdIfc4x3_rc4::IfcRectangleProfileDef, OdIfc4x3_rc4::IfcRectangularPyramid, OdIfc4x3_rc4::IfcRectangularTrimmedSurface, OdIfc4x3_rc4::IfcRecurrencePattern, OdIfc4x3_rc4::IfcReference, OdIfc4x3_rc4::IfcReferent, OdIfc4x3_rc4::IfcRegularTimeSeries, OdIfc4x3_rc4::IfcReinforcedSoil, OdIfc4x3_rc4::IfcReinforcementBarProperties, OdIfc4x3_rc4::IfcReinforcementDefinitionProperties, OdIfc4x3_rc4::IfcReinforcingBar, OdIfc4x3_rc4::IfcReinforcingBarType, OdIfc4x3_rc4::IfcReinforcingElement, OdIfc4x3_rc4::IfcReinforcingElementType, OdIfc4x3_rc4::IfcReinforcingMesh, OdIfc4x3_rc4::IfcReinforcingMeshType, OdIfc4x3_rc4::IfcRelAdheresToElement, OdIfc4x3_rc4::IfcRelAggregates, OdIfc4x3_rc4::IfcRelAssigns, OdIfc4x3_rc4::IfcRelAssignsToActor, OdIfc4x3_rc4::IfcRelAssignsToControl, OdIfc4x3_rc4::IfcRelAssignsToGroup, OdIfc4x3_rc4::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc4::IfcRelAssignsToProcess, OdIfc4x3_rc4::IfcRelAssignsToProduct, OdIfc4x3_rc4::IfcRelAssignsToResource, OdIfc4x3_rc4::IfcRelAssociatesApproval, OdIfc4x3_rc4::IfcRelAssociates, OdIfc4x3_rc4::IfcRelAssociatesClassification, OdIfc4x3_rc4::IfcRelAssociatesConstraint, OdIfc4x3_rc4::IfcRelAssociatesDocument, OdIfc4x3_rc4::IfcRelAssociatesLibrary, OdIfc4x3_rc4::IfcRelAssociatesMaterial, OdIfc4x3_rc4::IfcRelAssociatesProfileDef, OdIfc4x3_rc4::IfcRelationship, OdIfc4x3_rc4::IfcRelConnects, OdIfc4x3_rc4::IfcRelConnectsElements, OdIfc4x3_rc4::IfcRelConnectsPathElements, OdIfc4x3_rc4::IfcRelConnectsPorts, OdIfc4x3_rc4::IfcRelConnectsPortToElement, OdIfc4x3_rc4::IfcRelConnectsStructuralActivity, OdIfc4x3_rc4::IfcRelConnectsStructuralMember, OdIfc4x3_rc4::IfcRelConnectsWithEccentricity, OdIfc4x3_rc4::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc4::IfcRelContainedInSpatialStructure, OdIfc4x3_rc4::IfcRelCoversBldgElements, OdIfc4x3_rc4::IfcRelCoversSpaces, OdIfc4x3_rc4::IfcRelDeclares, OdIfc4x3_rc4::IfcRelDecomposes, OdIfc4x3_rc4::IfcRelDefines, OdIfc4x3_rc4::IfcRelDefinesByObject, OdIfc4x3_rc4::IfcRelDefinesByProperties, OdIfc4x3_rc4::IfcRelDefinesByTemplate, OdIfc4x3_rc4::IfcRelDefinesByType, OdIfc4x3_rc4::IfcRelFillsElement, OdIfc4x3_rc4::IfcRelFlowControlElements, OdIfc4x3_rc4::IfcRelInterferesElements, OdIfc4x3_rc4::IfcRelNests, OdIfc4x3_rc4::IfcRelPositions, OdIfc4x3_rc4::IfcRelProjectsElement, OdIfc4x3_rc4::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc4::IfcRelSequence, OdIfc4x3_rc4::IfcRelServicesBuildings, OdIfc4x3_rc4::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary, OdIfc4x3_rc4::IfcRelVoidsElement, OdIfc4x3_rc4::IfcReparametrisedCompositeCurveSegment, OdIfc4x3_rc4::IfcRepresentation, OdIfc4x3_rc4::IfcRepresentationContext, OdIfc4x3_rc4::IfcRepresentationItem, OdIfc4x3_rc4::IfcRepresentationMap, OdIfc4x3_rc4::IfcResourceApprovalRelationship, OdIfc4x3_rc4::IfcResource, OdIfc4x3_rc4::IfcResourceConstraintRelationship, OdIfc4x3_rc4::IfcResourceLevelRelationship, OdIfc4x3_rc4::IfcResourceTime, OdIfc4x3_rc4::IfcRevolvedAreaSolid, OdIfc4x3_rc4::IfcRevolvedAreaSolidTapered, OdIfc4x3_rc4::IfcRightCircularCone, OdIfc4x3_rc4::IfcRightCircularCylinder, OdIfc4x3_rc4::IfcRoad, OdIfc4x3_rc4::IfcRoof, OdIfc4x3_rc4::IfcRoofType, OdIfc4x3_rc4::IfcRoot, OdIfc4x3_rc4::IfcRoundedRectangleProfileDef, OdIfc4x3_rc4::IfcSanitaryTerminal, OdIfc4x3_rc4::IfcSanitaryTerminalType, OdIfc4x3_rc4::IfcSchedulingTime, OdIfc4x3_rc4::IfcSeamCurve, OdIfc4x3_rc4::IfcSecondOrderPolynomialSpiral, OdIfc4x3_rc4::IfcSectionedSolid, OdIfc4x3_rc4::IfcSectionedSolidHorizontal, OdIfc4x3_rc4::IfcSectionedSpine, OdIfc4x3_rc4::IfcSectionedSurface, OdIfc4x3_rc4::IfcSectionProperties, OdIfc4x3_rc4::IfcSectionReinforcementProperties, OdIfc4x3_rc4::IfcSegment, OdIfc4x3_rc4::IfcSegmentedReferenceCurve, OdIfc4x3_rc4::IfcSensor, OdIfc4x3_rc4::IfcSensorType, OdIfc4x3_rc4::IfcSeventhOrderPolynomialSpiral, OdIfc4x3_rc4::IfcShadingDevice, OdIfc4x3_rc4::IfcShadingDeviceType, OdIfc4x3_rc4::IfcShapeAspect, OdIfc4x3_rc4::IfcShapeModel, OdIfc4x3_rc4::IfcShapeRepresentation, OdIfc4x3_rc4::IfcShellBasedSurfaceModel, OdIfc4x3_rc4::IfcSignal, OdIfc4x3_rc4::IfcSignalType, OdIfc4x3_rc4::IfcSign, OdIfc4x3_rc4::IfcSignType, OdIfc4x3_rc4::IfcSimpleProperty, OdIfc4x3_rc4::IfcSimplePropertyTemplate, OdIfc4x3_rc4::IfcSine, OdIfc4x3_rc4::IfcSite, OdIfc4x3_rc4::IfcSIUnit, OdIfc4x3_rc4::IfcSlab, OdIfc4x3_rc4::IfcSlabElementedCase, OdIfc4x3_rc4::IfcSlabStandardCase, OdIfc4x3_rc4::IfcSlabType, OdIfc4x3_rc4::IfcSlippageConnectionCondition, OdIfc4x3_rc4::IfcSolarDevice, OdIfc4x3_rc4::IfcSolarDeviceType, OdIfc4x3_rc4::IfcSolidModel, OdIfc4x3_rc4::IfcSolidStratum, OdIfc4x3_rc4::IfcSpace, OdIfc4x3_rc4::IfcSpaceHeater, OdIfc4x3_rc4::IfcSpaceHeaterType, OdIfc4x3_rc4::IfcSpaceType, OdIfc4x3_rc4::IfcSpatialElement, OdIfc4x3_rc4::IfcSpatialElementType, OdIfc4x3_rc4::IfcSpatialStructureElement, OdIfc4x3_rc4::IfcSpatialStructureElementType, OdIfc4x3_rc4::IfcSpatialZone, OdIfc4x3_rc4::IfcSpatialZoneType, OdIfc4x3_rc4::IfcSphere, OdIfc4x3_rc4::IfcSphericalSurface, OdIfc4x3_rc4::IfcSpiral, OdIfc4x3_rc4::IfcStackTerminal, OdIfc4x3_rc4::IfcStackTerminalType, OdIfc4x3_rc4::IfcStair, OdIfc4x3_rc4::IfcStairFlight, OdIfc4x3_rc4::IfcStairFlightType, OdIfc4x3_rc4::IfcStairType, OdIfc4x3_rc4::IfcStructuralAction, OdIfc4x3_rc4::IfcStructuralActivity, OdIfc4x3_rc4::IfcStructuralAnalysisModel, OdIfc4x3_rc4::IfcStructuralConnection, OdIfc4x3_rc4::IfcStructuralConnectionCondition, OdIfc4x3_rc4::IfcStructuralCurveAction, OdIfc4x3_rc4::IfcStructuralCurveConnection, OdIfc4x3_rc4::IfcStructuralCurveMember, OdIfc4x3_rc4::IfcStructuralCurveMemberVarying, OdIfc4x3_rc4::IfcStructuralCurveReaction, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralLinearAction, OdIfc4x3_rc4::IfcStructuralLoad, OdIfc4x3_rc4::IfcStructuralLoadCase, OdIfc4x3_rc4::IfcStructuralLoadConfiguration, OdIfc4x3_rc4::IfcStructuralLoadGroup, OdIfc4x3_rc4::IfcStructuralLoadLinearForce, OdIfc4x3_rc4::IfcStructuralLoadOrResult, OdIfc4x3_rc4::IfcStructuralLoadPlanarForce, OdIfc4x3_rc4::IfcStructuralLoadSingleDisplacement, OdIfc4x3_rc4::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x3_rc4::IfcStructuralLoadSingleForce, OdIfc4x3_rc4::IfcStructuralLoadSingleForceWarping, OdIfc4x3_rc4::IfcStructuralLoadStatic, OdIfc4x3_rc4::IfcStructuralLoadTemperature, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralPlanarAction, OdIfc4x3_rc4::IfcStructuralPointAction, OdIfc4x3_rc4::IfcStructuralPointConnection, OdIfc4x3_rc4::IfcStructuralPointReaction, OdIfc4x3_rc4::IfcStructuralReaction, OdIfc4x3_rc4::IfcStructuralResultGroup, OdIfc4x3_rc4::IfcStructuralSurfaceAction, OdIfc4x3_rc4::IfcStructuralSurfaceConnection, OdIfc4x3_rc4::IfcStructuralSurfaceMember, OdIfc4x3_rc4::IfcStructuralSurfaceMemberVarying, OdIfc4x3_rc4::IfcStructuralSurfaceReaction, OdIfc4x3_rc4::IfcStyledItem, OdIfc4x3_rc4::IfcStyledRepresentation, OdIfc4x3_rc4::IfcStyleModel, OdIfc4x3_rc4::IfcSubContractResource, OdIfc4x3_rc4::IfcSubContractResourceType, OdIfc4x3_rc4::IfcSubedge, OdIfc4x3_rc4::IfcSurface, OdIfc4x3_rc4::IfcSurfaceCurve, OdIfc4x3_rc4::IfcSurfaceCurveSweptAreaSolid, OdIfc4x3_rc4::IfcSurfaceFeature, OdIfc4x3_rc4::IfcSurfaceOfLinearExtrusion, OdIfc4x3_rc4::IfcSurfaceOfRevolution, OdIfc4x3_rc4::IfcSurfaceReinforcementArea, OdIfc4x3_rc4::IfcSurfaceStyle, OdIfc4x3_rc4::IfcSurfaceStyleLighting, OdIfc4x3_rc4::IfcSurfaceStyleRefraction, OdIfc4x3_rc4::IfcSurfaceStyleRendering, OdIfc4x3_rc4::IfcSurfaceStyleShading, OdIfc4x3_rc4::IfcSurfaceStyleWithTextures, OdIfc4x3_rc4::IfcSurfaceTexture, OdIfc4x3_rc4::IfcSweptAreaSolid, OdIfc4x3_rc4::IfcSweptDiskSolid, OdIfc4x3_rc4::IfcSweptDiskSolidPolygonal, OdIfc4x3_rc4::IfcSweptSurface, OdIfc4x3_rc4::IfcSwitchingDevice, OdIfc4x3_rc4::IfcSwitchingDeviceType, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystemFurnitureElement, OdIfc4x3_rc4::IfcSystemFurnitureElementType, OdIfc4x3_rc4::IfcTable, OdIfc4x3_rc4::IfcTableColumn, OdIfc4x3_rc4::IfcTableRow, OdIfc4x3_rc4::IfcTank, OdIfc4x3_rc4::IfcTankType, OdIfc4x3_rc4::IfcTask, OdIfc4x3_rc4::IfcTaskTime, OdIfc4x3_rc4::IfcTaskTimeRecurring, OdIfc4x3_rc4::IfcTaskType, OdIfc4x3_rc4::IfcTelecomAddress, OdIfc4x3_rc4::IfcTendonAnchor, OdIfc4x3_rc4::IfcTendonAnchorType, OdIfc4x3_rc4::IfcTendon, OdIfc4x3_rc4::IfcTendonConduit, OdIfc4x3_rc4::IfcTendonConduitType, OdIfc4x3_rc4::IfcTendonType, OdIfc4x3_rc4::IfcTessellatedFaceSet, OdIfc4x3_rc4::IfcTessellatedItem, OdIfc4x3_rc4::IfcTextLiteral, OdIfc4x3_rc4::IfcTextLiteralWithExtent, OdIfc4x3_rc4::IfcTextStyle, OdIfc4x3_rc4::IfcTextStyleFontModel, OdIfc4x3_rc4::IfcTextStyleForDefinedFont, OdIfc4x3_rc4::IfcTextStyleTextModel, OdIfc4x3_rc4::IfcTextureCoordinate, OdIfc4x3_rc4::IfcTextureCoordinateGenerator, OdIfc4x3_rc4::IfcTextureMap, OdIfc4x3_rc4::IfcTextureVertex, OdIfc4x3_rc4::IfcTextureVertexList, OdIfc4x3_rc4::IfcThirdOrderPolynomialSpiral, OdIfc4x3_rc4::IfcTimePeriod, OdIfc4x3_rc4::IfcTimeSeries, OdIfc4x3_rc4::IfcTimeSeriesValue, OdIfc4x3_rc4::IfcTopologicalRepresentationItem, OdIfc4x3_rc4::IfcTopologyRepresentation, OdIfc4x3_rc4::IfcToroidalSurface, OdIfc4x3_rc4::IfcTrackElement, OdIfc4x3_rc4::IfcTrackElementType, OdIfc4x3_rc4::IfcTransformer, OdIfc4x3_rc4::IfcTransformerType, OdIfc4x3_rc4::IfcTransportElement, OdIfc4x3_rc4::IfcTransportElementType, OdIfc4x3_rc4::IfcTrapeziumProfileDef, OdIfc4x3_rc4::IfcTriangulatedFaceSet, OdIfc4x3_rc4::IfcTriangulatedIrregularNetwork, OdIfc4x3_rc4::IfcTrimmedCurve, OdIfc4x3_rc4::IfcTShapeProfileDef, OdIfc4x3_rc4::IfcTubeBundle, OdIfc4x3_rc4::IfcTubeBundleType, OdIfc4x3_rc4::IfcTypeObject, OdIfc4x3_rc4::IfcTypeProcess, OdIfc4x3_rc4::IfcTypeProduct, OdIfc4x3_rc4::IfcTypeResource, OdIfc4x3_rc4::IfcUnitaryControlElement, OdIfc4x3_rc4::IfcUnitaryControlElementType, OdIfc4x3_rc4::IfcUnitaryEquipment, OdIfc4x3_rc4::IfcUnitaryEquipmentType, OdIfc4x3_rc4::IfcUnitAssignment, OdIfc4x3_rc4::IfcUShapeProfileDef, OdIfc4x3_rc4::IfcValve, OdIfc4x3_rc4::IfcValveType, OdIfc4x3_rc4::IfcVector, OdIfc4x3_rc4::IfcVertex, OdIfc4x3_rc4::IfcVertexLoop, OdIfc4x3_rc4::IfcVertexPoint, OdIfc4x3_rc4::IfcVibrationDamper, OdIfc4x3_rc4::IfcVibrationDamperType, OdIfc4x3_rc4::IfcVibrationIsolator, OdIfc4x3_rc4::IfcVibrationIsolatorType, OdIfc4x3_rc4::IfcVirtualElement, OdIfc4x3_rc4::IfcVirtualGridIntersection, OdIfc4x3_rc4::IfcVoidingFeature, OdIfc4x3_rc4::IfcVoidStratum, OdIfc4x3_rc4::IfcWall, OdIfc4x3_rc4::IfcWallElementedCase, OdIfc4x3_rc4::IfcWallStandardCase, OdIfc4x3_rc4::IfcWallType, OdIfc4x3_rc4::IfcWasteTerminal, OdIfc4x3_rc4::IfcWasteTerminalType, OdIfc4x3_rc4::IfcWaterStratum, OdIfc4x3_rc4::IfcWindow, OdIfc4x3_rc4::IfcWindowLiningProperties, OdIfc4x3_rc4::IfcWindowPanelProperties, OdIfc4x3_rc4::IfcWindowStandardCase, OdIfc4x3_rc4::IfcWindowStyle, OdIfc4x3_rc4::IfcWindowType, OdIfc4x3_rc4::IfcWorkCalendar, OdIfc4x3_rc4::IfcWorkControl, OdIfc4x3_rc4::IfcWorkPlan, OdIfc4x3_rc4::IfcWorkSchedule, OdIfc4x3_rc4::IfcWorkTime, OdIfc4x3_rc4::IfcZone, OdIfc4x3_rc4::IfcZShapeProfileDef, OdIfcInteroperable::OdIfcCartesianPointAuto, and OdIfcInteroperable::OdIfcDirectionAuto.
void OdIfc::OdIfcEntity::unresolve | ( | ) |
Unresolves the entity.
|
virtual |
Clears the attribute value.
explicitAttrName | [in] An ANSI string that contains the attribute name. |
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcActorRole, OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAddress, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAnnotationFillArea, OdIfc2x2_final::IfcAnnotationFillAreaOccurrence, OdIfc2x2_final::IfcApplication, OdIfc2x2_final::IfcAppliedValue, OdIfc2x2_final::IfcAppliedValueRelationship, OdIfc2x2_final::IfcApprovalActorRelationship, OdIfc2x2_final::IfcApproval, OdIfc2x2_final::IfcApprovalPropertyRelationship, OdIfc2x2_final::IfcApprovalRelationship, OdIfc2x2_final::IfcArbitraryClosedProfileDef, OdIfc2x2_final::IfcArbitraryOpenProfileDef, OdIfc2x2_final::IfcArbitraryProfileDefWithVoids, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcAsymmetricIShapeProfileDef, OdIfc2x2_final::IfcAxis1Placement, OdIfc2x2_final::IfcAxis2Placement2D, OdIfc2x2_final::IfcAxis2Placement3D, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBooleanResult, OdIfc2x2_final::IfcBoundaryCondition, OdIfc2x2_final::IfcBoundaryEdgeCondition, OdIfc2x2_final::IfcBoundaryFaceCondition, OdIfc2x2_final::IfcBoundaryNodeCondition, OdIfc2x2_final::IfcBoundaryNodeConditionWarping, OdIfc2x2_final::IfcBoundingBox, OdIfc2x2_final::IfcBoxedHalfSpace, OdIfc2x2_final::IfcBSplineCurve, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcCalendarDate, OdIfc2x2_final::IfcCartesianPoint, OdIfc2x2_final::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator3D, OdIfc2x2_final::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCircle, OdIfc2x2_final::IfcCircleHollowProfileDef, OdIfc2x2_final::IfcCircleProfileDef, OdIfc2x2_final::IfcClassification, OdIfc2x2_final::IfcClassificationItem, OdIfc2x2_final::IfcClassificationItemRelationship, OdIfc2x2_final::IfcClassificationNotation, OdIfc2x2_final::IfcClassificationNotationFacet, OdIfc2x2_final::IfcClassificationReference, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColourRgb, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcComplexProperty, OdIfc2x2_final::IfcCompositeCurve, OdIfc2x2_final::IfcCompositeCurveSegment, OdIfc2x2_final::IfcCompositeProfileDef, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConic, OdIfc2x2_final::IfcConnectedFaceSet, OdIfc2x2_final::IfcConnectionCurveGeometry, OdIfc2x2_final::IfcConnectionPointGeometry, OdIfc2x2_final::IfcConnectionPortGeometry, OdIfc2x2_final::IfcConnectionSurfaceGeometry, OdIfc2x2_final::IfcConstraintAggregationRelationship, OdIfc2x2_final::IfcConstraint, OdIfc2x2_final::IfcConstraintClassificationRelationship, OdIfc2x2_final::IfcConstraintRelationship, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcContextDependentUnit, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcConversionBasedUnit, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCoordinatedUniversalTimeOffset, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCostValue, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcCraneRailAShapeProfileDef, OdIfc2x2_final::IfcCraneRailFShapeProfileDef, OdIfc2x2_final::IfcCsgSolid, OdIfc2x2_final::IfcCShapeProfileDef, OdIfc2x2_final::IfcCurrencyRelationship, OdIfc2x2_final::IfcCurveBoundedPlane, OdIfc2x2_final::IfcCurveStyle, OdIfc2x2_final::IfcCurveStyleFontAndScaling, OdIfc2x2_final::IfcCurveStyleFont, OdIfc2x2_final::IfcCurveStyleFontPattern, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDateAndTime, OdIfc2x2_final::IfcDefinedSymbol, OdIfc2x2_final::IfcDerivedProfileDef, OdIfc2x2_final::IfcDerivedUnit, OdIfc2x2_final::IfcDerivedUnitElement, OdIfc2x2_final::IfcDimensionalExponents, OdIfc2x2_final::IfcDimensionCurve, OdIfc2x2_final::IfcDimensionCurveTerminator, OdIfc2x2_final::IfcDirection, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDocumentElectronicFormat, OdIfc2x2_final::IfcDocumentInformation, OdIfc2x2_final::IfcDocumentInformationRelationship, OdIfc2x2_final::IfcDocumentReference, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDraughtingCallout, OdIfc2x2_final::IfcDraughtingCalloutRelationship, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcEdge, OdIfc2x2_final::IfcEdgeCurve, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcEdgeLoop, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementarySurface, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEllipse, OdIfc2x2_final::IfcEllipseProfileDef, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEnvironmentalImpactValue, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcExtendedMaterialProperties, OdIfc2x2_final::IfcExternalReference, OdIfc2x2_final::IfcExtrudedAreaSolid, OdIfc2x2_final::IfcFace, OdIfc2x2_final::IfcFaceBasedSurfaceModel, OdIfc2x2_final::IfcFaceBound, OdIfc2x2_final::IfcFaceSurface, OdIfc2x2_final::IfcFacetedBrepWithVoids, OdIfc2x2_final::IfcFailureConnectionCondition, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFillAreaStyle, OdIfc2x2_final::IfcFillAreaStyleHatching, OdIfc2x2_final::IfcFillAreaStyleTiles, OdIfc2x2_final::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFuelProperties, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcGeneralMaterialProperties, OdIfc2x2_final::IfcGeneralProfileProperties, OdIfc2x2_final::IfcGeometricRepresentationContext, OdIfc2x2_final::IfcGeometricRepresentationSubContext, OdIfc2x2_final::IfcGeometricSet, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGridAxis, OdIfc2x2_final::IfcGridPlacement, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcHalfSpaceSolid, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcHygroscopicMaterialProperties, OdIfc2x2_final::IfcImageTexture, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcIrregularTimeSeries, OdIfc2x2_final::IfcIrregularTimeSeriesValue, OdIfc2x2_final::IfcIShapeProfileDef, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLibraryInformation, OdIfc2x2_final::IfcLibraryReference, OdIfc2x2_final::IfcLightDistributionData, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcLightIntensityDistribution, OdIfc2x2_final::IfcLightSource, OdIfc2x2_final::IfcLightSourceDirectional, OdIfc2x2_final::IfcLightSourceGoniometric, OdIfc2x2_final::IfcLightSourcePositional, OdIfc2x2_final::IfcLightSourceSpot, OdIfc2x2_final::IfcLine, OdIfc2x2_final::IfcLocalPlacement, OdIfc2x2_final::IfcLocalTime, OdIfc2x2_final::IfcLShapeProfileDef, OdIfc2x2_final::IfcManifoldSolidBrep, OdIfc2x2_final::IfcMappedItem, OdIfc2x2_final::IfcMaterial, OdIfc2x2_final::IfcMaterialClassificationRelationship, OdIfc2x2_final::IfcMaterialLayer, OdIfc2x2_final::IfcMaterialLayerSet, OdIfc2x2_final::IfcMaterialLayerSetUsage, OdIfc2x2_final::IfcMaterialList, OdIfc2x2_final::IfcMaterialProperties, OdIfc2x2_final::IfcMeasureWithUnit, OdIfc2x2_final::IfcMechanicalConcreteMaterialProperties, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMechanicalMaterialProperties, OdIfc2x2_final::IfcMechanicalSteelMaterialProperties, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMetric, OdIfc2x2_final::IfcMonetaryUnit, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcNamedUnit, OdIfc2x2_final::IfcObject, OdIfc2x2_final::IfcObjective, OdIfc2x2_final::IfcObjectPlacement, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOffsetCurve2D, OdIfc2x2_final::IfcOffsetCurve3D, OdIfc2x2_final::IfcOneDirectionRepeatFactor, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOpticalMaterialProperties, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcOrganization, OdIfc2x2_final::IfcOrganizationRelationship, OdIfc2x2_final::IfcOrientedEdge, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcOwnerHistory, OdIfc2x2_final::IfcParameterizedProfileDef, OdIfc2x2_final::IfcPath, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPersonAndOrganization, OdIfc2x2_final::IfcPerson, OdIfc2x2_final::IfcPhysicalComplexQuantity, OdIfc2x2_final::IfcPhysicalQuantity, OdIfc2x2_final::IfcPhysicalSimpleQuantity, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPixelTexture, OdIfc2x2_final::IfcPlacement, OdIfc2x2_final::IfcPlanarBox, OdIfc2x2_final::IfcPlanarExtent, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPointOnCurve, OdIfc2x2_final::IfcPointOnSurface, OdIfc2x2_final::IfcPolygonalBoundedHalfSpace, OdIfc2x2_final::IfcPolyline, OdIfc2x2_final::IfcPolyLoop, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcPostalAddress, OdIfc2x2_final::IfcPreDefinedItem, OdIfc2x2_final::IfcPresentationLayerAssignment, OdIfc2x2_final::IfcPresentationLayerAssignmentWithStyle, OdIfc2x2_final::IfcPresentationStyleAssignment, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProductDefinitionShape, OdIfc2x2_final::IfcProductRepresentation, OdIfc2x2_final::IfcProductsOfCombustionProperties, OdIfc2x2_final::IfcProfileDef, OdIfc2x2_final::IfcProfileProperties, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProperty, OdIfc2x2_final::IfcPropertyBoundedValue, OdIfc2x2_final::IfcPropertyConstraintRelationship, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertyDependencyRelationship, OdIfc2x2_final::IfcPropertyEnumeratedValue, OdIfc2x2_final::IfcPropertyEnumeration, OdIfc2x2_final::IfcPropertyListValue, OdIfc2x2_final::IfcPropertyReferenceValue, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcPropertySingleValue, OdIfc2x2_final::IfcPropertyTableValue, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcQuantityArea, OdIfc2x2_final::IfcQuantityCount, OdIfc2x2_final::IfcQuantityLength, OdIfc2x2_final::IfcQuantityTime, OdIfc2x2_final::IfcQuantityVolume, OdIfc2x2_final::IfcQuantityWeight, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcRationalBezierCurve, OdIfc2x2_final::IfcRectangleHollowProfileDef, OdIfc2x2_final::IfcRectangleProfileDef, OdIfc2x2_final::IfcRectangularTrimmedSurface, OdIfc2x2_final::IfcReferencesValueDocument, OdIfc2x2_final::IfcRegularTimeSeries, OdIfc2x2_final::IfcReinforcementBarProperties, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcRelAssigns, OdIfc2x2_final::IfcRelAssignsTasks, OdIfc2x2_final::IfcRelAssignsToActor, OdIfc2x2_final::IfcRelAssignsToControl, OdIfc2x2_final::IfcRelAssignsToGroup, OdIfc2x2_final::IfcRelAssignsToProcess, OdIfc2x2_final::IfcRelAssignsToProduct, OdIfc2x2_final::IfcRelAssignsToResource, OdIfc2x2_final::IfcRelAssociatesAppliedValue, OdIfc2x2_final::IfcRelAssociatesApproval, OdIfc2x2_final::IfcRelAssociates, OdIfc2x2_final::IfcRelAssociatesClassification, OdIfc2x2_final::IfcRelAssociatesConstraint, OdIfc2x2_final::IfcRelAssociatesDocument, OdIfc2x2_final::IfcRelAssociatesLibrary, OdIfc2x2_final::IfcRelAssociatesMaterial, OdIfc2x2_final::IfcRelAssociatesProfileProperties, OdIfc2x2_final::IfcRelaxation, OdIfc2x2_final::IfcRelConnectsElements, OdIfc2x2_final::IfcRelConnectsPathElements, OdIfc2x2_final::IfcRelConnectsPorts, OdIfc2x2_final::IfcRelConnectsPortToElement, OdIfc2x2_final::IfcRelConnectsStructuralActivity, OdIfc2x2_final::IfcRelConnectsStructuralMember, OdIfc2x2_final::IfcRelConnectsWithRealizingElements, OdIfc2x2_final::IfcRelContainedInSpatialStructure, OdIfc2x2_final::IfcRelCoversBldgElements, OdIfc2x2_final::IfcRelDecomposes, OdIfc2x2_final::IfcRelDefines, OdIfc2x2_final::IfcRelDefinesByProperties, OdIfc2x2_final::IfcRelDefinesByType, OdIfc2x2_final::IfcRelFillsElement, OdIfc2x2_final::IfcRelFlowControlElements, OdIfc2x2_final::IfcRelInteractionRequirements, OdIfc2x2_final::IfcRelOverridesProperties, OdIfc2x2_final::IfcRelProjectsElement, OdIfc2x2_final::IfcRelSequence, OdIfc2x2_final::IfcRelServicesBuildings, OdIfc2x2_final::IfcRelSpaceBoundary, OdIfc2x2_final::IfcRelVoidsElement, OdIfc2x2_final::IfcRepresentation, OdIfc2x2_final::IfcRepresentationContext, OdIfc2x2_final::IfcRepresentationMap, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRevolvedAreaSolid, OdIfc2x2_final::IfcRibPlateProfileProperties, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoot, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcRoundedRectangleProfileDef, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcSectionedSpine, OdIfc2x2_final::IfcSectionProperties, OdIfc2x2_final::IfcSectionReinforcementProperties, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcShapeAspect, OdIfc2x2_final::IfcShapeRepresentation, OdIfc2x2_final::IfcShellBasedSurfaceModel, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSIUnit, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSlippageConnectionCondition, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralConnectionCondition, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoad, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralLoadLinearForce, OdIfc2x2_final::IfcStructuralLoadPlanarForce, OdIfc2x2_final::IfcStructuralLoadSingleDisplacement, OdIfc2x2_final::IfcStructuralLoadSingleDisplacementDistortion, OdIfc2x2_final::IfcStructuralLoadSingleForce, OdIfc2x2_final::IfcStructuralLoadSingleForceWarping, OdIfc2x2_final::IfcStructuralLoadTemperature, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralProfileProperties, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSteelProfileProperties, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcStyledItem, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSubedge, OdIfc2x2_final::IfcSurfaceCurveSweptAreaSolid, OdIfc2x2_final::IfcSurfaceOfLinearExtrusion, OdIfc2x2_final::IfcSurfaceOfRevolution, OdIfc2x2_final::IfcSurfaceStyle, OdIfc2x2_final::IfcSurfaceStyleLighting, OdIfc2x2_final::IfcSurfaceStyleRefraction, OdIfc2x2_final::IfcSurfaceStyleRendering, OdIfc2x2_final::IfcSurfaceStyleShading, OdIfc2x2_final::IfcSurfaceStyleWithTextures, OdIfc2x2_final::IfcSurfaceTexture, OdIfc2x2_final::IfcSweptAreaSolid, OdIfc2x2_final::IfcSweptDiskSolid, OdIfc2x2_final::IfcSweptSurface, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSymbolStyle, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTable, OdIfc2x2_final::IfcTableRow, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTelecomAddress, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTerminatorSymbol, OdIfc2x2_final::IfcTextLiteral, OdIfc2x2_final::IfcTextLiteralWithExtent, OdIfc2x2_final::IfcTextStyle, OdIfc2x2_final::IfcTextStyleWithBoxCharacteristics, OdIfc2x2_final::IfcTextStyleWithMirror, OdIfc2x2_final::IfcTextStyleWithSpacing, OdIfc2x2_final::IfcTextureCoordinate, OdIfc2x2_final::IfcTextureCoordinateGenerator, OdIfc2x2_final::IfcTextureMap, OdIfc2x2_final::IfcTextureVertex, OdIfc2x2_final::IfcThermalMaterialProperties, OdIfc2x2_final::IfcTimeSeries, OdIfc2x2_final::IfcTimeSeriesReferenceRelationship, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTimeSeriesValue, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTrapeziumProfileDef, OdIfc2x2_final::IfcTrimmedCurve, OdIfc2x2_final::IfcTShapeProfileDef, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTwoDirectionRepeatFactor, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcUnitAssignment, OdIfc2x2_final::IfcUShapeProfileDef, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVector, OdIfc2x2_final::IfcVertexBasedTextureMap, OdIfc2x2_final::IfcVertexLoop, OdIfc2x2_final::IfcVertexPoint, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcVirtualGridIntersection, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWaterProperties, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, OdIfc2x2_final::IfcWindowStyle, OdIfc2x2_final::IfcWorkControl, OdIfc2x2_final::IfcZShapeProfileDef, OdIfc2x3::IfcActionRequest, OdIfc2x3::IfcActor, OdIfc2x3::IfcActorRole, OdIfc2x3::IfcActuatorType, OdIfc2x3::IfcAddress, OdIfc2x3::IfcAirTerminalBoxType, OdIfc2x3::IfcAirTerminalType, OdIfc2x3::IfcAirToAirHeatRecoveryType, OdIfc2x3::IfcAlarmType, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAnnotationFillArea, OdIfc2x3::IfcAnnotationFillAreaOccurrence, OdIfc2x3::IfcAnnotationSurface, OdIfc2x3::IfcApplication, OdIfc2x3::IfcAppliedValue, OdIfc2x3::IfcAppliedValueRelationship, OdIfc2x3::IfcApprovalActorRelationship, OdIfc2x3::IfcApproval, OdIfc2x3::IfcApprovalPropertyRelationship, OdIfc2x3::IfcApprovalRelationship, OdIfc2x3::IfcArbitraryClosedProfileDef, OdIfc2x3::IfcArbitraryOpenProfileDef, OdIfc2x3::IfcArbitraryProfileDefWithVoids, OdIfc2x3::IfcAsset, OdIfc2x3::IfcAsymmetricIShapeProfileDef, OdIfc2x3::IfcAxis1Placement, OdIfc2x3::IfcAxis2Placement2D, OdIfc2x3::IfcAxis2Placement3D, OdIfc2x3::IfcBeamType, OdIfc2x3::IfcBlobTexture, OdIfc2x3::IfcBlock, OdIfc2x3::IfcBoilerType, OdIfc2x3::IfcBooleanResult, OdIfc2x3::IfcBoundaryCondition, OdIfc2x3::IfcBoundaryEdgeCondition, OdIfc2x3::IfcBoundaryFaceCondition, OdIfc2x3::IfcBoundaryNodeCondition, OdIfc2x3::IfcBoundaryNodeConditionWarping, OdIfc2x3::IfcBoundingBox, OdIfc2x3::IfcBoxedHalfSpace, OdIfc2x3::IfcBSplineCurve, OdIfc2x3::IfcBuilding, OdIfc2x3::IfcBuildingElementProxy, OdIfc2x3::IfcBuildingElementProxyType, OdIfc2x3::IfcBuildingStorey, OdIfc2x3::IfcCableCarrierFittingType, OdIfc2x3::IfcCableCarrierSegmentType, OdIfc2x3::IfcCableSegmentType, OdIfc2x3::IfcCalendarDate, OdIfc2x3::IfcCartesianPoint, OdIfc2x3::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator3D, OdIfc2x3::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator, OdIfc2x3::IfcCenterLineProfileDef, OdIfc2x3::IfcChamferEdgeFeature, OdIfc2x3::IfcChillerType, OdIfc2x3::IfcCircle, OdIfc2x3::IfcCircleHollowProfileDef, OdIfc2x3::IfcCircleProfileDef, OdIfc2x3::IfcClassification, OdIfc2x3::IfcClassificationItem, OdIfc2x3::IfcClassificationItemRelationship, OdIfc2x3::IfcClassificationNotation, OdIfc2x3::IfcClassificationNotationFacet, OdIfc2x3::IfcClassificationReference, OdIfc2x3::IfcCoilType, OdIfc2x3::IfcColourRgb, OdIfc2x3::IfcColourSpecification, OdIfc2x3::IfcColumnType, OdIfc2x3::IfcComplexProperty, OdIfc2x3::IfcCompositeCurve, OdIfc2x3::IfcCompositeCurveSegment, OdIfc2x3::IfcCompositeProfileDef, OdIfc2x3::IfcCompressorType, OdIfc2x3::IfcCondenserType, OdIfc2x3::IfcConditionCriterion, OdIfc2x3::IfcConic, OdIfc2x3::IfcConnectedFaceSet, OdIfc2x3::IfcConnectionCurveGeometry, OdIfc2x3::IfcConnectionPointEccentricity, OdIfc2x3::IfcConnectionPointGeometry, OdIfc2x3::IfcConnectionPortGeometry, OdIfc2x3::IfcConnectionSurfaceGeometry, OdIfc2x3::IfcConstraintAggregationRelationship, OdIfc2x3::IfcConstraint, OdIfc2x3::IfcConstraintClassificationRelationship, OdIfc2x3::IfcConstraintRelationship, OdIfc2x3::IfcConstructionMaterialResource, OdIfc2x3::IfcConstructionResource, OdIfc2x3::IfcContextDependentUnit, OdIfc2x3::IfcControl, OdIfc2x3::IfcControllerType, OdIfc2x3::IfcConversionBasedUnit, OdIfc2x3::IfcCooledBeamType, OdIfc2x3::IfcCoolingTowerType, OdIfc2x3::IfcCoordinatedUniversalTimeOffset, OdIfc2x3::IfcCostSchedule, OdIfc2x3::IfcCostValue, OdIfc2x3::IfcCovering, OdIfc2x3::IfcCoveringType, OdIfc2x3::IfcCraneRailAShapeProfileDef, OdIfc2x3::IfcCraneRailFShapeProfileDef, OdIfc2x3::IfcCsgPrimitive3D, OdIfc2x3::IfcCsgSolid, OdIfc2x3::IfcCShapeProfileDef, OdIfc2x3::IfcCurrencyRelationship, OdIfc2x3::IfcCurtainWallType, OdIfc2x3::IfcCurveBoundedPlane, OdIfc2x3::IfcCurveStyle, OdIfc2x3::IfcCurveStyleFontAndScaling, OdIfc2x3::IfcCurveStyleFont, OdIfc2x3::IfcCurveStyleFontPattern, OdIfc2x3::IfcDamperType, OdIfc2x3::IfcDateAndTime, OdIfc2x3::IfcDefinedSymbol, OdIfc2x3::IfcDerivedProfileDef, OdIfc2x3::IfcDerivedUnit, OdIfc2x3::IfcDerivedUnitElement, OdIfc2x3::IfcDimensionalExponents, OdIfc2x3::IfcDimensionCurve, OdIfc2x3::IfcDimensionCurveTerminator, OdIfc2x3::IfcDirection, OdIfc2x3::IfcDistributionChamberElementType, OdIfc2x3::IfcDistributionControlElement, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionPort, OdIfc2x3::IfcDocumentElectronicFormat, OdIfc2x3::IfcDocumentInformation, OdIfc2x3::IfcDocumentInformationRelationship, OdIfc2x3::IfcDocumentReference, OdIfc2x3::IfcDoor, OdIfc2x3::IfcDoorLiningProperties, OdIfc2x3::IfcDoorPanelProperties, OdIfc2x3::IfcDoorStyle, OdIfc2x3::IfcDraughtingCallout, OdIfc2x3::IfcDraughtingCalloutRelationship, OdIfc2x3::IfcDuctFittingType, OdIfc2x3::IfcDuctSegmentType, OdIfc2x3::IfcDuctSilencerType, OdIfc2x3::IfcEdge, OdIfc2x3::IfcEdgeCurve, OdIfc2x3::IfcEdgeFeature, OdIfc2x3::IfcEdgeLoop, OdIfc2x3::IfcElectricalBaseProperties, OdIfc2x3::IfcElectricApplianceType, OdIfc2x3::IfcElectricDistributionPoint, OdIfc2x3::IfcElectricFlowStorageDeviceType, OdIfc2x3::IfcElectricGeneratorType, OdIfc2x3::IfcElectricHeaterType, OdIfc2x3::IfcElectricMotorType, OdIfc2x3::IfcElectricTimeControlType, OdIfc2x3::IfcElementarySurface, OdIfc2x3::IfcElementAssembly, OdIfc2x3::IfcElement, OdIfc2x3::IfcElementQuantity, OdIfc2x3::IfcElementType, OdIfc2x3::IfcEllipse, OdIfc2x3::IfcEllipseProfileDef, OdIfc2x3::IfcEnergyProperties, OdIfc2x3::IfcEnvironmentalImpactValue, OdIfc2x3::IfcEvaporativeCoolerType, OdIfc2x3::IfcEvaporatorType, OdIfc2x3::IfcExtendedMaterialProperties, OdIfc2x3::IfcExternalReference, OdIfc2x3::IfcExtrudedAreaSolid, OdIfc2x3::IfcFace, OdIfc2x3::IfcFaceBasedSurfaceModel, OdIfc2x3::IfcFaceBound, OdIfc2x3::IfcFaceSurface, OdIfc2x3::IfcFacetedBrepWithVoids, OdIfc2x3::IfcFailureConnectionCondition, OdIfc2x3::IfcFanType, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFillAreaStyle, OdIfc2x3::IfcFillAreaStyleHatching, OdIfc2x3::IfcFillAreaStyleTiles, OdIfc2x3::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x3::IfcFilterType, OdIfc2x3::IfcFireSuppressionTerminalType, OdIfc2x3::IfcFlowInstrumentType, OdIfc2x3::IfcFlowMeterType, OdIfc2x3::IfcFluidFlowProperties, OdIfc2x3::IfcFooting, OdIfc2x3::IfcFuelProperties, OdIfc2x3::IfcFurnitureType, OdIfc2x3::IfcGasTerminalType, OdIfc2x3::IfcGeneralMaterialProperties, OdIfc2x3::IfcGeneralProfileProperties, OdIfc2x3::IfcGeometricRepresentationContext, OdIfc2x3::IfcGeometricRepresentationSubContext, OdIfc2x3::IfcGeometricSet, OdIfc2x3::IfcGrid, OdIfc2x3::IfcGridAxis, OdIfc2x3::IfcGridPlacement, OdIfc2x3::IfcGroup, OdIfc2x3::IfcHalfSpaceSolid, OdIfc2x3::IfcHeatExchangerType, OdIfc2x3::IfcHumidifierType, OdIfc2x3::IfcHygroscopicMaterialProperties, OdIfc2x3::IfcImageTexture, OdIfc2x3::IfcInventory, OdIfc2x3::IfcIrregularTimeSeries, OdIfc2x3::IfcIrregularTimeSeriesValue, OdIfc2x3::IfcIShapeProfileDef, OdIfc2x3::IfcJunctionBoxType, OdIfc2x3::IfcLaborResource, OdIfc2x3::IfcLampType, OdIfc2x3::IfcLibraryInformation, OdIfc2x3::IfcLibraryReference, OdIfc2x3::IfcLightDistributionData, OdIfc2x3::IfcLightFixtureType, OdIfc2x3::IfcLightIntensityDistribution, OdIfc2x3::IfcLightSource, OdIfc2x3::IfcLightSourceDirectional, OdIfc2x3::IfcLightSourceGoniometric, OdIfc2x3::IfcLightSourcePositional, OdIfc2x3::IfcLightSourceSpot, OdIfc2x3::IfcLine, OdIfc2x3::IfcLocalPlacement, OdIfc2x3::IfcLocalTime, OdIfc2x3::IfcLShapeProfileDef, OdIfc2x3::IfcManifoldSolidBrep, OdIfc2x3::IfcMappedItem, OdIfc2x3::IfcMaterial, OdIfc2x3::IfcMaterialClassificationRelationship, OdIfc2x3::IfcMaterialDefinitionRepresentation, OdIfc2x3::IfcMaterialLayer, OdIfc2x3::IfcMaterialLayerSet, OdIfc2x3::IfcMaterialLayerSetUsage, OdIfc2x3::IfcMaterialList, OdIfc2x3::IfcMaterialProperties, OdIfc2x3::IfcMeasureWithUnit, OdIfc2x3::IfcMechanicalConcreteMaterialProperties, OdIfc2x3::IfcMechanicalFastener, OdIfc2x3::IfcMechanicalMaterialProperties, OdIfc2x3::IfcMechanicalSteelMaterialProperties, OdIfc2x3::IfcMemberType, OdIfc2x3::IfcMetric, OdIfc2x3::IfcMonetaryUnit, OdIfc2x3::IfcMotorConnectionType, OdIfc2x3::IfcMove, OdIfc2x3::IfcNamedUnit, OdIfc2x3::IfcObject, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcObjective, OdIfc2x3::IfcObjectPlacement, OdIfc2x3::IfcOccupant, OdIfc2x3::IfcOffsetCurve2D, OdIfc2x3::IfcOffsetCurve3D, OdIfc2x3::IfcOneDirectionRepeatFactor, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOpticalMaterialProperties, OdIfc2x3::IfcOrderAction, OdIfc2x3::IfcOrganization, OdIfc2x3::IfcOrganizationRelationship, OdIfc2x3::IfcOrientedEdge, OdIfc2x3::IfcOutletType, OdIfc2x3::IfcOwnerHistory, OdIfc2x3::IfcParameterizedProfileDef, OdIfc2x3::IfcPath, OdIfc2x3::IfcPerformanceHistory, OdIfc2x3::IfcPermeableCoveringProperties, OdIfc2x3::IfcPermit, OdIfc2x3::IfcPersonAndOrganization, OdIfc2x3::IfcPerson, OdIfc2x3::IfcPhysicalComplexQuantity, OdIfc2x3::IfcPhysicalQuantity, OdIfc2x3::IfcPhysicalSimpleQuantity, OdIfc2x3::IfcPile, OdIfc2x3::IfcPipeFittingType, OdIfc2x3::IfcPipeSegmentType, OdIfc2x3::IfcPixelTexture, OdIfc2x3::IfcPlacement, OdIfc2x3::IfcPlanarBox, OdIfc2x3::IfcPlanarExtent, OdIfc2x3::IfcPlateType, OdIfc2x3::IfcPointOnCurve, OdIfc2x3::IfcPointOnSurface, OdIfc2x3::IfcPolygonalBoundedHalfSpace, OdIfc2x3::IfcPolyline, OdIfc2x3::IfcPolyLoop, OdIfc2x3::IfcPort, OdIfc2x3::IfcPostalAddress, OdIfc2x3::IfcPreDefinedItem, OdIfc2x3::IfcPresentationLayerAssignment, OdIfc2x3::IfcPresentationLayerWithStyle, OdIfc2x3::IfcPresentationStyleAssignment, OdIfc2x3::IfcPresentationStyle, OdIfc2x3::IfcProcedure, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProduct, OdIfc2x3::IfcProductDefinitionShape, OdIfc2x3::IfcProductRepresentation, OdIfc2x3::IfcProductsOfCombustionProperties, OdIfc2x3::IfcProfileDef, OdIfc2x3::IfcProfileProperties, OdIfc2x3::IfcProject, OdIfc2x3::IfcProjectOrder, OdIfc2x3::IfcProjectOrderRecord, OdIfc2x3::IfcProperty, OdIfc2x3::IfcPropertyBoundedValue, OdIfc2x3::IfcPropertyConstraintRelationship, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertyDependencyRelationship, OdIfc2x3::IfcPropertyEnumeratedValue, OdIfc2x3::IfcPropertyEnumeration, OdIfc2x3::IfcPropertyListValue, OdIfc2x3::IfcPropertyReferenceValue, OdIfc2x3::IfcPropertySet, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcPropertySingleValue, OdIfc2x3::IfcPropertyTableValue, OdIfc2x3::IfcProtectiveDeviceType, OdIfc2x3::IfcProxy, OdIfc2x3::IfcPumpType, OdIfc2x3::IfcQuantityArea, OdIfc2x3::IfcQuantityCount, OdIfc2x3::IfcQuantityLength, OdIfc2x3::IfcQuantityTime, OdIfc2x3::IfcQuantityVolume, OdIfc2x3::IfcQuantityWeight, OdIfc2x3::IfcRailing, OdIfc2x3::IfcRailingType, OdIfc2x3::IfcRamp, OdIfc2x3::IfcRampFlightType, OdIfc2x3::IfcRationalBezierCurve, OdIfc2x3::IfcRectangleHollowProfileDef, OdIfc2x3::IfcRectangleProfileDef, OdIfc2x3::IfcRectangularPyramid, OdIfc2x3::IfcRectangularTrimmedSurface, OdIfc2x3::IfcReferencesValueDocument, OdIfc2x3::IfcRegularTimeSeries, OdIfc2x3::IfcReinforcementBarProperties, OdIfc2x3::IfcReinforcementDefinitionProperties, OdIfc2x3::IfcReinforcingBar, OdIfc2x3::IfcReinforcingElement, OdIfc2x3::IfcReinforcingMesh, OdIfc2x3::IfcRelAssigns, OdIfc2x3::IfcRelAssignsTasks, OdIfc2x3::IfcRelAssignsToActor, OdIfc2x3::IfcRelAssignsToControl, OdIfc2x3::IfcRelAssignsToGroup, OdIfc2x3::IfcRelAssignsToProcess, OdIfc2x3::IfcRelAssignsToProduct, OdIfc2x3::IfcRelAssignsToResource, OdIfc2x3::IfcRelAssociatesAppliedValue, OdIfc2x3::IfcRelAssociatesApproval, OdIfc2x3::IfcRelAssociates, OdIfc2x3::IfcRelAssociatesClassification, OdIfc2x3::IfcRelAssociatesConstraint, OdIfc2x3::IfcRelAssociatesDocument, OdIfc2x3::IfcRelAssociatesLibrary, OdIfc2x3::IfcRelAssociatesMaterial, OdIfc2x3::IfcRelAssociatesProfileProperties, OdIfc2x3::IfcRelaxation, OdIfc2x3::IfcRelConnectsElements, OdIfc2x3::IfcRelConnectsPathElements, OdIfc2x3::IfcRelConnectsPorts, OdIfc2x3::IfcRelConnectsPortToElement, OdIfc2x3::IfcRelConnectsStructuralActivity, OdIfc2x3::IfcRelConnectsStructuralElement, OdIfc2x3::IfcRelConnectsStructuralMember, OdIfc2x3::IfcRelConnectsWithEccentricity, OdIfc2x3::IfcRelConnectsWithRealizingElements, OdIfc2x3::IfcRelContainedInSpatialStructure, OdIfc2x3::IfcRelCoversBldgElements, OdIfc2x3::IfcRelCoversSpaces, OdIfc2x3::IfcRelDecomposes, OdIfc2x3::IfcRelDefines, OdIfc2x3::IfcRelDefinesByProperties, OdIfc2x3::IfcRelDefinesByType, OdIfc2x3::IfcRelFillsElement, OdIfc2x3::IfcRelFlowControlElements, OdIfc2x3::IfcRelInteractionRequirements, OdIfc2x3::IfcRelOverridesProperties, OdIfc2x3::IfcRelProjectsElement, OdIfc2x3::IfcRelReferencedInSpatialStructure, OdIfc2x3::IfcRelSequence, OdIfc2x3::IfcRelServicesBuildings, OdIfc2x3::IfcRelSpaceBoundary, OdIfc2x3::IfcRelVoidsElement, OdIfc2x3::IfcRepresentation, OdIfc2x3::IfcRepresentationContext, OdIfc2x3::IfcRepresentationItem, OdIfc2x3::IfcRepresentationMap, OdIfc2x3::IfcResource, OdIfc2x3::IfcRevolvedAreaSolid, OdIfc2x3::IfcRibPlateProfileProperties, OdIfc2x3::IfcRightCircularCone, OdIfc2x3::IfcRightCircularCylinder, OdIfc2x3::IfcRoof, OdIfc2x3::IfcRoot, OdIfc2x3::IfcRoundedEdgeFeature, OdIfc2x3::IfcRoundedRectangleProfileDef, OdIfc2x3::IfcSanitaryTerminalType, OdIfc2x3::IfcScheduleTimeControl, OdIfc2x3::IfcSectionedSpine, OdIfc2x3::IfcSectionProperties, OdIfc2x3::IfcSectionReinforcementProperties, OdIfc2x3::IfcSensorType, OdIfc2x3::IfcServiceLife, OdIfc2x3::IfcServiceLifeFactor, OdIfc2x3::IfcShapeAspect, OdIfc2x3::IfcShapeModel, OdIfc2x3::IfcShellBasedSurfaceModel, OdIfc2x3::IfcSite, OdIfc2x3::IfcSIUnit, OdIfc2x3::IfcSlab, OdIfc2x3::IfcSlabType, OdIfc2x3::IfcSlippageConnectionCondition, OdIfc2x3::IfcSoundProperties, OdIfc2x3::IfcSoundValue, OdIfc2x3::IfcSpace, OdIfc2x3::IfcSpaceHeaterType, OdIfc2x3::IfcSpaceProgram, OdIfc2x3::IfcSpaceThermalLoadProperties, OdIfc2x3::IfcSpaceType, OdIfc2x3::IfcSpatialStructureElement, OdIfc2x3::IfcSphere, OdIfc2x3::IfcStackTerminalType, OdIfc2x3::IfcStair, OdIfc2x3::IfcStairFlight, OdIfc2x3::IfcStairFlightType, OdIfc2x3::IfcStructuralAction, OdIfc2x3::IfcStructuralActivity, OdIfc2x3::IfcStructuralAnalysisModel, OdIfc2x3::IfcStructuralConnection, OdIfc2x3::IfcStructuralConnectionCondition, OdIfc2x3::IfcStructuralCurveMember, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralLinearAction, OdIfc2x3::IfcStructuralLinearActionVarying, OdIfc2x3::IfcStructuralLoad, OdIfc2x3::IfcStructuralLoadGroup, OdIfc2x3::IfcStructuralLoadLinearForce, OdIfc2x3::IfcStructuralLoadPlanarForce, OdIfc2x3::IfcStructuralLoadSingleDisplacement, OdIfc2x3::IfcStructuralLoadSingleDisplacementDistortion, OdIfc2x3::IfcStructuralLoadSingleForce, OdIfc2x3::IfcStructuralLoadSingleForceWarping, OdIfc2x3::IfcStructuralLoadTemperature, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralPlanarAction, OdIfc2x3::IfcStructuralPlanarActionVarying, OdIfc2x3::IfcStructuralProfileProperties, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralResultGroup, OdIfc2x3::IfcStructuralSteelProfileProperties, OdIfc2x3::IfcStructuralSurfaceMember, OdIfc2x3::IfcStructuralSurfaceMemberVarying, OdIfc2x3::IfcStyledItem, OdIfc2x3::IfcSubContractResource, OdIfc2x3::IfcSubedge, OdIfc2x3::IfcSurfaceCurveSweptAreaSolid, OdIfc2x3::IfcSurfaceOfLinearExtrusion, OdIfc2x3::IfcSurfaceOfRevolution, OdIfc2x3::IfcSurfaceStyle, OdIfc2x3::IfcSurfaceStyleLighting, OdIfc2x3::IfcSurfaceStyleRefraction, OdIfc2x3::IfcSurfaceStyleRendering, OdIfc2x3::IfcSurfaceStyleShading, OdIfc2x3::IfcSurfaceStyleWithTextures, OdIfc2x3::IfcSurfaceTexture, OdIfc2x3::IfcSweptAreaSolid, OdIfc2x3::IfcSweptDiskSolid, OdIfc2x3::IfcSweptSurface, OdIfc2x3::IfcSwitchingDeviceType, OdIfc2x3::IfcSymbolStyle, OdIfc2x3::IfcSystem, OdIfc2x3::IfcTable, OdIfc2x3::IfcTableRow, OdIfc2x3::IfcTankType, OdIfc2x3::IfcTask, OdIfc2x3::IfcTelecomAddress, OdIfc2x3::IfcTendon, OdIfc2x3::IfcTerminatorSymbol, OdIfc2x3::IfcTextLiteral, OdIfc2x3::IfcTextLiteralWithExtent, OdIfc2x3::IfcTextStyle, OdIfc2x3::IfcTextStyleFontModel, OdIfc2x3::IfcTextStyleForDefinedFont, OdIfc2x3::IfcTextStyleTextModel, OdIfc2x3::IfcTextStyleWithBoxCharacteristics, OdIfc2x3::IfcTextureCoordinate, OdIfc2x3::IfcTextureCoordinateGenerator, OdIfc2x3::IfcTextureMap, OdIfc2x3::IfcTextureVertex, OdIfc2x3::IfcThermalMaterialProperties, OdIfc2x3::IfcTimeSeries, OdIfc2x3::IfcTimeSeriesReferenceRelationship, OdIfc2x3::IfcTimeSeriesSchedule, OdIfc2x3::IfcTimeSeriesValue, OdIfc2x3::IfcTransformerType, OdIfc2x3::IfcTransportElement, OdIfc2x3::IfcTransportElementType, OdIfc2x3::IfcTrapeziumProfileDef, OdIfc2x3::IfcTrimmedCurve, OdIfc2x3::IfcTShapeProfileDef, OdIfc2x3::IfcTubeBundleType, OdIfc2x3::IfcTwoDirectionRepeatFactor, OdIfc2x3::IfcTypeObject, OdIfc2x3::IfcTypeProduct, OdIfc2x3::IfcUnitaryEquipmentType, OdIfc2x3::IfcUnitAssignment, OdIfc2x3::IfcUShapeProfileDef, OdIfc2x3::IfcValveType, OdIfc2x3::IfcVector, OdIfc2x3::IfcVertexBasedTextureMap, OdIfc2x3::IfcVertexLoop, OdIfc2x3::IfcVertexPoint, OdIfc2x3::IfcVibrationIsolatorType, OdIfc2x3::IfcVirtualGridIntersection, OdIfc2x3::IfcWallType, OdIfc2x3::IfcWasteTerminalType, OdIfc2x3::IfcWaterProperties, OdIfc2x3::IfcWindow, OdIfc2x3::IfcWindowLiningProperties, OdIfc2x3::IfcWindowPanelProperties, OdIfc2x3::IfcWindowStyle, OdIfc2x3::IfcWorkControl, OdIfc2x3::IfcZShapeProfileDef, OdIfc2x_final::IfcActionTimeControl, OdIfc2x_final::IfcActor, OdIfc2x_final::IfcActorRole, OdIfc2x_final::IfcActuator, OdIfc2x_final::IfcAddress, OdIfc2x_final::IfcAirFilter, OdIfc2x_final::IfcAirTerminal, OdIfc2x_final::IfcAirTerminalBox, OdIfc2x_final::IfcApplication, OdIfc2x_final::IfcApproval, OdIfc2x_final::IfcApprovalUsage, OdIfc2x_final::IfcArbitraryClosedProfileDef, OdIfc2x_final::IfcArbitraryOpenProfileDef, OdIfc2x_final::IfcArbitraryProfileDefWithVoids, OdIfc2x_final::IfcAssessory, OdIfc2x_final::IfcAsset, OdIfc2x_final::IfcAxis1Placement, OdIfc2x_final::IfcAxis2Placement2D, OdIfc2x_final::IfcAxis2Placement3D, OdIfc2x_final::IfcBoiler, OdIfc2x_final::IfcBooleanResult, OdIfc2x_final::IfcBoundingBox, OdIfc2x_final::IfcBoxedHalfSpace, OdIfc2x_final::IfcBudget, OdIfc2x_final::IfcBuilding, OdIfc2x_final::IfcBuildingElement, OdIfc2x_final::IfcBuildingElementProxy, OdIfc2x_final::IfcBuildingStorey, OdIfc2x_final::IfcBuiltIn, OdIfc2x_final::IfcCalendarDate, OdIfc2x_final::IfcCartesianPoint, OdIfc2x_final::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x_final::IfcCartesianTransformationOperator3D, OdIfc2x_final::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x_final::IfcCartesianTransformationOperator, OdIfc2x_final::IfcChangeOrder, OdIfc2x_final::IfcChiller, OdIfc2x_final::IfcCircle, OdIfc2x_final::IfcCircleProfileDef, OdIfc2x_final::IfcClassification, OdIfc2x_final::IfcClassificationItem, OdIfc2x_final::IfcClassificationItemRelationship, OdIfc2x_final::IfcClassificationNotation, OdIfc2x_final::IfcClassificationNotationFacet, OdIfc2x_final::IfcClassificationReference, OdIfc2x_final::IfcCMDocPackage, OdIfc2x_final::IfcCoil, OdIfc2x_final::IfcCompartment, OdIfc2x_final::IfcComplexProperty, OdIfc2x_final::IfcCompositeCurve, OdIfc2x_final::IfcCompositeCurveSegment, OdIfc2x_final::IfcCompositeProfileDef, OdIfc2x_final::IfcCompressor, OdIfc2x_final::IfcConic, OdIfc2x_final::IfcConnectedFaceSet, OdIfc2x_final::IfcConnectionConstraint, OdIfc2x_final::IfcConnectionCurveGeometry, OdIfc2x_final::IfcConnectionPointGeometry, OdIfc2x_final::IfcConnectionPortGeometry, OdIfc2x_final::IfcConnectionSurfaceGeometry, OdIfc2x_final::IfcConstraintAggregationRelationship, OdIfc2x_final::IfcConstraint, OdIfc2x_final::IfcConstraintUsage, OdIfc2x_final::IfcConstructionMaterialResource, OdIfc2x_final::IfcContextDependentUnit, OdIfc2x_final::IfcControl, OdIfc2x_final::IfcControlElement, OdIfc2x_final::IfcConversionBasedUnit, OdIfc2x_final::IfcCoolingTower, OdIfc2x_final::IfcCoordinatedUniversalTimeOffset, OdIfc2x_final::IfcCost, OdIfc2x_final::IfcCostModifier, OdIfc2x_final::IfcCostModifierValue, OdIfc2x_final::IfcCostQuantity, OdIfc2x_final::IfcCostSchedule, OdIfc2x_final::IfcCostValue, OdIfc2x_final::IfcCostValueRelationship, OdIfc2x_final::IfcCovering, OdIfc2x_final::IfcCsgSolid, OdIfc2x_final::IfcCurveBoundedPlane, OdIfc2x_final::IfcDamper, OdIfc2x_final::IfcDateAndTime, OdIfc2x_final::IfcDerivedProfileDef, OdIfc2x_final::IfcDerivedUnit, OdIfc2x_final::IfcDerivedUnitElement, OdIfc2x_final::IfcDimensionalExponents, OdIfc2x_final::IfcDirectionalLightSource, OdIfc2x_final::IfcDirection, OdIfc2x_final::IfcDiscreteElement, OdIfc2x_final::IfcDistributionFlowElement, OdIfc2x_final::IfcDocumentElectronicFormat, OdIfc2x_final::IfcDocumentInformation, OdIfc2x_final::IfcDocumentInformationRelationship, OdIfc2x_final::IfcDocumentReference, OdIfc2x_final::IfcDoor, OdIfc2x_final::IfcDoorLiningProperties, OdIfc2x_final::IfcDoorPanelProperties, OdIfc2x_final::IfcDoorStyle, OdIfc2x_final::IfcEdge, OdIfc2x_final::IfcEdgeCurve, OdIfc2x_final::IfcElectricalAppliance, OdIfc2x_final::IfcElectricalBaseProperties, OdIfc2x_final::IfcElectricalExtendedProperties, OdIfc2x_final::IfcElectricMotor, OdIfc2x_final::IfcElementarySurface, OdIfc2x_final::IfcElement, OdIfc2x_final::IfcElementQuantity, OdIfc2x_final::IfcEllipse, OdIfc2x_final::IfcEllipseProfileDef, OdIfc2x_final::IfcExtendedMaterialProperties, OdIfc2x_final::IfcExternalReference, OdIfc2x_final::IfcExtrudedAreaSolid, OdIfc2x_final::IfcFace, OdIfc2x_final::IfcFaceBasedSurfaceModel, OdIfc2x_final::IfcFaceBound, OdIfc2x_final::IfcFaceSurface, OdIfc2x_final::IfcFacetedBrepWithVoids, OdIfc2x_final::IfcFan, OdIfc2x_final::IfcFlowFitting, OdIfc2x_final::IfcFlowSegment, OdIfc2x_final::IfcFluidFlowProperties, OdIfc2x_final::IfcFluidMovingDevice, OdIfc2x_final::IfcGeneralMaterialProperties, OdIfc2x_final::IfcGeometricRepresentationContext, OdIfc2x_final::IfcGeometricSet, OdIfc2x_final::IfcGrid, OdIfc2x_final::IfcGridAxis, OdIfc2x_final::IfcGridPlacement, OdIfc2x_final::IfcGroup, OdIfc2x_final::IfcHalfSpaceSolid, OdIfc2x_final::IfcHeatExchanger, OdIfc2x_final::IfcHeatTransferDevice, OdIfc2x_final::IfcHydronicHeater, OdIfc2x_final::IfcHygroscopicMaterialProperties, OdIfc2x_final::IfcInventory, OdIfc2x_final::IfcIshapeProfileDef, OdIfc2x_final::IfcLaborResource, OdIfc2x_final::IfcLibraryInformation, OdIfc2x_final::IfcLibraryReference, OdIfc2x_final::IfcLightFixture, OdIfc2x_final::IfcLine, OdIfc2x_final::IfcLocalPlacement, OdIfc2x_final::IfcLocalTime, OdIfc2x_final::IfcMaintenanceRecord, OdIfc2x_final::IfcMaintenanceWorkOrder, OdIfc2x_final::IfcManifoldSolidBrep, OdIfc2x_final::IfcManufacturerInformation, OdIfc2x_final::IfcMappedItem, OdIfc2x_final::IfcMaterial, OdIfc2x_final::IfcMaterialClassificationRelationship, OdIfc2x_final::IfcMaterialLayer, OdIfc2x_final::IfcMaterialLayerSet, OdIfc2x_final::IfcMaterialLayerSetUsage, OdIfc2x_final::IfcMaterialList, OdIfc2x_final::IfcMaterialProperties, OdIfc2x_final::IfcMeasureWithUnit, OdIfc2x_final::IfcMechanicalMaterialProperties, OdIfc2x_final::IfcMetric, OdIfc2x_final::IfcMetricBenchmark, OdIfc2x_final::IfcMetricValue, OdIfc2x_final::IfcMonetaryUnit, OdIfc2x_final::IfcMove, OdIfc2x_final::IfcNamedUnit, OdIfc2x_final::IfcObject, OdIfc2x_final::IfcObjective, OdIfc2x_final::IfcObjectPlacement, OdIfc2x_final::IfcOccupant, OdIfc2x_final::IfcOffsetCurve2D, OdIfc2x_final::IfcOffsetCurve3D, OdIfc2x_final::IfcOpeningElement, OdIfc2x_final::IfcOpticalMaterialProperties, OdIfc2x_final::IfcOrganization, OdIfc2x_final::IfcOrganizationRelationship, OdIfc2x_final::IfcOrientedEdge, OdIfc2x_final::IfcOutlet, OdIfc2x_final::IfcOwnerHistory, OdIfc2x_final::IfcPath, OdIfc2x_final::IfcPermeableCoveringProperties, OdIfc2x_final::IfcPersonAndOrganization, OdIfc2x_final::IfcPerson, OdIfc2x_final::IfcPhysicalQuantity, OdIfc2x_final::IfcPlacement, OdIfc2x_final::IfcPointLightSource, OdIfc2x_final::IfcPolygonalBoundedHalfSpace, OdIfc2x_final::IfcPolyline, OdIfc2x_final::IfcPolyLoop, OdIfc2x_final::IfcPostalAddress, OdIfc2x_final::IfcPresentationLightSource, OdIfc2x_final::IfcProcess, OdIfc2x_final::IfcProduct, OdIfc2x_final::IfcProductDefinitionShape, OdIfc2x_final::IfcProductRepresentation, OdIfc2x_final::IfcProfileDef, OdIfc2x_final::IfcProject, OdIfc2x_final::IfcProjectOrder, OdIfc2x_final::IfcProperty, OdIfc2x_final::IfcPropertyBoundedValue, OdIfc2x_final::IfcPropertyDefinition, OdIfc2x_final::IfcPropertyEnumeratedValue, OdIfc2x_final::IfcPropertyEnumeration, OdIfc2x_final::IfcPropertyReferenceValue, OdIfc2x_final::IfcPropertySet, OdIfc2x_final::IfcPropertySetDefinition, OdIfc2x_final::IfcPropertySingleValue, OdIfc2x_final::IfcPropertyTableValue, OdIfc2x_final::IfcProxy, OdIfc2x_final::IfcPump, OdIfc2x_final::IfcPurchaseOrder, OdIfc2x_final::IfcQuantityArea, OdIfc2x_final::IfcQuantityCount, OdIfc2x_final::IfcQuantityLength, OdIfc2x_final::IfcQuantityVolume, OdIfc2x_final::IfcQuantityWeight, OdIfc2x_final::IfcRailing, OdIfc2x_final::IfcRamp, OdIfc2x_final::IfcRectangleProfileDef, OdIfc2x_final::IfcRectangularTrimmedSurface, OdIfc2x_final::IfcReferenceEdge, OdIfc2x_final::IfcReferenceFace, OdIfc2x_final::IfcReferenceGeometry, OdIfc2x_final::IfcReferencesCostDocument, OdIfc2x_final::IfcReferenceVertex, OdIfc2x_final::IfcRelAggregatesResources, OdIfc2x_final::IfcRelAssigns, OdIfc2x_final::IfcRelAssignsFMStandard, OdIfc2x_final::IfcRelAssignsTasks, OdIfc2x_final::IfcRelAssignsToActor, OdIfc2x_final::IfcRelAssignsToControl, OdIfc2x_final::IfcRelAssignsToGroup, OdIfc2x_final::IfcRelAssignsToProcess, OdIfc2x_final::IfcRelAssignsToProduct, OdIfc2x_final::IfcRelAssignsToResource, OdIfc2x_final::IfcRelAssociates, OdIfc2x_final::IfcRelAssociatesClassification, OdIfc2x_final::IfcRelAssociatesDocument, OdIfc2x_final::IfcRelAssociatesLibrary, OdIfc2x_final::IfcRelAssociatesMaterial, OdIfc2x_final::IfcRelConnectsElements, OdIfc2x_final::IfcRelConnectsPathElements, OdIfc2x_final::IfcRelConnectsPorts, OdIfc2x_final::IfcRelContainedInSpatialStructure, OdIfc2x_final::IfcRelCoversBldgElements, OdIfc2x_final::IfcRelDecomposes, OdIfc2x_final::IfcRelDefines, OdIfc2x_final::IfcRelDefinesByProperties, OdIfc2x_final::IfcRelDefinesByType, OdIfc2x_final::IfcRelFillsElement, OdIfc2x_final::IfcRelFlowControlElements, OdIfc2x_final::IfcRelInteractionRequirements, OdIfc2x_final::IfcRelMaintenanceEvent, OdIfc2x_final::IfcRelOverridesProperties, OdIfc2x_final::IfcRelSequence, OdIfc2x_final::IfcRelServicesBuildings, OdIfc2x_final::IfcRelSpaceBoundary, OdIfc2x_final::IfcRelUsesResource, OdIfc2x_final::IfcRelVoidsElement, OdIfc2x_final::IfcRepresentation, OdIfc2x_final::IfcRepresentationContext, OdIfc2x_final::IfcRepresentationMap, OdIfc2x_final::IfcResource, OdIfc2x_final::IfcRevolvedAreaSolid, OdIfc2x_final::IfcRoof, OdIfc2x_final::IfcRoot, OdIfc2x_final::IfcRoundedRectangleProfileDef, OdIfc2x_final::IfcSanitaryTerminal, OdIfc2x_final::IfcScheduleTimeControl, OdIfc2x_final::IfcSectionedSpine, OdIfc2x_final::IfcSensor, OdIfc2x_final::IfcShapeAspect, OdIfc2x_final::IfcShapeRepresentation, OdIfc2x_final::IfcShellBasedSurfaceModel, OdIfc2x_final::IfcSite, OdIfc2x_final::IfcSIUnit, OdIfc2x_final::IfcSlab, OdIfc2x_final::IfcSpace, OdIfc2x_final::IfcSpaceProgram, OdIfc2x_final::IfcSpaceProgramGroup, OdIfc2x_final::IfcSpaceThermalLoad, OdIfc2x_final::IfcSpatialStructureElement, OdIfc2x_final::IfcSpotLightSource, OdIfc2x_final::IfcStair, OdIfc2x_final::IfcStairFlight, OdIfc2x_final::IfcSubContractResource, OdIfc2x_final::IfcSurfaceExtendedProperties, OdIfc2x_final::IfcSurfaceOfLinearExtrusion, OdIfc2x_final::IfcSurfaceOfRevolution, OdIfc2x_final::IfcSurfaceRenderingProperties, OdIfc2x_final::IfcSurfaceShadingProperties, OdIfc2x_final::IfcSurfaceStyle, OdIfc2x_final::IfcSurfaceStyleProperties, OdIfc2x_final::IfcSurfaceStyleUsage, OdIfc2x_final::IfcSweptAreaSolid, OdIfc2x_final::IfcSweptSurface, OdIfc2x_final::IfcSystem, OdIfc2x_final::IfcTable, OdIfc2x_final::IfcTableRow, OdIfc2x_final::IfcTank, OdIfc2x_final::IfcTask, OdIfc2x_final::IfcTelecomAddress, OdIfc2x_final::IfcThermalMaterialProperties, OdIfc2x_final::IfcTransportElement, OdIfc2x_final::IfcTrapeziumProfileDef, OdIfc2x_final::IfcTrimmedCurve, OdIfc2x_final::IfcTubeBundle, OdIfc2x_final::IfcTypeObject, OdIfc2x_final::IfcTypeProduct, OdIfc2x_final::IfcUnitAssignment, OdIfc2x_final::IfcValve, OdIfc2x_final::IfcVector, OdIfc2x_final::IfcVertexPoint, OdIfc2x_final::IfcVirtualGridIntersection, OdIfc2x_final::IfcWindow, OdIfc2x_final::IfcWindowLiningProperties, OdIfc2x_final::IfcWindowPanelProperties, OdIfc2x_final::IfcWindowStyle, OdIfc2x_final::IfcWorkControl, OdIfc2x_final::IfcWorkOrder, OdIfc4::IfcActionRequest, OdIfc4::IfcActor, OdIfc4::IfcActorRole, OdIfc4::IfcActuator, OdIfc4::IfcActuatorType, OdIfc4::IfcAddress, OdIfc4::IfcAdvancedBrepWithVoids, OdIfc4::IfcAirTerminal, OdIfc4::IfcAirTerminalBox, OdIfc4::IfcAirTerminalBoxType, OdIfc4::IfcAirTerminalType, OdIfc4::IfcAirToAirHeatRecovery, OdIfc4::IfcAirToAirHeatRecoveryType, OdIfc4::IfcAlarm, OdIfc4::IfcAlarmType, OdIfc4::IfcAnnotation, OdIfc4::IfcAnnotationFillArea, OdIfc4::IfcApplication, OdIfc4::IfcAppliedValue, OdIfc4::IfcApproval, OdIfc4::IfcApprovalRelationship, OdIfc4::IfcArbitraryClosedProfileDef, OdIfc4::IfcArbitraryOpenProfileDef, OdIfc4::IfcArbitraryProfileDefWithVoids, OdIfc4::IfcAsset, OdIfc4::IfcAsymmetricIShapeProfileDef, OdIfc4::IfcAudioVisualAppliance, OdIfc4::IfcAudioVisualApplianceType, OdIfc4::IfcAxis1Placement, OdIfc4::IfcAxis2Placement2D, OdIfc4::IfcAxis2Placement3D, OdIfc4::IfcBeam, OdIfc4::IfcBeamType, OdIfc4::IfcBlobTexture, OdIfc4::IfcBlock, OdIfc4::IfcBoiler, OdIfc4::IfcBoilerType, OdIfc4::IfcBooleanResult, OdIfc4::IfcBoundaryCondition, OdIfc4::IfcBoundaryEdgeCondition, OdIfc4::IfcBoundaryFaceCondition, OdIfc4::IfcBoundaryNodeCondition, OdIfc4::IfcBoundaryNodeConditionWarping, OdIfc4::IfcBoundingBox, OdIfc4::IfcBoxedHalfSpace, OdIfc4::IfcBSplineCurve, OdIfc4::IfcBSplineCurveWithKnots, OdIfc4::IfcBSplineSurface, OdIfc4::IfcBSplineSurfaceWithKnots, OdIfc4::IfcBuilding, OdIfc4::IfcBuildingElementPart, OdIfc4::IfcBuildingElementPartType, OdIfc4::IfcBuildingElementProxy, OdIfc4::IfcBuildingElementProxyType, OdIfc4::IfcBuildingStorey, OdIfc4::IfcBuildingSystem, OdIfc4::IfcBurner, OdIfc4::IfcBurnerType, OdIfc4::IfcCableCarrierFitting, OdIfc4::IfcCableCarrierFittingType, OdIfc4::IfcCableCarrierSegment, OdIfc4::IfcCableCarrierSegmentType, OdIfc4::IfcCableFitting, OdIfc4::IfcCableFittingType, OdIfc4::IfcCableSegment, OdIfc4::IfcCableSegmentType, OdIfc4::IfcCartesianPoint, OdIfc4::IfcCartesianPointList2D, OdIfc4::IfcCartesianPointList3D, OdIfc4::IfcCartesianTransformationOperator2DnonUniform, OdIfc4::IfcCartesianTransformationOperator3D, OdIfc4::IfcCartesianTransformationOperator3DnonUniform, OdIfc4::IfcCartesianTransformationOperator, OdIfc4::IfcCenterLineProfileDef, OdIfc4::IfcChiller, OdIfc4::IfcChillerType, OdIfc4::IfcChimney, OdIfc4::IfcChimneyType, OdIfc4::IfcCircle, OdIfc4::IfcCircleHollowProfileDef, OdIfc4::IfcCircleProfileDef, OdIfc4::IfcClassification, OdIfc4::IfcClassificationReference, OdIfc4::IfcCoil, OdIfc4::IfcCoilType, OdIfc4::IfcColourRgb, OdIfc4::IfcColourRgbList, OdIfc4::IfcColourSpecification, OdIfc4::IfcColumn, OdIfc4::IfcColumnType, OdIfc4::IfcCommunicationsAppliance, OdIfc4::IfcCommunicationsApplianceType, OdIfc4::IfcComplexProperty, OdIfc4::IfcComplexPropertyTemplate, OdIfc4::IfcCompositeCurve, OdIfc4::IfcCompositeCurveSegment, OdIfc4::IfcCompositeProfileDef, OdIfc4::IfcCompressor, OdIfc4::IfcCompressorType, OdIfc4::IfcCondenser, OdIfc4::IfcCondenserType, OdIfc4::IfcConic, OdIfc4::IfcConnectedFaceSet, OdIfc4::IfcConnectionCurveGeometry, OdIfc4::IfcConnectionPointEccentricity, OdIfc4::IfcConnectionPointGeometry, OdIfc4::IfcConnectionSurfaceGeometry, OdIfc4::IfcConnectionVolumeGeometry, OdIfc4::IfcConstraint, OdIfc4::IfcConstructionEquipmentResource, OdIfc4::IfcConstructionEquipmentResourceType, OdIfc4::IfcConstructionMaterialResource, OdIfc4::IfcConstructionMaterialResourceType, OdIfc4::IfcConstructionProductResource, OdIfc4::IfcConstructionProductResourceType, OdIfc4::IfcConstructionResource, OdIfc4::IfcConstructionResourceType, OdIfc4::IfcContext, OdIfc4::IfcContextDependentUnit, OdIfc4::IfcControl, OdIfc4::IfcController, OdIfc4::IfcControllerType, OdIfc4::IfcConversionBasedUnit, OdIfc4::IfcConversionBasedUnitWithOffset, OdIfc4::IfcCooledBeam, OdIfc4::IfcCooledBeamType, OdIfc4::IfcCoolingTower, OdIfc4::IfcCoolingTowerType, OdIfc4::IfcCoordinateOperation, OdIfc4::IfcCoordinateReferenceSystem, OdIfc4::IfcCostItem, OdIfc4::IfcCostSchedule, OdIfc4::IfcCovering, OdIfc4::IfcCoveringType, OdIfc4::IfcCrewResource, OdIfc4::IfcCrewResourceType, OdIfc4::IfcCsgPrimitive3D, OdIfc4::IfcCsgSolid, OdIfc4::IfcCShapeProfileDef, OdIfc4::IfcCurrencyRelationship, OdIfc4::IfcCurtainWall, OdIfc4::IfcCurtainWallType, OdIfc4::IfcCurveBoundedPlane, OdIfc4::IfcCurveBoundedSurface, OdIfc4::IfcCurveStyle, OdIfc4::IfcCurveStyleFontAndScaling, OdIfc4::IfcCurveStyleFont, OdIfc4::IfcCurveStyleFontPattern, OdIfc4::IfcCylindricalSurface, OdIfc4::IfcDamper, OdIfc4::IfcDamperType, OdIfc4::IfcDerivedProfileDef, OdIfc4::IfcDerivedUnit, OdIfc4::IfcDerivedUnitElement, OdIfc4::IfcDimensionalExponents, OdIfc4::IfcDirection, OdIfc4::IfcDiscreteAccessory, OdIfc4::IfcDiscreteAccessoryType, OdIfc4::IfcDistributionChamberElement, OdIfc4::IfcDistributionChamberElementType, OdIfc4::IfcDistributionControlElement, OdIfc4::IfcDistributionElement, OdIfc4::IfcDistributionFlowElement, OdIfc4::IfcDistributionPort, OdIfc4::IfcDistributionSystem, OdIfc4::IfcDocumentInformation, OdIfc4::IfcDocumentInformationRelationship, OdIfc4::IfcDocumentReference, OdIfc4::IfcDoor, OdIfc4::IfcDoorLiningProperties, OdIfc4::IfcDoorPanelProperties, OdIfc4::IfcDoorStyle, OdIfc4::IfcDoorType, OdIfc4::IfcDuctFitting, OdIfc4::IfcDuctFittingType, OdIfc4::IfcDuctSegment, OdIfc4::IfcDuctSegmentType, OdIfc4::IfcDuctSilencer, OdIfc4::IfcDuctSilencerType, OdIfc4::IfcEdge, OdIfc4::IfcEdgeCurve, OdIfc4::IfcEdgeLoop, OdIfc4::IfcElectricAppliance, OdIfc4::IfcElectricApplianceType, OdIfc4::IfcElectricDistributionBoard, OdIfc4::IfcElectricDistributionBoardType, OdIfc4::IfcElectricFlowStorageDevice, OdIfc4::IfcElectricFlowStorageDeviceType, OdIfc4::IfcElectricGenerator, OdIfc4::IfcElectricGeneratorType, OdIfc4::IfcElectricMotor, OdIfc4::IfcElectricMotorType, OdIfc4::IfcElectricTimeControl, OdIfc4::IfcElectricTimeControlType, OdIfc4::IfcElementarySurface, OdIfc4::IfcElementAssembly, OdIfc4::IfcElementAssemblyType, OdIfc4::IfcElement, OdIfc4::IfcElementQuantity, OdIfc4::IfcElementType, OdIfc4::IfcEllipse, OdIfc4::IfcEllipseProfileDef, OdIfc4::IfcEngine, OdIfc4::IfcEngineType, OdIfc4::IfcEvaporativeCooler, OdIfc4::IfcEvaporativeCoolerType, OdIfc4::IfcEvaporator, OdIfc4::IfcEvaporatorType, OdIfc4::IfcEvent, OdIfc4::IfcEventTime, OdIfc4::IfcEventType, OdIfc4::IfcExtendedProperties, OdIfc4::IfcExternalReference, OdIfc4::IfcExternalReferenceRelationship, OdIfc4::IfcExternalSpatialElement, OdIfc4::IfcExtrudedAreaSolid, OdIfc4::IfcExtrudedAreaSolidTapered, OdIfc4::IfcFace, OdIfc4::IfcFaceBasedSurfaceModel, OdIfc4::IfcFaceBound, OdIfc4::IfcFaceSurface, OdIfc4::IfcFacetedBrepWithVoids, OdIfc4::IfcFailureConnectionCondition, OdIfc4::IfcFan, OdIfc4::IfcFanType, OdIfc4::IfcFastener, OdIfc4::IfcFastenerType, OdIfc4::IfcFeatureElementAddition, OdIfc4::IfcFeatureElementSubtraction, OdIfc4::IfcFillAreaStyle, OdIfc4::IfcFillAreaStyleHatching, OdIfc4::IfcFillAreaStyleTiles, OdIfc4::IfcFilter, OdIfc4::IfcFilterType, OdIfc4::IfcFireSuppressionTerminal, OdIfc4::IfcFireSuppressionTerminalType, OdIfc4::IfcFixedReferenceSweptAreaSolid, OdIfc4::IfcFlowInstrument, OdIfc4::IfcFlowInstrumentType, OdIfc4::IfcFlowMeter, OdIfc4::IfcFlowMeterType, OdIfc4::IfcFooting, OdIfc4::IfcFootingType, OdIfc4::IfcFurniture, OdIfc4::IfcFurnitureType, OdIfc4::IfcGeographicElement, OdIfc4::IfcGeographicElementType, OdIfc4::IfcGeometricRepresentationContext, OdIfc4::IfcGeometricRepresentationSubContext, OdIfc4::IfcGeometricSet, OdIfc4::IfcGrid, OdIfc4::IfcGridAxis, OdIfc4::IfcGridPlacement, OdIfc4::IfcGroup, OdIfc4::IfcHalfSpaceSolid, OdIfc4::IfcHeatExchanger, OdIfc4::IfcHeatExchangerType, OdIfc4::IfcHumidifier, OdIfc4::IfcHumidifierType, OdIfc4::IfcImageTexture, OdIfc4::IfcIndexedColourMap, OdIfc4::IfcIndexedPolyCurve, OdIfc4::IfcIndexedPolygonalFace, OdIfc4::IfcIndexedPolygonalFaceWithVoids, OdIfc4::IfcIndexedTextureMap, OdIfc4::IfcIndexedTriangleTextureMap, OdIfc4::IfcInterceptor, OdIfc4::IfcInterceptorType, OdIfc4::IfcInventory, OdIfc4::IfcIrregularTimeSeries, OdIfc4::IfcIrregularTimeSeriesValue, OdIfc4::IfcIShapeProfileDef, OdIfc4::IfcJunctionBox, OdIfc4::IfcJunctionBoxType, OdIfc4::IfcLaborResource, OdIfc4::IfcLaborResourceType, OdIfc4::IfcLagTime, OdIfc4::IfcLamp, OdIfc4::IfcLampType, OdIfc4::IfcLibraryInformation, OdIfc4::IfcLibraryReference, OdIfc4::IfcLightDistributionData, OdIfc4::IfcLightFixture, OdIfc4::IfcLightFixtureType, OdIfc4::IfcLightIntensityDistribution, OdIfc4::IfcLightSource, OdIfc4::IfcLightSourceDirectional, OdIfc4::IfcLightSourceGoniometric, OdIfc4::IfcLightSourcePositional, OdIfc4::IfcLightSourceSpot, OdIfc4::IfcLine, OdIfc4::IfcLocalPlacement, OdIfc4::IfcLShapeProfileDef, OdIfc4::IfcManifoldSolidBrep, OdIfc4::IfcMapConversion, OdIfc4::IfcMappedItem, OdIfc4::IfcMaterial, OdIfc4::IfcMaterialClassificationRelationship, OdIfc4::IfcMaterialConstituent, OdIfc4::IfcMaterialConstituentSet, OdIfc4::IfcMaterialDefinition, OdIfc4::IfcMaterialDefinitionRepresentation, OdIfc4::IfcMaterialLayer, OdIfc4::IfcMaterialLayerSet, OdIfc4::IfcMaterialLayerSetUsage, OdIfc4::IfcMaterialLayerWithOffsets, OdIfc4::IfcMaterialList, OdIfc4::IfcMaterialProfile, OdIfc4::IfcMaterialProfileSet, OdIfc4::IfcMaterialProfileSetUsage, OdIfc4::IfcMaterialProfileSetUsageTapering, OdIfc4::IfcMaterialProfileWithOffsets, OdIfc4::IfcMaterialProperties, OdIfc4::IfcMaterialRelationship, OdIfc4::IfcMaterialUsageDefinition, OdIfc4::IfcMeasureWithUnit, OdIfc4::IfcMechanicalFastener, OdIfc4::IfcMechanicalFastenerType, OdIfc4::IfcMedicalDevice, OdIfc4::IfcMedicalDeviceType, OdIfc4::IfcMember, OdIfc4::IfcMemberType, OdIfc4::IfcMetric, OdIfc4::IfcMonetaryUnit, OdIfc4::IfcMotorConnection, OdIfc4::IfcMotorConnectionType, OdIfc4::IfcNamedUnit, OdIfc4::IfcObject, OdIfc4::IfcObjectDefinition, OdIfc4::IfcObjective, OdIfc4::IfcObjectPlacement, OdIfc4::IfcOccupant, OdIfc4::IfcOffsetCurve2D, OdIfc4::IfcOffsetCurve3D, OdIfc4::IfcOpeningElement, OdIfc4::IfcOrganization, OdIfc4::IfcOrganizationRelationship, OdIfc4::IfcOrientedEdge, OdIfc4::IfcOutlet, OdIfc4::IfcOutletType, OdIfc4::IfcOwnerHistory, OdIfc4::IfcParameterizedProfileDef, OdIfc4::IfcPath, OdIfc4::IfcPcurve, OdIfc4::IfcPerformanceHistory, OdIfc4::IfcPermeableCoveringProperties, OdIfc4::IfcPermit, OdIfc4::IfcPersonAndOrganization, OdIfc4::IfcPerson, OdIfc4::IfcPhysicalComplexQuantity, OdIfc4::IfcPhysicalQuantity, OdIfc4::IfcPhysicalSimpleQuantity, OdIfc4::IfcPile, OdIfc4::IfcPileType, OdIfc4::IfcPipeFitting, OdIfc4::IfcPipeFittingType, OdIfc4::IfcPipeSegment, OdIfc4::IfcPipeSegmentType, OdIfc4::IfcPixelTexture, OdIfc4::IfcPlacement, OdIfc4::IfcPlanarBox, OdIfc4::IfcPlanarExtent, OdIfc4::IfcPlate, OdIfc4::IfcPlateType, OdIfc4::IfcPointOnCurve, OdIfc4::IfcPointOnSurface, OdIfc4::IfcPolygonalBoundedHalfSpace, OdIfc4::IfcPolygonalFaceSet, OdIfc4::IfcPolyline, OdIfc4::IfcPolyLoop, OdIfc4::IfcPort, OdIfc4::IfcPostalAddress, OdIfc4::IfcPreDefinedItem, OdIfc4::IfcPresentationLayerAssignment, OdIfc4::IfcPresentationLayerWithStyle, OdIfc4::IfcPresentationStyleAssignment, OdIfc4::IfcPresentationStyle, OdIfc4::IfcProcedure, OdIfc4::IfcProcedureType, OdIfc4::IfcProcess, OdIfc4::IfcProduct, OdIfc4::IfcProductDefinitionShape, OdIfc4::IfcProductRepresentation, OdIfc4::IfcProfileDef, OdIfc4::IfcProfileProperties, OdIfc4::IfcProjectedCRS, OdIfc4::IfcProjectionElement, OdIfc4::IfcProjectOrder, OdIfc4::IfcPropertyAbstraction, OdIfc4::IfcProperty, OdIfc4::IfcPropertyBoundedValue, OdIfc4::IfcPropertyDefinition, OdIfc4::IfcPropertyDependencyRelationship, OdIfc4::IfcPropertyEnumeratedValue, OdIfc4::IfcPropertyEnumeration, OdIfc4::IfcPropertyListValue, OdIfc4::IfcPropertyReferenceValue, OdIfc4::IfcPropertySet, OdIfc4::IfcPropertySetDefinition, OdIfc4::IfcPropertySetTemplate, OdIfc4::IfcPropertySingleValue, OdIfc4::IfcPropertyTableValue, OdIfc4::IfcPropertyTemplate, OdIfc4::IfcProtectiveDevice, OdIfc4::IfcProtectiveDeviceTrippingUnit, OdIfc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4::IfcProtectiveDeviceType, OdIfc4::IfcProxy, OdIfc4::IfcPump, OdIfc4::IfcPumpType, OdIfc4::IfcQuantityArea, OdIfc4::IfcQuantityCount, OdIfc4::IfcQuantityLength, OdIfc4::IfcQuantityTime, OdIfc4::IfcQuantityVolume, OdIfc4::IfcQuantityWeight, OdIfc4::IfcRailing, OdIfc4::IfcRailingType, OdIfc4::IfcRamp, OdIfc4::IfcRampFlight, OdIfc4::IfcRampFlightType, OdIfc4::IfcRampType, OdIfc4::IfcRationalBSplineCurveWithKnots, OdIfc4::IfcRationalBSplineSurfaceWithKnots, OdIfc4::IfcRectangleHollowProfileDef, OdIfc4::IfcRectangleProfileDef, OdIfc4::IfcRectangularPyramid, OdIfc4::IfcRectangularTrimmedSurface, OdIfc4::IfcRecurrencePattern, OdIfc4::IfcReference, OdIfc4::IfcRegularTimeSeries, OdIfc4::IfcReinforcementBarProperties, OdIfc4::IfcReinforcementDefinitionProperties, OdIfc4::IfcReinforcingBar, OdIfc4::IfcReinforcingBarType, OdIfc4::IfcReinforcingElement, OdIfc4::IfcReinforcingMesh, OdIfc4::IfcReinforcingMeshType, OdIfc4::IfcRelAggregates, OdIfc4::IfcRelAssigns, OdIfc4::IfcRelAssignsToActor, OdIfc4::IfcRelAssignsToControl, OdIfc4::IfcRelAssignsToGroup, OdIfc4::IfcRelAssignsToGroupByFactor, OdIfc4::IfcRelAssignsToProcess, OdIfc4::IfcRelAssignsToProduct, OdIfc4::IfcRelAssignsToResource, OdIfc4::IfcRelAssociatesApproval, OdIfc4::IfcRelAssociates, OdIfc4::IfcRelAssociatesClassification, OdIfc4::IfcRelAssociatesConstraint, OdIfc4::IfcRelAssociatesDocument, OdIfc4::IfcRelAssociatesLibrary, OdIfc4::IfcRelAssociatesMaterial, OdIfc4::IfcRelConnectsElements, OdIfc4::IfcRelConnectsPathElements, OdIfc4::IfcRelConnectsPorts, OdIfc4::IfcRelConnectsPortToElement, OdIfc4::IfcRelConnectsStructuralActivity, OdIfc4::IfcRelConnectsStructuralMember, OdIfc4::IfcRelConnectsWithEccentricity, OdIfc4::IfcRelConnectsWithRealizingElements, OdIfc4::IfcRelContainedInSpatialStructure, OdIfc4::IfcRelCoversBldgElements, OdIfc4::IfcRelCoversSpaces, OdIfc4::IfcRelDeclares, OdIfc4::IfcRelDefinesByObject, OdIfc4::IfcRelDefinesByProperties, OdIfc4::IfcRelDefinesByTemplate, OdIfc4::IfcRelDefinesByType, OdIfc4::IfcRelFillsElement, OdIfc4::IfcRelFlowControlElements, OdIfc4::IfcRelInterferesElements, OdIfc4::IfcRelNests, OdIfc4::IfcRelProjectsElement, OdIfc4::IfcRelReferencedInSpatialStructure, OdIfc4::IfcRelSequence, OdIfc4::IfcRelServicesBuildings, OdIfc4::IfcRelSpaceBoundary1stLevel, OdIfc4::IfcRelSpaceBoundary2ndLevel, OdIfc4::IfcRelSpaceBoundary, OdIfc4::IfcRelVoidsElement, OdIfc4::IfcReparametrisedCompositeCurveSegment, OdIfc4::IfcRepresentation, OdIfc4::IfcRepresentationContext, OdIfc4::IfcRepresentationItem, OdIfc4::IfcRepresentationMap, OdIfc4::IfcResourceApprovalRelationship, OdIfc4::IfcResource, OdIfc4::IfcResourceConstraintRelationship, OdIfc4::IfcResourceLevelRelationship, OdIfc4::IfcResourceTime, OdIfc4::IfcRevolvedAreaSolid, OdIfc4::IfcRevolvedAreaSolidTapered, OdIfc4::IfcRightCircularCone, OdIfc4::IfcRightCircularCylinder, OdIfc4::IfcRoof, OdIfc4::IfcRoofType, OdIfc4::IfcRoot, OdIfc4::IfcRoundedRectangleProfileDef, OdIfc4::IfcSanitaryTerminal, OdIfc4::IfcSanitaryTerminalType, OdIfc4::IfcSchedulingTime, OdIfc4::IfcSectionedSpine, OdIfc4::IfcSectionProperties, OdIfc4::IfcSectionReinforcementProperties, OdIfc4::IfcSensor, OdIfc4::IfcSensorType, OdIfc4::IfcShadingDevice, OdIfc4::IfcShadingDeviceType, OdIfc4::IfcShapeAspect, OdIfc4::IfcShapeModel, OdIfc4::IfcShellBasedSurfaceModel, OdIfc4::IfcSimplePropertyTemplate, OdIfc4::IfcSite, OdIfc4::IfcSIUnit, OdIfc4::IfcSlab, OdIfc4::IfcSlabType, OdIfc4::IfcSlippageConnectionCondition, OdIfc4::IfcSolarDevice, OdIfc4::IfcSolarDeviceType, OdIfc4::IfcSpace, OdIfc4::IfcSpaceHeater, OdIfc4::IfcSpaceHeaterType, OdIfc4::IfcSpaceType, OdIfc4::IfcSpatialElement, OdIfc4::IfcSpatialElementType, OdIfc4::IfcSpatialStructureElement, OdIfc4::IfcSpatialZone, OdIfc4::IfcSpatialZoneType, OdIfc4::IfcSphere, OdIfc4::IfcSphericalSurface, OdIfc4::IfcStackTerminal, OdIfc4::IfcStackTerminalType, OdIfc4::IfcStair, OdIfc4::IfcStairFlight, OdIfc4::IfcStairFlightType, OdIfc4::IfcStairType, OdIfc4::IfcStructuralAction, OdIfc4::IfcStructuralActivity, OdIfc4::IfcStructuralAnalysisModel, OdIfc4::IfcStructuralConnection, OdIfc4::IfcStructuralConnectionCondition, OdIfc4::IfcStructuralCurveAction, OdIfc4::IfcStructuralCurveConnection, OdIfc4::IfcStructuralCurveMember, OdIfc4::IfcStructuralCurveReaction, OdIfc4::IfcStructuralItem, OdIfc4::IfcStructuralLoad, OdIfc4::IfcStructuralLoadCase, OdIfc4::IfcStructuralLoadConfiguration, OdIfc4::IfcStructuralLoadGroup, OdIfc4::IfcStructuralLoadLinearForce, OdIfc4::IfcStructuralLoadPlanarForce, OdIfc4::IfcStructuralLoadSingleDisplacement, OdIfc4::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4::IfcStructuralLoadSingleForce, OdIfc4::IfcStructuralLoadSingleForceWarping, OdIfc4::IfcStructuralLoadTemperature, OdIfc4::IfcStructuralMember, OdIfc4::IfcStructuralPointConnection, OdIfc4::IfcStructuralResultGroup, OdIfc4::IfcStructuralSurfaceAction, OdIfc4::IfcStructuralSurfaceMember, OdIfc4::IfcStructuralSurfaceReaction, OdIfc4::IfcStyledItem, OdIfc4::IfcSubContractResource, OdIfc4::IfcSubContractResourceType, OdIfc4::IfcSubedge, OdIfc4::IfcSurfaceCurve, OdIfc4::IfcSurfaceCurveSweptAreaSolid, OdIfc4::IfcSurfaceFeature, OdIfc4::IfcSurfaceOfLinearExtrusion, OdIfc4::IfcSurfaceOfRevolution, OdIfc4::IfcSurfaceReinforcementArea, OdIfc4::IfcSurfaceStyle, OdIfc4::IfcSurfaceStyleLighting, OdIfc4::IfcSurfaceStyleRefraction, OdIfc4::IfcSurfaceStyleRendering, OdIfc4::IfcSurfaceStyleShading, OdIfc4::IfcSurfaceStyleWithTextures, OdIfc4::IfcSurfaceTexture, OdIfc4::IfcSweptAreaSolid, OdIfc4::IfcSweptDiskSolid, OdIfc4::IfcSweptDiskSolidPolygonal, OdIfc4::IfcSweptSurface, OdIfc4::IfcSwitchingDevice, OdIfc4::IfcSwitchingDeviceType, OdIfc4::IfcSystem, OdIfc4::IfcSystemFurnitureElement, OdIfc4::IfcSystemFurnitureElementType, OdIfc4::IfcTable, OdIfc4::IfcTableColumn, OdIfc4::IfcTableRow, OdIfc4::IfcTank, OdIfc4::IfcTankType, OdIfc4::IfcTask, OdIfc4::IfcTaskTime, OdIfc4::IfcTaskTimeRecurring, OdIfc4::IfcTaskType, OdIfc4::IfcTelecomAddress, OdIfc4::IfcTendonAnchor, OdIfc4::IfcTendonAnchorType, OdIfc4::IfcTendon, OdIfc4::IfcTendonType, OdIfc4::IfcTessellatedFaceSet, OdIfc4::IfcTextLiteral, OdIfc4::IfcTextLiteralWithExtent, OdIfc4::IfcTextStyle, OdIfc4::IfcTextStyleFontModel, OdIfc4::IfcTextStyleForDefinedFont, OdIfc4::IfcTextStyleTextModel, OdIfc4::IfcTextureCoordinate, OdIfc4::IfcTextureCoordinateGenerator, OdIfc4::IfcTextureMap, OdIfc4::IfcTextureVertex, OdIfc4::IfcTextureVertexList, OdIfc4::IfcTimePeriod, OdIfc4::IfcTimeSeries, OdIfc4::IfcTimeSeriesValue, OdIfc4::IfcToroidalSurface, OdIfc4::IfcTransformer, OdIfc4::IfcTransformerType, OdIfc4::IfcTransportElement, OdIfc4::IfcTransportElementType, OdIfc4::IfcTrapeziumProfileDef, OdIfc4::IfcTriangulatedFaceSet, OdIfc4::IfcTrimmedCurve, OdIfc4::IfcTShapeProfileDef, OdIfc4::IfcTubeBundle, OdIfc4::IfcTubeBundleType, OdIfc4::IfcTypeObject, OdIfc4::IfcTypeProcess, OdIfc4::IfcTypeProduct, OdIfc4::IfcTypeResource, OdIfc4::IfcUnitaryControlElement, OdIfc4::IfcUnitaryControlElementType, OdIfc4::IfcUnitaryEquipment, OdIfc4::IfcUnitaryEquipmentType, OdIfc4::IfcUnitAssignment, OdIfc4::IfcUShapeProfileDef, OdIfc4::IfcValve, OdIfc4::IfcValveType, OdIfc4::IfcVector, OdIfc4::IfcVertexLoop, OdIfc4::IfcVertexPoint, OdIfc4::IfcVibrationIsolator, OdIfc4::IfcVibrationIsolatorType, OdIfc4::IfcVirtualGridIntersection, OdIfc4::IfcVoidingFeature, OdIfc4::IfcWall, OdIfc4::IfcWallType, OdIfc4::IfcWasteTerminal, OdIfc4::IfcWasteTerminalType, OdIfc4::IfcWindow, OdIfc4::IfcWindowLiningProperties, OdIfc4::IfcWindowPanelProperties, OdIfc4::IfcWindowStyle, OdIfc4::IfcWindowType, OdIfc4::IfcWorkCalendar, OdIfc4::IfcWorkControl, OdIfc4::IfcWorkPlan, OdIfc4::IfcWorkSchedule, OdIfc4::IfcWorkTime, OdIfc4::IfcZone, OdIfc4::IfcZShapeProfileDef, OdIfc4x1::IfcActionRequest, OdIfc4x1::IfcActor, OdIfc4x1::IfcActorRole, OdIfc4x1::IfcActuator, OdIfc4x1::IfcActuatorType, OdIfc4x1::IfcAddress, OdIfc4x1::IfcAdvancedBrepWithVoids, OdIfc4x1::IfcAirTerminal, OdIfc4x1::IfcAirTerminalBox, OdIfc4x1::IfcAirTerminalBoxType, OdIfc4x1::IfcAirTerminalType, OdIfc4x1::IfcAirToAirHeatRecovery, OdIfc4x1::IfcAirToAirHeatRecoveryType, OdIfc4x1::IfcAlarm, OdIfc4x1::IfcAlarmType, OdIfc4x1::IfcAlignment2DHorizontal, OdIfc4x1::IfcAlignment2DHorizontalSegment, OdIfc4x1::IfcAlignment2DSegment, OdIfc4x1::IfcAlignment2DVerSegCircularArc, OdIfc4x1::IfcAlignment2DVerSegParabolicArc, OdIfc4x1::IfcAlignment2DVertical, OdIfc4x1::IfcAlignment2DVerticalSegment, OdIfc4x1::IfcAlignment, OdIfc4x1::IfcAlignmentCurve, OdIfc4x1::IfcAnnotation, OdIfc4x1::IfcAnnotationFillArea, OdIfc4x1::IfcApplication, OdIfc4x1::IfcAppliedValue, OdIfc4x1::IfcApproval, OdIfc4x1::IfcApprovalRelationship, OdIfc4x1::IfcArbitraryClosedProfileDef, OdIfc4x1::IfcArbitraryOpenProfileDef, OdIfc4x1::IfcArbitraryProfileDefWithVoids, OdIfc4x1::IfcAsset, OdIfc4x1::IfcAsymmetricIShapeProfileDef, OdIfc4x1::IfcAudioVisualAppliance, OdIfc4x1::IfcAudioVisualApplianceType, OdIfc4x1::IfcAxis1Placement, OdIfc4x1::IfcAxis2Placement2D, OdIfc4x1::IfcAxis2Placement3D, OdIfc4x1::IfcBeam, OdIfc4x1::IfcBeamType, OdIfc4x1::IfcBlobTexture, OdIfc4x1::IfcBlock, OdIfc4x1::IfcBoiler, OdIfc4x1::IfcBoilerType, OdIfc4x1::IfcBooleanResult, OdIfc4x1::IfcBoundaryCondition, OdIfc4x1::IfcBoundaryEdgeCondition, OdIfc4x1::IfcBoundaryFaceCondition, OdIfc4x1::IfcBoundaryNodeCondition, OdIfc4x1::IfcBoundaryNodeConditionWarping, OdIfc4x1::IfcBoundingBox, OdIfc4x1::IfcBoxedHalfSpace, OdIfc4x1::IfcBSplineCurve, OdIfc4x1::IfcBSplineCurveWithKnots, OdIfc4x1::IfcBSplineSurface, OdIfc4x1::IfcBSplineSurfaceWithKnots, OdIfc4x1::IfcBuilding, OdIfc4x1::IfcBuildingElementPart, OdIfc4x1::IfcBuildingElementPartType, OdIfc4x1::IfcBuildingElementProxy, OdIfc4x1::IfcBuildingElementProxyType, OdIfc4x1::IfcBuildingStorey, OdIfc4x1::IfcBuildingSystem, OdIfc4x1::IfcBurner, OdIfc4x1::IfcBurnerType, OdIfc4x1::IfcCableCarrierFitting, OdIfc4x1::IfcCableCarrierFittingType, OdIfc4x1::IfcCableCarrierSegment, OdIfc4x1::IfcCableCarrierSegmentType, OdIfc4x1::IfcCableFitting, OdIfc4x1::IfcCableFittingType, OdIfc4x1::IfcCableSegment, OdIfc4x1::IfcCableSegmentType, OdIfc4x1::IfcCartesianPoint, OdIfc4x1::IfcCartesianPointList2D, OdIfc4x1::IfcCartesianPointList3D, OdIfc4x1::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x1::IfcCartesianTransformationOperator3D, OdIfc4x1::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x1::IfcCartesianTransformationOperator, OdIfc4x1::IfcCenterLineProfileDef, OdIfc4x1::IfcChiller, OdIfc4x1::IfcChillerType, OdIfc4x1::IfcChimney, OdIfc4x1::IfcChimneyType, OdIfc4x1::IfcCircle, OdIfc4x1::IfcCircleHollowProfileDef, OdIfc4x1::IfcCircleProfileDef, OdIfc4x1::IfcCircularArcSegment2D, OdIfc4x1::IfcClassification, OdIfc4x1::IfcClassificationReference, OdIfc4x1::IfcCoil, OdIfc4x1::IfcCoilType, OdIfc4x1::IfcColourRgb, OdIfc4x1::IfcColourRgbList, OdIfc4x1::IfcColourSpecification, OdIfc4x1::IfcColumn, OdIfc4x1::IfcColumnType, OdIfc4x1::IfcCommunicationsAppliance, OdIfc4x1::IfcCommunicationsApplianceType, OdIfc4x1::IfcComplexProperty, OdIfc4x1::IfcComplexPropertyTemplate, OdIfc4x1::IfcCompositeCurve, OdIfc4x1::IfcCompositeCurveSegment, OdIfc4x1::IfcCompositeProfileDef, OdIfc4x1::IfcCompressor, OdIfc4x1::IfcCompressorType, OdIfc4x1::IfcCondenser, OdIfc4x1::IfcCondenserType, OdIfc4x1::IfcConic, OdIfc4x1::IfcConnectedFaceSet, OdIfc4x1::IfcConnectionCurveGeometry, OdIfc4x1::IfcConnectionPointEccentricity, OdIfc4x1::IfcConnectionPointGeometry, OdIfc4x1::IfcConnectionSurfaceGeometry, OdIfc4x1::IfcConnectionVolumeGeometry, OdIfc4x1::IfcConstraint, OdIfc4x1::IfcConstructionEquipmentResource, OdIfc4x1::IfcConstructionEquipmentResourceType, OdIfc4x1::IfcConstructionMaterialResource, OdIfc4x1::IfcConstructionMaterialResourceType, OdIfc4x1::IfcConstructionProductResource, OdIfc4x1::IfcConstructionProductResourceType, OdIfc4x1::IfcConstructionResource, OdIfc4x1::IfcConstructionResourceType, OdIfc4x1::IfcContext, OdIfc4x1::IfcContextDependentUnit, OdIfc4x1::IfcControl, OdIfc4x1::IfcController, OdIfc4x1::IfcControllerType, OdIfc4x1::IfcConversionBasedUnit, OdIfc4x1::IfcConversionBasedUnitWithOffset, OdIfc4x1::IfcCooledBeam, OdIfc4x1::IfcCooledBeamType, OdIfc4x1::IfcCoolingTower, OdIfc4x1::IfcCoolingTowerType, OdIfc4x1::IfcCoordinateOperation, OdIfc4x1::IfcCoordinateReferenceSystem, OdIfc4x1::IfcCostItem, OdIfc4x1::IfcCostSchedule, OdIfc4x1::IfcCovering, OdIfc4x1::IfcCoveringType, OdIfc4x1::IfcCrewResource, OdIfc4x1::IfcCrewResourceType, OdIfc4x1::IfcCsgPrimitive3D, OdIfc4x1::IfcCsgSolid, OdIfc4x1::IfcCShapeProfileDef, OdIfc4x1::IfcCurrencyRelationship, OdIfc4x1::IfcCurtainWall, OdIfc4x1::IfcCurtainWallType, OdIfc4x1::IfcCurveBoundedPlane, OdIfc4x1::IfcCurveBoundedSurface, OdIfc4x1::IfcCurveSegment2D, OdIfc4x1::IfcCurveStyle, OdIfc4x1::IfcCurveStyleFontAndScaling, OdIfc4x1::IfcCurveStyleFont, OdIfc4x1::IfcCurveStyleFontPattern, OdIfc4x1::IfcCylindricalSurface, OdIfc4x1::IfcDamper, OdIfc4x1::IfcDamperType, OdIfc4x1::IfcDerivedProfileDef, OdIfc4x1::IfcDerivedUnit, OdIfc4x1::IfcDerivedUnitElement, OdIfc4x1::IfcDimensionalExponents, OdIfc4x1::IfcDirection, OdIfc4x1::IfcDiscreteAccessory, OdIfc4x1::IfcDiscreteAccessoryType, OdIfc4x1::IfcDistanceExpression, OdIfc4x1::IfcDistributionChamberElement, OdIfc4x1::IfcDistributionChamberElementType, OdIfc4x1::IfcDistributionControlElement, OdIfc4x1::IfcDistributionElement, OdIfc4x1::IfcDistributionFlowElement, OdIfc4x1::IfcDistributionPort, OdIfc4x1::IfcDistributionSystem, OdIfc4x1::IfcDocumentInformation, OdIfc4x1::IfcDocumentInformationRelationship, OdIfc4x1::IfcDocumentReference, OdIfc4x1::IfcDoor, OdIfc4x1::IfcDoorLiningProperties, OdIfc4x1::IfcDoorPanelProperties, OdIfc4x1::IfcDoorStyle, OdIfc4x1::IfcDoorType, OdIfc4x1::IfcDuctFitting, OdIfc4x1::IfcDuctFittingType, OdIfc4x1::IfcDuctSegment, OdIfc4x1::IfcDuctSegmentType, OdIfc4x1::IfcDuctSilencer, OdIfc4x1::IfcDuctSilencerType, OdIfc4x1::IfcEdge, OdIfc4x1::IfcEdgeCurve, OdIfc4x1::IfcEdgeLoop, OdIfc4x1::IfcElectricAppliance, OdIfc4x1::IfcElectricApplianceType, OdIfc4x1::IfcElectricDistributionBoard, OdIfc4x1::IfcElectricDistributionBoardType, OdIfc4x1::IfcElectricFlowStorageDevice, OdIfc4x1::IfcElectricFlowStorageDeviceType, OdIfc4x1::IfcElectricGenerator, OdIfc4x1::IfcElectricGeneratorType, OdIfc4x1::IfcElectricMotor, OdIfc4x1::IfcElectricMotorType, OdIfc4x1::IfcElectricTimeControl, OdIfc4x1::IfcElectricTimeControlType, OdIfc4x1::IfcElementarySurface, OdIfc4x1::IfcElementAssembly, OdIfc4x1::IfcElementAssemblyType, OdIfc4x1::IfcElement, OdIfc4x1::IfcElementQuantity, OdIfc4x1::IfcElementType, OdIfc4x1::IfcEllipse, OdIfc4x1::IfcEllipseProfileDef, OdIfc4x1::IfcEngine, OdIfc4x1::IfcEngineType, OdIfc4x1::IfcEvaporativeCooler, OdIfc4x1::IfcEvaporativeCoolerType, OdIfc4x1::IfcEvaporator, OdIfc4x1::IfcEvaporatorType, OdIfc4x1::IfcEvent, OdIfc4x1::IfcEventTime, OdIfc4x1::IfcEventType, OdIfc4x1::IfcExtendedProperties, OdIfc4x1::IfcExternalReference, OdIfc4x1::IfcExternalReferenceRelationship, OdIfc4x1::IfcExternalSpatialElement, OdIfc4x1::IfcExtrudedAreaSolid, OdIfc4x1::IfcExtrudedAreaSolidTapered, OdIfc4x1::IfcFace, OdIfc4x1::IfcFaceBasedSurfaceModel, OdIfc4x1::IfcFaceBound, OdIfc4x1::IfcFaceSurface, OdIfc4x1::IfcFacetedBrepWithVoids, OdIfc4x1::IfcFailureConnectionCondition, OdIfc4x1::IfcFan, OdIfc4x1::IfcFanType, OdIfc4x1::IfcFastener, OdIfc4x1::IfcFastenerType, OdIfc4x1::IfcFeatureElementAddition, OdIfc4x1::IfcFeatureElementSubtraction, OdIfc4x1::IfcFillAreaStyle, OdIfc4x1::IfcFillAreaStyleHatching, OdIfc4x1::IfcFillAreaStyleTiles, OdIfc4x1::IfcFilter, OdIfc4x1::IfcFilterType, OdIfc4x1::IfcFireSuppressionTerminal, OdIfc4x1::IfcFireSuppressionTerminalType, OdIfc4x1::IfcFixedReferenceSweptAreaSolid, OdIfc4x1::IfcFlowInstrument, OdIfc4x1::IfcFlowInstrumentType, OdIfc4x1::IfcFlowMeter, OdIfc4x1::IfcFlowMeterType, OdIfc4x1::IfcFooting, OdIfc4x1::IfcFootingType, OdIfc4x1::IfcFurniture, OdIfc4x1::IfcFurnitureType, OdIfc4x1::IfcGeographicElement, OdIfc4x1::IfcGeographicElementType, OdIfc4x1::IfcGeometricRepresentationContext, OdIfc4x1::IfcGeometricRepresentationSubContext, OdIfc4x1::IfcGeometricSet, OdIfc4x1::IfcGrid, OdIfc4x1::IfcGridAxis, OdIfc4x1::IfcGridPlacement, OdIfc4x1::IfcGroup, OdIfc4x1::IfcHalfSpaceSolid, OdIfc4x1::IfcHeatExchanger, OdIfc4x1::IfcHeatExchangerType, OdIfc4x1::IfcHumidifier, OdIfc4x1::IfcHumidifierType, OdIfc4x1::IfcImageTexture, OdIfc4x1::IfcIndexedColourMap, OdIfc4x1::IfcIndexedPolyCurve, OdIfc4x1::IfcIndexedPolygonalFace, OdIfc4x1::IfcIndexedPolygonalFaceWithVoids, OdIfc4x1::IfcIndexedTextureMap, OdIfc4x1::IfcIndexedTriangleTextureMap, OdIfc4x1::IfcInterceptor, OdIfc4x1::IfcInterceptorType, OdIfc4x1::IfcInventory, OdIfc4x1::IfcIrregularTimeSeries, OdIfc4x1::IfcIrregularTimeSeriesValue, OdIfc4x1::IfcIShapeProfileDef, OdIfc4x1::IfcJunctionBox, OdIfc4x1::IfcJunctionBoxType, OdIfc4x1::IfcLaborResource, OdIfc4x1::IfcLaborResourceType, OdIfc4x1::IfcLagTime, OdIfc4x1::IfcLamp, OdIfc4x1::IfcLampType, OdIfc4x1::IfcLibraryInformation, OdIfc4x1::IfcLibraryReference, OdIfc4x1::IfcLightDistributionData, OdIfc4x1::IfcLightFixture, OdIfc4x1::IfcLightFixtureType, OdIfc4x1::IfcLightIntensityDistribution, OdIfc4x1::IfcLightSource, OdIfc4x1::IfcLightSourceDirectional, OdIfc4x1::IfcLightSourceGoniometric, OdIfc4x1::IfcLightSourcePositional, OdIfc4x1::IfcLightSourceSpot, OdIfc4x1::IfcLinearPlacement, OdIfc4x1::IfcLinearPositioningElement, OdIfc4x1::IfcLine, OdIfc4x1::IfcLocalPlacement, OdIfc4x1::IfcLShapeProfileDef, OdIfc4x1::IfcManifoldSolidBrep, OdIfc4x1::IfcMapConversion, OdIfc4x1::IfcMappedItem, OdIfc4x1::IfcMaterial, OdIfc4x1::IfcMaterialClassificationRelationship, OdIfc4x1::IfcMaterialConstituent, OdIfc4x1::IfcMaterialConstituentSet, OdIfc4x1::IfcMaterialDefinition, OdIfc4x1::IfcMaterialDefinitionRepresentation, OdIfc4x1::IfcMaterialLayer, OdIfc4x1::IfcMaterialLayerSet, OdIfc4x1::IfcMaterialLayerSetUsage, OdIfc4x1::IfcMaterialLayerWithOffsets, OdIfc4x1::IfcMaterialList, OdIfc4x1::IfcMaterialProfile, OdIfc4x1::IfcMaterialProfileSet, OdIfc4x1::IfcMaterialProfileSetUsage, OdIfc4x1::IfcMaterialProfileSetUsageTapering, OdIfc4x1::IfcMaterialProfileWithOffsets, OdIfc4x1::IfcMaterialProperties, OdIfc4x1::IfcMaterialRelationship, OdIfc4x1::IfcMaterialUsageDefinition, OdIfc4x1::IfcMeasureWithUnit, OdIfc4x1::IfcMechanicalFastener, OdIfc4x1::IfcMechanicalFastenerType, OdIfc4x1::IfcMedicalDevice, OdIfc4x1::IfcMedicalDeviceType, OdIfc4x1::IfcMember, OdIfc4x1::IfcMemberType, OdIfc4x1::IfcMetric, OdIfc4x1::IfcMonetaryUnit, OdIfc4x1::IfcMotorConnection, OdIfc4x1::IfcMotorConnectionType, OdIfc4x1::IfcNamedUnit, OdIfc4x1::IfcObject, OdIfc4x1::IfcObjectDefinition, OdIfc4x1::IfcObjective, OdIfc4x1::IfcObjectPlacement, OdIfc4x1::IfcOccupant, OdIfc4x1::IfcOffsetCurve2D, OdIfc4x1::IfcOffsetCurve3D, OdIfc4x1::IfcOffsetCurve, OdIfc4x1::IfcOffsetCurveByDistances, OdIfc4x1::IfcOpeningElement, OdIfc4x1::IfcOrganization, OdIfc4x1::IfcOrganizationRelationship, OdIfc4x1::IfcOrientationExpression, OdIfc4x1::IfcOrientedEdge, OdIfc4x1::IfcOutlet, OdIfc4x1::IfcOutletType, OdIfc4x1::IfcOwnerHistory, OdIfc4x1::IfcParameterizedProfileDef, OdIfc4x1::IfcPath, OdIfc4x1::IfcPcurve, OdIfc4x1::IfcPerformanceHistory, OdIfc4x1::IfcPermeableCoveringProperties, OdIfc4x1::IfcPermit, OdIfc4x1::IfcPersonAndOrganization, OdIfc4x1::IfcPerson, OdIfc4x1::IfcPhysicalComplexQuantity, OdIfc4x1::IfcPhysicalQuantity, OdIfc4x1::IfcPhysicalSimpleQuantity, OdIfc4x1::IfcPile, OdIfc4x1::IfcPileType, OdIfc4x1::IfcPipeFitting, OdIfc4x1::IfcPipeFittingType, OdIfc4x1::IfcPipeSegment, OdIfc4x1::IfcPipeSegmentType, OdIfc4x1::IfcPixelTexture, OdIfc4x1::IfcPlacement, OdIfc4x1::IfcPlanarBox, OdIfc4x1::IfcPlanarExtent, OdIfc4x1::IfcPlate, OdIfc4x1::IfcPlateType, OdIfc4x1::IfcPointOnCurve, OdIfc4x1::IfcPointOnSurface, OdIfc4x1::IfcPolygonalBoundedHalfSpace, OdIfc4x1::IfcPolygonalFaceSet, OdIfc4x1::IfcPolyline, OdIfc4x1::IfcPolyLoop, OdIfc4x1::IfcPort, OdIfc4x1::IfcPositioningElement, OdIfc4x1::IfcPostalAddress, OdIfc4x1::IfcPreDefinedItem, OdIfc4x1::IfcPresentationLayerAssignment, OdIfc4x1::IfcPresentationLayerWithStyle, OdIfc4x1::IfcPresentationStyleAssignment, OdIfc4x1::IfcPresentationStyle, OdIfc4x1::IfcProcedure, OdIfc4x1::IfcProcedureType, OdIfc4x1::IfcProcess, OdIfc4x1::IfcProduct, OdIfc4x1::IfcProductDefinitionShape, OdIfc4x1::IfcProductRepresentation, OdIfc4x1::IfcProfileDef, OdIfc4x1::IfcProfileProperties, OdIfc4x1::IfcProjectedCRS, OdIfc4x1::IfcProjectionElement, OdIfc4x1::IfcProjectOrder, OdIfc4x1::IfcPropertyAbstraction, OdIfc4x1::IfcProperty, OdIfc4x1::IfcPropertyBoundedValue, OdIfc4x1::IfcPropertyDefinition, OdIfc4x1::IfcPropertyDependencyRelationship, OdIfc4x1::IfcPropertyEnumeratedValue, OdIfc4x1::IfcPropertyEnumeration, OdIfc4x1::IfcPropertyListValue, OdIfc4x1::IfcPropertyReferenceValue, OdIfc4x1::IfcPropertySet, OdIfc4x1::IfcPropertySetDefinition, OdIfc4x1::IfcPropertySetTemplate, OdIfc4x1::IfcPropertySingleValue, OdIfc4x1::IfcPropertyTableValue, OdIfc4x1::IfcPropertyTemplate, OdIfc4x1::IfcProtectiveDevice, OdIfc4x1::IfcProtectiveDeviceTrippingUnit, OdIfc4x1::IfcProtectiveDeviceTrippingUnitType, OdIfc4x1::IfcProtectiveDeviceType, OdIfc4x1::IfcProxy, OdIfc4x1::IfcPump, OdIfc4x1::IfcPumpType, OdIfc4x1::IfcQuantityArea, OdIfc4x1::IfcQuantityCount, OdIfc4x1::IfcQuantityLength, OdIfc4x1::IfcQuantityTime, OdIfc4x1::IfcQuantityVolume, OdIfc4x1::IfcQuantityWeight, OdIfc4x1::IfcRailing, OdIfc4x1::IfcRailingType, OdIfc4x1::IfcRamp, OdIfc4x1::IfcRampFlight, OdIfc4x1::IfcRampFlightType, OdIfc4x1::IfcRampType, OdIfc4x1::IfcRationalBSplineCurveWithKnots, OdIfc4x1::IfcRationalBSplineSurfaceWithKnots, OdIfc4x1::IfcRectangleHollowProfileDef, OdIfc4x1::IfcRectangleProfileDef, OdIfc4x1::IfcRectangularPyramid, OdIfc4x1::IfcRectangularTrimmedSurface, OdIfc4x1::IfcRecurrencePattern, OdIfc4x1::IfcReference, OdIfc4x1::IfcReferent, OdIfc4x1::IfcRegularTimeSeries, OdIfc4x1::IfcReinforcementBarProperties, OdIfc4x1::IfcReinforcementDefinitionProperties, OdIfc4x1::IfcReinforcingBar, OdIfc4x1::IfcReinforcingBarType, OdIfc4x1::IfcReinforcingElement, OdIfc4x1::IfcReinforcingMesh, OdIfc4x1::IfcReinforcingMeshType, OdIfc4x1::IfcRelAggregates, OdIfc4x1::IfcRelAssigns, OdIfc4x1::IfcRelAssignsToActor, OdIfc4x1::IfcRelAssignsToControl, OdIfc4x1::IfcRelAssignsToGroup, OdIfc4x1::IfcRelAssignsToGroupByFactor, OdIfc4x1::IfcRelAssignsToProcess, OdIfc4x1::IfcRelAssignsToProduct, OdIfc4x1::IfcRelAssignsToResource, OdIfc4x1::IfcRelAssociatesApproval, OdIfc4x1::IfcRelAssociates, OdIfc4x1::IfcRelAssociatesClassification, OdIfc4x1::IfcRelAssociatesConstraint, OdIfc4x1::IfcRelAssociatesDocument, OdIfc4x1::IfcRelAssociatesLibrary, OdIfc4x1::IfcRelAssociatesMaterial, OdIfc4x1::IfcRelConnectsElements, OdIfc4x1::IfcRelConnectsPathElements, OdIfc4x1::IfcRelConnectsPorts, OdIfc4x1::IfcRelConnectsPortToElement, OdIfc4x1::IfcRelConnectsStructuralActivity, OdIfc4x1::IfcRelConnectsStructuralMember, OdIfc4x1::IfcRelConnectsWithEccentricity, OdIfc4x1::IfcRelConnectsWithRealizingElements, OdIfc4x1::IfcRelContainedInSpatialStructure, OdIfc4x1::IfcRelCoversBldgElements, OdIfc4x1::IfcRelCoversSpaces, OdIfc4x1::IfcRelDeclares, OdIfc4x1::IfcRelDefinesByObject, OdIfc4x1::IfcRelDefinesByProperties, OdIfc4x1::IfcRelDefinesByTemplate, OdIfc4x1::IfcRelDefinesByType, OdIfc4x1::IfcRelFillsElement, OdIfc4x1::IfcRelFlowControlElements, OdIfc4x1::IfcRelInterferesElements, OdIfc4x1::IfcRelNests, OdIfc4x1::IfcRelProjectsElement, OdIfc4x1::IfcRelReferencedInSpatialStructure, OdIfc4x1::IfcRelSequence, OdIfc4x1::IfcRelServicesBuildings, OdIfc4x1::IfcRelSpaceBoundary1stLevel, OdIfc4x1::IfcRelSpaceBoundary2ndLevel, OdIfc4x1::IfcRelSpaceBoundary, OdIfc4x1::IfcRelVoidsElement, OdIfc4x1::IfcReparametrisedCompositeCurveSegment, OdIfc4x1::IfcRepresentation, OdIfc4x1::IfcRepresentationContext, OdIfc4x1::IfcRepresentationItem, OdIfc4x1::IfcRepresentationMap, OdIfc4x1::IfcResourceApprovalRelationship, OdIfc4x1::IfcResource, OdIfc4x1::IfcResourceConstraintRelationship, OdIfc4x1::IfcResourceLevelRelationship, OdIfc4x1::IfcResourceTime, OdIfc4x1::IfcRevolvedAreaSolid, OdIfc4x1::IfcRevolvedAreaSolidTapered, OdIfc4x1::IfcRightCircularCone, OdIfc4x1::IfcRightCircularCylinder, OdIfc4x1::IfcRoof, OdIfc4x1::IfcRoofType, OdIfc4x1::IfcRoot, OdIfc4x1::IfcRoundedRectangleProfileDef, OdIfc4x1::IfcSanitaryTerminal, OdIfc4x1::IfcSanitaryTerminalType, OdIfc4x1::IfcSchedulingTime, OdIfc4x1::IfcSectionedSolid, OdIfc4x1::IfcSectionedSolidHorizontal, OdIfc4x1::IfcSectionedSpine, OdIfc4x1::IfcSectionProperties, OdIfc4x1::IfcSectionReinforcementProperties, OdIfc4x1::IfcSensor, OdIfc4x1::IfcSensorType, OdIfc4x1::IfcShadingDevice, OdIfc4x1::IfcShadingDeviceType, OdIfc4x1::IfcShapeAspect, OdIfc4x1::IfcShapeModel, OdIfc4x1::IfcShellBasedSurfaceModel, OdIfc4x1::IfcSimplePropertyTemplate, OdIfc4x1::IfcSite, OdIfc4x1::IfcSIUnit, OdIfc4x1::IfcSlab, OdIfc4x1::IfcSlabType, OdIfc4x1::IfcSlippageConnectionCondition, OdIfc4x1::IfcSolarDevice, OdIfc4x1::IfcSolarDeviceType, OdIfc4x1::IfcSpace, OdIfc4x1::IfcSpaceHeater, OdIfc4x1::IfcSpaceHeaterType, OdIfc4x1::IfcSpaceType, OdIfc4x1::IfcSpatialElement, OdIfc4x1::IfcSpatialElementType, OdIfc4x1::IfcSpatialStructureElement, OdIfc4x1::IfcSpatialZone, OdIfc4x1::IfcSpatialZoneType, OdIfc4x1::IfcSphere, OdIfc4x1::IfcSphericalSurface, OdIfc4x1::IfcStackTerminal, OdIfc4x1::IfcStackTerminalType, OdIfc4x1::IfcStair, OdIfc4x1::IfcStairFlight, OdIfc4x1::IfcStairFlightType, OdIfc4x1::IfcStairType, OdIfc4x1::IfcStructuralAction, OdIfc4x1::IfcStructuralActivity, OdIfc4x1::IfcStructuralAnalysisModel, OdIfc4x1::IfcStructuralConnection, OdIfc4x1::IfcStructuralConnectionCondition, OdIfc4x1::IfcStructuralCurveAction, OdIfc4x1::IfcStructuralCurveConnection, OdIfc4x1::IfcStructuralCurveMember, OdIfc4x1::IfcStructuralCurveReaction, OdIfc4x1::IfcStructuralItem, OdIfc4x1::IfcStructuralLoad, OdIfc4x1::IfcStructuralLoadCase, OdIfc4x1::IfcStructuralLoadConfiguration, OdIfc4x1::IfcStructuralLoadGroup, OdIfc4x1::IfcStructuralLoadLinearForce, OdIfc4x1::IfcStructuralLoadPlanarForce, OdIfc4x1::IfcStructuralLoadSingleDisplacement, OdIfc4x1::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x1::IfcStructuralLoadSingleForce, OdIfc4x1::IfcStructuralLoadSingleForceWarping, OdIfc4x1::IfcStructuralLoadTemperature, OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralPointConnection, OdIfc4x1::IfcStructuralResultGroup, OdIfc4x1::IfcStructuralSurfaceAction, OdIfc4x1::IfcStructuralSurfaceMember, OdIfc4x1::IfcStructuralSurfaceReaction, OdIfc4x1::IfcStyledItem, OdIfc4x1::IfcSubContractResource, OdIfc4x1::IfcSubContractResourceType, OdIfc4x1::IfcSubedge, OdIfc4x1::IfcSurfaceCurve, OdIfc4x1::IfcSurfaceCurveSweptAreaSolid, OdIfc4x1::IfcSurfaceFeature, OdIfc4x1::IfcSurfaceOfLinearExtrusion, OdIfc4x1::IfcSurfaceOfRevolution, OdIfc4x1::IfcSurfaceReinforcementArea, OdIfc4x1::IfcSurfaceStyle, OdIfc4x1::IfcSurfaceStyleLighting, OdIfc4x1::IfcSurfaceStyleRefraction, OdIfc4x1::IfcSurfaceStyleRendering, OdIfc4x1::IfcSurfaceStyleShading, OdIfc4x1::IfcSurfaceStyleWithTextures, OdIfc4x1::IfcSurfaceTexture, OdIfc4x1::IfcSweptAreaSolid, OdIfc4x1::IfcSweptDiskSolid, OdIfc4x1::IfcSweptDiskSolidPolygonal, OdIfc4x1::IfcSweptSurface, OdIfc4x1::IfcSwitchingDevice, OdIfc4x1::IfcSwitchingDeviceType, OdIfc4x1::IfcSystem, OdIfc4x1::IfcSystemFurnitureElement, OdIfc4x1::IfcSystemFurnitureElementType, OdIfc4x1::IfcTable, OdIfc4x1::IfcTableColumn, OdIfc4x1::IfcTableRow, OdIfc4x1::IfcTank, OdIfc4x1::IfcTankType, OdIfc4x1::IfcTask, OdIfc4x1::IfcTaskTime, OdIfc4x1::IfcTaskTimeRecurring, OdIfc4x1::IfcTaskType, OdIfc4x1::IfcTelecomAddress, OdIfc4x1::IfcTendonAnchor, OdIfc4x1::IfcTendonAnchorType, OdIfc4x1::IfcTendon, OdIfc4x1::IfcTendonType, OdIfc4x1::IfcTessellatedFaceSet, OdIfc4x1::IfcTextLiteral, OdIfc4x1::IfcTextLiteralWithExtent, OdIfc4x1::IfcTextStyle, OdIfc4x1::IfcTextStyleFontModel, OdIfc4x1::IfcTextStyleForDefinedFont, OdIfc4x1::IfcTextStyleTextModel, OdIfc4x1::IfcTextureCoordinate, OdIfc4x1::IfcTextureCoordinateGenerator, OdIfc4x1::IfcTextureMap, OdIfc4x1::IfcTextureVertex, OdIfc4x1::IfcTextureVertexList, OdIfc4x1::IfcTimePeriod, OdIfc4x1::IfcTimeSeries, OdIfc4x1::IfcTimeSeriesValue, OdIfc4x1::IfcToroidalSurface, OdIfc4x1::IfcTransformer, OdIfc4x1::IfcTransformerType, OdIfc4x1::IfcTransitionCurveSegment2D, OdIfc4x1::IfcTransportElement, OdIfc4x1::IfcTransportElementType, OdIfc4x1::IfcTrapeziumProfileDef, OdIfc4x1::IfcTriangulatedFaceSet, OdIfc4x1::IfcTriangulatedIrregularNetwork, OdIfc4x1::IfcTrimmedCurve, OdIfc4x1::IfcTShapeProfileDef, OdIfc4x1::IfcTubeBundle, OdIfc4x1::IfcTubeBundleType, OdIfc4x1::IfcTypeObject, OdIfc4x1::IfcTypeProcess, OdIfc4x1::IfcTypeProduct, OdIfc4x1::IfcTypeResource, OdIfc4x1::IfcUnitaryControlElement, OdIfc4x1::IfcUnitaryControlElementType, OdIfc4x1::IfcUnitaryEquipment, OdIfc4x1::IfcUnitaryEquipmentType, OdIfc4x1::IfcUnitAssignment, OdIfc4x1::IfcUShapeProfileDef, OdIfc4x1::IfcValve, OdIfc4x1::IfcValveType, OdIfc4x1::IfcVector, OdIfc4x1::IfcVertexLoop, OdIfc4x1::IfcVertexPoint, OdIfc4x1::IfcVibrationIsolator, OdIfc4x1::IfcVibrationIsolatorType, OdIfc4x1::IfcVirtualGridIntersection, OdIfc4x1::IfcVoidingFeature, OdIfc4x1::IfcWall, OdIfc4x1::IfcWallType, OdIfc4x1::IfcWasteTerminal, OdIfc4x1::IfcWasteTerminalType, OdIfc4x1::IfcWindow, OdIfc4x1::IfcWindowLiningProperties, OdIfc4x1::IfcWindowPanelProperties, OdIfc4x1::IfcWindowStyle, OdIfc4x1::IfcWindowType, OdIfc4x1::IfcWorkCalendar, OdIfc4x1::IfcWorkControl, OdIfc4x1::IfcWorkPlan, OdIfc4x1::IfcWorkSchedule, OdIfc4x1::IfcWorkTime, OdIfc4x1::IfcZone, OdIfc4x1::IfcZShapeProfileDef, OdIfc4x2::IfcActionRequest, OdIfc4x2::IfcActor, OdIfc4x2::IfcActorRole, OdIfc4x2::IfcActuator, OdIfc4x2::IfcActuatorType, OdIfc4x2::IfcAddress, OdIfc4x2::IfcAdvancedBrepWithVoids, OdIfc4x2::IfcAirTerminal, OdIfc4x2::IfcAirTerminalBox, OdIfc4x2::IfcAirTerminalBoxType, OdIfc4x2::IfcAirTerminalType, OdIfc4x2::IfcAirToAirHeatRecovery, OdIfc4x2::IfcAirToAirHeatRecoveryType, OdIfc4x2::IfcAlarm, OdIfc4x2::IfcAlarmType, OdIfc4x2::IfcAlignment2DHorizontal, OdIfc4x2::IfcAlignment2DHorizontalSegment, OdIfc4x2::IfcAlignment2DSegment, OdIfc4x2::IfcAlignment2DVerSegCircularArc, OdIfc4x2::IfcAlignment2DVerSegParabolicArc, OdIfc4x2::IfcAlignment2DVertical, OdIfc4x2::IfcAlignment2DVerticalSegment, OdIfc4x2::IfcAlignment, OdIfc4x2::IfcAlignmentCurve, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAnnotationFillArea, OdIfc4x2::IfcApplication, OdIfc4x2::IfcAppliedValue, OdIfc4x2::IfcApproval, OdIfc4x2::IfcApprovalRelationship, OdIfc4x2::IfcArbitraryClosedProfileDef, OdIfc4x2::IfcArbitraryOpenProfileDef, OdIfc4x2::IfcArbitraryProfileDefWithVoids, OdIfc4x2::IfcAsset, OdIfc4x2::IfcAsymmetricIShapeProfileDef, OdIfc4x2::IfcAudioVisualAppliance, OdIfc4x2::IfcAudioVisualApplianceType, OdIfc4x2::IfcAxis1Placement, OdIfc4x2::IfcAxis2Placement2D, OdIfc4x2::IfcAxis2Placement3D, OdIfc4x2::IfcBeam, OdIfc4x2::IfcBeamType, OdIfc4x2::IfcBearing, OdIfc4x2::IfcBearingType, OdIfc4x2::IfcBlobTexture, OdIfc4x2::IfcBlock, OdIfc4x2::IfcBoiler, OdIfc4x2::IfcBoilerType, OdIfc4x2::IfcBooleanResult, OdIfc4x2::IfcBoundaryCondition, OdIfc4x2::IfcBoundaryEdgeCondition, OdIfc4x2::IfcBoundaryFaceCondition, OdIfc4x2::IfcBoundaryNodeCondition, OdIfc4x2::IfcBoundaryNodeConditionWarping, OdIfc4x2::IfcBoundedCurve, OdIfc4x2::IfcBoundingBox, OdIfc4x2::IfcBoxedHalfSpace, OdIfc4x2::IfcBridge, OdIfc4x2::IfcBridgePart, OdIfc4x2::IfcBSplineCurve, OdIfc4x2::IfcBSplineCurveWithKnots, OdIfc4x2::IfcBSplineSurface, OdIfc4x2::IfcBSplineSurfaceWithKnots, OdIfc4x2::IfcBuilding, OdIfc4x2::IfcBuildingElementPart, OdIfc4x2::IfcBuildingElementPartType, OdIfc4x2::IfcBuildingElementProxy, OdIfc4x2::IfcBuildingElementProxyType, OdIfc4x2::IfcBuildingStorey, OdIfc4x2::IfcBuildingSystem, OdIfc4x2::IfcBurner, OdIfc4x2::IfcBurnerType, OdIfc4x2::IfcCableCarrierFitting, OdIfc4x2::IfcCableCarrierFittingType, OdIfc4x2::IfcCableCarrierSegment, OdIfc4x2::IfcCableCarrierSegmentType, OdIfc4x2::IfcCableFitting, OdIfc4x2::IfcCableFittingType, OdIfc4x2::IfcCableSegment, OdIfc4x2::IfcCableSegmentType, OdIfc4x2::IfcCaissonFoundation, OdIfc4x2::IfcCaissonFoundationType, OdIfc4x2::IfcCartesianPoint, OdIfc4x2::IfcCartesianPointList2D, OdIfc4x2::IfcCartesianPointList3D, OdIfc4x2::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator3D, OdIfc4x2::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator, OdIfc4x2::IfcCenterLineProfileDef, OdIfc4x2::IfcChiller, OdIfc4x2::IfcChillerType, OdIfc4x2::IfcChimney, OdIfc4x2::IfcChimneyType, OdIfc4x2::IfcCircle, OdIfc4x2::IfcCircleHollowProfileDef, OdIfc4x2::IfcCircleProfileDef, OdIfc4x2::IfcCircularArcSegment2D, OdIfc4x2::IfcClassification, OdIfc4x2::IfcClassificationReference, OdIfc4x2::IfcCoil, OdIfc4x2::IfcCoilType, OdIfc4x2::IfcColourRgb, OdIfc4x2::IfcColourRgbList, OdIfc4x2::IfcColourSpecification, OdIfc4x2::IfcColumn, OdIfc4x2::IfcColumnType, OdIfc4x2::IfcCommunicationsAppliance, OdIfc4x2::IfcCommunicationsApplianceType, OdIfc4x2::IfcComplexProperty, OdIfc4x2::IfcComplexPropertyTemplate, OdIfc4x2::IfcCompositeCurve, OdIfc4x2::IfcCompositeCurveSegment, OdIfc4x2::IfcCompositeProfileDef, OdIfc4x2::IfcCompressor, OdIfc4x2::IfcCompressorType, OdIfc4x2::IfcCondenser, OdIfc4x2::IfcCondenserType, OdIfc4x2::IfcConic, OdIfc4x2::IfcConnectedFaceSet, OdIfc4x2::IfcConnectionCurveGeometry, OdIfc4x2::IfcConnectionPointEccentricity, OdIfc4x2::IfcConnectionPointGeometry, OdIfc4x2::IfcConnectionSurfaceGeometry, OdIfc4x2::IfcConnectionVolumeGeometry, OdIfc4x2::IfcConstraint, OdIfc4x2::IfcConstructionEquipmentResource, OdIfc4x2::IfcConstructionEquipmentResourceType, OdIfc4x2::IfcConstructionMaterialResource, OdIfc4x2::IfcConstructionMaterialResourceType, OdIfc4x2::IfcConstructionProductResource, OdIfc4x2::IfcConstructionProductResourceType, OdIfc4x2::IfcConstructionResource, OdIfc4x2::IfcConstructionResourceType, OdIfc4x2::IfcContext, OdIfc4x2::IfcContextDependentUnit, OdIfc4x2::IfcControl, OdIfc4x2::IfcController, OdIfc4x2::IfcControllerType, OdIfc4x2::IfcConversionBasedUnit, OdIfc4x2::IfcConversionBasedUnitWithOffset, OdIfc4x2::IfcCooledBeam, OdIfc4x2::IfcCooledBeamType, OdIfc4x2::IfcCoolingTower, OdIfc4x2::IfcCoolingTowerType, OdIfc4x2::IfcCoordinateOperation, OdIfc4x2::IfcCoordinateReferenceSystem, OdIfc4x2::IfcCostItem, OdIfc4x2::IfcCostSchedule, OdIfc4x2::IfcCovering, OdIfc4x2::IfcCoveringType, OdIfc4x2::IfcCrewResource, OdIfc4x2::IfcCrewResourceType, OdIfc4x2::IfcCsgPrimitive3D, OdIfc4x2::IfcCsgSolid, OdIfc4x2::IfcCShapeProfileDef, OdIfc4x2::IfcCurrencyRelationship, OdIfc4x2::IfcCurtainWall, OdIfc4x2::IfcCurtainWallType, OdIfc4x2::IfcCurveBoundedPlane, OdIfc4x2::IfcCurveBoundedSurface, OdIfc4x2::IfcCurveSegment2D, OdIfc4x2::IfcCurveStyle, OdIfc4x2::IfcCurveStyleFontAndScaling, OdIfc4x2::IfcCurveStyleFont, OdIfc4x2::IfcCurveStyleFontPattern, OdIfc4x2::IfcCylindricalSurface, OdIfc4x2::IfcDamper, OdIfc4x2::IfcDamperType, OdIfc4x2::IfcDerivedProfileDef, OdIfc4x2::IfcDerivedUnit, OdIfc4x2::IfcDerivedUnitElement, OdIfc4x2::IfcDimensionalExponents, OdIfc4x2::IfcDirection, OdIfc4x2::IfcDiscreteAccessory, OdIfc4x2::IfcDiscreteAccessoryType, OdIfc4x2::IfcDistanceExpression, OdIfc4x2::IfcDistributionChamberElement, OdIfc4x2::IfcDistributionChamberElementType, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionPort, OdIfc4x2::IfcDistributionSystem, OdIfc4x2::IfcDocumentInformation, OdIfc4x2::IfcDocumentInformationRelationship, OdIfc4x2::IfcDocumentReference, OdIfc4x2::IfcDoor, OdIfc4x2::IfcDoorLiningProperties, OdIfc4x2::IfcDoorPanelProperties, OdIfc4x2::IfcDoorStyle, OdIfc4x2::IfcDoorType, OdIfc4x2::IfcDuctFitting, OdIfc4x2::IfcDuctFittingType, OdIfc4x2::IfcDuctSegment, OdIfc4x2::IfcDuctSegmentType, OdIfc4x2::IfcDuctSilencer, OdIfc4x2::IfcDuctSilencerType, OdIfc4x2::IfcEdge, OdIfc4x2::IfcEdgeCurve, OdIfc4x2::IfcEdgeLoop, OdIfc4x2::IfcElectricAppliance, OdIfc4x2::IfcElectricApplianceType, OdIfc4x2::IfcElectricDistributionBoard, OdIfc4x2::IfcElectricDistributionBoardType, OdIfc4x2::IfcElectricFlowStorageDevice, OdIfc4x2::IfcElectricFlowStorageDeviceType, OdIfc4x2::IfcElectricGenerator, OdIfc4x2::IfcElectricGeneratorType, OdIfc4x2::IfcElectricMotor, OdIfc4x2::IfcElectricMotorType, OdIfc4x2::IfcElectricTimeControl, OdIfc4x2::IfcElectricTimeControlType, OdIfc4x2::IfcElementarySurface, OdIfc4x2::IfcElementAssembly, OdIfc4x2::IfcElementAssemblyType, OdIfc4x2::IfcElement, OdIfc4x2::IfcElementQuantity, OdIfc4x2::IfcElementType, OdIfc4x2::IfcEllipse, OdIfc4x2::IfcEllipseProfileDef, OdIfc4x2::IfcEngine, OdIfc4x2::IfcEngineType, OdIfc4x2::IfcEvaporativeCooler, OdIfc4x2::IfcEvaporativeCoolerType, OdIfc4x2::IfcEvaporator, OdIfc4x2::IfcEvaporatorType, OdIfc4x2::IfcEvent, OdIfc4x2::IfcEventTime, OdIfc4x2::IfcEventType, OdIfc4x2::IfcExtendedProperties, OdIfc4x2::IfcExternalReference, OdIfc4x2::IfcExternalReferenceRelationship, OdIfc4x2::IfcExternalSpatialElement, OdIfc4x2::IfcExtrudedAreaSolid, OdIfc4x2::IfcExtrudedAreaSolidTapered, OdIfc4x2::IfcFace, OdIfc4x2::IfcFaceBasedSurfaceModel, OdIfc4x2::IfcFaceBound, OdIfc4x2::IfcFaceSurface, OdIfc4x2::IfcFacetedBrepWithVoids, OdIfc4x2::IfcFailureConnectionCondition, OdIfc4x2::IfcFan, OdIfc4x2::IfcFanType, OdIfc4x2::IfcFastener, OdIfc4x2::IfcFastenerType, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFillAreaStyle, OdIfc4x2::IfcFillAreaStyleHatching, OdIfc4x2::IfcFillAreaStyleTiles, OdIfc4x2::IfcFilter, OdIfc4x2::IfcFilterType, OdIfc4x2::IfcFireSuppressionTerminal, OdIfc4x2::IfcFireSuppressionTerminalType, OdIfc4x2::IfcFixedReferenceSweptAreaSolid, OdIfc4x2::IfcFlowInstrument, OdIfc4x2::IfcFlowInstrumentType, OdIfc4x2::IfcFlowMeter, OdIfc4x2::IfcFlowMeterType, OdIfc4x2::IfcFooting, OdIfc4x2::IfcFootingType, OdIfc4x2::IfcFurniture, OdIfc4x2::IfcFurnitureType, OdIfc4x2::IfcGeographicElement, OdIfc4x2::IfcGeographicElementType, OdIfc4x2::IfcGeometricRepresentationContext, OdIfc4x2::IfcGeometricRepresentationSubContext, OdIfc4x2::IfcGeometricSet, OdIfc4x2::IfcGrid, OdIfc4x2::IfcGridAxis, OdIfc4x2::IfcGridPlacement, OdIfc4x2::IfcGroup, OdIfc4x2::IfcHalfSpaceSolid, OdIfc4x2::IfcHeatExchanger, OdIfc4x2::IfcHeatExchangerType, OdIfc4x2::IfcHumidifier, OdIfc4x2::IfcHumidifierType, OdIfc4x2::IfcImageTexture, OdIfc4x2::IfcIndexedColourMap, OdIfc4x2::IfcIndexedPolyCurve, OdIfc4x2::IfcIndexedPolygonalFace, OdIfc4x2::IfcIndexedPolygonalFaceWithVoids, OdIfc4x2::IfcIndexedTextureMap, OdIfc4x2::IfcIndexedTriangleTextureMap, OdIfc4x2::IfcInterceptor, OdIfc4x2::IfcInterceptorType, OdIfc4x2::IfcInventory, OdIfc4x2::IfcIrregularTimeSeries, OdIfc4x2::IfcIrregularTimeSeriesValue, OdIfc4x2::IfcIShapeProfileDef, OdIfc4x2::IfcJunctionBox, OdIfc4x2::IfcJunctionBoxType, OdIfc4x2::IfcLaborResource, OdIfc4x2::IfcLaborResourceType, OdIfc4x2::IfcLagTime, OdIfc4x2::IfcLamp, OdIfc4x2::IfcLampType, OdIfc4x2::IfcLibraryInformation, OdIfc4x2::IfcLibraryReference, OdIfc4x2::IfcLightDistributionData, OdIfc4x2::IfcLightFixture, OdIfc4x2::IfcLightFixtureType, OdIfc4x2::IfcLightIntensityDistribution, OdIfc4x2::IfcLightSource, OdIfc4x2::IfcLightSourceDirectional, OdIfc4x2::IfcLightSourceGoniometric, OdIfc4x2::IfcLightSourcePositional, OdIfc4x2::IfcLightSourceSpot, OdIfc4x2::IfcLinearPlacement, OdIfc4x2::IfcLinearPositioningElement, OdIfc4x2::IfcLine, OdIfc4x2::IfcLocalPlacement, OdIfc4x2::IfcLShapeProfileDef, OdIfc4x2::IfcManifoldSolidBrep, OdIfc4x2::IfcMapConversion, OdIfc4x2::IfcMappedItem, OdIfc4x2::IfcMaterial, OdIfc4x2::IfcMaterialClassificationRelationship, OdIfc4x2::IfcMaterialConstituent, OdIfc4x2::IfcMaterialConstituentSet, OdIfc4x2::IfcMaterialDefinition, OdIfc4x2::IfcMaterialDefinitionRepresentation, OdIfc4x2::IfcMaterialLayer, OdIfc4x2::IfcMaterialLayerSet, OdIfc4x2::IfcMaterialLayerSetUsage, OdIfc4x2::IfcMaterialLayerWithOffsets, OdIfc4x2::IfcMaterialList, OdIfc4x2::IfcMaterialProfile, OdIfc4x2::IfcMaterialProfileSet, OdIfc4x2::IfcMaterialProfileSetUsage, OdIfc4x2::IfcMaterialProfileSetUsageTapering, OdIfc4x2::IfcMaterialProfileWithOffsets, OdIfc4x2::IfcMaterialProperties, OdIfc4x2::IfcMaterialRelationship, OdIfc4x2::IfcMaterialUsageDefinition, OdIfc4x2::IfcMeasureWithUnit, OdIfc4x2::IfcMechanicalFastener, OdIfc4x2::IfcMechanicalFastenerType, OdIfc4x2::IfcMedicalDevice, OdIfc4x2::IfcMedicalDeviceType, OdIfc4x2::IfcMember, OdIfc4x2::IfcMemberType, OdIfc4x2::IfcMetric, OdIfc4x2::IfcMonetaryUnit, OdIfc4x2::IfcMotorConnection, OdIfc4x2::IfcMotorConnectionType, OdIfc4x2::IfcNamedUnit, OdIfc4x2::IfcObject, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcObjective, OdIfc4x2::IfcObjectPlacement, OdIfc4x2::IfcOccupant, OdIfc4x2::IfcOffsetCurve2D, OdIfc4x2::IfcOffsetCurve3D, OdIfc4x2::IfcOffsetCurve, OdIfc4x2::IfcOffsetCurveByDistances, OdIfc4x2::IfcOpeningElement, OdIfc4x2::IfcOrganization, OdIfc4x2::IfcOrganizationRelationship, OdIfc4x2::IfcOrientationExpression, OdIfc4x2::IfcOrientedEdge, OdIfc4x2::IfcOutlet, OdIfc4x2::IfcOutletType, OdIfc4x2::IfcOwnerHistory, OdIfc4x2::IfcParameterizedProfileDef, OdIfc4x2::IfcPath, OdIfc4x2::IfcPcurve, OdIfc4x2::IfcPerformanceHistory, OdIfc4x2::IfcPermeableCoveringProperties, OdIfc4x2::IfcPermit, OdIfc4x2::IfcPersonAndOrganization, OdIfc4x2::IfcPerson, OdIfc4x2::IfcPhysicalComplexQuantity, OdIfc4x2::IfcPhysicalQuantity, OdIfc4x2::IfcPhysicalSimpleQuantity, OdIfc4x2::IfcPile, OdIfc4x2::IfcPileType, OdIfc4x2::IfcPipeFitting, OdIfc4x2::IfcPipeFittingType, OdIfc4x2::IfcPipeSegment, OdIfc4x2::IfcPipeSegmentType, OdIfc4x2::IfcPixelTexture, OdIfc4x2::IfcPlacement, OdIfc4x2::IfcPlanarBox, OdIfc4x2::IfcPlanarExtent, OdIfc4x2::IfcPlate, OdIfc4x2::IfcPlateType, OdIfc4x2::IfcPointOnCurve, OdIfc4x2::IfcPointOnSurface, OdIfc4x2::IfcPolygonalBoundedHalfSpace, OdIfc4x2::IfcPolygonalFaceSet, OdIfc4x2::IfcPolyline, OdIfc4x2::IfcPolyLoop, OdIfc4x2::IfcPort, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcPostalAddress, OdIfc4x2::IfcPreDefinedItem, OdIfc4x2::IfcPresentationLayerAssignment, OdIfc4x2::IfcPresentationLayerWithStyle, OdIfc4x2::IfcPresentationStyleAssignment, OdIfc4x2::IfcPresentationStyle, OdIfc4x2::IfcProcedure, OdIfc4x2::IfcProcedureType, OdIfc4x2::IfcProcess, OdIfc4x2::IfcProduct, OdIfc4x2::IfcProductDefinitionShape, OdIfc4x2::IfcProductRepresentation, OdIfc4x2::IfcProfileDef, OdIfc4x2::IfcProfileProperties, OdIfc4x2::IfcProjectedCRS, OdIfc4x2::IfcProjectionElement, OdIfc4x2::IfcProjectOrder, OdIfc4x2::IfcPropertyAbstraction, OdIfc4x2::IfcProperty, OdIfc4x2::IfcPropertyBoundedValue, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertyDependencyRelationship, OdIfc4x2::IfcPropertyEnumeratedValue, OdIfc4x2::IfcPropertyEnumeration, OdIfc4x2::IfcPropertyListValue, OdIfc4x2::IfcPropertyReferenceValue, OdIfc4x2::IfcPropertySet, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetTemplate, OdIfc4x2::IfcPropertySingleValue, OdIfc4x2::IfcPropertyTableValue, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcProtectiveDevice, OdIfc4x2::IfcProtectiveDeviceTrippingUnit, OdIfc4x2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x2::IfcProtectiveDeviceType, OdIfc4x2::IfcProxy, OdIfc4x2::IfcPump, OdIfc4x2::IfcPumpType, OdIfc4x2::IfcQuantityArea, OdIfc4x2::IfcQuantityCount, OdIfc4x2::IfcQuantityLength, OdIfc4x2::IfcQuantityTime, OdIfc4x2::IfcQuantityVolume, OdIfc4x2::IfcQuantityWeight, OdIfc4x2::IfcRailing, OdIfc4x2::IfcRailingType, OdIfc4x2::IfcRamp, OdIfc4x2::IfcRampFlight, OdIfc4x2::IfcRampFlightType, OdIfc4x2::IfcRampType, OdIfc4x2::IfcRationalBSplineCurveWithKnots, OdIfc4x2::IfcRationalBSplineSurfaceWithKnots, OdIfc4x2::IfcRectangleHollowProfileDef, OdIfc4x2::IfcRectangleProfileDef, OdIfc4x2::IfcRectangularPyramid, OdIfc4x2::IfcRectangularTrimmedSurface, OdIfc4x2::IfcRecurrencePattern, OdIfc4x2::IfcReference, OdIfc4x2::IfcReferent, OdIfc4x2::IfcRegularTimeSeries, OdIfc4x2::IfcReinforcementBarProperties, OdIfc4x2::IfcReinforcementDefinitionProperties, OdIfc4x2::IfcReinforcingBar, OdIfc4x2::IfcReinforcingBarType, OdIfc4x2::IfcReinforcingElement, OdIfc4x2::IfcReinforcingMesh, OdIfc4x2::IfcReinforcingMeshType, OdIfc4x2::IfcRelAggregates, OdIfc4x2::IfcRelAssigns, OdIfc4x2::IfcRelAssignsToActor, OdIfc4x2::IfcRelAssignsToControl, OdIfc4x2::IfcRelAssignsToGroup, OdIfc4x2::IfcRelAssignsToGroupByFactor, OdIfc4x2::IfcRelAssignsToProcess, OdIfc4x2::IfcRelAssignsToProduct, OdIfc4x2::IfcRelAssignsToResource, OdIfc4x2::IfcRelAssociatesApproval, OdIfc4x2::IfcRelAssociates, OdIfc4x2::IfcRelAssociatesClassification, OdIfc4x2::IfcRelAssociatesConstraint, OdIfc4x2::IfcRelAssociatesDocument, OdIfc4x2::IfcRelAssociatesLibrary, OdIfc4x2::IfcRelAssociatesMaterial, OdIfc4x2::IfcRelConnectsElements, OdIfc4x2::IfcRelConnectsPathElements, OdIfc4x2::IfcRelConnectsPorts, OdIfc4x2::IfcRelConnectsPortToElement, OdIfc4x2::IfcRelConnectsStructuralActivity, OdIfc4x2::IfcRelConnectsStructuralMember, OdIfc4x2::IfcRelConnectsWithEccentricity, OdIfc4x2::IfcRelConnectsWithRealizingElements, OdIfc4x2::IfcRelContainedInSpatialStructure, OdIfc4x2::IfcRelCoversBldgElements, OdIfc4x2::IfcRelCoversSpaces, OdIfc4x2::IfcRelDeclares, OdIfc4x2::IfcRelDefinesByObject, OdIfc4x2::IfcRelDefinesByProperties, OdIfc4x2::IfcRelDefinesByTemplate, OdIfc4x2::IfcRelDefinesByType, OdIfc4x2::IfcRelFillsElement, OdIfc4x2::IfcRelFlowControlElements, OdIfc4x2::IfcRelInterferesElements, OdIfc4x2::IfcRelNests, OdIfc4x2::IfcRelPositions, OdIfc4x2::IfcRelProjectsElement, OdIfc4x2::IfcRelReferencedInSpatialStructure, OdIfc4x2::IfcRelSequence, OdIfc4x2::IfcRelServicesBuildings, OdIfc4x2::IfcRelSpaceBoundary1stLevel, OdIfc4x2::IfcRelSpaceBoundary2ndLevel, OdIfc4x2::IfcRelSpaceBoundary, OdIfc4x2::IfcRelVoidsElement, OdIfc4x2::IfcReparametrisedCompositeCurveSegment, OdIfc4x2::IfcRepresentation, OdIfc4x2::IfcRepresentationContext, OdIfc4x2::IfcRepresentationItem, OdIfc4x2::IfcRepresentationMap, OdIfc4x2::IfcResourceApprovalRelationship, OdIfc4x2::IfcResource, OdIfc4x2::IfcResourceConstraintRelationship, OdIfc4x2::IfcResourceLevelRelationship, OdIfc4x2::IfcResourceTime, OdIfc4x2::IfcRevolvedAreaSolid, OdIfc4x2::IfcRevolvedAreaSolidTapered, OdIfc4x2::IfcRightCircularCone, OdIfc4x2::IfcRightCircularCylinder, OdIfc4x2::IfcRoof, OdIfc4x2::IfcRoofType, OdIfc4x2::IfcRoot, OdIfc4x2::IfcRoundedRectangleProfileDef, OdIfc4x2::IfcSanitaryTerminal, OdIfc4x2::IfcSanitaryTerminalType, OdIfc4x2::IfcSchedulingTime, OdIfc4x2::IfcSectionedSolid, OdIfc4x2::IfcSectionedSolidHorizontal, OdIfc4x2::IfcSectionedSpine, OdIfc4x2::IfcSectionProperties, OdIfc4x2::IfcSectionReinforcementProperties, OdIfc4x2::IfcSensor, OdIfc4x2::IfcSensorType, OdIfc4x2::IfcShadingDevice, OdIfc4x2::IfcShadingDeviceType, OdIfc4x2::IfcShapeAspect, OdIfc4x2::IfcShapeModel, OdIfc4x2::IfcShellBasedSurfaceModel, OdIfc4x2::IfcSimplePropertyTemplate, OdIfc4x2::IfcSite, OdIfc4x2::IfcSIUnit, OdIfc4x2::IfcSlab, OdIfc4x2::IfcSlabType, OdIfc4x2::IfcSlippageConnectionCondition, OdIfc4x2::IfcSolarDevice, OdIfc4x2::IfcSolarDeviceType, OdIfc4x2::IfcSpace, OdIfc4x2::IfcSpaceHeater, OdIfc4x2::IfcSpaceHeaterType, OdIfc4x2::IfcSpaceType, OdIfc4x2::IfcSpatialElement, OdIfc4x2::IfcSpatialElementType, OdIfc4x2::IfcSpatialStructureElement, OdIfc4x2::IfcSpatialZone, OdIfc4x2::IfcSpatialZoneType, OdIfc4x2::IfcSphere, OdIfc4x2::IfcSphericalSurface, OdIfc4x2::IfcStackTerminal, OdIfc4x2::IfcStackTerminalType, OdIfc4x2::IfcStair, OdIfc4x2::IfcStairFlight, OdIfc4x2::IfcStairFlightType, OdIfc4x2::IfcStairType, OdIfc4x2::IfcStructuralAction, OdIfc4x2::IfcStructuralActivity, OdIfc4x2::IfcStructuralAnalysisModel, OdIfc4x2::IfcStructuralConnection, OdIfc4x2::IfcStructuralConnectionCondition, OdIfc4x2::IfcStructuralCurveAction, OdIfc4x2::IfcStructuralCurveConnection, OdIfc4x2::IfcStructuralCurveMember, OdIfc4x2::IfcStructuralCurveReaction, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralLoad, OdIfc4x2::IfcStructuralLoadCase, OdIfc4x2::IfcStructuralLoadConfiguration, OdIfc4x2::IfcStructuralLoadGroup, OdIfc4x2::IfcStructuralLoadLinearForce, OdIfc4x2::IfcStructuralLoadPlanarForce, OdIfc4x2::IfcStructuralLoadSingleDisplacement, OdIfc4x2::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x2::IfcStructuralLoadSingleForce, OdIfc4x2::IfcStructuralLoadSingleForceWarping, OdIfc4x2::IfcStructuralLoadTemperature, OdIfc4x2::IfcStructuralMember, OdIfc4x2::IfcStructuralPointConnection, OdIfc4x2::IfcStructuralResultGroup, OdIfc4x2::IfcStructuralSurfaceAction, OdIfc4x2::IfcStructuralSurfaceMember, OdIfc4x2::IfcStructuralSurfaceReaction, OdIfc4x2::IfcStyledItem, OdIfc4x2::IfcSubContractResource, OdIfc4x2::IfcSubContractResourceType, OdIfc4x2::IfcSubedge, OdIfc4x2::IfcSurfaceCurve, OdIfc4x2::IfcSurfaceCurveSweptAreaSolid, OdIfc4x2::IfcSurfaceFeature, OdIfc4x2::IfcSurfaceOfLinearExtrusion, OdIfc4x2::IfcSurfaceOfRevolution, OdIfc4x2::IfcSurfaceReinforcementArea, OdIfc4x2::IfcSurfaceStyle, OdIfc4x2::IfcSurfaceStyleLighting, OdIfc4x2::IfcSurfaceStyleRefraction, OdIfc4x2::IfcSurfaceStyleRendering, OdIfc4x2::IfcSurfaceStyleShading, OdIfc4x2::IfcSurfaceStyleWithTextures, OdIfc4x2::IfcSurfaceTexture, OdIfc4x2::IfcSweptAreaSolid, OdIfc4x2::IfcSweptDiskSolid, OdIfc4x2::IfcSweptDiskSolidPolygonal, OdIfc4x2::IfcSweptSurface, OdIfc4x2::IfcSwitchingDevice, OdIfc4x2::IfcSwitchingDeviceType, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystemFurnitureElement, OdIfc4x2::IfcSystemFurnitureElementType, OdIfc4x2::IfcTable, OdIfc4x2::IfcTableColumn, OdIfc4x2::IfcTableRow, OdIfc4x2::IfcTank, OdIfc4x2::IfcTankType, OdIfc4x2::IfcTask, OdIfc4x2::IfcTaskTime, OdIfc4x2::IfcTaskTimeRecurring, OdIfc4x2::IfcTaskType, OdIfc4x2::IfcTelecomAddress, OdIfc4x2::IfcTendonAnchor, OdIfc4x2::IfcTendonAnchorType, OdIfc4x2::IfcTendon, OdIfc4x2::IfcTendonConduit, OdIfc4x2::IfcTendonConduitType, OdIfc4x2::IfcTendonType, OdIfc4x2::IfcTessellatedFaceSet, OdIfc4x2::IfcTextLiteral, OdIfc4x2::IfcTextLiteralWithExtent, OdIfc4x2::IfcTextStyle, OdIfc4x2::IfcTextStyleFontModel, OdIfc4x2::IfcTextStyleForDefinedFont, OdIfc4x2::IfcTextStyleTextModel, OdIfc4x2::IfcTextureCoordinate, OdIfc4x2::IfcTextureCoordinateGenerator, OdIfc4x2::IfcTextureMap, OdIfc4x2::IfcTextureVertex, OdIfc4x2::IfcTextureVertexList, OdIfc4x2::IfcTimePeriod, OdIfc4x2::IfcTimeSeries, OdIfc4x2::IfcTimeSeriesValue, OdIfc4x2::IfcToroidalSurface, OdIfc4x2::IfcTransformer, OdIfc4x2::IfcTransformerType, OdIfc4x2::IfcTransitionCurveSegment2D, OdIfc4x2::IfcTransportElement, OdIfc4x2::IfcTransportElementType, OdIfc4x2::IfcTrapeziumProfileDef, OdIfc4x2::IfcTriangulatedFaceSet, OdIfc4x2::IfcTriangulatedIrregularNetwork, OdIfc4x2::IfcTrimmedCurve, OdIfc4x2::IfcTShapeProfileDef, OdIfc4x2::IfcTubeBundle, OdIfc4x2::IfcTubeBundleType, OdIfc4x2::IfcTypeObject, OdIfc4x2::IfcTypeProcess, OdIfc4x2::IfcTypeProduct, OdIfc4x2::IfcTypeResource, OdIfc4x2::IfcUnitaryControlElement, OdIfc4x2::IfcUnitaryControlElementType, OdIfc4x2::IfcUnitaryEquipment, OdIfc4x2::IfcUnitaryEquipmentType, OdIfc4x2::IfcUnitAssignment, OdIfc4x2::IfcUShapeProfileDef, OdIfc4x2::IfcValve, OdIfc4x2::IfcValveType, OdIfc4x2::IfcVector, OdIfc4x2::IfcVertexLoop, OdIfc4x2::IfcVertexPoint, OdIfc4x2::IfcVibrationDamper, OdIfc4x2::IfcVibrationDamperType, OdIfc4x2::IfcVibrationIsolator, OdIfc4x2::IfcVibrationIsolatorType, OdIfc4x2::IfcVirtualGridIntersection, OdIfc4x2::IfcVoidingFeature, OdIfc4x2::IfcWall, OdIfc4x2::IfcWallType, OdIfc4x2::IfcWasteTerminal, OdIfc4x2::IfcWasteTerminalType, OdIfc4x2::IfcWindow, OdIfc4x2::IfcWindowLiningProperties, OdIfc4x2::IfcWindowPanelProperties, OdIfc4x2::IfcWindowStyle, OdIfc4x2::IfcWindowType, OdIfc4x2::IfcWorkCalendar, OdIfc4x2::IfcWorkControl, OdIfc4x2::IfcWorkPlan, OdIfc4x2::IfcWorkSchedule, OdIfc4x2::IfcWorkTime, OdIfc4x2::IfcZone, OdIfc4x2::IfcZShapeProfileDef, OdIfc4x3_rc1::IfcActionRequest, OdIfc4x3_rc1::IfcActor, OdIfc4x3_rc1::IfcActorRole, OdIfc4x3_rc1::IfcActuator, OdIfc4x3_rc1::IfcActuatorType, OdIfc4x3_rc1::IfcAddress, OdIfc4x3_rc1::IfcAdvancedBrepWithVoids, OdIfc4x3_rc1::IfcAirTerminal, OdIfc4x3_rc1::IfcAirTerminalBox, OdIfc4x3_rc1::IfcAirTerminalBoxType, OdIfc4x3_rc1::IfcAirTerminalType, OdIfc4x3_rc1::IfcAirToAirHeatRecovery, OdIfc4x3_rc1::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc1::IfcAlarm, OdIfc4x3_rc1::IfcAlarmType, OdIfc4x3_rc1::IfcAlignment2DCant, OdIfc4x3_rc1::IfcAlignment2DCantSegment, OdIfc4x3_rc1::IfcAlignment2DCantSegTransition, OdIfc4x3_rc1::IfcAlignment2DHorizontal, OdIfc4x3_rc1::IfcAlignment2DHorizontalSegment, OdIfc4x3_rc1::IfcAlignment2DSegment, OdIfc4x3_rc1::IfcAlignment2DVerSegCircularArc, OdIfc4x3_rc1::IfcAlignment2DVerSegParabolicArc, OdIfc4x3_rc1::IfcAlignment2DVerSegTransition, OdIfc4x3_rc1::IfcAlignment2DVertical, OdIfc4x3_rc1::IfcAlignment2DVerticalSegment, OdIfc4x3_rc1::IfcAlignment, OdIfc4x3_rc1::IfcAlignmentCurve, OdIfc4x3_rc1::IfcAnnotation, OdIfc4x3_rc1::IfcAnnotationFillArea, OdIfc4x3_rc1::IfcApplication, OdIfc4x3_rc1::IfcAppliedValue, OdIfc4x3_rc1::IfcApproval, OdIfc4x3_rc1::IfcApprovalRelationship, OdIfc4x3_rc1::IfcArbitraryClosedProfileDef, OdIfc4x3_rc1::IfcArbitraryOpenProfileDef, OdIfc4x3_rc1::IfcArbitraryProfileDefWithVoids, OdIfc4x3_rc1::IfcAsset, OdIfc4x3_rc1::IfcAsymmetricIShapeProfileDef, OdIfc4x3_rc1::IfcAudioVisualAppliance, OdIfc4x3_rc1::IfcAudioVisualApplianceType, OdIfc4x3_rc1::IfcAxis1Placement, OdIfc4x3_rc1::IfcAxis2Placement2D, OdIfc4x3_rc1::IfcAxis2Placement3D, OdIfc4x3_rc1::IfcAxisLateralInclination, OdIfc4x3_rc1::IfcBeam, OdIfc4x3_rc1::IfcBeamType, OdIfc4x3_rc1::IfcBearing, OdIfc4x3_rc1::IfcBearingType, OdIfc4x3_rc1::IfcBlobTexture, OdIfc4x3_rc1::IfcBlock, OdIfc4x3_rc1::IfcBoiler, OdIfc4x3_rc1::IfcBoilerType, OdIfc4x3_rc1::IfcBooleanResult, OdIfc4x3_rc1::IfcBoundaryCondition, OdIfc4x3_rc1::IfcBoundaryEdgeCondition, OdIfc4x3_rc1::IfcBoundaryFaceCondition, OdIfc4x3_rc1::IfcBoundaryNodeCondition, OdIfc4x3_rc1::IfcBoundaryNodeConditionWarping, OdIfc4x3_rc1::IfcBoundedCurve, OdIfc4x3_rc1::IfcBoundingBox, OdIfc4x3_rc1::IfcBoxedHalfSpace, OdIfc4x3_rc1::IfcBridge, OdIfc4x3_rc1::IfcBSplineCurve, OdIfc4x3_rc1::IfcBSplineCurveWithKnots, OdIfc4x3_rc1::IfcBSplineSurface, OdIfc4x3_rc1::IfcBSplineSurfaceWithKnots, OdIfc4x3_rc1::IfcBuilding, OdIfc4x3_rc1::IfcBuildingElementPart, OdIfc4x3_rc1::IfcBuildingElementPartType, OdIfc4x3_rc1::IfcBuildingElementProxy, OdIfc4x3_rc1::IfcBuildingElementProxyType, OdIfc4x3_rc1::IfcBuildingStorey, OdIfc4x3_rc1::IfcBuildingSystem, OdIfc4x3_rc1::IfcBuiltSystem, OdIfc4x3_rc1::IfcBurner, OdIfc4x3_rc1::IfcBurnerType, OdIfc4x3_rc1::IfcCableCarrierFitting, OdIfc4x3_rc1::IfcCableCarrierFittingType, OdIfc4x3_rc1::IfcCableCarrierSegment, OdIfc4x3_rc1::IfcCableCarrierSegmentType, OdIfc4x3_rc1::IfcCableFitting, OdIfc4x3_rc1::IfcCableFittingType, OdIfc4x3_rc1::IfcCableSegment, OdIfc4x3_rc1::IfcCableSegmentType, OdIfc4x3_rc1::IfcCaissonFoundation, OdIfc4x3_rc1::IfcCaissonFoundationType, OdIfc4x3_rc1::IfcCartesianPoint, OdIfc4x3_rc1::IfcCartesianPointList2D, OdIfc4x3_rc1::IfcCartesianPointList3D, OdIfc4x3_rc1::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x3_rc1::IfcCartesianTransformationOperator3D, OdIfc4x3_rc1::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x3_rc1::IfcCartesianTransformationOperator, OdIfc4x3_rc1::IfcCenterLineProfileDef, OdIfc4x3_rc1::IfcChiller, OdIfc4x3_rc1::IfcChillerType, OdIfc4x3_rc1::IfcChimney, OdIfc4x3_rc1::IfcChimneyType, OdIfc4x3_rc1::IfcCircle, OdIfc4x3_rc1::IfcCircleHollowProfileDef, OdIfc4x3_rc1::IfcCircleProfileDef, OdIfc4x3_rc1::IfcCircularArcSegment2D, OdIfc4x3_rc1::IfcClassification, OdIfc4x3_rc1::IfcClassificationReference, OdIfc4x3_rc1::IfcCoil, OdIfc4x3_rc1::IfcCoilType, OdIfc4x3_rc1::IfcColourRgb, OdIfc4x3_rc1::IfcColourRgbList, OdIfc4x3_rc1::IfcColourSpecification, OdIfc4x3_rc1::IfcColumn, OdIfc4x3_rc1::IfcColumnType, OdIfc4x3_rc1::IfcCommunicationsAppliance, OdIfc4x3_rc1::IfcCommunicationsApplianceType, OdIfc4x3_rc1::IfcComplexProperty, OdIfc4x3_rc1::IfcComplexPropertyTemplate, OdIfc4x3_rc1::IfcCompositeCurve, OdIfc4x3_rc1::IfcCompositeCurveSegment, OdIfc4x3_rc1::IfcCompositeProfileDef, OdIfc4x3_rc1::IfcCompressor, OdIfc4x3_rc1::IfcCompressorType, OdIfc4x3_rc1::IfcCondenser, OdIfc4x3_rc1::IfcCondenserType, OdIfc4x3_rc1::IfcConic, OdIfc4x3_rc1::IfcConnectedFaceSet, OdIfc4x3_rc1::IfcConnectionCurveGeometry, OdIfc4x3_rc1::IfcConnectionPointEccentricity, OdIfc4x3_rc1::IfcConnectionPointGeometry, OdIfc4x3_rc1::IfcConnectionSurfaceGeometry, OdIfc4x3_rc1::IfcConnectionVolumeGeometry, OdIfc4x3_rc1::IfcConstraint, OdIfc4x3_rc1::IfcConstructionEquipmentResource, OdIfc4x3_rc1::IfcConstructionEquipmentResourceType, OdIfc4x3_rc1::IfcConstructionMaterialResource, OdIfc4x3_rc1::IfcConstructionMaterialResourceType, OdIfc4x3_rc1::IfcConstructionProductResource, OdIfc4x3_rc1::IfcConstructionProductResourceType, OdIfc4x3_rc1::IfcConstructionResource, OdIfc4x3_rc1::IfcConstructionResourceType, OdIfc4x3_rc1::IfcContext, OdIfc4x3_rc1::IfcContextDependentUnit, OdIfc4x3_rc1::IfcControl, OdIfc4x3_rc1::IfcController, OdIfc4x3_rc1::IfcControllerType, OdIfc4x3_rc1::IfcConversionBasedUnit, OdIfc4x3_rc1::IfcConversionBasedUnitWithOffset, OdIfc4x3_rc1::IfcConveyorSegment, OdIfc4x3_rc1::IfcConveyorSegmentType, OdIfc4x3_rc1::IfcCooledBeam, OdIfc4x3_rc1::IfcCooledBeamType, OdIfc4x3_rc1::IfcCoolingTower, OdIfc4x3_rc1::IfcCoolingTowerType, OdIfc4x3_rc1::IfcCoordinateOperation, OdIfc4x3_rc1::IfcCoordinateReferenceSystem, OdIfc4x3_rc1::IfcCostItem, OdIfc4x3_rc1::IfcCostSchedule, OdIfc4x3_rc1::IfcCourse, OdIfc4x3_rc1::IfcCourseType, OdIfc4x3_rc1::IfcCovering, OdIfc4x3_rc1::IfcCoveringType, OdIfc4x3_rc1::IfcCrewResource, OdIfc4x3_rc1::IfcCrewResourceType, OdIfc4x3_rc1::IfcCsgPrimitive3D, OdIfc4x3_rc1::IfcCsgSolid, OdIfc4x3_rc1::IfcCShapeProfileDef, OdIfc4x3_rc1::IfcCurrencyRelationship, OdIfc4x3_rc1::IfcCurtainWall, OdIfc4x3_rc1::IfcCurtainWallType, OdIfc4x3_rc1::IfcCurveBoundedPlane, OdIfc4x3_rc1::IfcCurveBoundedSurface, OdIfc4x3_rc1::IfcCurveSegment2D, OdIfc4x3_rc1::IfcCurveStyle, OdIfc4x3_rc1::IfcCurveStyleFontAndScaling, OdIfc4x3_rc1::IfcCurveStyleFont, OdIfc4x3_rc1::IfcCurveStyleFontPattern, OdIfc4x3_rc1::IfcCylindricalSurface, OdIfc4x3_rc1::IfcDamper, OdIfc4x3_rc1::IfcDamperType, OdIfc4x3_rc1::IfcDerivedProfileDef, OdIfc4x3_rc1::IfcDerivedUnit, OdIfc4x3_rc1::IfcDerivedUnitElement, OdIfc4x3_rc1::IfcDimensionalExponents, OdIfc4x3_rc1::IfcDirection, OdIfc4x3_rc1::IfcDirectrixCurveSweptAreaSolid, OdIfc4x3_rc1::IfcDirectrixDistanceSweptAreaSolid, OdIfc4x3_rc1::IfcDiscreteAccessory, OdIfc4x3_rc1::IfcDiscreteAccessoryType, OdIfc4x3_rc1::IfcDistanceExpression, OdIfc4x3_rc1::IfcDistributionBoard, OdIfc4x3_rc1::IfcDistributionBoardType, OdIfc4x3_rc1::IfcDistributionChamberElement, OdIfc4x3_rc1::IfcDistributionChamberElementType, OdIfc4x3_rc1::IfcDistributionControlElement, OdIfc4x3_rc1::IfcDistributionElement, OdIfc4x3_rc1::IfcDistributionFlowElement, OdIfc4x3_rc1::IfcDistributionPort, OdIfc4x3_rc1::IfcDistributionSystem, OdIfc4x3_rc1::IfcDocumentInformation, OdIfc4x3_rc1::IfcDocumentInformationRelationship, OdIfc4x3_rc1::IfcDocumentReference, OdIfc4x3_rc1::IfcDoor, OdIfc4x3_rc1::IfcDoorLiningProperties, OdIfc4x3_rc1::IfcDoorPanelProperties, OdIfc4x3_rc1::IfcDoorStyle, OdIfc4x3_rc1::IfcDoorType, OdIfc4x3_rc1::IfcDuctFitting, OdIfc4x3_rc1::IfcDuctFittingType, OdIfc4x3_rc1::IfcDuctSegment, OdIfc4x3_rc1::IfcDuctSegmentType, OdIfc4x3_rc1::IfcDuctSilencer, OdIfc4x3_rc1::IfcDuctSilencerType, OdIfc4x3_rc1::IfcEarthworksCut, OdIfc4x3_rc1::IfcEarthworksFill, OdIfc4x3_rc1::IfcEdge, OdIfc4x3_rc1::IfcEdgeCurve, OdIfc4x3_rc1::IfcEdgeLoop, OdIfc4x3_rc1::IfcElectricAppliance, OdIfc4x3_rc1::IfcElectricApplianceType, OdIfc4x3_rc1::IfcElectricDistributionBoard, OdIfc4x3_rc1::IfcElectricDistributionBoardType, OdIfc4x3_rc1::IfcElectricFlowStorageDevice, OdIfc4x3_rc1::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc1::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc1::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc1::IfcElectricGenerator, OdIfc4x3_rc1::IfcElectricGeneratorType, OdIfc4x3_rc1::IfcElectricMotor, OdIfc4x3_rc1::IfcElectricMotorType, OdIfc4x3_rc1::IfcElectricTimeControl, OdIfc4x3_rc1::IfcElectricTimeControlType, OdIfc4x3_rc1::IfcElementarySurface, OdIfc4x3_rc1::IfcElementAssembly, OdIfc4x3_rc1::IfcElementAssemblyType, OdIfc4x3_rc1::IfcElement, OdIfc4x3_rc1::IfcElementQuantity, OdIfc4x3_rc1::IfcElementType, OdIfc4x3_rc1::IfcEllipse, OdIfc4x3_rc1::IfcEllipseProfileDef, OdIfc4x3_rc1::IfcEngine, OdIfc4x3_rc1::IfcEngineType, OdIfc4x3_rc1::IfcEvaporativeCooler, OdIfc4x3_rc1::IfcEvaporativeCoolerType, OdIfc4x3_rc1::IfcEvaporator, OdIfc4x3_rc1::IfcEvaporatorType, OdIfc4x3_rc1::IfcEvent, OdIfc4x3_rc1::IfcEventTime, OdIfc4x3_rc1::IfcEventType, OdIfc4x3_rc1::IfcExtendedProperties, OdIfc4x3_rc1::IfcExternalReference, OdIfc4x3_rc1::IfcExternalReferenceRelationship, OdIfc4x3_rc1::IfcExternalSpatialElement, OdIfc4x3_rc1::IfcExtrudedAreaSolid, OdIfc4x3_rc1::IfcExtrudedAreaSolidTapered, OdIfc4x3_rc1::IfcFace, OdIfc4x3_rc1::IfcFaceBasedSurfaceModel, OdIfc4x3_rc1::IfcFaceBound, OdIfc4x3_rc1::IfcFaceSurface, OdIfc4x3_rc1::IfcFacetedBrepWithVoids, OdIfc4x3_rc1::IfcFacilityPart, OdIfc4x3_rc1::IfcFailureConnectionCondition, OdIfc4x3_rc1::IfcFan, OdIfc4x3_rc1::IfcFanType, OdIfc4x3_rc1::IfcFastener, OdIfc4x3_rc1::IfcFastenerType, OdIfc4x3_rc1::IfcFeatureElementAddition, OdIfc4x3_rc1::IfcFeatureElementSubtraction, OdIfc4x3_rc1::IfcFillAreaStyle, OdIfc4x3_rc1::IfcFillAreaStyleHatching, OdIfc4x3_rc1::IfcFillAreaStyleTiles, OdIfc4x3_rc1::IfcFilter, OdIfc4x3_rc1::IfcFilterType, OdIfc4x3_rc1::IfcFireSuppressionTerminal, OdIfc4x3_rc1::IfcFireSuppressionTerminalType, OdIfc4x3_rc1::IfcFixedReferenceSweptAreaSolid, OdIfc4x3_rc1::IfcFlowInstrument, OdIfc4x3_rc1::IfcFlowInstrumentType, OdIfc4x3_rc1::IfcFlowMeter, OdIfc4x3_rc1::IfcFlowMeterType, OdIfc4x3_rc1::IfcFooting, OdIfc4x3_rc1::IfcFootingType, OdIfc4x3_rc1::IfcFurniture, OdIfc4x3_rc1::IfcFurnitureType, OdIfc4x3_rc1::IfcGeographicElement, OdIfc4x3_rc1::IfcGeographicElementType, OdIfc4x3_rc1::IfcGeometricRepresentationContext, OdIfc4x3_rc1::IfcGeometricRepresentationSubContext, OdIfc4x3_rc1::IfcGeometricSet, OdIfc4x3_rc1::IfcGrid, OdIfc4x3_rc1::IfcGridAxis, OdIfc4x3_rc1::IfcGridPlacement, OdIfc4x3_rc1::IfcGroup, OdIfc4x3_rc1::IfcHalfSpaceSolid, OdIfc4x3_rc1::IfcHeatExchanger, OdIfc4x3_rc1::IfcHeatExchangerType, OdIfc4x3_rc1::IfcHumidifier, OdIfc4x3_rc1::IfcHumidifierType, OdIfc4x3_rc1::IfcImageTexture, OdIfc4x3_rc1::IfcImpactProtectionDevice, OdIfc4x3_rc1::IfcImpactProtectionDeviceType, OdIfc4x3_rc1::IfcInclinedReferenceSweptAreaSolid, OdIfc4x3_rc1::IfcIndexedColourMap, OdIfc4x3_rc1::IfcIndexedPolyCurve, OdIfc4x3_rc1::IfcIndexedPolygonalFace, OdIfc4x3_rc1::IfcIndexedPolygonalFaceWithVoids, OdIfc4x3_rc1::IfcIndexedTextureMap, OdIfc4x3_rc1::IfcIndexedTriangleTextureMap, OdIfc4x3_rc1::IfcInterceptor, OdIfc4x3_rc1::IfcInterceptorType, OdIfc4x3_rc1::IfcInventory, OdIfc4x3_rc1::IfcIrregularTimeSeries, OdIfc4x3_rc1::IfcIrregularTimeSeriesValue, OdIfc4x3_rc1::IfcIShapeProfileDef, OdIfc4x3_rc1::IfcJunctionBox, OdIfc4x3_rc1::IfcJunctionBoxType, OdIfc4x3_rc1::IfcKerb, OdIfc4x3_rc1::IfcKerbType, OdIfc4x3_rc1::IfcLaborResource, OdIfc4x3_rc1::IfcLaborResourceType, OdIfc4x3_rc1::IfcLagTime, OdIfc4x3_rc1::IfcLamp, OdIfc4x3_rc1::IfcLampType, OdIfc4x3_rc1::IfcLibraryInformation, OdIfc4x3_rc1::IfcLibraryReference, OdIfc4x3_rc1::IfcLightDistributionData, OdIfc4x3_rc1::IfcLightFixture, OdIfc4x3_rc1::IfcLightFixtureType, OdIfc4x3_rc1::IfcLightIntensityDistribution, OdIfc4x3_rc1::IfcLightSource, OdIfc4x3_rc1::IfcLightSourceDirectional, OdIfc4x3_rc1::IfcLightSourceGoniometric, OdIfc4x3_rc1::IfcLightSourcePositional, OdIfc4x3_rc1::IfcLightSourceSpot, OdIfc4x3_rc1::IfcLinearAxisWithInclination, OdIfc4x3_rc1::IfcLinearPlacement, OdIfc4x3_rc1::IfcLinearPlacementWithInclination, OdIfc4x3_rc1::IfcLinearPositioningElement, OdIfc4x3_rc1::IfcLinearSpanPlacement, OdIfc4x3_rc1::IfcLine, OdIfc4x3_rc1::IfcLiquidTerminal, OdIfc4x3_rc1::IfcLiquidTerminalType, OdIfc4x3_rc1::IfcLocalPlacement, OdIfc4x3_rc1::IfcLShapeProfileDef, OdIfc4x3_rc1::IfcManifoldSolidBrep, OdIfc4x3_rc1::IfcMapConversion, OdIfc4x3_rc1::IfcMappedItem, OdIfc4x3_rc1::IfcMarineFacility, OdIfc4x3_rc1::IfcMaterial, OdIfc4x3_rc1::IfcMaterialClassificationRelationship, OdIfc4x3_rc1::IfcMaterialConstituent, OdIfc4x3_rc1::IfcMaterialConstituentSet, OdIfc4x3_rc1::IfcMaterialDefinition, OdIfc4x3_rc1::IfcMaterialDefinitionRepresentation, OdIfc4x3_rc1::IfcMaterialLayer, OdIfc4x3_rc1::IfcMaterialLayerSet, OdIfc4x3_rc1::IfcMaterialLayerSetUsage, OdIfc4x3_rc1::IfcMaterialLayerWithOffsets, OdIfc4x3_rc1::IfcMaterialList, OdIfc4x3_rc1::IfcMaterialProfile, OdIfc4x3_rc1::IfcMaterialProfileSet, OdIfc4x3_rc1::IfcMaterialProfileSetUsage, OdIfc4x3_rc1::IfcMaterialProfileSetUsageTapering, OdIfc4x3_rc1::IfcMaterialProfileWithOffsets, OdIfc4x3_rc1::IfcMaterialProperties, OdIfc4x3_rc1::IfcMaterialRelationship, OdIfc4x3_rc1::IfcMaterialUsageDefinition, OdIfc4x3_rc1::IfcMeasureWithUnit, OdIfc4x3_rc1::IfcMechanicalFastener, OdIfc4x3_rc1::IfcMechanicalFastenerType, OdIfc4x3_rc1::IfcMedicalDevice, OdIfc4x3_rc1::IfcMedicalDeviceType, OdIfc4x3_rc1::IfcMember, OdIfc4x3_rc1::IfcMemberType, OdIfc4x3_rc1::IfcMetric, OdIfc4x3_rc1::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc1::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc1::IfcMonetaryUnit, OdIfc4x3_rc1::IfcMooringDevice, OdIfc4x3_rc1::IfcMooringDeviceType, OdIfc4x3_rc1::IfcMotorConnection, OdIfc4x3_rc1::IfcMotorConnectionType, OdIfc4x3_rc1::IfcNamedUnit, OdIfc4x3_rc1::IfcNavigationElement, OdIfc4x3_rc1::IfcNavigationElementType, OdIfc4x3_rc1::IfcObject, OdIfc4x3_rc1::IfcObjectDefinition, OdIfc4x3_rc1::IfcObjective, OdIfc4x3_rc1::IfcObjectPlacement, OdIfc4x3_rc1::IfcOccupant, OdIfc4x3_rc1::IfcOffsetCurve2D, OdIfc4x3_rc1::IfcOffsetCurve3D, OdIfc4x3_rc1::IfcOffsetCurve, OdIfc4x3_rc1::IfcOffsetCurveByDistances, OdIfc4x3_rc1::IfcOpenCrossProfileDef, OdIfc4x3_rc1::IfcOpeningElement, OdIfc4x3_rc1::IfcOrganization, OdIfc4x3_rc1::IfcOrganizationRelationship, OdIfc4x3_rc1::IfcOrientationExpression, OdIfc4x3_rc1::IfcOrientedEdge, OdIfc4x3_rc1::IfcOutlet, OdIfc4x3_rc1::IfcOutletType, OdIfc4x3_rc1::IfcOwnerHistory, OdIfc4x3_rc1::IfcParameterizedProfileDef, OdIfc4x3_rc1::IfcPath, OdIfc4x3_rc1::IfcPavement, OdIfc4x3_rc1::IfcPavementType, OdIfc4x3_rc1::IfcPcurve, OdIfc4x3_rc1::IfcPerformanceHistory, OdIfc4x3_rc1::IfcPermeableCoveringProperties, OdIfc4x3_rc1::IfcPermit, OdIfc4x3_rc1::IfcPersonAndOrganization, OdIfc4x3_rc1::IfcPerson, OdIfc4x3_rc1::IfcPhysicalComplexQuantity, OdIfc4x3_rc1::IfcPhysicalQuantity, OdIfc4x3_rc1::IfcPhysicalSimpleQuantity, OdIfc4x3_rc1::IfcPile, OdIfc4x3_rc1::IfcPileType, OdIfc4x3_rc1::IfcPipeFitting, OdIfc4x3_rc1::IfcPipeFittingType, OdIfc4x3_rc1::IfcPipeSegment, OdIfc4x3_rc1::IfcPipeSegmentType, OdIfc4x3_rc1::IfcPixelTexture, OdIfc4x3_rc1::IfcPlacement, OdIfc4x3_rc1::IfcPlanarBox, OdIfc4x3_rc1::IfcPlanarExtent, OdIfc4x3_rc1::IfcPlate, OdIfc4x3_rc1::IfcPlateType, OdIfc4x3_rc1::IfcPointOnCurve, OdIfc4x3_rc1::IfcPointOnSurface, OdIfc4x3_rc1::IfcPolygonalBoundedHalfSpace, OdIfc4x3_rc1::IfcPolygonalFaceSet, OdIfc4x3_rc1::IfcPolyline, OdIfc4x3_rc1::IfcPolyLoop, OdIfc4x3_rc1::IfcPort, OdIfc4x3_rc1::IfcPositioningElement, OdIfc4x3_rc1::IfcPostalAddress, OdIfc4x3_rc1::IfcPreDefinedItem, OdIfc4x3_rc1::IfcPresentationLayerAssignment, OdIfc4x3_rc1::IfcPresentationLayerWithStyle, OdIfc4x3_rc1::IfcPresentationStyleAssignment, OdIfc4x3_rc1::IfcPresentationStyle, OdIfc4x3_rc1::IfcProcedure, OdIfc4x3_rc1::IfcProcedureType, OdIfc4x3_rc1::IfcProcess, OdIfc4x3_rc1::IfcProduct, OdIfc4x3_rc1::IfcProductDefinitionShape, OdIfc4x3_rc1::IfcProductRepresentation, OdIfc4x3_rc1::IfcProfileDef, OdIfc4x3_rc1::IfcProfileProperties, OdIfc4x3_rc1::IfcProjectedCRS, OdIfc4x3_rc1::IfcProjectionElement, OdIfc4x3_rc1::IfcProjectOrder, OdIfc4x3_rc1::IfcPropertyAbstraction, OdIfc4x3_rc1::IfcProperty, OdIfc4x3_rc1::IfcPropertyBoundedValue, OdIfc4x3_rc1::IfcPropertyDefinition, OdIfc4x3_rc1::IfcPropertyDependencyRelationship, OdIfc4x3_rc1::IfcPropertyEnumeratedValue, OdIfc4x3_rc1::IfcPropertyEnumeration, OdIfc4x3_rc1::IfcPropertyListValue, OdIfc4x3_rc1::IfcPropertyReferenceValue, OdIfc4x3_rc1::IfcPropertySet, OdIfc4x3_rc1::IfcPropertySetDefinition, OdIfc4x3_rc1::IfcPropertySetTemplate, OdIfc4x3_rc1::IfcPropertySingleValue, OdIfc4x3_rc1::IfcPropertyTableValue, OdIfc4x3_rc1::IfcPropertyTemplate, OdIfc4x3_rc1::IfcProtectiveDevice, OdIfc4x3_rc1::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc1::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc1::IfcProtectiveDeviceType, OdIfc4x3_rc1::IfcProxy, OdIfc4x3_rc1::IfcPump, OdIfc4x3_rc1::IfcPumpType, OdIfc4x3_rc1::IfcQuantityArea, OdIfc4x3_rc1::IfcQuantityCount, OdIfc4x3_rc1::IfcQuantityLength, OdIfc4x3_rc1::IfcQuantityTime, OdIfc4x3_rc1::IfcQuantityVolume, OdIfc4x3_rc1::IfcQuantityWeight, OdIfc4x3_rc1::IfcRail, OdIfc4x3_rc1::IfcRailing, OdIfc4x3_rc1::IfcRailingType, OdIfc4x3_rc1::IfcRailType, OdIfc4x3_rc1::IfcRamp, OdIfc4x3_rc1::IfcRampFlight, OdIfc4x3_rc1::IfcRampFlightType, OdIfc4x3_rc1::IfcRampType, OdIfc4x3_rc1::IfcRationalBSplineCurveWithKnots, OdIfc4x3_rc1::IfcRationalBSplineSurfaceWithKnots, OdIfc4x3_rc1::IfcRectangleHollowProfileDef, OdIfc4x3_rc1::IfcRectangleProfileDef, OdIfc4x3_rc1::IfcRectangularPyramid, OdIfc4x3_rc1::IfcRectangularTrimmedSurface, OdIfc4x3_rc1::IfcRecurrencePattern, OdIfc4x3_rc1::IfcReference, OdIfc4x3_rc1::IfcReferent, OdIfc4x3_rc1::IfcRegularTimeSeries, OdIfc4x3_rc1::IfcReinforcedSoil, OdIfc4x3_rc1::IfcReinforcementBarProperties, OdIfc4x3_rc1::IfcReinforcementDefinitionProperties, OdIfc4x3_rc1::IfcReinforcingBar, OdIfc4x3_rc1::IfcReinforcingBarType, OdIfc4x3_rc1::IfcReinforcingElement, OdIfc4x3_rc1::IfcReinforcingMesh, OdIfc4x3_rc1::IfcReinforcingMeshType, OdIfc4x3_rc1::IfcRelAggregates, OdIfc4x3_rc1::IfcRelAssigns, OdIfc4x3_rc1::IfcRelAssignsToActor, OdIfc4x3_rc1::IfcRelAssignsToControl, OdIfc4x3_rc1::IfcRelAssignsToGroup, OdIfc4x3_rc1::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc1::IfcRelAssignsToProcess, OdIfc4x3_rc1::IfcRelAssignsToProduct, OdIfc4x3_rc1::IfcRelAssignsToResource, OdIfc4x3_rc1::IfcRelAssociatesApproval, OdIfc4x3_rc1::IfcRelAssociates, OdIfc4x3_rc1::IfcRelAssociatesClassification, OdIfc4x3_rc1::IfcRelAssociatesConstraint, OdIfc4x3_rc1::IfcRelAssociatesDocument, OdIfc4x3_rc1::IfcRelAssociatesLibrary, OdIfc4x3_rc1::IfcRelAssociatesMaterial, OdIfc4x3_rc1::IfcRelAssociatesProfileDef, OdIfc4x3_rc1::IfcRelConnectsElements, OdIfc4x3_rc1::IfcRelConnectsPathElements, OdIfc4x3_rc1::IfcRelConnectsPorts, OdIfc4x3_rc1::IfcRelConnectsPortToElement, OdIfc4x3_rc1::IfcRelConnectsStructuralActivity, OdIfc4x3_rc1::IfcRelConnectsStructuralMember, OdIfc4x3_rc1::IfcRelConnectsWithEccentricity, OdIfc4x3_rc1::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc1::IfcRelContainedInSpatialStructure, OdIfc4x3_rc1::IfcRelCoversBldgElements, OdIfc4x3_rc1::IfcRelCoversSpaces, OdIfc4x3_rc1::IfcRelDeclares, OdIfc4x3_rc1::IfcRelDefinesByObject, OdIfc4x3_rc1::IfcRelDefinesByProperties, OdIfc4x3_rc1::IfcRelDefinesByTemplate, OdIfc4x3_rc1::IfcRelDefinesByType, OdIfc4x3_rc1::IfcRelFillsElement, OdIfc4x3_rc1::IfcRelFlowControlElements, OdIfc4x3_rc1::IfcRelInterferesElements, OdIfc4x3_rc1::IfcRelNests, OdIfc4x3_rc1::IfcRelPositions, OdIfc4x3_rc1::IfcRelProjectsElement, OdIfc4x3_rc1::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc1::IfcRelSequence, OdIfc4x3_rc1::IfcRelServicesBuildings, OdIfc4x3_rc1::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc1::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc1::IfcRelSpaceBoundary, OdIfc4x3_rc1::IfcRelVoidsElement, OdIfc4x3_rc1::IfcReparametrisedCompositeCurveSegment, OdIfc4x3_rc1::IfcRepresentation, OdIfc4x3_rc1::IfcRepresentationContext, OdIfc4x3_rc1::IfcRepresentationItem, OdIfc4x3_rc1::IfcRepresentationMap, OdIfc4x3_rc1::IfcResourceApprovalRelationship, OdIfc4x3_rc1::IfcResource, OdIfc4x3_rc1::IfcResourceConstraintRelationship, OdIfc4x3_rc1::IfcResourceLevelRelationship, OdIfc4x3_rc1::IfcResourceTime, OdIfc4x3_rc1::IfcRevolvedAreaSolid, OdIfc4x3_rc1::IfcRevolvedAreaSolidTapered, OdIfc4x3_rc1::IfcRightCircularCone, OdIfc4x3_rc1::IfcRightCircularCylinder, OdIfc4x3_rc1::IfcRoof, OdIfc4x3_rc1::IfcRoofType, OdIfc4x3_rc1::IfcRoot, OdIfc4x3_rc1::IfcRoundedRectangleProfileDef, OdIfc4x3_rc1::IfcSanitaryTerminal, OdIfc4x3_rc1::IfcSanitaryTerminalType, OdIfc4x3_rc1::IfcSchedulingTime, OdIfc4x3_rc1::IfcSectionedSolid, OdIfc4x3_rc1::IfcSectionedSolidHorizontal, OdIfc4x3_rc1::IfcSectionedSpine, OdIfc4x3_rc1::IfcSectionedSurface, OdIfc4x3_rc1::IfcSectionProperties, OdIfc4x3_rc1::IfcSectionReinforcementProperties, OdIfc4x3_rc1::IfcSensor, OdIfc4x3_rc1::IfcSensorType, OdIfc4x3_rc1::IfcShadingDevice, OdIfc4x3_rc1::IfcShadingDeviceType, OdIfc4x3_rc1::IfcShapeAspect, OdIfc4x3_rc1::IfcShapeModel, OdIfc4x3_rc1::IfcShellBasedSurfaceModel, OdIfc4x3_rc1::IfcSignal, OdIfc4x3_rc1::IfcSignalType, OdIfc4x3_rc1::IfcSign, OdIfc4x3_rc1::IfcSignType, OdIfc4x3_rc1::IfcSimplePropertyTemplate, OdIfc4x3_rc1::IfcSite, OdIfc4x3_rc1::IfcSIUnit, OdIfc4x3_rc1::IfcSlab, OdIfc4x3_rc1::IfcSlabType, OdIfc4x3_rc1::IfcSlippageConnectionCondition, OdIfc4x3_rc1::IfcSolarDevice, OdIfc4x3_rc1::IfcSolarDeviceType, OdIfc4x3_rc1::IfcSpace, OdIfc4x3_rc1::IfcSpaceHeater, OdIfc4x3_rc1::IfcSpaceHeaterType, OdIfc4x3_rc1::IfcSpaceType, OdIfc4x3_rc1::IfcSpatialElement, OdIfc4x3_rc1::IfcSpatialElementType, OdIfc4x3_rc1::IfcSpatialStructureElement, OdIfc4x3_rc1::IfcSpatialZone, OdIfc4x3_rc1::IfcSpatialZoneType, OdIfc4x3_rc1::IfcSphere, OdIfc4x3_rc1::IfcSphericalSurface, OdIfc4x3_rc1::IfcStackTerminal, OdIfc4x3_rc1::IfcStackTerminalType, OdIfc4x3_rc1::IfcStair, OdIfc4x3_rc1::IfcStairFlight, OdIfc4x3_rc1::IfcStairFlightType, OdIfc4x3_rc1::IfcStairType, OdIfc4x3_rc1::IfcStructuralAction, OdIfc4x3_rc1::IfcStructuralActivity, OdIfc4x3_rc1::IfcStructuralAnalysisModel, OdIfc4x3_rc1::IfcStructuralConnection, OdIfc4x3_rc1::IfcStructuralConnectionCondition, OdIfc4x3_rc1::IfcStructuralCurveAction, OdIfc4x3_rc1::IfcStructuralCurveConnection, OdIfc4x3_rc1::IfcStructuralCurveMember, OdIfc4x3_rc1::IfcStructuralCurveReaction, OdIfc4x3_rc1::IfcStructuralItem, OdIfc4x3_rc1::IfcStructuralLoad, OdIfc4x3_rc1::IfcStructuralLoadCase, OdIfc4x3_rc1::IfcStructuralLoadConfiguration, OdIfc4x3_rc1::IfcStructuralLoadGroup, OdIfc4x3_rc1::IfcStructuralLoadLinearForce, OdIfc4x3_rc1::IfcStructuralLoadPlanarForce, OdIfc4x3_rc1::IfcStructuralLoadSingleDisplacement, OdIfc4x3_rc1::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x3_rc1::IfcStructuralLoadSingleForce, OdIfc4x3_rc1::IfcStructuralLoadSingleForceWarping, OdIfc4x3_rc1::IfcStructuralLoadTemperature, OdIfc4x3_rc1::IfcStructuralMember, OdIfc4x3_rc1::IfcStructuralPointConnection, OdIfc4x3_rc1::IfcStructuralResultGroup, OdIfc4x3_rc1::IfcStructuralSurfaceAction, OdIfc4x3_rc1::IfcStructuralSurfaceMember, OdIfc4x3_rc1::IfcStructuralSurfaceReaction, OdIfc4x3_rc1::IfcStyledItem, OdIfc4x3_rc1::IfcSubContractResource, OdIfc4x3_rc1::IfcSubContractResourceType, OdIfc4x3_rc1::IfcSubedge, OdIfc4x3_rc1::IfcSurfaceCurve, OdIfc4x3_rc1::IfcSurfaceCurveSweptAreaSolid, OdIfc4x3_rc1::IfcSurfaceFeature, OdIfc4x3_rc1::IfcSurfaceOfLinearExtrusion, OdIfc4x3_rc1::IfcSurfaceOfRevolution, OdIfc4x3_rc1::IfcSurfaceReinforcementArea, OdIfc4x3_rc1::IfcSurfaceStyle, OdIfc4x3_rc1::IfcSurfaceStyleLighting, OdIfc4x3_rc1::IfcSurfaceStyleRefraction, OdIfc4x3_rc1::IfcSurfaceStyleRendering, OdIfc4x3_rc1::IfcSurfaceStyleShading, OdIfc4x3_rc1::IfcSurfaceStyleWithTextures, OdIfc4x3_rc1::IfcSurfaceTexture, OdIfc4x3_rc1::IfcSweptAreaSolid, OdIfc4x3_rc1::IfcSweptDiskSolid, OdIfc4x3_rc1::IfcSweptDiskSolidPolygonal, OdIfc4x3_rc1::IfcSweptSurface, OdIfc4x3_rc1::IfcSwitchingDevice, OdIfc4x3_rc1::IfcSwitchingDeviceType, OdIfc4x3_rc1::IfcSystem, OdIfc4x3_rc1::IfcSystemFurnitureElement, OdIfc4x3_rc1::IfcSystemFurnitureElementType, OdIfc4x3_rc1::IfcTable, OdIfc4x3_rc1::IfcTableColumn, OdIfc4x3_rc1::IfcTableRow, OdIfc4x3_rc1::IfcTank, OdIfc4x3_rc1::IfcTankType, OdIfc4x3_rc1::IfcTask, OdIfc4x3_rc1::IfcTaskTime, OdIfc4x3_rc1::IfcTaskTimeRecurring, OdIfc4x3_rc1::IfcTaskType, OdIfc4x3_rc1::IfcTelecomAddress, OdIfc4x3_rc1::IfcTendonAnchor, OdIfc4x3_rc1::IfcTendonAnchorType, OdIfc4x3_rc1::IfcTendon, OdIfc4x3_rc1::IfcTendonConduit, OdIfc4x3_rc1::IfcTendonConduitType, OdIfc4x3_rc1::IfcTendonType, OdIfc4x3_rc1::IfcTessellatedFaceSet, OdIfc4x3_rc1::IfcTextLiteral, OdIfc4x3_rc1::IfcTextLiteralWithExtent, OdIfc4x3_rc1::IfcTextStyle, OdIfc4x3_rc1::IfcTextStyleFontModel, OdIfc4x3_rc1::IfcTextStyleForDefinedFont, OdIfc4x3_rc1::IfcTextStyleTextModel, OdIfc4x3_rc1::IfcTextureCoordinate, OdIfc4x3_rc1::IfcTextureCoordinateGenerator, OdIfc4x3_rc1::IfcTextureMap, OdIfc4x3_rc1::IfcTextureVertex, OdIfc4x3_rc1::IfcTextureVertexList, OdIfc4x3_rc1::IfcTimePeriod, OdIfc4x3_rc1::IfcTimeSeries, OdIfc4x3_rc1::IfcTimeSeriesValue, OdIfc4x3_rc1::IfcToroidalSurface, OdIfc4x3_rc1::IfcTrackElement, OdIfc4x3_rc1::IfcTrackElementType, OdIfc4x3_rc1::IfcTransformer, OdIfc4x3_rc1::IfcTransformerType, OdIfc4x3_rc1::IfcTransitionCurveSegment2D, OdIfc4x3_rc1::IfcTransportElement, OdIfc4x3_rc1::IfcTransportElementType, OdIfc4x3_rc1::IfcTrapeziumProfileDef, OdIfc4x3_rc1::IfcTriangulatedFaceSet, OdIfc4x3_rc1::IfcTriangulatedIrregularNetwork, OdIfc4x3_rc1::IfcTrimmedCurve, OdIfc4x3_rc1::IfcTShapeProfileDef, OdIfc4x3_rc1::IfcTubeBundle, OdIfc4x3_rc1::IfcTubeBundleType, OdIfc4x3_rc1::IfcTypeObject, OdIfc4x3_rc1::IfcTypeProcess, OdIfc4x3_rc1::IfcTypeProduct, OdIfc4x3_rc1::IfcTypeResource, OdIfc4x3_rc1::IfcUnitaryControlElement, OdIfc4x3_rc1::IfcUnitaryControlElementType, OdIfc4x3_rc1::IfcUnitaryEquipment, OdIfc4x3_rc1::IfcUnitaryEquipmentType, OdIfc4x3_rc1::IfcUnitAssignment, OdIfc4x3_rc1::IfcUShapeProfileDef, OdIfc4x3_rc1::IfcValve, OdIfc4x3_rc1::IfcValveType, OdIfc4x3_rc1::IfcVector, OdIfc4x3_rc1::IfcVertexLoop, OdIfc4x3_rc1::IfcVertexPoint, OdIfc4x3_rc1::IfcVibrationDamper, OdIfc4x3_rc1::IfcVibrationDamperType, OdIfc4x3_rc1::IfcVibrationIsolator, OdIfc4x3_rc1::IfcVibrationIsolatorType, OdIfc4x3_rc1::IfcVirtualGridIntersection, OdIfc4x3_rc1::IfcVoidingFeature, OdIfc4x3_rc1::IfcWall, OdIfc4x3_rc1::IfcWallType, OdIfc4x3_rc1::IfcWasteTerminal, OdIfc4x3_rc1::IfcWasteTerminalType, OdIfc4x3_rc1::IfcWindow, OdIfc4x3_rc1::IfcWindowLiningProperties, OdIfc4x3_rc1::IfcWindowPanelProperties, OdIfc4x3_rc1::IfcWindowStyle, OdIfc4x3_rc1::IfcWindowType, OdIfc4x3_rc1::IfcWorkCalendar, OdIfc4x3_rc1::IfcWorkControl, OdIfc4x3_rc1::IfcWorkPlan, OdIfc4x3_rc1::IfcWorkSchedule, OdIfc4x3_rc1::IfcWorkTime, OdIfc4x3_rc1::IfcZone, OdIfc4x3_rc1::IfcZShapeProfileDef, OdIfc4x3_rc4::IfcActionRequest, OdIfc4x3_rc4::IfcActor, OdIfc4x3_rc4::IfcActorRole, OdIfc4x3_rc4::IfcActuator, OdIfc4x3_rc4::IfcActuatorType, OdIfc4x3_rc4::IfcAddress, OdIfc4x3_rc4::IfcAdvancedBrepWithVoids, OdIfc4x3_rc4::IfcAirTerminal, OdIfc4x3_rc4::IfcAirTerminalBox, OdIfc4x3_rc4::IfcAirTerminalBoxType, OdIfc4x3_rc4::IfcAirTerminalType, OdIfc4x3_rc4::IfcAirToAirHeatRecovery, OdIfc4x3_rc4::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc4::IfcAlarm, OdIfc4x3_rc4::IfcAlarmType, OdIfc4x3_rc4::IfcAlignment, OdIfc4x3_rc4::IfcAlignmentCant, OdIfc4x3_rc4::IfcAlignmentCantSegment, OdIfc4x3_rc4::IfcAlignmentHorizontalSegment, OdIfc4x3_rc4::IfcAlignmentParameterSegment, OdIfc4x3_rc4::IfcAlignmentSegment, OdIfc4x3_rc4::IfcAlignmentVerticalSegment, OdIfc4x3_rc4::IfcAnnotation, OdIfc4x3_rc4::IfcAnnotationFillArea, OdIfc4x3_rc4::IfcApplication, OdIfc4x3_rc4::IfcAppliedValue, OdIfc4x3_rc4::IfcApproval, OdIfc4x3_rc4::IfcApprovalRelationship, OdIfc4x3_rc4::IfcArbitraryClosedProfileDef, OdIfc4x3_rc4::IfcArbitraryOpenProfileDef, OdIfc4x3_rc4::IfcArbitraryProfileDefWithVoids, OdIfc4x3_rc4::IfcAsset, OdIfc4x3_rc4::IfcAsymmetricIShapeProfileDef, OdIfc4x3_rc4::IfcAudioVisualAppliance, OdIfc4x3_rc4::IfcAudioVisualApplianceType, OdIfc4x3_rc4::IfcAxis1Placement, OdIfc4x3_rc4::IfcAxis2Placement2D, OdIfc4x3_rc4::IfcAxis2Placement3D, OdIfc4x3_rc4::IfcAxis2PlacementLinear, OdIfc4x3_rc4::IfcBeam, OdIfc4x3_rc4::IfcBeamType, OdIfc4x3_rc4::IfcBearing, OdIfc4x3_rc4::IfcBearingType, OdIfc4x3_rc4::IfcBlobTexture, OdIfc4x3_rc4::IfcBlock, OdIfc4x3_rc4::IfcBoiler, OdIfc4x3_rc4::IfcBoilerType, OdIfc4x3_rc4::IfcBooleanResult, OdIfc4x3_rc4::IfcBoundaryCondition, OdIfc4x3_rc4::IfcBoundaryEdgeCondition, OdIfc4x3_rc4::IfcBoundaryFaceCondition, OdIfc4x3_rc4::IfcBoundaryNodeCondition, OdIfc4x3_rc4::IfcBoundaryNodeConditionWarping, OdIfc4x3_rc4::IfcBoundingBox, OdIfc4x3_rc4::IfcBoxedHalfSpace, OdIfc4x3_rc4::IfcBridge, OdIfc4x3_rc4::IfcBSplineCurve, OdIfc4x3_rc4::IfcBSplineCurveWithKnots, OdIfc4x3_rc4::IfcBSplineSurface, OdIfc4x3_rc4::IfcBSplineSurfaceWithKnots, OdIfc4x3_rc4::IfcBuilding, OdIfc4x3_rc4::IfcBuildingElementPart, OdIfc4x3_rc4::IfcBuildingElementPartType, OdIfc4x3_rc4::IfcBuildingElementProxy, OdIfc4x3_rc4::IfcBuildingElementProxyType, OdIfc4x3_rc4::IfcBuildingStorey, OdIfc4x3_rc4::IfcBuildingSystem, OdIfc4x3_rc4::IfcBuiltSystem, OdIfc4x3_rc4::IfcBurner, OdIfc4x3_rc4::IfcBurnerType, OdIfc4x3_rc4::IfcCableCarrierFitting, OdIfc4x3_rc4::IfcCableCarrierFittingType, OdIfc4x3_rc4::IfcCableCarrierSegment, OdIfc4x3_rc4::IfcCableCarrierSegmentType, OdIfc4x3_rc4::IfcCableFitting, OdIfc4x3_rc4::IfcCableFittingType, OdIfc4x3_rc4::IfcCableSegment, OdIfc4x3_rc4::IfcCableSegmentType, OdIfc4x3_rc4::IfcCaissonFoundation, OdIfc4x3_rc4::IfcCaissonFoundationType, OdIfc4x3_rc4::IfcCartesianPoint, OdIfc4x3_rc4::IfcCartesianPointList2D, OdIfc4x3_rc4::IfcCartesianPointList3D, OdIfc4x3_rc4::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x3_rc4::IfcCartesianTransformationOperator3D, OdIfc4x3_rc4::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x3_rc4::IfcCartesianTransformationOperator, OdIfc4x3_rc4::IfcCenterLineProfileDef, OdIfc4x3_rc4::IfcChiller, OdIfc4x3_rc4::IfcChillerType, OdIfc4x3_rc4::IfcChimney, OdIfc4x3_rc4::IfcChimneyType, OdIfc4x3_rc4::IfcCircle, OdIfc4x3_rc4::IfcCircleHollowProfileDef, OdIfc4x3_rc4::IfcCircleProfileDef, OdIfc4x3_rc4::IfcClassification, OdIfc4x3_rc4::IfcClassificationReference, OdIfc4x3_rc4::IfcClothoid, OdIfc4x3_rc4::IfcCoil, OdIfc4x3_rc4::IfcCoilType, OdIfc4x3_rc4::IfcColourRgb, OdIfc4x3_rc4::IfcColourRgbList, OdIfc4x3_rc4::IfcColourSpecification, OdIfc4x3_rc4::IfcColumn, OdIfc4x3_rc4::IfcColumnType, OdIfc4x3_rc4::IfcCommunicationsAppliance, OdIfc4x3_rc4::IfcCommunicationsApplianceType, OdIfc4x3_rc4::IfcComplexProperty, OdIfc4x3_rc4::IfcComplexPropertyTemplate, OdIfc4x3_rc4::IfcCompositeCurve, OdIfc4x3_rc4::IfcCompositeCurveSegment, OdIfc4x3_rc4::IfcCompositeProfileDef, OdIfc4x3_rc4::IfcCompressor, OdIfc4x3_rc4::IfcCompressorType, OdIfc4x3_rc4::IfcCondenser, OdIfc4x3_rc4::IfcCondenserType, OdIfc4x3_rc4::IfcConic, OdIfc4x3_rc4::IfcConnectedFaceSet, OdIfc4x3_rc4::IfcConnectionCurveGeometry, OdIfc4x3_rc4::IfcConnectionPointEccentricity, OdIfc4x3_rc4::IfcConnectionPointGeometry, OdIfc4x3_rc4::IfcConnectionSurfaceGeometry, OdIfc4x3_rc4::IfcConnectionVolumeGeometry, OdIfc4x3_rc4::IfcConstraint, OdIfc4x3_rc4::IfcConstructionEquipmentResource, OdIfc4x3_rc4::IfcConstructionEquipmentResourceType, OdIfc4x3_rc4::IfcConstructionMaterialResource, OdIfc4x3_rc4::IfcConstructionMaterialResourceType, OdIfc4x3_rc4::IfcConstructionProductResource, OdIfc4x3_rc4::IfcConstructionProductResourceType, OdIfc4x3_rc4::IfcConstructionResource, OdIfc4x3_rc4::IfcConstructionResourceType, OdIfc4x3_rc4::IfcContext, OdIfc4x3_rc4::IfcContextDependentUnit, OdIfc4x3_rc4::IfcControl, OdIfc4x3_rc4::IfcController, OdIfc4x3_rc4::IfcControllerType, OdIfc4x3_rc4::IfcConversionBasedUnit, OdIfc4x3_rc4::IfcConversionBasedUnitWithOffset, OdIfc4x3_rc4::IfcConveyorSegment, OdIfc4x3_rc4::IfcConveyorSegmentType, OdIfc4x3_rc4::IfcCooledBeam, OdIfc4x3_rc4::IfcCooledBeamType, OdIfc4x3_rc4::IfcCoolingTower, OdIfc4x3_rc4::IfcCoolingTowerType, OdIfc4x3_rc4::IfcCoordinateOperation, OdIfc4x3_rc4::IfcCoordinateReferenceSystem, OdIfc4x3_rc4::IfcCosine, OdIfc4x3_rc4::IfcCostItem, OdIfc4x3_rc4::IfcCostSchedule, OdIfc4x3_rc4::IfcCourse, OdIfc4x3_rc4::IfcCourseType, OdIfc4x3_rc4::IfcCovering, OdIfc4x3_rc4::IfcCoveringType, OdIfc4x3_rc4::IfcCrewResource, OdIfc4x3_rc4::IfcCrewResourceType, OdIfc4x3_rc4::IfcCsgPrimitive3D, OdIfc4x3_rc4::IfcCsgSolid, OdIfc4x3_rc4::IfcCShapeProfileDef, OdIfc4x3_rc4::IfcCurrencyRelationship, OdIfc4x3_rc4::IfcCurtainWall, OdIfc4x3_rc4::IfcCurtainWallType, OdIfc4x3_rc4::IfcCurveBoundedPlane, OdIfc4x3_rc4::IfcCurveBoundedSurface, OdIfc4x3_rc4::IfcCurveSegment, OdIfc4x3_rc4::IfcCurveStyle, OdIfc4x3_rc4::IfcCurveStyleFontAndScaling, OdIfc4x3_rc4::IfcCurveStyleFont, OdIfc4x3_rc4::IfcCurveStyleFontPattern, OdIfc4x3_rc4::IfcCylindricalSurface, OdIfc4x3_rc4::IfcDamper, OdIfc4x3_rc4::IfcDamperType, OdIfc4x3_rc4::IfcDerivedProfileDef, OdIfc4x3_rc4::IfcDerivedUnit, OdIfc4x3_rc4::IfcDerivedUnitElement, OdIfc4x3_rc4::IfcDimensionalExponents, OdIfc4x3_rc4::IfcDirection, OdIfc4x3_rc4::IfcDirectrixCurveSweptAreaSolid, OdIfc4x3_rc4::IfcDiscreteAccessory, OdIfc4x3_rc4::IfcDiscreteAccessoryType, OdIfc4x3_rc4::IfcDistributionBoard, OdIfc4x3_rc4::IfcDistributionBoardType, OdIfc4x3_rc4::IfcDistributionChamberElement, OdIfc4x3_rc4::IfcDistributionChamberElementType, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionPort, OdIfc4x3_rc4::IfcDistributionSystem, OdIfc4x3_rc4::IfcDocumentInformation, OdIfc4x3_rc4::IfcDocumentInformationRelationship, OdIfc4x3_rc4::IfcDocumentReference, OdIfc4x3_rc4::IfcDoor, OdIfc4x3_rc4::IfcDoorLiningProperties, OdIfc4x3_rc4::IfcDoorPanelProperties, OdIfc4x3_rc4::IfcDoorStyle, OdIfc4x3_rc4::IfcDoorType, OdIfc4x3_rc4::IfcDuctFitting, OdIfc4x3_rc4::IfcDuctFittingType, OdIfc4x3_rc4::IfcDuctSegment, OdIfc4x3_rc4::IfcDuctSegmentType, OdIfc4x3_rc4::IfcDuctSilencer, OdIfc4x3_rc4::IfcDuctSilencerType, OdIfc4x3_rc4::IfcEarthworksCut, OdIfc4x3_rc4::IfcEarthworksFill, OdIfc4x3_rc4::IfcEdge, OdIfc4x3_rc4::IfcEdgeCurve, OdIfc4x3_rc4::IfcEdgeLoop, OdIfc4x3_rc4::IfcElectricAppliance, OdIfc4x3_rc4::IfcElectricApplianceType, OdIfc4x3_rc4::IfcElectricDistributionBoard, OdIfc4x3_rc4::IfcElectricDistributionBoardType, OdIfc4x3_rc4::IfcElectricFlowStorageDevice, OdIfc4x3_rc4::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc4::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc4::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcElectricGenerator, OdIfc4x3_rc4::IfcElectricGeneratorType, OdIfc4x3_rc4::IfcElectricMotor, OdIfc4x3_rc4::IfcElectricMotorType, OdIfc4x3_rc4::IfcElectricTimeControl, OdIfc4x3_rc4::IfcElectricTimeControlType, OdIfc4x3_rc4::IfcElementarySurface, OdIfc4x3_rc4::IfcElementAssembly, OdIfc4x3_rc4::IfcElementAssemblyType, OdIfc4x3_rc4::IfcElement, OdIfc4x3_rc4::IfcElementQuantity, OdIfc4x3_rc4::IfcElementType, OdIfc4x3_rc4::IfcEllipse, OdIfc4x3_rc4::IfcEllipseProfileDef, OdIfc4x3_rc4::IfcEngine, OdIfc4x3_rc4::IfcEngineType, OdIfc4x3_rc4::IfcEvaporativeCooler, OdIfc4x3_rc4::IfcEvaporativeCoolerType, OdIfc4x3_rc4::IfcEvaporator, OdIfc4x3_rc4::IfcEvaporatorType, OdIfc4x3_rc4::IfcEvent, OdIfc4x3_rc4::IfcEventTime, OdIfc4x3_rc4::IfcEventType, OdIfc4x3_rc4::IfcExtendedProperties, OdIfc4x3_rc4::IfcExternalReference, OdIfc4x3_rc4::IfcExternalReferenceRelationship, OdIfc4x3_rc4::IfcExternalSpatialElement, OdIfc4x3_rc4::IfcExtrudedAreaSolid, OdIfc4x3_rc4::IfcExtrudedAreaSolidTapered, OdIfc4x3_rc4::IfcFace, OdIfc4x3_rc4::IfcFaceBasedSurfaceModel, OdIfc4x3_rc4::IfcFaceBound, OdIfc4x3_rc4::IfcFaceSurface, OdIfc4x3_rc4::IfcFacetedBrepWithVoids, OdIfc4x3_rc4::IfcFacilityPart, OdIfc4x3_rc4::IfcFailureConnectionCondition, OdIfc4x3_rc4::IfcFan, OdIfc4x3_rc4::IfcFanType, OdIfc4x3_rc4::IfcFastener, OdIfc4x3_rc4::IfcFastenerType, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFillAreaStyle, OdIfc4x3_rc4::IfcFillAreaStyleHatching, OdIfc4x3_rc4::IfcFillAreaStyleTiles, OdIfc4x3_rc4::IfcFilter, OdIfc4x3_rc4::IfcFilterType, OdIfc4x3_rc4::IfcFireSuppressionTerminal, OdIfc4x3_rc4::IfcFireSuppressionTerminalType, OdIfc4x3_rc4::IfcFixedReferenceSweptAreaSolid, OdIfc4x3_rc4::IfcFlowInstrument, OdIfc4x3_rc4::IfcFlowInstrumentType, OdIfc4x3_rc4::IfcFlowMeter, OdIfc4x3_rc4::IfcFlowMeterType, OdIfc4x3_rc4::IfcFooting, OdIfc4x3_rc4::IfcFootingType, OdIfc4x3_rc4::IfcFurniture, OdIfc4x3_rc4::IfcFurnitureType, OdIfc4x3_rc4::IfcGeographicElement, OdIfc4x3_rc4::IfcGeographicElementType, OdIfc4x3_rc4::IfcGeometricRepresentationContext, OdIfc4x3_rc4::IfcGeometricRepresentationSubContext, OdIfc4x3_rc4::IfcGeometricSet, OdIfc4x3_rc4::IfcGradientCurve, OdIfc4x3_rc4::IfcGrid, OdIfc4x3_rc4::IfcGridAxis, OdIfc4x3_rc4::IfcGridPlacement, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcHalfSpaceSolid, OdIfc4x3_rc4::IfcHeatExchanger, OdIfc4x3_rc4::IfcHeatExchangerType, OdIfc4x3_rc4::IfcHumidifier, OdIfc4x3_rc4::IfcHumidifierType, OdIfc4x3_rc4::IfcImageTexture, OdIfc4x3_rc4::IfcImpactProtectionDevice, OdIfc4x3_rc4::IfcImpactProtectionDeviceType, OdIfc4x3_rc4::IfcIndexedColourMap, OdIfc4x3_rc4::IfcIndexedPolyCurve, OdIfc4x3_rc4::IfcIndexedPolygonalFace, OdIfc4x3_rc4::IfcIndexedPolygonalFaceWithVoids, OdIfc4x3_rc4::IfcIndexedTextureMap, OdIfc4x3_rc4::IfcIndexedTriangleTextureMap, OdIfc4x3_rc4::IfcInterceptor, OdIfc4x3_rc4::IfcInterceptorType, OdIfc4x3_rc4::IfcInventory, OdIfc4x3_rc4::IfcIrregularTimeSeries, OdIfc4x3_rc4::IfcIrregularTimeSeriesValue, OdIfc4x3_rc4::IfcIShapeProfileDef, OdIfc4x3_rc4::IfcJunctionBox, OdIfc4x3_rc4::IfcJunctionBoxType, OdIfc4x3_rc4::IfcKerb, OdIfc4x3_rc4::IfcKerbType, OdIfc4x3_rc4::IfcLaborResource, OdIfc4x3_rc4::IfcLaborResourceType, OdIfc4x3_rc4::IfcLagTime, OdIfc4x3_rc4::IfcLamp, OdIfc4x3_rc4::IfcLampType, OdIfc4x3_rc4::IfcLibraryInformation, OdIfc4x3_rc4::IfcLibraryReference, OdIfc4x3_rc4::IfcLightDistributionData, OdIfc4x3_rc4::IfcLightFixture, OdIfc4x3_rc4::IfcLightFixtureType, OdIfc4x3_rc4::IfcLightIntensityDistribution, OdIfc4x3_rc4::IfcLightSource, OdIfc4x3_rc4::IfcLightSourceDirectional, OdIfc4x3_rc4::IfcLightSourceGoniometric, OdIfc4x3_rc4::IfcLightSourcePositional, OdIfc4x3_rc4::IfcLightSourceSpot, OdIfc4x3_rc4::IfcLinearPlacement, OdIfc4x3_rc4::IfcLine, OdIfc4x3_rc4::IfcLiquidTerminal, OdIfc4x3_rc4::IfcLiquidTerminalType, OdIfc4x3_rc4::IfcLocalPlacement, OdIfc4x3_rc4::IfcLShapeProfileDef, OdIfc4x3_rc4::IfcManifoldSolidBrep, OdIfc4x3_rc4::IfcMapConversion, OdIfc4x3_rc4::IfcMappedItem, OdIfc4x3_rc4::IfcMarineFacility, OdIfc4x3_rc4::IfcMaterial, OdIfc4x3_rc4::IfcMaterialClassificationRelationship, OdIfc4x3_rc4::IfcMaterialConstituent, OdIfc4x3_rc4::IfcMaterialConstituentSet, OdIfc4x3_rc4::IfcMaterialDefinition, OdIfc4x3_rc4::IfcMaterialDefinitionRepresentation, OdIfc4x3_rc4::IfcMaterialLayer, OdIfc4x3_rc4::IfcMaterialLayerSet, OdIfc4x3_rc4::IfcMaterialLayerSetUsage, OdIfc4x3_rc4::IfcMaterialLayerWithOffsets, OdIfc4x3_rc4::IfcMaterialList, OdIfc4x3_rc4::IfcMaterialProfile, OdIfc4x3_rc4::IfcMaterialProfileSet, OdIfc4x3_rc4::IfcMaterialProfileSetUsage, OdIfc4x3_rc4::IfcMaterialProfileSetUsageTapering, OdIfc4x3_rc4::IfcMaterialProfileWithOffsets, OdIfc4x3_rc4::IfcMaterialProperties, OdIfc4x3_rc4::IfcMaterialRelationship, OdIfc4x3_rc4::IfcMaterialUsageDefinition, OdIfc4x3_rc4::IfcMeasureWithUnit, OdIfc4x3_rc4::IfcMechanicalFastener, OdIfc4x3_rc4::IfcMechanicalFastenerType, OdIfc4x3_rc4::IfcMedicalDevice, OdIfc4x3_rc4::IfcMedicalDeviceType, OdIfc4x3_rc4::IfcMember, OdIfc4x3_rc4::IfcMemberType, OdIfc4x3_rc4::IfcMetric, OdIfc4x3_rc4::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc4::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc4::IfcMonetaryUnit, OdIfc4x3_rc4::IfcMooringDevice, OdIfc4x3_rc4::IfcMooringDeviceType, OdIfc4x3_rc4::IfcMotorConnection, OdIfc4x3_rc4::IfcMotorConnectionType, OdIfc4x3_rc4::IfcNamedUnit, OdIfc4x3_rc4::IfcNavigationElement, OdIfc4x3_rc4::IfcNavigationElementType, OdIfc4x3_rc4::IfcObject, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcObjective, OdIfc4x3_rc4::IfcObjectPlacement, OdIfc4x3_rc4::IfcOccupant, OdIfc4x3_rc4::IfcOffsetCurve2D, OdIfc4x3_rc4::IfcOffsetCurve3D, OdIfc4x3_rc4::IfcOffsetCurve, OdIfc4x3_rc4::IfcOffsetCurveByDistances, OdIfc4x3_rc4::IfcOpenCrossProfileDef, OdIfc4x3_rc4::IfcOpeningElement, OdIfc4x3_rc4::IfcOrganization, OdIfc4x3_rc4::IfcOrganizationRelationship, OdIfc4x3_rc4::IfcOrientedEdge, OdIfc4x3_rc4::IfcOutlet, OdIfc4x3_rc4::IfcOutletType, OdIfc4x3_rc4::IfcOwnerHistory, OdIfc4x3_rc4::IfcParameterizedProfileDef, OdIfc4x3_rc4::IfcPath, OdIfc4x3_rc4::IfcPavement, OdIfc4x3_rc4::IfcPavementType, OdIfc4x3_rc4::IfcPcurve, OdIfc4x3_rc4::IfcPerformanceHistory, OdIfc4x3_rc4::IfcPermeableCoveringProperties, OdIfc4x3_rc4::IfcPermit, OdIfc4x3_rc4::IfcPersonAndOrganization, OdIfc4x3_rc4::IfcPerson, OdIfc4x3_rc4::IfcPhysicalComplexQuantity, OdIfc4x3_rc4::IfcPhysicalQuantity, OdIfc4x3_rc4::IfcPhysicalSimpleQuantity, OdIfc4x3_rc4::IfcPile, OdIfc4x3_rc4::IfcPileType, OdIfc4x3_rc4::IfcPipeFitting, OdIfc4x3_rc4::IfcPipeFittingType, OdIfc4x3_rc4::IfcPipeSegment, OdIfc4x3_rc4::IfcPipeSegmentType, OdIfc4x3_rc4::IfcPixelTexture, OdIfc4x3_rc4::IfcPlacement, OdIfc4x3_rc4::IfcPlanarBox, OdIfc4x3_rc4::IfcPlanarExtent, OdIfc4x3_rc4::IfcPlate, OdIfc4x3_rc4::IfcPlateType, OdIfc4x3_rc4::IfcPointByDistanceExpression, OdIfc4x3_rc4::IfcPointOnCurve, OdIfc4x3_rc4::IfcPointOnSurface, OdIfc4x3_rc4::IfcPolygonalBoundedHalfSpace, OdIfc4x3_rc4::IfcPolygonalFaceSet, OdIfc4x3_rc4::IfcPolyline, OdIfc4x3_rc4::IfcPolyLoop, OdIfc4x3_rc4::IfcPolynomialCurve, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcPostalAddress, OdIfc4x3_rc4::IfcPreDefinedItem, OdIfc4x3_rc4::IfcPresentationLayerAssignment, OdIfc4x3_rc4::IfcPresentationLayerWithStyle, OdIfc4x3_rc4::IfcPresentationStyle, OdIfc4x3_rc4::IfcProcedure, OdIfc4x3_rc4::IfcProcedureType, OdIfc4x3_rc4::IfcProcess, OdIfc4x3_rc4::IfcProduct, OdIfc4x3_rc4::IfcProductDefinitionShape, OdIfc4x3_rc4::IfcProductRepresentation, OdIfc4x3_rc4::IfcProfileDef, OdIfc4x3_rc4::IfcProfileProperties, OdIfc4x3_rc4::IfcProjectedCRS, OdIfc4x3_rc4::IfcProjectionElement, OdIfc4x3_rc4::IfcProjectOrder, OdIfc4x3_rc4::IfcPropertyAbstraction, OdIfc4x3_rc4::IfcProperty, OdIfc4x3_rc4::IfcPropertyBoundedValue, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertyDependencyRelationship, OdIfc4x3_rc4::IfcPropertyEnumeratedValue, OdIfc4x3_rc4::IfcPropertyEnumeration, OdIfc4x3_rc4::IfcPropertyListValue, OdIfc4x3_rc4::IfcPropertyReferenceValue, OdIfc4x3_rc4::IfcPropertySet, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetTemplate, OdIfc4x3_rc4::IfcPropertySingleValue, OdIfc4x3_rc4::IfcPropertyTableValue, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcProtectiveDevice, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc4::IfcProtectiveDeviceType, OdIfc4x3_rc4::IfcProxy, OdIfc4x3_rc4::IfcPump, OdIfc4x3_rc4::IfcPumpType, OdIfc4x3_rc4::IfcQuantityArea, OdIfc4x3_rc4::IfcQuantityCount, OdIfc4x3_rc4::IfcQuantityLength, OdIfc4x3_rc4::IfcQuantityTime, OdIfc4x3_rc4::IfcQuantityVolume, OdIfc4x3_rc4::IfcQuantityWeight, OdIfc4x3_rc4::IfcRail, OdIfc4x3_rc4::IfcRailing, OdIfc4x3_rc4::IfcRailingType, OdIfc4x3_rc4::IfcRailType, OdIfc4x3_rc4::IfcRailway, OdIfc4x3_rc4::IfcRamp, OdIfc4x3_rc4::IfcRampFlight, OdIfc4x3_rc4::IfcRampFlightType, OdIfc4x3_rc4::IfcRampType, OdIfc4x3_rc4::IfcRationalBSplineCurveWithKnots, OdIfc4x3_rc4::IfcRationalBSplineSurfaceWithKnots, OdIfc4x3_rc4::IfcRectangleHollowProfileDef, OdIfc4x3_rc4::IfcRectangleProfileDef, OdIfc4x3_rc4::IfcRectangularPyramid, OdIfc4x3_rc4::IfcRectangularTrimmedSurface, OdIfc4x3_rc4::IfcRecurrencePattern, OdIfc4x3_rc4::IfcReference, OdIfc4x3_rc4::IfcReferent, OdIfc4x3_rc4::IfcRegularTimeSeries, OdIfc4x3_rc4::IfcReinforcedSoil, OdIfc4x3_rc4::IfcReinforcementBarProperties, OdIfc4x3_rc4::IfcReinforcementDefinitionProperties, OdIfc4x3_rc4::IfcReinforcingBar, OdIfc4x3_rc4::IfcReinforcingBarType, OdIfc4x3_rc4::IfcReinforcingElement, OdIfc4x3_rc4::IfcReinforcingMesh, OdIfc4x3_rc4::IfcReinforcingMeshType, OdIfc4x3_rc4::IfcRelAdheresToElement, OdIfc4x3_rc4::IfcRelAggregates, OdIfc4x3_rc4::IfcRelAssigns, OdIfc4x3_rc4::IfcRelAssignsToActor, OdIfc4x3_rc4::IfcRelAssignsToControl, OdIfc4x3_rc4::IfcRelAssignsToGroup, OdIfc4x3_rc4::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc4::IfcRelAssignsToProcess, OdIfc4x3_rc4::IfcRelAssignsToProduct, OdIfc4x3_rc4::IfcRelAssignsToResource, OdIfc4x3_rc4::IfcRelAssociatesApproval, OdIfc4x3_rc4::IfcRelAssociates, OdIfc4x3_rc4::IfcRelAssociatesClassification, OdIfc4x3_rc4::IfcRelAssociatesConstraint, OdIfc4x3_rc4::IfcRelAssociatesDocument, OdIfc4x3_rc4::IfcRelAssociatesLibrary, OdIfc4x3_rc4::IfcRelAssociatesMaterial, OdIfc4x3_rc4::IfcRelAssociatesProfileDef, OdIfc4x3_rc4::IfcRelConnectsElements, OdIfc4x3_rc4::IfcRelConnectsPathElements, OdIfc4x3_rc4::IfcRelConnectsPorts, OdIfc4x3_rc4::IfcRelConnectsPortToElement, OdIfc4x3_rc4::IfcRelConnectsStructuralActivity, OdIfc4x3_rc4::IfcRelConnectsStructuralMember, OdIfc4x3_rc4::IfcRelConnectsWithEccentricity, OdIfc4x3_rc4::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc4::IfcRelContainedInSpatialStructure, OdIfc4x3_rc4::IfcRelCoversBldgElements, OdIfc4x3_rc4::IfcRelCoversSpaces, OdIfc4x3_rc4::IfcRelDeclares, OdIfc4x3_rc4::IfcRelDefinesByObject, OdIfc4x3_rc4::IfcRelDefinesByProperties, OdIfc4x3_rc4::IfcRelDefinesByTemplate, OdIfc4x3_rc4::IfcRelDefinesByType, OdIfc4x3_rc4::IfcRelFillsElement, OdIfc4x3_rc4::IfcRelFlowControlElements, OdIfc4x3_rc4::IfcRelInterferesElements, OdIfc4x3_rc4::IfcRelNests, OdIfc4x3_rc4::IfcRelPositions, OdIfc4x3_rc4::IfcRelProjectsElement, OdIfc4x3_rc4::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc4::IfcRelSequence, OdIfc4x3_rc4::IfcRelServicesBuildings, OdIfc4x3_rc4::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary, OdIfc4x3_rc4::IfcRelVoidsElement, OdIfc4x3_rc4::IfcReparametrisedCompositeCurveSegment, OdIfc4x3_rc4::IfcRepresentation, OdIfc4x3_rc4::IfcRepresentationContext, OdIfc4x3_rc4::IfcRepresentationItem, OdIfc4x3_rc4::IfcRepresentationMap, OdIfc4x3_rc4::IfcResourceApprovalRelationship, OdIfc4x3_rc4::IfcResource, OdIfc4x3_rc4::IfcResourceConstraintRelationship, OdIfc4x3_rc4::IfcResourceLevelRelationship, OdIfc4x3_rc4::IfcResourceTime, OdIfc4x3_rc4::IfcRevolvedAreaSolid, OdIfc4x3_rc4::IfcRevolvedAreaSolidTapered, OdIfc4x3_rc4::IfcRightCircularCone, OdIfc4x3_rc4::IfcRightCircularCylinder, OdIfc4x3_rc4::IfcRoad, OdIfc4x3_rc4::IfcRoof, OdIfc4x3_rc4::IfcRoofType, OdIfc4x3_rc4::IfcRoot, OdIfc4x3_rc4::IfcRoundedRectangleProfileDef, OdIfc4x3_rc4::IfcSanitaryTerminal, OdIfc4x3_rc4::IfcSanitaryTerminalType, OdIfc4x3_rc4::IfcSchedulingTime, OdIfc4x3_rc4::IfcSecondOrderPolynomialSpiral, OdIfc4x3_rc4::IfcSectionedSolid, OdIfc4x3_rc4::IfcSectionedSolidHorizontal, OdIfc4x3_rc4::IfcSectionedSpine, OdIfc4x3_rc4::IfcSectionedSurface, OdIfc4x3_rc4::IfcSectionProperties, OdIfc4x3_rc4::IfcSectionReinforcementProperties, OdIfc4x3_rc4::IfcSegment, OdIfc4x3_rc4::IfcSegmentedReferenceCurve, OdIfc4x3_rc4::IfcSensor, OdIfc4x3_rc4::IfcSensorType, OdIfc4x3_rc4::IfcSeventhOrderPolynomialSpiral, OdIfc4x3_rc4::IfcShadingDevice, OdIfc4x3_rc4::IfcShadingDeviceType, OdIfc4x3_rc4::IfcShapeAspect, OdIfc4x3_rc4::IfcShapeModel, OdIfc4x3_rc4::IfcShellBasedSurfaceModel, OdIfc4x3_rc4::IfcSignal, OdIfc4x3_rc4::IfcSignalType, OdIfc4x3_rc4::IfcSign, OdIfc4x3_rc4::IfcSignType, OdIfc4x3_rc4::IfcSimplePropertyTemplate, OdIfc4x3_rc4::IfcSine, OdIfc4x3_rc4::IfcSite, OdIfc4x3_rc4::IfcSIUnit, OdIfc4x3_rc4::IfcSlab, OdIfc4x3_rc4::IfcSlabType, OdIfc4x3_rc4::IfcSlippageConnectionCondition, OdIfc4x3_rc4::IfcSolarDevice, OdIfc4x3_rc4::IfcSolarDeviceType, OdIfc4x3_rc4::IfcSpace, OdIfc4x3_rc4::IfcSpaceHeater, OdIfc4x3_rc4::IfcSpaceHeaterType, OdIfc4x3_rc4::IfcSpaceType, OdIfc4x3_rc4::IfcSpatialElement, OdIfc4x3_rc4::IfcSpatialElementType, OdIfc4x3_rc4::IfcSpatialStructureElement, OdIfc4x3_rc4::IfcSpatialZone, OdIfc4x3_rc4::IfcSpatialZoneType, OdIfc4x3_rc4::IfcSphere, OdIfc4x3_rc4::IfcSphericalSurface, OdIfc4x3_rc4::IfcSpiral, OdIfc4x3_rc4::IfcStackTerminal, OdIfc4x3_rc4::IfcStackTerminalType, OdIfc4x3_rc4::IfcStair, OdIfc4x3_rc4::IfcStairFlight, OdIfc4x3_rc4::IfcStairFlightType, OdIfc4x3_rc4::IfcStairType, OdIfc4x3_rc4::IfcStructuralAction, OdIfc4x3_rc4::IfcStructuralActivity, OdIfc4x3_rc4::IfcStructuralAnalysisModel, OdIfc4x3_rc4::IfcStructuralConnection, OdIfc4x3_rc4::IfcStructuralConnectionCondition, OdIfc4x3_rc4::IfcStructuralCurveAction, OdIfc4x3_rc4::IfcStructuralCurveConnection, OdIfc4x3_rc4::IfcStructuralCurveMember, OdIfc4x3_rc4::IfcStructuralCurveReaction, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralLoad, OdIfc4x3_rc4::IfcStructuralLoadCase, OdIfc4x3_rc4::IfcStructuralLoadConfiguration, OdIfc4x3_rc4::IfcStructuralLoadGroup, OdIfc4x3_rc4::IfcStructuralLoadLinearForce, OdIfc4x3_rc4::IfcStructuralLoadPlanarForce, OdIfc4x3_rc4::IfcStructuralLoadSingleDisplacement, OdIfc4x3_rc4::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x3_rc4::IfcStructuralLoadSingleForce, OdIfc4x3_rc4::IfcStructuralLoadSingleForceWarping, OdIfc4x3_rc4::IfcStructuralLoadTemperature, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralPointConnection, OdIfc4x3_rc4::IfcStructuralResultGroup, OdIfc4x3_rc4::IfcStructuralSurfaceAction, OdIfc4x3_rc4::IfcStructuralSurfaceMember, OdIfc4x3_rc4::IfcStructuralSurfaceReaction, OdIfc4x3_rc4::IfcStyledItem, OdIfc4x3_rc4::IfcSubContractResource, OdIfc4x3_rc4::IfcSubContractResourceType, OdIfc4x3_rc4::IfcSubedge, OdIfc4x3_rc4::IfcSurfaceCurve, OdIfc4x3_rc4::IfcSurfaceCurveSweptAreaSolid, OdIfc4x3_rc4::IfcSurfaceFeature, OdIfc4x3_rc4::IfcSurfaceOfLinearExtrusion, OdIfc4x3_rc4::IfcSurfaceOfRevolution, OdIfc4x3_rc4::IfcSurfaceReinforcementArea, OdIfc4x3_rc4::IfcSurfaceStyle, OdIfc4x3_rc4::IfcSurfaceStyleLighting, OdIfc4x3_rc4::IfcSurfaceStyleRefraction, OdIfc4x3_rc4::IfcSurfaceStyleRendering, OdIfc4x3_rc4::IfcSurfaceStyleShading, OdIfc4x3_rc4::IfcSurfaceStyleWithTextures, OdIfc4x3_rc4::IfcSurfaceTexture, OdIfc4x3_rc4::IfcSweptAreaSolid, OdIfc4x3_rc4::IfcSweptDiskSolid, OdIfc4x3_rc4::IfcSweptDiskSolidPolygonal, OdIfc4x3_rc4::IfcSweptSurface, OdIfc4x3_rc4::IfcSwitchingDevice, OdIfc4x3_rc4::IfcSwitchingDeviceType, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystemFurnitureElement, OdIfc4x3_rc4::IfcSystemFurnitureElementType, OdIfc4x3_rc4::IfcTable, OdIfc4x3_rc4::IfcTableColumn, OdIfc4x3_rc4::IfcTableRow, OdIfc4x3_rc4::IfcTank, OdIfc4x3_rc4::IfcTankType, OdIfc4x3_rc4::IfcTask, OdIfc4x3_rc4::IfcTaskTime, OdIfc4x3_rc4::IfcTaskTimeRecurring, OdIfc4x3_rc4::IfcTaskType, OdIfc4x3_rc4::IfcTelecomAddress, OdIfc4x3_rc4::IfcTendonAnchor, OdIfc4x3_rc4::IfcTendonAnchorType, OdIfc4x3_rc4::IfcTendon, OdIfc4x3_rc4::IfcTendonConduit, OdIfc4x3_rc4::IfcTendonConduitType, OdIfc4x3_rc4::IfcTendonType, OdIfc4x3_rc4::IfcTessellatedFaceSet, OdIfc4x3_rc4::IfcTextLiteral, OdIfc4x3_rc4::IfcTextLiteralWithExtent, OdIfc4x3_rc4::IfcTextStyle, OdIfc4x3_rc4::IfcTextStyleFontModel, OdIfc4x3_rc4::IfcTextStyleForDefinedFont, OdIfc4x3_rc4::IfcTextStyleTextModel, OdIfc4x3_rc4::IfcTextureCoordinate, OdIfc4x3_rc4::IfcTextureCoordinateGenerator, OdIfc4x3_rc4::IfcTextureMap, OdIfc4x3_rc4::IfcTextureVertex, OdIfc4x3_rc4::IfcTextureVertexList, OdIfc4x3_rc4::IfcThirdOrderPolynomialSpiral, OdIfc4x3_rc4::IfcTimePeriod, OdIfc4x3_rc4::IfcTimeSeries, OdIfc4x3_rc4::IfcTimeSeriesValue, OdIfc4x3_rc4::IfcToroidalSurface, OdIfc4x3_rc4::IfcTrackElement, OdIfc4x3_rc4::IfcTrackElementType, OdIfc4x3_rc4::IfcTransformer, OdIfc4x3_rc4::IfcTransformerType, OdIfc4x3_rc4::IfcTransportElement, OdIfc4x3_rc4::IfcTransportElementType, OdIfc4x3_rc4::IfcTrapeziumProfileDef, OdIfc4x3_rc4::IfcTriangulatedFaceSet, OdIfc4x3_rc4::IfcTriangulatedIrregularNetwork, OdIfc4x3_rc4::IfcTrimmedCurve, OdIfc4x3_rc4::IfcTShapeProfileDef, OdIfc4x3_rc4::IfcTubeBundle, OdIfc4x3_rc4::IfcTubeBundleType, OdIfc4x3_rc4::IfcTypeObject, OdIfc4x3_rc4::IfcTypeProcess, OdIfc4x3_rc4::IfcTypeProduct, OdIfc4x3_rc4::IfcTypeResource, OdIfc4x3_rc4::IfcUnitaryControlElement, OdIfc4x3_rc4::IfcUnitaryControlElementType, OdIfc4x3_rc4::IfcUnitaryEquipment, OdIfc4x3_rc4::IfcUnitaryEquipmentType, OdIfc4x3_rc4::IfcUnitAssignment, OdIfc4x3_rc4::IfcUShapeProfileDef, OdIfc4x3_rc4::IfcValve, OdIfc4x3_rc4::IfcValveType, OdIfc4x3_rc4::IfcVector, OdIfc4x3_rc4::IfcVertexLoop, OdIfc4x3_rc4::IfcVertexPoint, OdIfc4x3_rc4::IfcVibrationDamper, OdIfc4x3_rc4::IfcVibrationDamperType, OdIfc4x3_rc4::IfcVibrationIsolator, OdIfc4x3_rc4::IfcVibrationIsolatorType, OdIfc4x3_rc4::IfcVirtualGridIntersection, OdIfc4x3_rc4::IfcVoidingFeature, OdIfc4x3_rc4::IfcWall, OdIfc4x3_rc4::IfcWallType, OdIfc4x3_rc4::IfcWasteTerminal, OdIfc4x3_rc4::IfcWasteTerminalType, OdIfc4x3_rc4::IfcWindow, OdIfc4x3_rc4::IfcWindowLiningProperties, OdIfc4x3_rc4::IfcWindowPanelProperties, OdIfc4x3_rc4::IfcWindowStyle, OdIfc4x3_rc4::IfcWindowType, OdIfc4x3_rc4::IfcWorkCalendar, OdIfc4x3_rc4::IfcWorkControl, OdIfc4x3_rc4::IfcWorkPlan, OdIfc4x3_rc4::IfcWorkSchedule, OdIfc4x3_rc4::IfcWorkTime, OdIfc4x3_rc4::IfcZone, and OdIfc4x3_rc4::IfcZShapeProfileDef.
|
virtual |
Clears the attribute value.
explicitAttrDef | [in] An <link OdIfc::OdIfcAttribute, OdIfcAttribute> enumeration that represents the attribute definition. |
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcActorRole, OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAddress, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAnnotationFillArea, OdIfc2x2_final::IfcAnnotationFillAreaOccurrence, OdIfc2x2_final::IfcApplication, OdIfc2x2_final::IfcAppliedValue, OdIfc2x2_final::IfcAppliedValueRelationship, OdIfc2x2_final::IfcApprovalActorRelationship, OdIfc2x2_final::IfcApproval, OdIfc2x2_final::IfcApprovalPropertyRelationship, OdIfc2x2_final::IfcApprovalRelationship, OdIfc2x2_final::IfcArbitraryClosedProfileDef, OdIfc2x2_final::IfcArbitraryOpenProfileDef, OdIfc2x2_final::IfcArbitraryProfileDefWithVoids, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcAsymmetricIShapeProfileDef, OdIfc2x2_final::IfcAxis1Placement, OdIfc2x2_final::IfcAxis2Placement2D, OdIfc2x2_final::IfcAxis2Placement3D, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBooleanResult, OdIfc2x2_final::IfcBoundaryCondition, OdIfc2x2_final::IfcBoundaryEdgeCondition, OdIfc2x2_final::IfcBoundaryFaceCondition, OdIfc2x2_final::IfcBoundaryNodeCondition, OdIfc2x2_final::IfcBoundaryNodeConditionWarping, OdIfc2x2_final::IfcBoundingBox, OdIfc2x2_final::IfcBoxedHalfSpace, OdIfc2x2_final::IfcBSplineCurve, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcCalendarDate, OdIfc2x2_final::IfcCartesianPoint, OdIfc2x2_final::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator3D, OdIfc2x2_final::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCircle, OdIfc2x2_final::IfcCircleHollowProfileDef, OdIfc2x2_final::IfcCircleProfileDef, OdIfc2x2_final::IfcClassification, OdIfc2x2_final::IfcClassificationItem, OdIfc2x2_final::IfcClassificationItemRelationship, OdIfc2x2_final::IfcClassificationNotation, OdIfc2x2_final::IfcClassificationNotationFacet, OdIfc2x2_final::IfcClassificationReference, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColourRgb, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcComplexProperty, OdIfc2x2_final::IfcCompositeCurve, OdIfc2x2_final::IfcCompositeCurveSegment, OdIfc2x2_final::IfcCompositeProfileDef, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConic, OdIfc2x2_final::IfcConnectedFaceSet, OdIfc2x2_final::IfcConnectionCurveGeometry, OdIfc2x2_final::IfcConnectionPointGeometry, OdIfc2x2_final::IfcConnectionPortGeometry, OdIfc2x2_final::IfcConnectionSurfaceGeometry, OdIfc2x2_final::IfcConstraintAggregationRelationship, OdIfc2x2_final::IfcConstraint, OdIfc2x2_final::IfcConstraintClassificationRelationship, OdIfc2x2_final::IfcConstraintRelationship, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcContextDependentUnit, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcConversionBasedUnit, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCoordinatedUniversalTimeOffset, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCostValue, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcCraneRailAShapeProfileDef, OdIfc2x2_final::IfcCraneRailFShapeProfileDef, OdIfc2x2_final::IfcCsgSolid, OdIfc2x2_final::IfcCShapeProfileDef, OdIfc2x2_final::IfcCurrencyRelationship, OdIfc2x2_final::IfcCurveBoundedPlane, OdIfc2x2_final::IfcCurveStyle, OdIfc2x2_final::IfcCurveStyleFontAndScaling, OdIfc2x2_final::IfcCurveStyleFont, OdIfc2x2_final::IfcCurveStyleFontPattern, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDateAndTime, OdIfc2x2_final::IfcDefinedSymbol, OdIfc2x2_final::IfcDerivedProfileDef, OdIfc2x2_final::IfcDerivedUnit, OdIfc2x2_final::IfcDerivedUnitElement, OdIfc2x2_final::IfcDimensionalExponents, OdIfc2x2_final::IfcDimensionCurve, OdIfc2x2_final::IfcDimensionCurveTerminator, OdIfc2x2_final::IfcDirection, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDocumentElectronicFormat, OdIfc2x2_final::IfcDocumentInformation, OdIfc2x2_final::IfcDocumentInformationRelationship, OdIfc2x2_final::IfcDocumentReference, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDraughtingCallout, OdIfc2x2_final::IfcDraughtingCalloutRelationship, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcEdge, OdIfc2x2_final::IfcEdgeCurve, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcEdgeLoop, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementarySurface, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEllipse, OdIfc2x2_final::IfcEllipseProfileDef, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEnvironmentalImpactValue, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcExtendedMaterialProperties, OdIfc2x2_final::IfcExternalReference, OdIfc2x2_final::IfcExtrudedAreaSolid, OdIfc2x2_final::IfcFace, OdIfc2x2_final::IfcFaceBasedSurfaceModel, OdIfc2x2_final::IfcFaceBound, OdIfc2x2_final::IfcFaceSurface, OdIfc2x2_final::IfcFacetedBrepWithVoids, OdIfc2x2_final::IfcFailureConnectionCondition, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFillAreaStyle, OdIfc2x2_final::IfcFillAreaStyleHatching, OdIfc2x2_final::IfcFillAreaStyleTiles, OdIfc2x2_final::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFuelProperties, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcGeneralMaterialProperties, OdIfc2x2_final::IfcGeneralProfileProperties, OdIfc2x2_final::IfcGeometricRepresentationContext, OdIfc2x2_final::IfcGeometricRepresentationSubContext, OdIfc2x2_final::IfcGeometricSet, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGridAxis, OdIfc2x2_final::IfcGridPlacement, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcHalfSpaceSolid, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcHygroscopicMaterialProperties, OdIfc2x2_final::IfcImageTexture, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcIrregularTimeSeries, OdIfc2x2_final::IfcIrregularTimeSeriesValue, OdIfc2x2_final::IfcIShapeProfileDef, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLibraryInformation, OdIfc2x2_final::IfcLibraryReference, OdIfc2x2_final::IfcLightDistributionData, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcLightIntensityDistribution, OdIfc2x2_final::IfcLightSource, OdIfc2x2_final::IfcLightSourceDirectional, OdIfc2x2_final::IfcLightSourceGoniometric, OdIfc2x2_final::IfcLightSourcePositional, OdIfc2x2_final::IfcLightSourceSpot, OdIfc2x2_final::IfcLine, OdIfc2x2_final::IfcLocalPlacement, OdIfc2x2_final::IfcLocalTime, OdIfc2x2_final::IfcLShapeProfileDef, OdIfc2x2_final::IfcManifoldSolidBrep, OdIfc2x2_final::IfcMappedItem, OdIfc2x2_final::IfcMaterial, OdIfc2x2_final::IfcMaterialClassificationRelationship, OdIfc2x2_final::IfcMaterialLayer, OdIfc2x2_final::IfcMaterialLayerSet, OdIfc2x2_final::IfcMaterialLayerSetUsage, OdIfc2x2_final::IfcMaterialList, OdIfc2x2_final::IfcMaterialProperties, OdIfc2x2_final::IfcMeasureWithUnit, OdIfc2x2_final::IfcMechanicalConcreteMaterialProperties, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMechanicalMaterialProperties, OdIfc2x2_final::IfcMechanicalSteelMaterialProperties, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMetric, OdIfc2x2_final::IfcMonetaryUnit, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcNamedUnit, OdIfc2x2_final::IfcObject, OdIfc2x2_final::IfcObjective, OdIfc2x2_final::IfcObjectPlacement, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOffsetCurve2D, OdIfc2x2_final::IfcOffsetCurve3D, OdIfc2x2_final::IfcOneDirectionRepeatFactor, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOpticalMaterialProperties, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcOrganization, OdIfc2x2_final::IfcOrganizationRelationship, OdIfc2x2_final::IfcOrientedEdge, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcOwnerHistory, OdIfc2x2_final::IfcParameterizedProfileDef, OdIfc2x2_final::IfcPath, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPersonAndOrganization, OdIfc2x2_final::IfcPerson, OdIfc2x2_final::IfcPhysicalComplexQuantity, OdIfc2x2_final::IfcPhysicalQuantity, OdIfc2x2_final::IfcPhysicalSimpleQuantity, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPixelTexture, OdIfc2x2_final::IfcPlacement, OdIfc2x2_final::IfcPlanarBox, OdIfc2x2_final::IfcPlanarExtent, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPointOnCurve, OdIfc2x2_final::IfcPointOnSurface, OdIfc2x2_final::IfcPolygonalBoundedHalfSpace, OdIfc2x2_final::IfcPolyline, OdIfc2x2_final::IfcPolyLoop, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcPostalAddress, OdIfc2x2_final::IfcPreDefinedItem, OdIfc2x2_final::IfcPresentationLayerAssignment, OdIfc2x2_final::IfcPresentationLayerAssignmentWithStyle, OdIfc2x2_final::IfcPresentationStyleAssignment, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProductDefinitionShape, OdIfc2x2_final::IfcProductRepresentation, OdIfc2x2_final::IfcProductsOfCombustionProperties, OdIfc2x2_final::IfcProfileDef, OdIfc2x2_final::IfcProfileProperties, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProperty, OdIfc2x2_final::IfcPropertyBoundedValue, OdIfc2x2_final::IfcPropertyConstraintRelationship, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertyDependencyRelationship, OdIfc2x2_final::IfcPropertyEnumeratedValue, OdIfc2x2_final::IfcPropertyEnumeration, OdIfc2x2_final::IfcPropertyListValue, OdIfc2x2_final::IfcPropertyReferenceValue, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcPropertySingleValue, OdIfc2x2_final::IfcPropertyTableValue, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcQuantityArea, OdIfc2x2_final::IfcQuantityCount, OdIfc2x2_final::IfcQuantityLength, OdIfc2x2_final::IfcQuantityTime, OdIfc2x2_final::IfcQuantityVolume, OdIfc2x2_final::IfcQuantityWeight, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcRationalBezierCurve, OdIfc2x2_final::IfcRectangleHollowProfileDef, OdIfc2x2_final::IfcRectangleProfileDef, OdIfc2x2_final::IfcRectangularTrimmedSurface, OdIfc2x2_final::IfcReferencesValueDocument, OdIfc2x2_final::IfcRegularTimeSeries, OdIfc2x2_final::IfcReinforcementBarProperties, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcRelAssigns, OdIfc2x2_final::IfcRelAssignsTasks, OdIfc2x2_final::IfcRelAssignsToActor, OdIfc2x2_final::IfcRelAssignsToControl, OdIfc2x2_final::IfcRelAssignsToGroup, OdIfc2x2_final::IfcRelAssignsToProcess, OdIfc2x2_final::IfcRelAssignsToProduct, OdIfc2x2_final::IfcRelAssignsToResource, OdIfc2x2_final::IfcRelAssociatesAppliedValue, OdIfc2x2_final::IfcRelAssociatesApproval, OdIfc2x2_final::IfcRelAssociates, OdIfc2x2_final::IfcRelAssociatesClassification, OdIfc2x2_final::IfcRelAssociatesConstraint, OdIfc2x2_final::IfcRelAssociatesDocument, OdIfc2x2_final::IfcRelAssociatesLibrary, OdIfc2x2_final::IfcRelAssociatesMaterial, OdIfc2x2_final::IfcRelAssociatesProfileProperties, OdIfc2x2_final::IfcRelaxation, OdIfc2x2_final::IfcRelConnectsElements, OdIfc2x2_final::IfcRelConnectsPathElements, OdIfc2x2_final::IfcRelConnectsPorts, OdIfc2x2_final::IfcRelConnectsPortToElement, OdIfc2x2_final::IfcRelConnectsStructuralActivity, OdIfc2x2_final::IfcRelConnectsStructuralMember, OdIfc2x2_final::IfcRelConnectsWithRealizingElements, OdIfc2x2_final::IfcRelContainedInSpatialStructure, OdIfc2x2_final::IfcRelCoversBldgElements, OdIfc2x2_final::IfcRelDecomposes, OdIfc2x2_final::IfcRelDefines, OdIfc2x2_final::IfcRelDefinesByProperties, OdIfc2x2_final::IfcRelDefinesByType, OdIfc2x2_final::IfcRelFillsElement, OdIfc2x2_final::IfcRelFlowControlElements, OdIfc2x2_final::IfcRelInteractionRequirements, OdIfc2x2_final::IfcRelOverridesProperties, OdIfc2x2_final::IfcRelProjectsElement, OdIfc2x2_final::IfcRelSequence, OdIfc2x2_final::IfcRelServicesBuildings, OdIfc2x2_final::IfcRelSpaceBoundary, OdIfc2x2_final::IfcRelVoidsElement, OdIfc2x2_final::IfcRepresentation, OdIfc2x2_final::IfcRepresentationContext, OdIfc2x2_final::IfcRepresentationMap, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRevolvedAreaSolid, OdIfc2x2_final::IfcRibPlateProfileProperties, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoot, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcRoundedRectangleProfileDef, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcSectionedSpine, OdIfc2x2_final::IfcSectionProperties, OdIfc2x2_final::IfcSectionReinforcementProperties, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcShapeAspect, OdIfc2x2_final::IfcShapeRepresentation, OdIfc2x2_final::IfcShellBasedSurfaceModel, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSIUnit, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSlippageConnectionCondition, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralConnectionCondition, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoad, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralLoadLinearForce, OdIfc2x2_final::IfcStructuralLoadPlanarForce, OdIfc2x2_final::IfcStructuralLoadSingleDisplacement, OdIfc2x2_final::IfcStructuralLoadSingleDisplacementDistortion, OdIfc2x2_final::IfcStructuralLoadSingleForce, OdIfc2x2_final::IfcStructuralLoadSingleForceWarping, OdIfc2x2_final::IfcStructuralLoadTemperature, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralProfileProperties, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSteelProfileProperties, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcStyledItem, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSubedge, OdIfc2x2_final::IfcSurfaceCurveSweptAreaSolid, OdIfc2x2_final::IfcSurfaceOfLinearExtrusion, OdIfc2x2_final::IfcSurfaceOfRevolution, OdIfc2x2_final::IfcSurfaceStyle, OdIfc2x2_final::IfcSurfaceStyleLighting, OdIfc2x2_final::IfcSurfaceStyleRefraction, OdIfc2x2_final::IfcSurfaceStyleRendering, OdIfc2x2_final::IfcSurfaceStyleShading, OdIfc2x2_final::IfcSurfaceStyleWithTextures, OdIfc2x2_final::IfcSurfaceTexture, OdIfc2x2_final::IfcSweptAreaSolid, OdIfc2x2_final::IfcSweptDiskSolid, OdIfc2x2_final::IfcSweptSurface, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSymbolStyle, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTable, OdIfc2x2_final::IfcTableRow, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTelecomAddress, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTerminatorSymbol, OdIfc2x2_final::IfcTextLiteral, OdIfc2x2_final::IfcTextLiteralWithExtent, OdIfc2x2_final::IfcTextStyle, OdIfc2x2_final::IfcTextStyleWithBoxCharacteristics, OdIfc2x2_final::IfcTextStyleWithMirror, OdIfc2x2_final::IfcTextStyleWithSpacing, OdIfc2x2_final::IfcTextureCoordinate, OdIfc2x2_final::IfcTextureCoordinateGenerator, OdIfc2x2_final::IfcTextureMap, OdIfc2x2_final::IfcTextureVertex, OdIfc2x2_final::IfcThermalMaterialProperties, OdIfc2x2_final::IfcTimeSeries, OdIfc2x2_final::IfcTimeSeriesReferenceRelationship, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTimeSeriesValue, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTrapeziumProfileDef, OdIfc2x2_final::IfcTrimmedCurve, OdIfc2x2_final::IfcTShapeProfileDef, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTwoDirectionRepeatFactor, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcUnitAssignment, OdIfc2x2_final::IfcUShapeProfileDef, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVector, OdIfc2x2_final::IfcVertexBasedTextureMap, OdIfc2x2_final::IfcVertexLoop, OdIfc2x2_final::IfcVertexPoint, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcVirtualGridIntersection, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWaterProperties, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, OdIfc2x2_final::IfcWindowStyle, OdIfc2x2_final::IfcWorkControl, OdIfc2x2_final::IfcZShapeProfileDef, OdIfc2x3::IfcActionRequest, OdIfc2x3::IfcActor, OdIfc2x3::IfcActorRole, OdIfc2x3::IfcActuatorType, OdIfc2x3::IfcAddress, OdIfc2x3::IfcAirTerminalBoxType, OdIfc2x3::IfcAirTerminalType, OdIfc2x3::IfcAirToAirHeatRecoveryType, OdIfc2x3::IfcAlarmType, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAnnotationFillArea, OdIfc2x3::IfcAnnotationFillAreaOccurrence, OdIfc2x3::IfcAnnotationSurface, OdIfc2x3::IfcApplication, OdIfc2x3::IfcAppliedValue, OdIfc2x3::IfcAppliedValueRelationship, OdIfc2x3::IfcApprovalActorRelationship, OdIfc2x3::IfcApproval, OdIfc2x3::IfcApprovalPropertyRelationship, OdIfc2x3::IfcApprovalRelationship, OdIfc2x3::IfcArbitraryClosedProfileDef, OdIfc2x3::IfcArbitraryOpenProfileDef, OdIfc2x3::IfcArbitraryProfileDefWithVoids, OdIfc2x3::IfcAsset, OdIfc2x3::IfcAsymmetricIShapeProfileDef, OdIfc2x3::IfcAxis1Placement, OdIfc2x3::IfcAxis2Placement2D, OdIfc2x3::IfcAxis2Placement3D, OdIfc2x3::IfcBeamType, OdIfc2x3::IfcBlobTexture, OdIfc2x3::IfcBlock, OdIfc2x3::IfcBoilerType, OdIfc2x3::IfcBooleanResult, OdIfc2x3::IfcBoundaryCondition, OdIfc2x3::IfcBoundaryEdgeCondition, OdIfc2x3::IfcBoundaryFaceCondition, OdIfc2x3::IfcBoundaryNodeCondition, OdIfc2x3::IfcBoundaryNodeConditionWarping, OdIfc2x3::IfcBoundingBox, OdIfc2x3::IfcBoxedHalfSpace, OdIfc2x3::IfcBSplineCurve, OdIfc2x3::IfcBuilding, OdIfc2x3::IfcBuildingElementProxy, OdIfc2x3::IfcBuildingElementProxyType, OdIfc2x3::IfcBuildingStorey, OdIfc2x3::IfcCableCarrierFittingType, OdIfc2x3::IfcCableCarrierSegmentType, OdIfc2x3::IfcCableSegmentType, OdIfc2x3::IfcCalendarDate, OdIfc2x3::IfcCartesianPoint, OdIfc2x3::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator3D, OdIfc2x3::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator, OdIfc2x3::IfcCenterLineProfileDef, OdIfc2x3::IfcChamferEdgeFeature, OdIfc2x3::IfcChillerType, OdIfc2x3::IfcCircle, OdIfc2x3::IfcCircleHollowProfileDef, OdIfc2x3::IfcCircleProfileDef, OdIfc2x3::IfcClassification, OdIfc2x3::IfcClassificationItem, OdIfc2x3::IfcClassificationItemRelationship, OdIfc2x3::IfcClassificationNotation, OdIfc2x3::IfcClassificationNotationFacet, OdIfc2x3::IfcClassificationReference, OdIfc2x3::IfcCoilType, OdIfc2x3::IfcColourRgb, OdIfc2x3::IfcColourSpecification, OdIfc2x3::IfcColumnType, OdIfc2x3::IfcComplexProperty, OdIfc2x3::IfcCompositeCurve, OdIfc2x3::IfcCompositeCurveSegment, OdIfc2x3::IfcCompositeProfileDef, OdIfc2x3::IfcCompressorType, OdIfc2x3::IfcCondenserType, OdIfc2x3::IfcConditionCriterion, OdIfc2x3::IfcConic, OdIfc2x3::IfcConnectedFaceSet, OdIfc2x3::IfcConnectionCurveGeometry, OdIfc2x3::IfcConnectionPointEccentricity, OdIfc2x3::IfcConnectionPointGeometry, OdIfc2x3::IfcConnectionPortGeometry, OdIfc2x3::IfcConnectionSurfaceGeometry, OdIfc2x3::IfcConstraintAggregationRelationship, OdIfc2x3::IfcConstraint, OdIfc2x3::IfcConstraintClassificationRelationship, OdIfc2x3::IfcConstraintRelationship, OdIfc2x3::IfcConstructionMaterialResource, OdIfc2x3::IfcConstructionResource, OdIfc2x3::IfcContextDependentUnit, OdIfc2x3::IfcControl, OdIfc2x3::IfcControllerType, OdIfc2x3::IfcConversionBasedUnit, OdIfc2x3::IfcCooledBeamType, OdIfc2x3::IfcCoolingTowerType, OdIfc2x3::IfcCoordinatedUniversalTimeOffset, OdIfc2x3::IfcCostSchedule, OdIfc2x3::IfcCostValue, OdIfc2x3::IfcCovering, OdIfc2x3::IfcCoveringType, OdIfc2x3::IfcCraneRailAShapeProfileDef, OdIfc2x3::IfcCraneRailFShapeProfileDef, OdIfc2x3::IfcCsgPrimitive3D, OdIfc2x3::IfcCsgSolid, OdIfc2x3::IfcCShapeProfileDef, OdIfc2x3::IfcCurrencyRelationship, OdIfc2x3::IfcCurtainWallType, OdIfc2x3::IfcCurveBoundedPlane, OdIfc2x3::IfcCurveStyle, OdIfc2x3::IfcCurveStyleFontAndScaling, OdIfc2x3::IfcCurveStyleFont, OdIfc2x3::IfcCurveStyleFontPattern, OdIfc2x3::IfcDamperType, OdIfc2x3::IfcDateAndTime, OdIfc2x3::IfcDefinedSymbol, OdIfc2x3::IfcDerivedProfileDef, OdIfc2x3::IfcDerivedUnit, OdIfc2x3::IfcDerivedUnitElement, OdIfc2x3::IfcDimensionalExponents, OdIfc2x3::IfcDimensionCurve, OdIfc2x3::IfcDimensionCurveTerminator, OdIfc2x3::IfcDirection, OdIfc2x3::IfcDistributionChamberElementType, OdIfc2x3::IfcDistributionControlElement, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionPort, OdIfc2x3::IfcDocumentElectronicFormat, OdIfc2x3::IfcDocumentInformation, OdIfc2x3::IfcDocumentInformationRelationship, OdIfc2x3::IfcDocumentReference, OdIfc2x3::IfcDoor, OdIfc2x3::IfcDoorLiningProperties, OdIfc2x3::IfcDoorPanelProperties, OdIfc2x3::IfcDoorStyle, OdIfc2x3::IfcDraughtingCallout, OdIfc2x3::IfcDraughtingCalloutRelationship, OdIfc2x3::IfcDuctFittingType, OdIfc2x3::IfcDuctSegmentType, OdIfc2x3::IfcDuctSilencerType, OdIfc2x3::IfcEdge, OdIfc2x3::IfcEdgeCurve, OdIfc2x3::IfcEdgeFeature, OdIfc2x3::IfcEdgeLoop, OdIfc2x3::IfcElectricalBaseProperties, OdIfc2x3::IfcElectricApplianceType, OdIfc2x3::IfcElectricDistributionPoint, OdIfc2x3::IfcElectricFlowStorageDeviceType, OdIfc2x3::IfcElectricGeneratorType, OdIfc2x3::IfcElectricHeaterType, OdIfc2x3::IfcElectricMotorType, OdIfc2x3::IfcElectricTimeControlType, OdIfc2x3::IfcElementarySurface, OdIfc2x3::IfcElementAssembly, OdIfc2x3::IfcElement, OdIfc2x3::IfcElementQuantity, OdIfc2x3::IfcElementType, OdIfc2x3::IfcEllipse, OdIfc2x3::IfcEllipseProfileDef, OdIfc2x3::IfcEnergyProperties, OdIfc2x3::IfcEnvironmentalImpactValue, OdIfc2x3::IfcEvaporativeCoolerType, OdIfc2x3::IfcEvaporatorType, OdIfc2x3::IfcExtendedMaterialProperties, OdIfc2x3::IfcExternalReference, OdIfc2x3::IfcExtrudedAreaSolid, OdIfc2x3::IfcFace, OdIfc2x3::IfcFaceBasedSurfaceModel, OdIfc2x3::IfcFaceBound, OdIfc2x3::IfcFaceSurface, OdIfc2x3::IfcFacetedBrepWithVoids, OdIfc2x3::IfcFailureConnectionCondition, OdIfc2x3::IfcFanType, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFillAreaStyle, OdIfc2x3::IfcFillAreaStyleHatching, OdIfc2x3::IfcFillAreaStyleTiles, OdIfc2x3::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x3::IfcFilterType, OdIfc2x3::IfcFireSuppressionTerminalType, OdIfc2x3::IfcFlowInstrumentType, OdIfc2x3::IfcFlowMeterType, OdIfc2x3::IfcFluidFlowProperties, OdIfc2x3::IfcFooting, OdIfc2x3::IfcFuelProperties, OdIfc2x3::IfcFurnitureType, OdIfc2x3::IfcGasTerminalType, OdIfc2x3::IfcGeneralMaterialProperties, OdIfc2x3::IfcGeneralProfileProperties, OdIfc2x3::IfcGeometricRepresentationContext, OdIfc2x3::IfcGeometricRepresentationSubContext, OdIfc2x3::IfcGeometricSet, OdIfc2x3::IfcGrid, OdIfc2x3::IfcGridAxis, OdIfc2x3::IfcGridPlacement, OdIfc2x3::IfcGroup, OdIfc2x3::IfcHalfSpaceSolid, OdIfc2x3::IfcHeatExchangerType, OdIfc2x3::IfcHumidifierType, OdIfc2x3::IfcHygroscopicMaterialProperties, OdIfc2x3::IfcImageTexture, OdIfc2x3::IfcInventory, OdIfc2x3::IfcIrregularTimeSeries, OdIfc2x3::IfcIrregularTimeSeriesValue, OdIfc2x3::IfcIShapeProfileDef, OdIfc2x3::IfcJunctionBoxType, OdIfc2x3::IfcLaborResource, OdIfc2x3::IfcLampType, OdIfc2x3::IfcLibraryInformation, OdIfc2x3::IfcLibraryReference, OdIfc2x3::IfcLightDistributionData, OdIfc2x3::IfcLightFixtureType, OdIfc2x3::IfcLightIntensityDistribution, OdIfc2x3::IfcLightSource, OdIfc2x3::IfcLightSourceDirectional, OdIfc2x3::IfcLightSourceGoniometric, OdIfc2x3::IfcLightSourcePositional, OdIfc2x3::IfcLightSourceSpot, OdIfc2x3::IfcLine, OdIfc2x3::IfcLocalPlacement, OdIfc2x3::IfcLocalTime, OdIfc2x3::IfcLShapeProfileDef, OdIfc2x3::IfcManifoldSolidBrep, OdIfc2x3::IfcMappedItem, OdIfc2x3::IfcMaterial, OdIfc2x3::IfcMaterialClassificationRelationship, OdIfc2x3::IfcMaterialDefinitionRepresentation, OdIfc2x3::IfcMaterialLayer, OdIfc2x3::IfcMaterialLayerSet, OdIfc2x3::IfcMaterialLayerSetUsage, OdIfc2x3::IfcMaterialList, OdIfc2x3::IfcMaterialProperties, OdIfc2x3::IfcMeasureWithUnit, OdIfc2x3::IfcMechanicalConcreteMaterialProperties, OdIfc2x3::IfcMechanicalFastener, OdIfc2x3::IfcMechanicalMaterialProperties, OdIfc2x3::IfcMechanicalSteelMaterialProperties, OdIfc2x3::IfcMemberType, OdIfc2x3::IfcMetric, OdIfc2x3::IfcMonetaryUnit, OdIfc2x3::IfcMotorConnectionType, OdIfc2x3::IfcMove, OdIfc2x3::IfcNamedUnit, OdIfc2x3::IfcObject, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcObjective, OdIfc2x3::IfcObjectPlacement, OdIfc2x3::IfcOccupant, OdIfc2x3::IfcOffsetCurve2D, OdIfc2x3::IfcOffsetCurve3D, OdIfc2x3::IfcOneDirectionRepeatFactor, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOpticalMaterialProperties, OdIfc2x3::IfcOrderAction, OdIfc2x3::IfcOrganization, OdIfc2x3::IfcOrganizationRelationship, OdIfc2x3::IfcOrientedEdge, OdIfc2x3::IfcOutletType, OdIfc2x3::IfcOwnerHistory, OdIfc2x3::IfcParameterizedProfileDef, OdIfc2x3::IfcPath, OdIfc2x3::IfcPerformanceHistory, OdIfc2x3::IfcPermeableCoveringProperties, OdIfc2x3::IfcPermit, OdIfc2x3::IfcPersonAndOrganization, OdIfc2x3::IfcPerson, OdIfc2x3::IfcPhysicalComplexQuantity, OdIfc2x3::IfcPhysicalQuantity, OdIfc2x3::IfcPhysicalSimpleQuantity, OdIfc2x3::IfcPile, OdIfc2x3::IfcPipeFittingType, OdIfc2x3::IfcPipeSegmentType, OdIfc2x3::IfcPixelTexture, OdIfc2x3::IfcPlacement, OdIfc2x3::IfcPlanarBox, OdIfc2x3::IfcPlanarExtent, OdIfc2x3::IfcPlateType, OdIfc2x3::IfcPointOnCurve, OdIfc2x3::IfcPointOnSurface, OdIfc2x3::IfcPolygonalBoundedHalfSpace, OdIfc2x3::IfcPolyline, OdIfc2x3::IfcPolyLoop, OdIfc2x3::IfcPort, OdIfc2x3::IfcPostalAddress, OdIfc2x3::IfcPreDefinedItem, OdIfc2x3::IfcPresentationLayerAssignment, OdIfc2x3::IfcPresentationLayerWithStyle, OdIfc2x3::IfcPresentationStyleAssignment, OdIfc2x3::IfcPresentationStyle, OdIfc2x3::IfcProcedure, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProduct, OdIfc2x3::IfcProductDefinitionShape, OdIfc2x3::IfcProductRepresentation, OdIfc2x3::IfcProductsOfCombustionProperties, OdIfc2x3::IfcProfileDef, OdIfc2x3::IfcProfileProperties, OdIfc2x3::IfcProject, OdIfc2x3::IfcProjectOrder, OdIfc2x3::IfcProjectOrderRecord, OdIfc2x3::IfcProperty, OdIfc2x3::IfcPropertyBoundedValue, OdIfc2x3::IfcPropertyConstraintRelationship, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertyDependencyRelationship, OdIfc2x3::IfcPropertyEnumeratedValue, OdIfc2x3::IfcPropertyEnumeration, OdIfc2x3::IfcPropertyListValue, OdIfc2x3::IfcPropertyReferenceValue, OdIfc2x3::IfcPropertySet, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcPropertySingleValue, OdIfc2x3::IfcPropertyTableValue, OdIfc2x3::IfcProtectiveDeviceType, OdIfc2x3::IfcProxy, OdIfc2x3::IfcPumpType, OdIfc2x3::IfcQuantityArea, OdIfc2x3::IfcQuantityCount, OdIfc2x3::IfcQuantityLength, OdIfc2x3::IfcQuantityTime, OdIfc2x3::IfcQuantityVolume, OdIfc2x3::IfcQuantityWeight, OdIfc2x3::IfcRailing, OdIfc2x3::IfcRailingType, OdIfc2x3::IfcRamp, OdIfc2x3::IfcRampFlightType, OdIfc2x3::IfcRationalBezierCurve, OdIfc2x3::IfcRectangleHollowProfileDef, OdIfc2x3::IfcRectangleProfileDef, OdIfc2x3::IfcRectangularPyramid, OdIfc2x3::IfcRectangularTrimmedSurface, OdIfc2x3::IfcReferencesValueDocument, OdIfc2x3::IfcRegularTimeSeries, OdIfc2x3::IfcReinforcementBarProperties, OdIfc2x3::IfcReinforcementDefinitionProperties, OdIfc2x3::IfcReinforcingBar, OdIfc2x3::IfcReinforcingElement, OdIfc2x3::IfcReinforcingMesh, OdIfc2x3::IfcRelAssigns, OdIfc2x3::IfcRelAssignsTasks, OdIfc2x3::IfcRelAssignsToActor, OdIfc2x3::IfcRelAssignsToControl, OdIfc2x3::IfcRelAssignsToGroup, OdIfc2x3::IfcRelAssignsToProcess, OdIfc2x3::IfcRelAssignsToProduct, OdIfc2x3::IfcRelAssignsToResource, OdIfc2x3::IfcRelAssociatesAppliedValue, OdIfc2x3::IfcRelAssociatesApproval, OdIfc2x3::IfcRelAssociates, OdIfc2x3::IfcRelAssociatesClassification, OdIfc2x3::IfcRelAssociatesConstraint, OdIfc2x3::IfcRelAssociatesDocument, OdIfc2x3::IfcRelAssociatesLibrary, OdIfc2x3::IfcRelAssociatesMaterial, OdIfc2x3::IfcRelAssociatesProfileProperties, OdIfc2x3::IfcRelaxation, OdIfc2x3::IfcRelConnectsElements, OdIfc2x3::IfcRelConnectsPathElements, OdIfc2x3::IfcRelConnectsPorts, OdIfc2x3::IfcRelConnectsPortToElement, OdIfc2x3::IfcRelConnectsStructuralActivity, OdIfc2x3::IfcRelConnectsStructuralElement, OdIfc2x3::IfcRelConnectsStructuralMember, OdIfc2x3::IfcRelConnectsWithEccentricity, OdIfc2x3::IfcRelConnectsWithRealizingElements, OdIfc2x3::IfcRelContainedInSpatialStructure, OdIfc2x3::IfcRelCoversBldgElements, OdIfc2x3::IfcRelCoversSpaces, OdIfc2x3::IfcRelDecomposes, OdIfc2x3::IfcRelDefines, OdIfc2x3::IfcRelDefinesByProperties, OdIfc2x3::IfcRelDefinesByType, OdIfc2x3::IfcRelFillsElement, OdIfc2x3::IfcRelFlowControlElements, OdIfc2x3::IfcRelInteractionRequirements, OdIfc2x3::IfcRelOverridesProperties, OdIfc2x3::IfcRelProjectsElement, OdIfc2x3::IfcRelReferencedInSpatialStructure, OdIfc2x3::IfcRelSequence, OdIfc2x3::IfcRelServicesBuildings, OdIfc2x3::IfcRelSpaceBoundary, OdIfc2x3::IfcRelVoidsElement, OdIfc2x3::IfcRepresentation, OdIfc2x3::IfcRepresentationContext, OdIfc2x3::IfcRepresentationItem, OdIfc2x3::IfcRepresentationMap, OdIfc2x3::IfcResource, OdIfc2x3::IfcRevolvedAreaSolid, OdIfc2x3::IfcRibPlateProfileProperties, OdIfc2x3::IfcRightCircularCone, OdIfc2x3::IfcRightCircularCylinder, OdIfc2x3::IfcRoof, OdIfc2x3::IfcRoot, OdIfc2x3::IfcRoundedEdgeFeature, OdIfc2x3::IfcRoundedRectangleProfileDef, OdIfc2x3::IfcSanitaryTerminalType, OdIfc2x3::IfcScheduleTimeControl, OdIfc2x3::IfcSectionedSpine, OdIfc2x3::IfcSectionProperties, OdIfc2x3::IfcSectionReinforcementProperties, OdIfc2x3::IfcSensorType, OdIfc2x3::IfcServiceLife, OdIfc2x3::IfcServiceLifeFactor, OdIfc2x3::IfcShapeAspect, OdIfc2x3::IfcShapeModel, OdIfc2x3::IfcShellBasedSurfaceModel, OdIfc2x3::IfcSite, OdIfc2x3::IfcSIUnit, OdIfc2x3::IfcSlab, OdIfc2x3::IfcSlabType, OdIfc2x3::IfcSlippageConnectionCondition, OdIfc2x3::IfcSoundProperties, OdIfc2x3::IfcSoundValue, OdIfc2x3::IfcSpace, OdIfc2x3::IfcSpaceHeaterType, OdIfc2x3::IfcSpaceProgram, OdIfc2x3::IfcSpaceThermalLoadProperties, OdIfc2x3::IfcSpaceType, OdIfc2x3::IfcSpatialStructureElement, OdIfc2x3::IfcSphere, OdIfc2x3::IfcStackTerminalType, OdIfc2x3::IfcStair, OdIfc2x3::IfcStairFlight, OdIfc2x3::IfcStairFlightType, OdIfc2x3::IfcStructuralAction, OdIfc2x3::IfcStructuralActivity, OdIfc2x3::IfcStructuralAnalysisModel, OdIfc2x3::IfcStructuralConnection, OdIfc2x3::IfcStructuralConnectionCondition, OdIfc2x3::IfcStructuralCurveMember, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralLinearAction, OdIfc2x3::IfcStructuralLinearActionVarying, OdIfc2x3::IfcStructuralLoad, OdIfc2x3::IfcStructuralLoadGroup, OdIfc2x3::IfcStructuralLoadLinearForce, OdIfc2x3::IfcStructuralLoadPlanarForce, OdIfc2x3::IfcStructuralLoadSingleDisplacement, OdIfc2x3::IfcStructuralLoadSingleDisplacementDistortion, OdIfc2x3::IfcStructuralLoadSingleForce, OdIfc2x3::IfcStructuralLoadSingleForceWarping, OdIfc2x3::IfcStructuralLoadTemperature, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralPlanarAction, OdIfc2x3::IfcStructuralPlanarActionVarying, OdIfc2x3::IfcStructuralProfileProperties, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralResultGroup, OdIfc2x3::IfcStructuralSteelProfileProperties, OdIfc2x3::IfcStructuralSurfaceMember, OdIfc2x3::IfcStructuralSurfaceMemberVarying, OdIfc2x3::IfcStyledItem, OdIfc2x3::IfcSubContractResource, OdIfc2x3::IfcSubedge, OdIfc2x3::IfcSurfaceCurveSweptAreaSolid, OdIfc2x3::IfcSurfaceOfLinearExtrusion, OdIfc2x3::IfcSurfaceOfRevolution, OdIfc2x3::IfcSurfaceStyle, OdIfc2x3::IfcSurfaceStyleLighting, OdIfc2x3::IfcSurfaceStyleRefraction, OdIfc2x3::IfcSurfaceStyleRendering, OdIfc2x3::IfcSurfaceStyleShading, OdIfc2x3::IfcSurfaceStyleWithTextures, OdIfc2x3::IfcSurfaceTexture, OdIfc2x3::IfcSweptAreaSolid, OdIfc2x3::IfcSweptDiskSolid, OdIfc2x3::IfcSweptSurface, OdIfc2x3::IfcSwitchingDeviceType, OdIfc2x3::IfcSymbolStyle, OdIfc2x3::IfcSystem, OdIfc2x3::IfcTable, OdIfc2x3::IfcTableRow, OdIfc2x3::IfcTankType, OdIfc2x3::IfcTask, OdIfc2x3::IfcTelecomAddress, OdIfc2x3::IfcTendon, OdIfc2x3::IfcTerminatorSymbol, OdIfc2x3::IfcTextLiteral, OdIfc2x3::IfcTextLiteralWithExtent, OdIfc2x3::IfcTextStyle, OdIfc2x3::IfcTextStyleFontModel, OdIfc2x3::IfcTextStyleForDefinedFont, OdIfc2x3::IfcTextStyleTextModel, OdIfc2x3::IfcTextStyleWithBoxCharacteristics, OdIfc2x3::IfcTextureCoordinate, OdIfc2x3::IfcTextureCoordinateGenerator, OdIfc2x3::IfcTextureMap, OdIfc2x3::IfcTextureVertex, OdIfc2x3::IfcThermalMaterialProperties, OdIfc2x3::IfcTimeSeries, OdIfc2x3::IfcTimeSeriesReferenceRelationship, OdIfc2x3::IfcTimeSeriesSchedule, OdIfc2x3::IfcTimeSeriesValue, OdIfc2x3::IfcTransformerType, OdIfc2x3::IfcTransportElement, OdIfc2x3::IfcTransportElementType, OdIfc2x3::IfcTrapeziumProfileDef, OdIfc2x3::IfcTrimmedCurve, OdIfc2x3::IfcTShapeProfileDef, OdIfc2x3::IfcTubeBundleType, OdIfc2x3::IfcTwoDirectionRepeatFactor, OdIfc2x3::IfcTypeObject, OdIfc2x3::IfcTypeProduct, OdIfc2x3::IfcUnitaryEquipmentType, OdIfc2x3::IfcUnitAssignment, OdIfc2x3::IfcUShapeProfileDef, OdIfc2x3::IfcValveType, OdIfc2x3::IfcVector, OdIfc2x3::IfcVertexBasedTextureMap, OdIfc2x3::IfcVertexLoop, OdIfc2x3::IfcVertexPoint, OdIfc2x3::IfcVibrationIsolatorType, OdIfc2x3::IfcVirtualGridIntersection, OdIfc2x3::IfcWallType, OdIfc2x3::IfcWasteTerminalType, OdIfc2x3::IfcWaterProperties, OdIfc2x3::IfcWindow, OdIfc2x3::IfcWindowLiningProperties, OdIfc2x3::IfcWindowPanelProperties, OdIfc2x3::IfcWindowStyle, OdIfc2x3::IfcWorkControl, OdIfc2x3::IfcZShapeProfileDef, OdIfc2x_final::IfcActionTimeControl, OdIfc2x_final::IfcActor, OdIfc2x_final::IfcActorRole, OdIfc2x_final::IfcActuator, OdIfc2x_final::IfcAddress, OdIfc2x_final::IfcAirFilter, OdIfc2x_final::IfcAirTerminal, OdIfc2x_final::IfcAirTerminalBox, OdIfc2x_final::IfcApplication, OdIfc2x_final::IfcApproval, OdIfc2x_final::IfcApprovalUsage, OdIfc2x_final::IfcArbitraryClosedProfileDef, OdIfc2x_final::IfcArbitraryOpenProfileDef, OdIfc2x_final::IfcArbitraryProfileDefWithVoids, OdIfc2x_final::IfcAssessory, OdIfc2x_final::IfcAsset, OdIfc2x_final::IfcAxis1Placement, OdIfc2x_final::IfcAxis2Placement2D, OdIfc2x_final::IfcAxis2Placement3D, OdIfc2x_final::IfcBoiler, OdIfc2x_final::IfcBooleanResult, OdIfc2x_final::IfcBoundingBox, OdIfc2x_final::IfcBoxedHalfSpace, OdIfc2x_final::IfcBudget, OdIfc2x_final::IfcBuilding, OdIfc2x_final::IfcBuildingElement, OdIfc2x_final::IfcBuildingElementProxy, OdIfc2x_final::IfcBuildingStorey, OdIfc2x_final::IfcBuiltIn, OdIfc2x_final::IfcCalendarDate, OdIfc2x_final::IfcCartesianPoint, OdIfc2x_final::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x_final::IfcCartesianTransformationOperator3D, OdIfc2x_final::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x_final::IfcCartesianTransformationOperator, OdIfc2x_final::IfcChangeOrder, OdIfc2x_final::IfcChiller, OdIfc2x_final::IfcCircle, OdIfc2x_final::IfcCircleProfileDef, OdIfc2x_final::IfcClassification, OdIfc2x_final::IfcClassificationItem, OdIfc2x_final::IfcClassificationItemRelationship, OdIfc2x_final::IfcClassificationNotation, OdIfc2x_final::IfcClassificationNotationFacet, OdIfc2x_final::IfcClassificationReference, OdIfc2x_final::IfcCMDocPackage, OdIfc2x_final::IfcCoil, OdIfc2x_final::IfcCompartment, OdIfc2x_final::IfcComplexProperty, OdIfc2x_final::IfcCompositeCurve, OdIfc2x_final::IfcCompositeCurveSegment, OdIfc2x_final::IfcCompositeProfileDef, OdIfc2x_final::IfcCompressor, OdIfc2x_final::IfcConic, OdIfc2x_final::IfcConnectedFaceSet, OdIfc2x_final::IfcConnectionConstraint, OdIfc2x_final::IfcConnectionCurveGeometry, OdIfc2x_final::IfcConnectionPointGeometry, OdIfc2x_final::IfcConnectionPortGeometry, OdIfc2x_final::IfcConnectionSurfaceGeometry, OdIfc2x_final::IfcConstraintAggregationRelationship, OdIfc2x_final::IfcConstraint, OdIfc2x_final::IfcConstraintUsage, OdIfc2x_final::IfcConstructionMaterialResource, OdIfc2x_final::IfcContextDependentUnit, OdIfc2x_final::IfcControl, OdIfc2x_final::IfcControlElement, OdIfc2x_final::IfcConversionBasedUnit, OdIfc2x_final::IfcCoolingTower, OdIfc2x_final::IfcCoordinatedUniversalTimeOffset, OdIfc2x_final::IfcCost, OdIfc2x_final::IfcCostModifier, OdIfc2x_final::IfcCostModifierValue, OdIfc2x_final::IfcCostQuantity, OdIfc2x_final::IfcCostSchedule, OdIfc2x_final::IfcCostValue, OdIfc2x_final::IfcCostValueRelationship, OdIfc2x_final::IfcCovering, OdIfc2x_final::IfcCsgSolid, OdIfc2x_final::IfcCurveBoundedPlane, OdIfc2x_final::IfcDamper, OdIfc2x_final::IfcDateAndTime, OdIfc2x_final::IfcDerivedProfileDef, OdIfc2x_final::IfcDerivedUnit, OdIfc2x_final::IfcDerivedUnitElement, OdIfc2x_final::IfcDimensionalExponents, OdIfc2x_final::IfcDirectionalLightSource, OdIfc2x_final::IfcDirection, OdIfc2x_final::IfcDiscreteElement, OdIfc2x_final::IfcDistributionFlowElement, OdIfc2x_final::IfcDocumentElectronicFormat, OdIfc2x_final::IfcDocumentInformation, OdIfc2x_final::IfcDocumentInformationRelationship, OdIfc2x_final::IfcDocumentReference, OdIfc2x_final::IfcDoor, OdIfc2x_final::IfcDoorLiningProperties, OdIfc2x_final::IfcDoorPanelProperties, OdIfc2x_final::IfcDoorStyle, OdIfc2x_final::IfcEdge, OdIfc2x_final::IfcEdgeCurve, OdIfc2x_final::IfcElectricalAppliance, OdIfc2x_final::IfcElectricalBaseProperties, OdIfc2x_final::IfcElectricalExtendedProperties, OdIfc2x_final::IfcElectricMotor, OdIfc2x_final::IfcElementarySurface, OdIfc2x_final::IfcElement, OdIfc2x_final::IfcElementQuantity, OdIfc2x_final::IfcEllipse, OdIfc2x_final::IfcEllipseProfileDef, OdIfc2x_final::IfcExtendedMaterialProperties, OdIfc2x_final::IfcExternalReference, OdIfc2x_final::IfcExtrudedAreaSolid, OdIfc2x_final::IfcFace, OdIfc2x_final::IfcFaceBasedSurfaceModel, OdIfc2x_final::IfcFaceBound, OdIfc2x_final::IfcFaceSurface, OdIfc2x_final::IfcFacetedBrepWithVoids, OdIfc2x_final::IfcFan, OdIfc2x_final::IfcFlowFitting, OdIfc2x_final::IfcFlowSegment, OdIfc2x_final::IfcFluidFlowProperties, OdIfc2x_final::IfcFluidMovingDevice, OdIfc2x_final::IfcGeneralMaterialProperties, OdIfc2x_final::IfcGeometricRepresentationContext, OdIfc2x_final::IfcGeometricSet, OdIfc2x_final::IfcGrid, OdIfc2x_final::IfcGridAxis, OdIfc2x_final::IfcGridPlacement, OdIfc2x_final::IfcGroup, OdIfc2x_final::IfcHalfSpaceSolid, OdIfc2x_final::IfcHeatExchanger, OdIfc2x_final::IfcHeatTransferDevice, OdIfc2x_final::IfcHydronicHeater, OdIfc2x_final::IfcHygroscopicMaterialProperties, OdIfc2x_final::IfcInventory, OdIfc2x_final::IfcIshapeProfileDef, OdIfc2x_final::IfcLaborResource, OdIfc2x_final::IfcLibraryInformation, OdIfc2x_final::IfcLibraryReference, OdIfc2x_final::IfcLightFixture, OdIfc2x_final::IfcLine, OdIfc2x_final::IfcLocalPlacement, OdIfc2x_final::IfcLocalTime, OdIfc2x_final::IfcMaintenanceRecord, OdIfc2x_final::IfcMaintenanceWorkOrder, OdIfc2x_final::IfcManifoldSolidBrep, OdIfc2x_final::IfcManufacturerInformation, OdIfc2x_final::IfcMappedItem, OdIfc2x_final::IfcMaterial, OdIfc2x_final::IfcMaterialClassificationRelationship, OdIfc2x_final::IfcMaterialLayer, OdIfc2x_final::IfcMaterialLayerSet, OdIfc2x_final::IfcMaterialLayerSetUsage, OdIfc2x_final::IfcMaterialList, OdIfc2x_final::IfcMaterialProperties, OdIfc2x_final::IfcMeasureWithUnit, OdIfc2x_final::IfcMechanicalMaterialProperties, OdIfc2x_final::IfcMetric, OdIfc2x_final::IfcMetricBenchmark, OdIfc2x_final::IfcMetricValue, OdIfc2x_final::IfcMonetaryUnit, OdIfc2x_final::IfcMove, OdIfc2x_final::IfcNamedUnit, OdIfc2x_final::IfcObject, OdIfc2x_final::IfcObjective, OdIfc2x_final::IfcObjectPlacement, OdIfc2x_final::IfcOccupant, OdIfc2x_final::IfcOffsetCurve2D, OdIfc2x_final::IfcOffsetCurve3D, OdIfc2x_final::IfcOpeningElement, OdIfc2x_final::IfcOpticalMaterialProperties, OdIfc2x_final::IfcOrganization, OdIfc2x_final::IfcOrganizationRelationship, OdIfc2x_final::IfcOrientedEdge, OdIfc2x_final::IfcOutlet, OdIfc2x_final::IfcOwnerHistory, OdIfc2x_final::IfcPath, OdIfc2x_final::IfcPermeableCoveringProperties, OdIfc2x_final::IfcPersonAndOrganization, OdIfc2x_final::IfcPerson, OdIfc2x_final::IfcPhysicalQuantity, OdIfc2x_final::IfcPlacement, OdIfc2x_final::IfcPointLightSource, OdIfc2x_final::IfcPolygonalBoundedHalfSpace, OdIfc2x_final::IfcPolyline, OdIfc2x_final::IfcPolyLoop, OdIfc2x_final::IfcPostalAddress, OdIfc2x_final::IfcPresentationLightSource, OdIfc2x_final::IfcProcess, OdIfc2x_final::IfcProduct, OdIfc2x_final::IfcProductDefinitionShape, OdIfc2x_final::IfcProductRepresentation, OdIfc2x_final::IfcProfileDef, OdIfc2x_final::IfcProject, OdIfc2x_final::IfcProjectOrder, OdIfc2x_final::IfcProperty, OdIfc2x_final::IfcPropertyBoundedValue, OdIfc2x_final::IfcPropertyDefinition, OdIfc2x_final::IfcPropertyEnumeratedValue, OdIfc2x_final::IfcPropertyEnumeration, OdIfc2x_final::IfcPropertyReferenceValue, OdIfc2x_final::IfcPropertySet, OdIfc2x_final::IfcPropertySetDefinition, OdIfc2x_final::IfcPropertySingleValue, OdIfc2x_final::IfcPropertyTableValue, OdIfc2x_final::IfcProxy, OdIfc2x_final::IfcPump, OdIfc2x_final::IfcPurchaseOrder, OdIfc2x_final::IfcQuantityArea, OdIfc2x_final::IfcQuantityCount, OdIfc2x_final::IfcQuantityLength, OdIfc2x_final::IfcQuantityVolume, OdIfc2x_final::IfcQuantityWeight, OdIfc2x_final::IfcRailing, OdIfc2x_final::IfcRamp, OdIfc2x_final::IfcRectangleProfileDef, OdIfc2x_final::IfcRectangularTrimmedSurface, OdIfc2x_final::IfcReferenceEdge, OdIfc2x_final::IfcReferenceFace, OdIfc2x_final::IfcReferenceGeometry, OdIfc2x_final::IfcReferencesCostDocument, OdIfc2x_final::IfcReferenceVertex, OdIfc2x_final::IfcRelAggregatesResources, OdIfc2x_final::IfcRelAssigns, OdIfc2x_final::IfcRelAssignsFMStandard, OdIfc2x_final::IfcRelAssignsTasks, OdIfc2x_final::IfcRelAssignsToActor, OdIfc2x_final::IfcRelAssignsToControl, OdIfc2x_final::IfcRelAssignsToGroup, OdIfc2x_final::IfcRelAssignsToProcess, OdIfc2x_final::IfcRelAssignsToProduct, OdIfc2x_final::IfcRelAssignsToResource, OdIfc2x_final::IfcRelAssociates, OdIfc2x_final::IfcRelAssociatesClassification, OdIfc2x_final::IfcRelAssociatesDocument, OdIfc2x_final::IfcRelAssociatesLibrary, OdIfc2x_final::IfcRelAssociatesMaterial, OdIfc2x_final::IfcRelConnectsElements, OdIfc2x_final::IfcRelConnectsPathElements, OdIfc2x_final::IfcRelConnectsPorts, OdIfc2x_final::IfcRelContainedInSpatialStructure, OdIfc2x_final::IfcRelCoversBldgElements, OdIfc2x_final::IfcRelDecomposes, OdIfc2x_final::IfcRelDefines, OdIfc2x_final::IfcRelDefinesByProperties, OdIfc2x_final::IfcRelDefinesByType, OdIfc2x_final::IfcRelFillsElement, OdIfc2x_final::IfcRelFlowControlElements, OdIfc2x_final::IfcRelInteractionRequirements, OdIfc2x_final::IfcRelMaintenanceEvent, OdIfc2x_final::IfcRelOverridesProperties, OdIfc2x_final::IfcRelSequence, OdIfc2x_final::IfcRelServicesBuildings, OdIfc2x_final::IfcRelSpaceBoundary, OdIfc2x_final::IfcRelUsesResource, OdIfc2x_final::IfcRelVoidsElement, OdIfc2x_final::IfcRepresentation, OdIfc2x_final::IfcRepresentationContext, OdIfc2x_final::IfcRepresentationMap, OdIfc2x_final::IfcResource, OdIfc2x_final::IfcRevolvedAreaSolid, OdIfc2x_final::IfcRoof, OdIfc2x_final::IfcRoot, OdIfc2x_final::IfcRoundedRectangleProfileDef, OdIfc2x_final::IfcSanitaryTerminal, OdIfc2x_final::IfcScheduleTimeControl, OdIfc2x_final::IfcSectionedSpine, OdIfc2x_final::IfcSensor, OdIfc2x_final::IfcShapeAspect, OdIfc2x_final::IfcShapeRepresentation, OdIfc2x_final::IfcShellBasedSurfaceModel, OdIfc2x_final::IfcSite, OdIfc2x_final::IfcSIUnit, OdIfc2x_final::IfcSlab, OdIfc2x_final::IfcSpace, OdIfc2x_final::IfcSpaceProgram, OdIfc2x_final::IfcSpaceProgramGroup, OdIfc2x_final::IfcSpaceThermalLoad, OdIfc2x_final::IfcSpatialStructureElement, OdIfc2x_final::IfcSpotLightSource, OdIfc2x_final::IfcStair, OdIfc2x_final::IfcStairFlight, OdIfc2x_final::IfcSubContractResource, OdIfc2x_final::IfcSurfaceExtendedProperties, OdIfc2x_final::IfcSurfaceOfLinearExtrusion, OdIfc2x_final::IfcSurfaceOfRevolution, OdIfc2x_final::IfcSurfaceRenderingProperties, OdIfc2x_final::IfcSurfaceShadingProperties, OdIfc2x_final::IfcSurfaceStyle, OdIfc2x_final::IfcSurfaceStyleProperties, OdIfc2x_final::IfcSurfaceStyleUsage, OdIfc2x_final::IfcSweptAreaSolid, OdIfc2x_final::IfcSweptSurface, OdIfc2x_final::IfcSystem, OdIfc2x_final::IfcTable, OdIfc2x_final::IfcTableRow, OdIfc2x_final::IfcTank, OdIfc2x_final::IfcTask, OdIfc2x_final::IfcTelecomAddress, OdIfc2x_final::IfcThermalMaterialProperties, OdIfc2x_final::IfcTransportElement, OdIfc2x_final::IfcTrapeziumProfileDef, OdIfc2x_final::IfcTrimmedCurve, OdIfc2x_final::IfcTubeBundle, OdIfc2x_final::IfcTypeObject, OdIfc2x_final::IfcTypeProduct, OdIfc2x_final::IfcUnitAssignment, OdIfc2x_final::IfcValve, OdIfc2x_final::IfcVector, OdIfc2x_final::IfcVertexPoint, OdIfc2x_final::IfcVirtualGridIntersection, OdIfc2x_final::IfcWindow, OdIfc2x_final::IfcWindowLiningProperties, OdIfc2x_final::IfcWindowPanelProperties, OdIfc2x_final::IfcWindowStyle, OdIfc2x_final::IfcWorkControl, OdIfc2x_final::IfcWorkOrder, OdIfc4::IfcActionRequest, OdIfc4::IfcActor, OdIfc4::IfcActorRole, OdIfc4::IfcActuator, OdIfc4::IfcActuatorType, OdIfc4::IfcAddress, OdIfc4::IfcAdvancedBrepWithVoids, OdIfc4::IfcAirTerminal, OdIfc4::IfcAirTerminalBox, OdIfc4::IfcAirTerminalBoxType, OdIfc4::IfcAirTerminalType, OdIfc4::IfcAirToAirHeatRecovery, OdIfc4::IfcAirToAirHeatRecoveryType, OdIfc4::IfcAlarm, OdIfc4::IfcAlarmType, OdIfc4::IfcAnnotation, OdIfc4::IfcAnnotationFillArea, OdIfc4::IfcApplication, OdIfc4::IfcAppliedValue, OdIfc4::IfcApproval, OdIfc4::IfcApprovalRelationship, OdIfc4::IfcArbitraryClosedProfileDef, OdIfc4::IfcArbitraryOpenProfileDef, OdIfc4::IfcArbitraryProfileDefWithVoids, OdIfc4::IfcAsset, OdIfc4::IfcAsymmetricIShapeProfileDef, OdIfc4::IfcAudioVisualAppliance, OdIfc4::IfcAudioVisualApplianceType, OdIfc4::IfcAxis1Placement, OdIfc4::IfcAxis2Placement2D, OdIfc4::IfcAxis2Placement3D, OdIfc4::IfcBeam, OdIfc4::IfcBeamType, OdIfc4::IfcBlobTexture, OdIfc4::IfcBlock, OdIfc4::IfcBoiler, OdIfc4::IfcBoilerType, OdIfc4::IfcBooleanResult, OdIfc4::IfcBoundaryCondition, OdIfc4::IfcBoundaryEdgeCondition, OdIfc4::IfcBoundaryFaceCondition, OdIfc4::IfcBoundaryNodeCondition, OdIfc4::IfcBoundaryNodeConditionWarping, OdIfc4::IfcBoundingBox, OdIfc4::IfcBoxedHalfSpace, OdIfc4::IfcBSplineCurve, OdIfc4::IfcBSplineCurveWithKnots, OdIfc4::IfcBSplineSurface, OdIfc4::IfcBSplineSurfaceWithKnots, OdIfc4::IfcBuilding, OdIfc4::IfcBuildingElementPart, OdIfc4::IfcBuildingElementPartType, OdIfc4::IfcBuildingElementProxy, OdIfc4::IfcBuildingElementProxyType, OdIfc4::IfcBuildingStorey, OdIfc4::IfcBuildingSystem, OdIfc4::IfcBurner, OdIfc4::IfcBurnerType, OdIfc4::IfcCableCarrierFitting, OdIfc4::IfcCableCarrierFittingType, OdIfc4::IfcCableCarrierSegment, OdIfc4::IfcCableCarrierSegmentType, OdIfc4::IfcCableFitting, OdIfc4::IfcCableFittingType, OdIfc4::IfcCableSegment, OdIfc4::IfcCableSegmentType, OdIfc4::IfcCartesianPoint, OdIfc4::IfcCartesianPointList2D, OdIfc4::IfcCartesianPointList3D, OdIfc4::IfcCartesianTransformationOperator2DnonUniform, OdIfc4::IfcCartesianTransformationOperator3D, OdIfc4::IfcCartesianTransformationOperator3DnonUniform, OdIfc4::IfcCartesianTransformationOperator, OdIfc4::IfcCenterLineProfileDef, OdIfc4::IfcChiller, OdIfc4::IfcChillerType, OdIfc4::IfcChimney, OdIfc4::IfcChimneyType, OdIfc4::IfcCircle, OdIfc4::IfcCircleHollowProfileDef, OdIfc4::IfcCircleProfileDef, OdIfc4::IfcClassification, OdIfc4::IfcClassificationReference, OdIfc4::IfcCoil, OdIfc4::IfcCoilType, OdIfc4::IfcColourRgb, OdIfc4::IfcColourRgbList, OdIfc4::IfcColourSpecification, OdIfc4::IfcColumn, OdIfc4::IfcColumnType, OdIfc4::IfcCommunicationsAppliance, OdIfc4::IfcCommunicationsApplianceType, OdIfc4::IfcComplexProperty, OdIfc4::IfcComplexPropertyTemplate, OdIfc4::IfcCompositeCurve, OdIfc4::IfcCompositeCurveSegment, OdIfc4::IfcCompositeProfileDef, OdIfc4::IfcCompressor, OdIfc4::IfcCompressorType, OdIfc4::IfcCondenser, OdIfc4::IfcCondenserType, OdIfc4::IfcConic, OdIfc4::IfcConnectedFaceSet, OdIfc4::IfcConnectionCurveGeometry, OdIfc4::IfcConnectionPointEccentricity, OdIfc4::IfcConnectionPointGeometry, OdIfc4::IfcConnectionSurfaceGeometry, OdIfc4::IfcConnectionVolumeGeometry, OdIfc4::IfcConstraint, OdIfc4::IfcConstructionEquipmentResource, OdIfc4::IfcConstructionEquipmentResourceType, OdIfc4::IfcConstructionMaterialResource, OdIfc4::IfcConstructionMaterialResourceType, OdIfc4::IfcConstructionProductResource, OdIfc4::IfcConstructionProductResourceType, OdIfc4::IfcConstructionResource, OdIfc4::IfcConstructionResourceType, OdIfc4::IfcContext, OdIfc4::IfcContextDependentUnit, OdIfc4::IfcControl, OdIfc4::IfcController, OdIfc4::IfcControllerType, OdIfc4::IfcConversionBasedUnit, OdIfc4::IfcConversionBasedUnitWithOffset, OdIfc4::IfcCooledBeam, OdIfc4::IfcCooledBeamType, OdIfc4::IfcCoolingTower, OdIfc4::IfcCoolingTowerType, OdIfc4::IfcCoordinateOperation, OdIfc4::IfcCoordinateReferenceSystem, OdIfc4::IfcCostItem, OdIfc4::IfcCostSchedule, OdIfc4::IfcCovering, OdIfc4::IfcCoveringType, OdIfc4::IfcCrewResource, OdIfc4::IfcCrewResourceType, OdIfc4::IfcCsgPrimitive3D, OdIfc4::IfcCsgSolid, OdIfc4::IfcCShapeProfileDef, OdIfc4::IfcCurrencyRelationship, OdIfc4::IfcCurtainWall, OdIfc4::IfcCurtainWallType, OdIfc4::IfcCurveBoundedPlane, OdIfc4::IfcCurveBoundedSurface, OdIfc4::IfcCurveStyle, OdIfc4::IfcCurveStyleFontAndScaling, OdIfc4::IfcCurveStyleFont, OdIfc4::IfcCurveStyleFontPattern, OdIfc4::IfcCylindricalSurface, OdIfc4::IfcDamper, OdIfc4::IfcDamperType, OdIfc4::IfcDerivedProfileDef, OdIfc4::IfcDerivedUnit, OdIfc4::IfcDerivedUnitElement, OdIfc4::IfcDimensionalExponents, OdIfc4::IfcDirection, OdIfc4::IfcDiscreteAccessory, OdIfc4::IfcDiscreteAccessoryType, OdIfc4::IfcDistributionChamberElement, OdIfc4::IfcDistributionChamberElementType, OdIfc4::IfcDistributionControlElement, OdIfc4::IfcDistributionElement, OdIfc4::IfcDistributionFlowElement, OdIfc4::IfcDistributionPort, OdIfc4::IfcDistributionSystem, OdIfc4::IfcDocumentInformation, OdIfc4::IfcDocumentInformationRelationship, OdIfc4::IfcDocumentReference, OdIfc4::IfcDoor, OdIfc4::IfcDoorLiningProperties, OdIfc4::IfcDoorPanelProperties, OdIfc4::IfcDoorStyle, OdIfc4::IfcDoorType, OdIfc4::IfcDuctFitting, OdIfc4::IfcDuctFittingType, OdIfc4::IfcDuctSegment, OdIfc4::IfcDuctSegmentType, OdIfc4::IfcDuctSilencer, OdIfc4::IfcDuctSilencerType, OdIfc4::IfcEdge, OdIfc4::IfcEdgeCurve, OdIfc4::IfcEdgeLoop, OdIfc4::IfcElectricAppliance, OdIfc4::IfcElectricApplianceType, OdIfc4::IfcElectricDistributionBoard, OdIfc4::IfcElectricDistributionBoardType, OdIfc4::IfcElectricFlowStorageDevice, OdIfc4::IfcElectricFlowStorageDeviceType, OdIfc4::IfcElectricGenerator, OdIfc4::IfcElectricGeneratorType, OdIfc4::IfcElectricMotor, OdIfc4::IfcElectricMotorType, OdIfc4::IfcElectricTimeControl, OdIfc4::IfcElectricTimeControlType, OdIfc4::IfcElementarySurface, OdIfc4::IfcElementAssembly, OdIfc4::IfcElementAssemblyType, OdIfc4::IfcElement, OdIfc4::IfcElementQuantity, OdIfc4::IfcElementType, OdIfc4::IfcEllipse, OdIfc4::IfcEllipseProfileDef, OdIfc4::IfcEngine, OdIfc4::IfcEngineType, OdIfc4::IfcEvaporativeCooler, OdIfc4::IfcEvaporativeCoolerType, OdIfc4::IfcEvaporator, OdIfc4::IfcEvaporatorType, OdIfc4::IfcEvent, OdIfc4::IfcEventTime, OdIfc4::IfcEventType, OdIfc4::IfcExtendedProperties, OdIfc4::IfcExternalReference, OdIfc4::IfcExternalReferenceRelationship, OdIfc4::IfcExternalSpatialElement, OdIfc4::IfcExtrudedAreaSolid, OdIfc4::IfcExtrudedAreaSolidTapered, OdIfc4::IfcFace, OdIfc4::IfcFaceBasedSurfaceModel, OdIfc4::IfcFaceBound, OdIfc4::IfcFaceSurface, OdIfc4::IfcFacetedBrepWithVoids, OdIfc4::IfcFailureConnectionCondition, OdIfc4::IfcFan, OdIfc4::IfcFanType, OdIfc4::IfcFastener, OdIfc4::IfcFastenerType, OdIfc4::IfcFeatureElementAddition, OdIfc4::IfcFeatureElementSubtraction, OdIfc4::IfcFillAreaStyle, OdIfc4::IfcFillAreaStyleHatching, OdIfc4::IfcFillAreaStyleTiles, OdIfc4::IfcFilter, OdIfc4::IfcFilterType, OdIfc4::IfcFireSuppressionTerminal, OdIfc4::IfcFireSuppressionTerminalType, OdIfc4::IfcFixedReferenceSweptAreaSolid, OdIfc4::IfcFlowInstrument, OdIfc4::IfcFlowInstrumentType, OdIfc4::IfcFlowMeter, OdIfc4::IfcFlowMeterType, OdIfc4::IfcFooting, OdIfc4::IfcFootingType, OdIfc4::IfcFurniture, OdIfc4::IfcFurnitureType, OdIfc4::IfcGeographicElement, OdIfc4::IfcGeographicElementType, OdIfc4::IfcGeometricRepresentationContext, OdIfc4::IfcGeometricRepresentationSubContext, OdIfc4::IfcGeometricSet, OdIfc4::IfcGrid, OdIfc4::IfcGridAxis, OdIfc4::IfcGridPlacement, OdIfc4::IfcGroup, OdIfc4::IfcHalfSpaceSolid, OdIfc4::IfcHeatExchanger, OdIfc4::IfcHeatExchangerType, OdIfc4::IfcHumidifier, OdIfc4::IfcHumidifierType, OdIfc4::IfcImageTexture, OdIfc4::IfcIndexedColourMap, OdIfc4::IfcIndexedPolyCurve, OdIfc4::IfcIndexedPolygonalFace, OdIfc4::IfcIndexedPolygonalFaceWithVoids, OdIfc4::IfcIndexedTextureMap, OdIfc4::IfcIndexedTriangleTextureMap, OdIfc4::IfcInterceptor, OdIfc4::IfcInterceptorType, OdIfc4::IfcInventory, OdIfc4::IfcIrregularTimeSeries, OdIfc4::IfcIrregularTimeSeriesValue, OdIfc4::IfcIShapeProfileDef, OdIfc4::IfcJunctionBox, OdIfc4::IfcJunctionBoxType, OdIfc4::IfcLaborResource, OdIfc4::IfcLaborResourceType, OdIfc4::IfcLagTime, OdIfc4::IfcLamp, OdIfc4::IfcLampType, OdIfc4::IfcLibraryInformation, OdIfc4::IfcLibraryReference, OdIfc4::IfcLightDistributionData, OdIfc4::IfcLightFixture, OdIfc4::IfcLightFixtureType, OdIfc4::IfcLightIntensityDistribution, OdIfc4::IfcLightSource, OdIfc4::IfcLightSourceDirectional, OdIfc4::IfcLightSourceGoniometric, OdIfc4::IfcLightSourcePositional, OdIfc4::IfcLightSourceSpot, OdIfc4::IfcLine, OdIfc4::IfcLocalPlacement, OdIfc4::IfcLShapeProfileDef, OdIfc4::IfcManifoldSolidBrep, OdIfc4::IfcMapConversion, OdIfc4::IfcMappedItem, OdIfc4::IfcMaterial, OdIfc4::IfcMaterialClassificationRelationship, OdIfc4::IfcMaterialConstituent, OdIfc4::IfcMaterialConstituentSet, OdIfc4::IfcMaterialDefinition, OdIfc4::IfcMaterialDefinitionRepresentation, OdIfc4::IfcMaterialLayer, OdIfc4::IfcMaterialLayerSet, OdIfc4::IfcMaterialLayerSetUsage, OdIfc4::IfcMaterialLayerWithOffsets, OdIfc4::IfcMaterialList, OdIfc4::IfcMaterialProfile, OdIfc4::IfcMaterialProfileSet, OdIfc4::IfcMaterialProfileSetUsage, OdIfc4::IfcMaterialProfileSetUsageTapering, OdIfc4::IfcMaterialProfileWithOffsets, OdIfc4::IfcMaterialProperties, OdIfc4::IfcMaterialRelationship, OdIfc4::IfcMaterialUsageDefinition, OdIfc4::IfcMeasureWithUnit, OdIfc4::IfcMechanicalFastener, OdIfc4::IfcMechanicalFastenerType, OdIfc4::IfcMedicalDevice, OdIfc4::IfcMedicalDeviceType, OdIfc4::IfcMember, OdIfc4::IfcMemberType, OdIfc4::IfcMetric, OdIfc4::IfcMonetaryUnit, OdIfc4::IfcMotorConnection, OdIfc4::IfcMotorConnectionType, OdIfc4::IfcNamedUnit, OdIfc4::IfcObject, OdIfc4::IfcObjectDefinition, OdIfc4::IfcObjective, OdIfc4::IfcObjectPlacement, OdIfc4::IfcOccupant, OdIfc4::IfcOffsetCurve2D, OdIfc4::IfcOffsetCurve3D, OdIfc4::IfcOpeningElement, OdIfc4::IfcOrganization, OdIfc4::IfcOrganizationRelationship, OdIfc4::IfcOrientedEdge, OdIfc4::IfcOutlet, OdIfc4::IfcOutletType, OdIfc4::IfcOwnerHistory, OdIfc4::IfcParameterizedProfileDef, OdIfc4::IfcPath, OdIfc4::IfcPcurve, OdIfc4::IfcPerformanceHistory, OdIfc4::IfcPermeableCoveringProperties, OdIfc4::IfcPermit, OdIfc4::IfcPersonAndOrganization, OdIfc4::IfcPerson, OdIfc4::IfcPhysicalComplexQuantity, OdIfc4::IfcPhysicalQuantity, OdIfc4::IfcPhysicalSimpleQuantity, OdIfc4::IfcPile, OdIfc4::IfcPileType, OdIfc4::IfcPipeFitting, OdIfc4::IfcPipeFittingType, OdIfc4::IfcPipeSegment, OdIfc4::IfcPipeSegmentType, OdIfc4::IfcPixelTexture, OdIfc4::IfcPlacement, OdIfc4::IfcPlanarBox, OdIfc4::IfcPlanarExtent, OdIfc4::IfcPlate, OdIfc4::IfcPlateType, OdIfc4::IfcPointOnCurve, OdIfc4::IfcPointOnSurface, OdIfc4::IfcPolygonalBoundedHalfSpace, OdIfc4::IfcPolygonalFaceSet, OdIfc4::IfcPolyline, OdIfc4::IfcPolyLoop, OdIfc4::IfcPort, OdIfc4::IfcPostalAddress, OdIfc4::IfcPreDefinedItem, OdIfc4::IfcPresentationLayerAssignment, OdIfc4::IfcPresentationLayerWithStyle, OdIfc4::IfcPresentationStyleAssignment, OdIfc4::IfcPresentationStyle, OdIfc4::IfcProcedure, OdIfc4::IfcProcedureType, OdIfc4::IfcProcess, OdIfc4::IfcProduct, OdIfc4::IfcProductDefinitionShape, OdIfc4::IfcProductRepresentation, OdIfc4::IfcProfileDef, OdIfc4::IfcProfileProperties, OdIfc4::IfcProjectedCRS, OdIfc4::IfcProjectionElement, OdIfc4::IfcProjectOrder, OdIfc4::IfcPropertyAbstraction, OdIfc4::IfcProperty, OdIfc4::IfcPropertyBoundedValue, OdIfc4::IfcPropertyDefinition, OdIfc4::IfcPropertyDependencyRelationship, OdIfc4::IfcPropertyEnumeratedValue, OdIfc4::IfcPropertyEnumeration, OdIfc4::IfcPropertyListValue, OdIfc4::IfcPropertyReferenceValue, OdIfc4::IfcPropertySet, OdIfc4::IfcPropertySetDefinition, OdIfc4::IfcPropertySetTemplate, OdIfc4::IfcPropertySingleValue, OdIfc4::IfcPropertyTableValue, OdIfc4::IfcPropertyTemplate, OdIfc4::IfcProtectiveDevice, OdIfc4::IfcProtectiveDeviceTrippingUnit, OdIfc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4::IfcProtectiveDeviceType, OdIfc4::IfcProxy, OdIfc4::IfcPump, OdIfc4::IfcPumpType, OdIfc4::IfcQuantityArea, OdIfc4::IfcQuantityCount, OdIfc4::IfcQuantityLength, OdIfc4::IfcQuantityTime, OdIfc4::IfcQuantityVolume, OdIfc4::IfcQuantityWeight, OdIfc4::IfcRailing, OdIfc4::IfcRailingType, OdIfc4::IfcRamp, OdIfc4::IfcRampFlight, OdIfc4::IfcRampFlightType, OdIfc4::IfcRampType, OdIfc4::IfcRationalBSplineCurveWithKnots, OdIfc4::IfcRationalBSplineSurfaceWithKnots, OdIfc4::IfcRectangleHollowProfileDef, OdIfc4::IfcRectangleProfileDef, OdIfc4::IfcRectangularPyramid, OdIfc4::IfcRectangularTrimmedSurface, OdIfc4::IfcRecurrencePattern, OdIfc4::IfcReference, OdIfc4::IfcRegularTimeSeries, OdIfc4::IfcReinforcementBarProperties, OdIfc4::IfcReinforcementDefinitionProperties, OdIfc4::IfcReinforcingBar, OdIfc4::IfcReinforcingBarType, OdIfc4::IfcReinforcingElement, OdIfc4::IfcReinforcingMesh, OdIfc4::IfcReinforcingMeshType, OdIfc4::IfcRelAggregates, OdIfc4::IfcRelAssigns, OdIfc4::IfcRelAssignsToActor, OdIfc4::IfcRelAssignsToControl, OdIfc4::IfcRelAssignsToGroup, OdIfc4::IfcRelAssignsToGroupByFactor, OdIfc4::IfcRelAssignsToProcess, OdIfc4::IfcRelAssignsToProduct, OdIfc4::IfcRelAssignsToResource, OdIfc4::IfcRelAssociatesApproval, OdIfc4::IfcRelAssociates, OdIfc4::IfcRelAssociatesClassification, OdIfc4::IfcRelAssociatesConstraint, OdIfc4::IfcRelAssociatesDocument, OdIfc4::IfcRelAssociatesLibrary, OdIfc4::IfcRelAssociatesMaterial, OdIfc4::IfcRelConnectsElements, OdIfc4::IfcRelConnectsPathElements, OdIfc4::IfcRelConnectsPorts, OdIfc4::IfcRelConnectsPortToElement, OdIfc4::IfcRelConnectsStructuralActivity, OdIfc4::IfcRelConnectsStructuralMember, OdIfc4::IfcRelConnectsWithEccentricity, OdIfc4::IfcRelConnectsWithRealizingElements, OdIfc4::IfcRelContainedInSpatialStructure, OdIfc4::IfcRelCoversBldgElements, OdIfc4::IfcRelCoversSpaces, OdIfc4::IfcRelDeclares, OdIfc4::IfcRelDefinesByObject, OdIfc4::IfcRelDefinesByProperties, OdIfc4::IfcRelDefinesByTemplate, OdIfc4::IfcRelDefinesByType, OdIfc4::IfcRelFillsElement, OdIfc4::IfcRelFlowControlElements, OdIfc4::IfcRelInterferesElements, OdIfc4::IfcRelNests, OdIfc4::IfcRelProjectsElement, OdIfc4::IfcRelReferencedInSpatialStructure, OdIfc4::IfcRelSequence, OdIfc4::IfcRelServicesBuildings, OdIfc4::IfcRelSpaceBoundary1stLevel, OdIfc4::IfcRelSpaceBoundary2ndLevel, OdIfc4::IfcRelSpaceBoundary, OdIfc4::IfcRelVoidsElement, OdIfc4::IfcReparametrisedCompositeCurveSegment, OdIfc4::IfcRepresentation, OdIfc4::IfcRepresentationContext, OdIfc4::IfcRepresentationItem, OdIfc4::IfcRepresentationMap, OdIfc4::IfcResourceApprovalRelationship, OdIfc4::IfcResource, OdIfc4::IfcResourceConstraintRelationship, OdIfc4::IfcResourceLevelRelationship, OdIfc4::IfcResourceTime, OdIfc4::IfcRevolvedAreaSolid, OdIfc4::IfcRevolvedAreaSolidTapered, OdIfc4::IfcRightCircularCone, OdIfc4::IfcRightCircularCylinder, OdIfc4::IfcRoof, OdIfc4::IfcRoofType, OdIfc4::IfcRoot, OdIfc4::IfcRoundedRectangleProfileDef, OdIfc4::IfcSanitaryTerminal, OdIfc4::IfcSanitaryTerminalType, OdIfc4::IfcSchedulingTime, OdIfc4::IfcSectionedSpine, OdIfc4::IfcSectionProperties, OdIfc4::IfcSectionReinforcementProperties, OdIfc4::IfcSensor, OdIfc4::IfcSensorType, OdIfc4::IfcShadingDevice, OdIfc4::IfcShadingDeviceType, OdIfc4::IfcShapeAspect, OdIfc4::IfcShapeModel, OdIfc4::IfcShellBasedSurfaceModel, OdIfc4::IfcSimplePropertyTemplate, OdIfc4::IfcSite, OdIfc4::IfcSIUnit, OdIfc4::IfcSlab, OdIfc4::IfcSlabType, OdIfc4::IfcSlippageConnectionCondition, OdIfc4::IfcSolarDevice, OdIfc4::IfcSolarDeviceType, OdIfc4::IfcSpace, OdIfc4::IfcSpaceHeater, OdIfc4::IfcSpaceHeaterType, OdIfc4::IfcSpaceType, OdIfc4::IfcSpatialElement, OdIfc4::IfcSpatialElementType, OdIfc4::IfcSpatialStructureElement, OdIfc4::IfcSpatialZone, OdIfc4::IfcSpatialZoneType, OdIfc4::IfcSphere, OdIfc4::IfcSphericalSurface, OdIfc4::IfcStackTerminal, OdIfc4::IfcStackTerminalType, OdIfc4::IfcStair, OdIfc4::IfcStairFlight, OdIfc4::IfcStairFlightType, OdIfc4::IfcStairType, OdIfc4::IfcStructuralAction, OdIfc4::IfcStructuralActivity, OdIfc4::IfcStructuralAnalysisModel, OdIfc4::IfcStructuralConnection, OdIfc4::IfcStructuralConnectionCondition, OdIfc4::IfcStructuralCurveAction, OdIfc4::IfcStructuralCurveConnection, OdIfc4::IfcStructuralCurveMember, OdIfc4::IfcStructuralCurveReaction, OdIfc4::IfcStructuralItem, OdIfc4::IfcStructuralLoad, OdIfc4::IfcStructuralLoadCase, OdIfc4::IfcStructuralLoadConfiguration, OdIfc4::IfcStructuralLoadGroup, OdIfc4::IfcStructuralLoadLinearForce, OdIfc4::IfcStructuralLoadPlanarForce, OdIfc4::IfcStructuralLoadSingleDisplacement, OdIfc4::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4::IfcStructuralLoadSingleForce, OdIfc4::IfcStructuralLoadSingleForceWarping, OdIfc4::IfcStructuralLoadTemperature, OdIfc4::IfcStructuralMember, OdIfc4::IfcStructuralPointConnection, OdIfc4::IfcStructuralResultGroup, OdIfc4::IfcStructuralSurfaceAction, OdIfc4::IfcStructuralSurfaceMember, OdIfc4::IfcStructuralSurfaceReaction, OdIfc4::IfcStyledItem, OdIfc4::IfcSubContractResource, OdIfc4::IfcSubContractResourceType, OdIfc4::IfcSubedge, OdIfc4::IfcSurfaceCurve, OdIfc4::IfcSurfaceCurveSweptAreaSolid, OdIfc4::IfcSurfaceFeature, OdIfc4::IfcSurfaceOfLinearExtrusion, OdIfc4::IfcSurfaceOfRevolution, OdIfc4::IfcSurfaceReinforcementArea, OdIfc4::IfcSurfaceStyle, OdIfc4::IfcSurfaceStyleLighting, OdIfc4::IfcSurfaceStyleRefraction, OdIfc4::IfcSurfaceStyleRendering, OdIfc4::IfcSurfaceStyleShading, OdIfc4::IfcSurfaceStyleWithTextures, OdIfc4::IfcSurfaceTexture, OdIfc4::IfcSweptAreaSolid, OdIfc4::IfcSweptDiskSolid, OdIfc4::IfcSweptDiskSolidPolygonal, OdIfc4::IfcSweptSurface, OdIfc4::IfcSwitchingDevice, OdIfc4::IfcSwitchingDeviceType, OdIfc4::IfcSystem, OdIfc4::IfcSystemFurnitureElement, OdIfc4::IfcSystemFurnitureElementType, OdIfc4::IfcTable, OdIfc4::IfcTableColumn, OdIfc4::IfcTableRow, OdIfc4::IfcTank, OdIfc4::IfcTankType, OdIfc4::IfcTask, OdIfc4::IfcTaskTime, OdIfc4::IfcTaskTimeRecurring, OdIfc4::IfcTaskType, OdIfc4::IfcTelecomAddress, OdIfc4::IfcTendonAnchor, OdIfc4::IfcTendonAnchorType, OdIfc4::IfcTendon, OdIfc4::IfcTendonType, OdIfc4::IfcTessellatedFaceSet, OdIfc4::IfcTextLiteral, OdIfc4::IfcTextLiteralWithExtent, OdIfc4::IfcTextStyle, OdIfc4::IfcTextStyleFontModel, OdIfc4::IfcTextStyleForDefinedFont, OdIfc4::IfcTextStyleTextModel, OdIfc4::IfcTextureCoordinate, OdIfc4::IfcTextureCoordinateGenerator, OdIfc4::IfcTextureMap, OdIfc4::IfcTextureVertex, OdIfc4::IfcTextureVertexList, OdIfc4::IfcTimePeriod, OdIfc4::IfcTimeSeries, OdIfc4::IfcTimeSeriesValue, OdIfc4::IfcToroidalSurface, OdIfc4::IfcTransformer, OdIfc4::IfcTransformerType, OdIfc4::IfcTransportElement, OdIfc4::IfcTransportElementType, OdIfc4::IfcTrapeziumProfileDef, OdIfc4::IfcTriangulatedFaceSet, OdIfc4::IfcTrimmedCurve, OdIfc4::IfcTShapeProfileDef, OdIfc4::IfcTubeBundle, OdIfc4::IfcTubeBundleType, OdIfc4::IfcTypeObject, OdIfc4::IfcTypeProcess, OdIfc4::IfcTypeProduct, OdIfc4::IfcTypeResource, OdIfc4::IfcUnitaryControlElement, OdIfc4::IfcUnitaryControlElementType, OdIfc4::IfcUnitaryEquipment, OdIfc4::IfcUnitaryEquipmentType, OdIfc4::IfcUnitAssignment, OdIfc4::IfcUShapeProfileDef, OdIfc4::IfcValve, OdIfc4::IfcValveType, OdIfc4::IfcVector, OdIfc4::IfcVertexLoop, OdIfc4::IfcVertexPoint, OdIfc4::IfcVibrationIsolator, OdIfc4::IfcVibrationIsolatorType, OdIfc4::IfcVirtualGridIntersection, OdIfc4::IfcVoidingFeature, OdIfc4::IfcWall, OdIfc4::IfcWallType, OdIfc4::IfcWasteTerminal, OdIfc4::IfcWasteTerminalType, OdIfc4::IfcWindow, OdIfc4::IfcWindowLiningProperties, OdIfc4::IfcWindowPanelProperties, OdIfc4::IfcWindowStyle, OdIfc4::IfcWindowType, OdIfc4::IfcWorkCalendar, OdIfc4::IfcWorkControl, OdIfc4::IfcWorkPlan, OdIfc4::IfcWorkSchedule, OdIfc4::IfcWorkTime, OdIfc4::IfcZone, OdIfc4::IfcZShapeProfileDef, OdIfc4x1::IfcActionRequest, OdIfc4x1::IfcActor, OdIfc4x1::IfcActorRole, OdIfc4x1::IfcActuator, OdIfc4x1::IfcActuatorType, OdIfc4x1::IfcAddress, OdIfc4x1::IfcAdvancedBrepWithVoids, OdIfc4x1::IfcAirTerminal, OdIfc4x1::IfcAirTerminalBox, OdIfc4x1::IfcAirTerminalBoxType, OdIfc4x1::IfcAirTerminalType, OdIfc4x1::IfcAirToAirHeatRecovery, OdIfc4x1::IfcAirToAirHeatRecoveryType, OdIfc4x1::IfcAlarm, OdIfc4x1::IfcAlarmType, OdIfc4x1::IfcAlignment2DHorizontal, OdIfc4x1::IfcAlignment2DHorizontalSegment, OdIfc4x1::IfcAlignment2DSegment, OdIfc4x1::IfcAlignment2DVerSegCircularArc, OdIfc4x1::IfcAlignment2DVerSegParabolicArc, OdIfc4x1::IfcAlignment2DVertical, OdIfc4x1::IfcAlignment2DVerticalSegment, OdIfc4x1::IfcAlignment, OdIfc4x1::IfcAlignmentCurve, OdIfc4x1::IfcAnnotation, OdIfc4x1::IfcAnnotationFillArea, OdIfc4x1::IfcApplication, OdIfc4x1::IfcAppliedValue, OdIfc4x1::IfcApproval, OdIfc4x1::IfcApprovalRelationship, OdIfc4x1::IfcArbitraryClosedProfileDef, OdIfc4x1::IfcArbitraryOpenProfileDef, OdIfc4x1::IfcArbitraryProfileDefWithVoids, OdIfc4x1::IfcAsset, OdIfc4x1::IfcAsymmetricIShapeProfileDef, OdIfc4x1::IfcAudioVisualAppliance, OdIfc4x1::IfcAudioVisualApplianceType, OdIfc4x1::IfcAxis1Placement, OdIfc4x1::IfcAxis2Placement2D, OdIfc4x1::IfcAxis2Placement3D, OdIfc4x1::IfcBeam, OdIfc4x1::IfcBeamType, OdIfc4x1::IfcBlobTexture, OdIfc4x1::IfcBlock, OdIfc4x1::IfcBoiler, OdIfc4x1::IfcBoilerType, OdIfc4x1::IfcBooleanResult, OdIfc4x1::IfcBoundaryCondition, OdIfc4x1::IfcBoundaryEdgeCondition, OdIfc4x1::IfcBoundaryFaceCondition, OdIfc4x1::IfcBoundaryNodeCondition, OdIfc4x1::IfcBoundaryNodeConditionWarping, OdIfc4x1::IfcBoundingBox, OdIfc4x1::IfcBoxedHalfSpace, OdIfc4x1::IfcBSplineCurve, OdIfc4x1::IfcBSplineCurveWithKnots, OdIfc4x1::IfcBSplineSurface, OdIfc4x1::IfcBSplineSurfaceWithKnots, OdIfc4x1::IfcBuilding, OdIfc4x1::IfcBuildingElementPart, OdIfc4x1::IfcBuildingElementPartType, OdIfc4x1::IfcBuildingElementProxy, OdIfc4x1::IfcBuildingElementProxyType, OdIfc4x1::IfcBuildingStorey, OdIfc4x1::IfcBuildingSystem, OdIfc4x1::IfcBurner, OdIfc4x1::IfcBurnerType, OdIfc4x1::IfcCableCarrierFitting, OdIfc4x1::IfcCableCarrierFittingType, OdIfc4x1::IfcCableCarrierSegment, OdIfc4x1::IfcCableCarrierSegmentType, OdIfc4x1::IfcCableFitting, OdIfc4x1::IfcCableFittingType, OdIfc4x1::IfcCableSegment, OdIfc4x1::IfcCableSegmentType, OdIfc4x1::IfcCartesianPoint, OdIfc4x1::IfcCartesianPointList2D, OdIfc4x1::IfcCartesianPointList3D, OdIfc4x1::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x1::IfcCartesianTransformationOperator3D, OdIfc4x1::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x1::IfcCartesianTransformationOperator, OdIfc4x1::IfcCenterLineProfileDef, OdIfc4x1::IfcChiller, OdIfc4x1::IfcChillerType, OdIfc4x1::IfcChimney, OdIfc4x1::IfcChimneyType, OdIfc4x1::IfcCircle, OdIfc4x1::IfcCircleHollowProfileDef, OdIfc4x1::IfcCircleProfileDef, OdIfc4x1::IfcCircularArcSegment2D, OdIfc4x1::IfcClassification, OdIfc4x1::IfcClassificationReference, OdIfc4x1::IfcCoil, OdIfc4x1::IfcCoilType, OdIfc4x1::IfcColourRgb, OdIfc4x1::IfcColourRgbList, OdIfc4x1::IfcColourSpecification, OdIfc4x1::IfcColumn, OdIfc4x1::IfcColumnType, OdIfc4x1::IfcCommunicationsAppliance, OdIfc4x1::IfcCommunicationsApplianceType, OdIfc4x1::IfcComplexProperty, OdIfc4x1::IfcComplexPropertyTemplate, OdIfc4x1::IfcCompositeCurve, OdIfc4x1::IfcCompositeCurveSegment, OdIfc4x1::IfcCompositeProfileDef, OdIfc4x1::IfcCompressor, OdIfc4x1::IfcCompressorType, OdIfc4x1::IfcCondenser, OdIfc4x1::IfcCondenserType, OdIfc4x1::IfcConic, OdIfc4x1::IfcConnectedFaceSet, OdIfc4x1::IfcConnectionCurveGeometry, OdIfc4x1::IfcConnectionPointEccentricity, OdIfc4x1::IfcConnectionPointGeometry, OdIfc4x1::IfcConnectionSurfaceGeometry, OdIfc4x1::IfcConnectionVolumeGeometry, OdIfc4x1::IfcConstraint, OdIfc4x1::IfcConstructionEquipmentResource, OdIfc4x1::IfcConstructionEquipmentResourceType, OdIfc4x1::IfcConstructionMaterialResource, OdIfc4x1::IfcConstructionMaterialResourceType, OdIfc4x1::IfcConstructionProductResource, OdIfc4x1::IfcConstructionProductResourceType, OdIfc4x1::IfcConstructionResource, OdIfc4x1::IfcConstructionResourceType, OdIfc4x1::IfcContext, OdIfc4x1::IfcContextDependentUnit, OdIfc4x1::IfcControl, OdIfc4x1::IfcController, OdIfc4x1::IfcControllerType, OdIfc4x1::IfcConversionBasedUnit, OdIfc4x1::IfcConversionBasedUnitWithOffset, OdIfc4x1::IfcCooledBeam, OdIfc4x1::IfcCooledBeamType, OdIfc4x1::IfcCoolingTower, OdIfc4x1::IfcCoolingTowerType, OdIfc4x1::IfcCoordinateOperation, OdIfc4x1::IfcCoordinateReferenceSystem, OdIfc4x1::IfcCostItem, OdIfc4x1::IfcCostSchedule, OdIfc4x1::IfcCovering, OdIfc4x1::IfcCoveringType, OdIfc4x1::IfcCrewResource, OdIfc4x1::IfcCrewResourceType, OdIfc4x1::IfcCsgPrimitive3D, OdIfc4x1::IfcCsgSolid, OdIfc4x1::IfcCShapeProfileDef, OdIfc4x1::IfcCurrencyRelationship, OdIfc4x1::IfcCurtainWall, OdIfc4x1::IfcCurtainWallType, OdIfc4x1::IfcCurveBoundedPlane, OdIfc4x1::IfcCurveBoundedSurface, OdIfc4x1::IfcCurveSegment2D, OdIfc4x1::IfcCurveStyle, OdIfc4x1::IfcCurveStyleFontAndScaling, OdIfc4x1::IfcCurveStyleFont, OdIfc4x1::IfcCurveStyleFontPattern, OdIfc4x1::IfcCylindricalSurface, OdIfc4x1::IfcDamper, OdIfc4x1::IfcDamperType, OdIfc4x1::IfcDerivedProfileDef, OdIfc4x1::IfcDerivedUnit, OdIfc4x1::IfcDerivedUnitElement, OdIfc4x1::IfcDimensionalExponents, OdIfc4x1::IfcDirection, OdIfc4x1::IfcDiscreteAccessory, OdIfc4x1::IfcDiscreteAccessoryType, OdIfc4x1::IfcDistanceExpression, OdIfc4x1::IfcDistributionChamberElement, OdIfc4x1::IfcDistributionChamberElementType, OdIfc4x1::IfcDistributionControlElement, OdIfc4x1::IfcDistributionElement, OdIfc4x1::IfcDistributionFlowElement, OdIfc4x1::IfcDistributionPort, OdIfc4x1::IfcDistributionSystem, OdIfc4x1::IfcDocumentInformation, OdIfc4x1::IfcDocumentInformationRelationship, OdIfc4x1::IfcDocumentReference, OdIfc4x1::IfcDoor, OdIfc4x1::IfcDoorLiningProperties, OdIfc4x1::IfcDoorPanelProperties, OdIfc4x1::IfcDoorStyle, OdIfc4x1::IfcDoorType, OdIfc4x1::IfcDuctFitting, OdIfc4x1::IfcDuctFittingType, OdIfc4x1::IfcDuctSegment, OdIfc4x1::IfcDuctSegmentType, OdIfc4x1::IfcDuctSilencer, OdIfc4x1::IfcDuctSilencerType, OdIfc4x1::IfcEdge, OdIfc4x1::IfcEdgeCurve, OdIfc4x1::IfcEdgeLoop, OdIfc4x1::IfcElectricAppliance, OdIfc4x1::IfcElectricApplianceType, OdIfc4x1::IfcElectricDistributionBoard, OdIfc4x1::IfcElectricDistributionBoardType, OdIfc4x1::IfcElectricFlowStorageDevice, OdIfc4x1::IfcElectricFlowStorageDeviceType, OdIfc4x1::IfcElectricGenerator, OdIfc4x1::IfcElectricGeneratorType, OdIfc4x1::IfcElectricMotor, OdIfc4x1::IfcElectricMotorType, OdIfc4x1::IfcElectricTimeControl, OdIfc4x1::IfcElectricTimeControlType, OdIfc4x1::IfcElementarySurface, OdIfc4x1::IfcElementAssembly, OdIfc4x1::IfcElementAssemblyType, OdIfc4x1::IfcElement, OdIfc4x1::IfcElementQuantity, OdIfc4x1::IfcElementType, OdIfc4x1::IfcEllipse, OdIfc4x1::IfcEllipseProfileDef, OdIfc4x1::IfcEngine, OdIfc4x1::IfcEngineType, OdIfc4x1::IfcEvaporativeCooler, OdIfc4x1::IfcEvaporativeCoolerType, OdIfc4x1::IfcEvaporator, OdIfc4x1::IfcEvaporatorType, OdIfc4x1::IfcEvent, OdIfc4x1::IfcEventTime, OdIfc4x1::IfcEventType, OdIfc4x1::IfcExtendedProperties, OdIfc4x1::IfcExternalReference, OdIfc4x1::IfcExternalReferenceRelationship, OdIfc4x1::IfcExternalSpatialElement, OdIfc4x1::IfcExtrudedAreaSolid, OdIfc4x1::IfcExtrudedAreaSolidTapered, OdIfc4x1::IfcFace, OdIfc4x1::IfcFaceBasedSurfaceModel, OdIfc4x1::IfcFaceBound, OdIfc4x1::IfcFaceSurface, OdIfc4x1::IfcFacetedBrepWithVoids, OdIfc4x1::IfcFailureConnectionCondition, OdIfc4x1::IfcFan, OdIfc4x1::IfcFanType, OdIfc4x1::IfcFastener, OdIfc4x1::IfcFastenerType, OdIfc4x1::IfcFeatureElementAddition, OdIfc4x1::IfcFeatureElementSubtraction, OdIfc4x1::IfcFillAreaStyle, OdIfc4x1::IfcFillAreaStyleHatching, OdIfc4x1::IfcFillAreaStyleTiles, OdIfc4x1::IfcFilter, OdIfc4x1::IfcFilterType, OdIfc4x1::IfcFireSuppressionTerminal, OdIfc4x1::IfcFireSuppressionTerminalType, OdIfc4x1::IfcFixedReferenceSweptAreaSolid, OdIfc4x1::IfcFlowInstrument, OdIfc4x1::IfcFlowInstrumentType, OdIfc4x1::IfcFlowMeter, OdIfc4x1::IfcFlowMeterType, OdIfc4x1::IfcFooting, OdIfc4x1::IfcFootingType, OdIfc4x1::IfcFurniture, OdIfc4x1::IfcFurnitureType, OdIfc4x1::IfcGeographicElement, OdIfc4x1::IfcGeographicElementType, OdIfc4x1::IfcGeometricRepresentationContext, OdIfc4x1::IfcGeometricRepresentationSubContext, OdIfc4x1::IfcGeometricSet, OdIfc4x1::IfcGrid, OdIfc4x1::IfcGridAxis, OdIfc4x1::IfcGridPlacement, OdIfc4x1::IfcGroup, OdIfc4x1::IfcHalfSpaceSolid, OdIfc4x1::IfcHeatExchanger, OdIfc4x1::IfcHeatExchangerType, OdIfc4x1::IfcHumidifier, OdIfc4x1::IfcHumidifierType, OdIfc4x1::IfcImageTexture, OdIfc4x1::IfcIndexedColourMap, OdIfc4x1::IfcIndexedPolyCurve, OdIfc4x1::IfcIndexedPolygonalFace, OdIfc4x1::IfcIndexedPolygonalFaceWithVoids, OdIfc4x1::IfcIndexedTextureMap, OdIfc4x1::IfcIndexedTriangleTextureMap, OdIfc4x1::IfcInterceptor, OdIfc4x1::IfcInterceptorType, OdIfc4x1::IfcInventory, OdIfc4x1::IfcIrregularTimeSeries, OdIfc4x1::IfcIrregularTimeSeriesValue, OdIfc4x1::IfcIShapeProfileDef, OdIfc4x1::IfcJunctionBox, OdIfc4x1::IfcJunctionBoxType, OdIfc4x1::IfcLaborResource, OdIfc4x1::IfcLaborResourceType, OdIfc4x1::IfcLagTime, OdIfc4x1::IfcLamp, OdIfc4x1::IfcLampType, OdIfc4x1::IfcLibraryInformation, OdIfc4x1::IfcLibraryReference, OdIfc4x1::IfcLightDistributionData, OdIfc4x1::IfcLightFixture, OdIfc4x1::IfcLightFixtureType, OdIfc4x1::IfcLightIntensityDistribution, OdIfc4x1::IfcLightSource, OdIfc4x1::IfcLightSourceDirectional, OdIfc4x1::IfcLightSourceGoniometric, OdIfc4x1::IfcLightSourcePositional, OdIfc4x1::IfcLightSourceSpot, OdIfc4x1::IfcLinearPlacement, OdIfc4x1::IfcLinearPositioningElement, OdIfc4x1::IfcLine, OdIfc4x1::IfcLocalPlacement, OdIfc4x1::IfcLShapeProfileDef, OdIfc4x1::IfcManifoldSolidBrep, OdIfc4x1::IfcMapConversion, OdIfc4x1::IfcMappedItem, OdIfc4x1::IfcMaterial, OdIfc4x1::IfcMaterialClassificationRelationship, OdIfc4x1::IfcMaterialConstituent, OdIfc4x1::IfcMaterialConstituentSet, OdIfc4x1::IfcMaterialDefinition, OdIfc4x1::IfcMaterialDefinitionRepresentation, OdIfc4x1::IfcMaterialLayer, OdIfc4x1::IfcMaterialLayerSet, OdIfc4x1::IfcMaterialLayerSetUsage, OdIfc4x1::IfcMaterialLayerWithOffsets, OdIfc4x1::IfcMaterialList, OdIfc4x1::IfcMaterialProfile, OdIfc4x1::IfcMaterialProfileSet, OdIfc4x1::IfcMaterialProfileSetUsage, OdIfc4x1::IfcMaterialProfileSetUsageTapering, OdIfc4x1::IfcMaterialProfileWithOffsets, OdIfc4x1::IfcMaterialProperties, OdIfc4x1::IfcMaterialRelationship, OdIfc4x1::IfcMaterialUsageDefinition, OdIfc4x1::IfcMeasureWithUnit, OdIfc4x1::IfcMechanicalFastener, OdIfc4x1::IfcMechanicalFastenerType, OdIfc4x1::IfcMedicalDevice, OdIfc4x1::IfcMedicalDeviceType, OdIfc4x1::IfcMember, OdIfc4x1::IfcMemberType, OdIfc4x1::IfcMetric, OdIfc4x1::IfcMonetaryUnit, OdIfc4x1::IfcMotorConnection, OdIfc4x1::IfcMotorConnectionType, OdIfc4x1::IfcNamedUnit, OdIfc4x1::IfcObject, OdIfc4x1::IfcObjectDefinition, OdIfc4x1::IfcObjective, OdIfc4x1::IfcObjectPlacement, OdIfc4x1::IfcOccupant, OdIfc4x1::IfcOffsetCurve2D, OdIfc4x1::IfcOffsetCurve3D, OdIfc4x1::IfcOffsetCurve, OdIfc4x1::IfcOffsetCurveByDistances, OdIfc4x1::IfcOpeningElement, OdIfc4x1::IfcOrganization, OdIfc4x1::IfcOrganizationRelationship, OdIfc4x1::IfcOrientationExpression, OdIfc4x1::IfcOrientedEdge, OdIfc4x1::IfcOutlet, OdIfc4x1::IfcOutletType, OdIfc4x1::IfcOwnerHistory, OdIfc4x1::IfcParameterizedProfileDef, OdIfc4x1::IfcPath, OdIfc4x1::IfcPcurve, OdIfc4x1::IfcPerformanceHistory, OdIfc4x1::IfcPermeableCoveringProperties, OdIfc4x1::IfcPermit, OdIfc4x1::IfcPersonAndOrganization, OdIfc4x1::IfcPerson, OdIfc4x1::IfcPhysicalComplexQuantity, OdIfc4x1::IfcPhysicalQuantity, OdIfc4x1::IfcPhysicalSimpleQuantity, OdIfc4x1::IfcPile, OdIfc4x1::IfcPileType, OdIfc4x1::IfcPipeFitting, OdIfc4x1::IfcPipeFittingType, OdIfc4x1::IfcPipeSegment, OdIfc4x1::IfcPipeSegmentType, OdIfc4x1::IfcPixelTexture, OdIfc4x1::IfcPlacement, OdIfc4x1::IfcPlanarBox, OdIfc4x1::IfcPlanarExtent, OdIfc4x1::IfcPlate, OdIfc4x1::IfcPlateType, OdIfc4x1::IfcPointOnCurve, OdIfc4x1::IfcPointOnSurface, OdIfc4x1::IfcPolygonalBoundedHalfSpace, OdIfc4x1::IfcPolygonalFaceSet, OdIfc4x1::IfcPolyline, OdIfc4x1::IfcPolyLoop, OdIfc4x1::IfcPort, OdIfc4x1::IfcPositioningElement, OdIfc4x1::IfcPostalAddress, OdIfc4x1::IfcPreDefinedItem, OdIfc4x1::IfcPresentationLayerAssignment, OdIfc4x1::IfcPresentationLayerWithStyle, OdIfc4x1::IfcPresentationStyleAssignment, OdIfc4x1::IfcPresentationStyle, OdIfc4x1::IfcProcedure, OdIfc4x1::IfcProcedureType, OdIfc4x1::IfcProcess, OdIfc4x1::IfcProduct, OdIfc4x1::IfcProductDefinitionShape, OdIfc4x1::IfcProductRepresentation, OdIfc4x1::IfcProfileDef, OdIfc4x1::IfcProfileProperties, OdIfc4x1::IfcProjectedCRS, OdIfc4x1::IfcProjectionElement, OdIfc4x1::IfcProjectOrder, OdIfc4x1::IfcPropertyAbstraction, OdIfc4x1::IfcProperty, OdIfc4x1::IfcPropertyBoundedValue, OdIfc4x1::IfcPropertyDefinition, OdIfc4x1::IfcPropertyDependencyRelationship, OdIfc4x1::IfcPropertyEnumeratedValue, OdIfc4x1::IfcPropertyEnumeration, OdIfc4x1::IfcPropertyListValue, OdIfc4x1::IfcPropertyReferenceValue, OdIfc4x1::IfcPropertySet, OdIfc4x1::IfcPropertySetDefinition, OdIfc4x1::IfcPropertySetTemplate, OdIfc4x1::IfcPropertySingleValue, OdIfc4x1::IfcPropertyTableValue, OdIfc4x1::IfcPropertyTemplate, OdIfc4x1::IfcProtectiveDevice, OdIfc4x1::IfcProtectiveDeviceTrippingUnit, OdIfc4x1::IfcProtectiveDeviceTrippingUnitType, OdIfc4x1::IfcProtectiveDeviceType, OdIfc4x1::IfcProxy, OdIfc4x1::IfcPump, OdIfc4x1::IfcPumpType, OdIfc4x1::IfcQuantityArea, OdIfc4x1::IfcQuantityCount, OdIfc4x1::IfcQuantityLength, OdIfc4x1::IfcQuantityTime, OdIfc4x1::IfcQuantityVolume, OdIfc4x1::IfcQuantityWeight, OdIfc4x1::IfcRailing, OdIfc4x1::IfcRailingType, OdIfc4x1::IfcRamp, OdIfc4x1::IfcRampFlight, OdIfc4x1::IfcRampFlightType, OdIfc4x1::IfcRampType, OdIfc4x1::IfcRationalBSplineCurveWithKnots, OdIfc4x1::IfcRationalBSplineSurfaceWithKnots, OdIfc4x1::IfcRectangleHollowProfileDef, OdIfc4x1::IfcRectangleProfileDef, OdIfc4x1::IfcRectangularPyramid, OdIfc4x1::IfcRectangularTrimmedSurface, OdIfc4x1::IfcRecurrencePattern, OdIfc4x1::IfcReference, OdIfc4x1::IfcReferent, OdIfc4x1::IfcRegularTimeSeries, OdIfc4x1::IfcReinforcementBarProperties, OdIfc4x1::IfcReinforcementDefinitionProperties, OdIfc4x1::IfcReinforcingBar, OdIfc4x1::IfcReinforcingBarType, OdIfc4x1::IfcReinforcingElement, OdIfc4x1::IfcReinforcingMesh, OdIfc4x1::IfcReinforcingMeshType, OdIfc4x1::IfcRelAggregates, OdIfc4x1::IfcRelAssigns, OdIfc4x1::IfcRelAssignsToActor, OdIfc4x1::IfcRelAssignsToControl, OdIfc4x1::IfcRelAssignsToGroup, OdIfc4x1::IfcRelAssignsToGroupByFactor, OdIfc4x1::IfcRelAssignsToProcess, OdIfc4x1::IfcRelAssignsToProduct, OdIfc4x1::IfcRelAssignsToResource, OdIfc4x1::IfcRelAssociatesApproval, OdIfc4x1::IfcRelAssociates, OdIfc4x1::IfcRelAssociatesClassification, OdIfc4x1::IfcRelAssociatesConstraint, OdIfc4x1::IfcRelAssociatesDocument, OdIfc4x1::IfcRelAssociatesLibrary, OdIfc4x1::IfcRelAssociatesMaterial, OdIfc4x1::IfcRelConnectsElements, OdIfc4x1::IfcRelConnectsPathElements, OdIfc4x1::IfcRelConnectsPorts, OdIfc4x1::IfcRelConnectsPortToElement, OdIfc4x1::IfcRelConnectsStructuralActivity, OdIfc4x1::IfcRelConnectsStructuralMember, OdIfc4x1::IfcRelConnectsWithEccentricity, OdIfc4x1::IfcRelConnectsWithRealizingElements, OdIfc4x1::IfcRelContainedInSpatialStructure, OdIfc4x1::IfcRelCoversBldgElements, OdIfc4x1::IfcRelCoversSpaces, OdIfc4x1::IfcRelDeclares, OdIfc4x1::IfcRelDefinesByObject, OdIfc4x1::IfcRelDefinesByProperties, OdIfc4x1::IfcRelDefinesByTemplate, OdIfc4x1::IfcRelDefinesByType, OdIfc4x1::IfcRelFillsElement, OdIfc4x1::IfcRelFlowControlElements, OdIfc4x1::IfcRelInterferesElements, OdIfc4x1::IfcRelNests, OdIfc4x1::IfcRelProjectsElement, OdIfc4x1::IfcRelReferencedInSpatialStructure, OdIfc4x1::IfcRelSequence, OdIfc4x1::IfcRelServicesBuildings, OdIfc4x1::IfcRelSpaceBoundary1stLevel, OdIfc4x1::IfcRelSpaceBoundary2ndLevel, OdIfc4x1::IfcRelSpaceBoundary, OdIfc4x1::IfcRelVoidsElement, OdIfc4x1::IfcReparametrisedCompositeCurveSegment, OdIfc4x1::IfcRepresentation, OdIfc4x1::IfcRepresentationContext, OdIfc4x1::IfcRepresentationItem, OdIfc4x1::IfcRepresentationMap, OdIfc4x1::IfcResourceApprovalRelationship, OdIfc4x1::IfcResource, OdIfc4x1::IfcResourceConstraintRelationship, OdIfc4x1::IfcResourceLevelRelationship, OdIfc4x1::IfcResourceTime, OdIfc4x1::IfcRevolvedAreaSolid, OdIfc4x1::IfcRevolvedAreaSolidTapered, OdIfc4x1::IfcRightCircularCone, OdIfc4x1::IfcRightCircularCylinder, OdIfc4x1::IfcRoof, OdIfc4x1::IfcRoofType, OdIfc4x1::IfcRoot, OdIfc4x1::IfcRoundedRectangleProfileDef, OdIfc4x1::IfcSanitaryTerminal, OdIfc4x1::IfcSanitaryTerminalType, OdIfc4x1::IfcSchedulingTime, OdIfc4x1::IfcSectionedSolid, OdIfc4x1::IfcSectionedSolidHorizontal, OdIfc4x1::IfcSectionedSpine, OdIfc4x1::IfcSectionProperties, OdIfc4x1::IfcSectionReinforcementProperties, OdIfc4x1::IfcSensor, OdIfc4x1::IfcSensorType, OdIfc4x1::IfcShadingDevice, OdIfc4x1::IfcShadingDeviceType, OdIfc4x1::IfcShapeAspect, OdIfc4x1::IfcShapeModel, OdIfc4x1::IfcShellBasedSurfaceModel, OdIfc4x1::IfcSimplePropertyTemplate, OdIfc4x1::IfcSite, OdIfc4x1::IfcSIUnit, OdIfc4x1::IfcSlab, OdIfc4x1::IfcSlabType, OdIfc4x1::IfcSlippageConnectionCondition, OdIfc4x1::IfcSolarDevice, OdIfc4x1::IfcSolarDeviceType, OdIfc4x1::IfcSpace, OdIfc4x1::IfcSpaceHeater, OdIfc4x1::IfcSpaceHeaterType, OdIfc4x1::IfcSpaceType, OdIfc4x1::IfcSpatialElement, OdIfc4x1::IfcSpatialElementType, OdIfc4x1::IfcSpatialStructureElement, OdIfc4x1::IfcSpatialZone, OdIfc4x1::IfcSpatialZoneType, OdIfc4x1::IfcSphere, OdIfc4x1::IfcSphericalSurface, OdIfc4x1::IfcStackTerminal, OdIfc4x1::IfcStackTerminalType, OdIfc4x1::IfcStair, OdIfc4x1::IfcStairFlight, OdIfc4x1::IfcStairFlightType, OdIfc4x1::IfcStairType, OdIfc4x1::IfcStructuralAction, OdIfc4x1::IfcStructuralActivity, OdIfc4x1::IfcStructuralAnalysisModel, OdIfc4x1::IfcStructuralConnection, OdIfc4x1::IfcStructuralConnectionCondition, OdIfc4x1::IfcStructuralCurveAction, OdIfc4x1::IfcStructuralCurveConnection, OdIfc4x1::IfcStructuralCurveMember, OdIfc4x1::IfcStructuralCurveReaction, OdIfc4x1::IfcStructuralItem, OdIfc4x1::IfcStructuralLoad, OdIfc4x1::IfcStructuralLoadCase, OdIfc4x1::IfcStructuralLoadConfiguration, OdIfc4x1::IfcStructuralLoadGroup, OdIfc4x1::IfcStructuralLoadLinearForce, OdIfc4x1::IfcStructuralLoadPlanarForce, OdIfc4x1::IfcStructuralLoadSingleDisplacement, OdIfc4x1::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x1::IfcStructuralLoadSingleForce, OdIfc4x1::IfcStructuralLoadSingleForceWarping, OdIfc4x1::IfcStructuralLoadTemperature, OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralPointConnection, OdIfc4x1::IfcStructuralResultGroup, OdIfc4x1::IfcStructuralSurfaceAction, OdIfc4x1::IfcStructuralSurfaceMember, OdIfc4x1::IfcStructuralSurfaceReaction, OdIfc4x1::IfcStyledItem, OdIfc4x1::IfcSubContractResource, OdIfc4x1::IfcSubContractResourceType, OdIfc4x1::IfcSubedge, OdIfc4x1::IfcSurfaceCurve, OdIfc4x1::IfcSurfaceCurveSweptAreaSolid, OdIfc4x1::IfcSurfaceFeature, OdIfc4x1::IfcSurfaceOfLinearExtrusion, OdIfc4x1::IfcSurfaceOfRevolution, OdIfc4x1::IfcSurfaceReinforcementArea, OdIfc4x1::IfcSurfaceStyle, OdIfc4x1::IfcSurfaceStyleLighting, OdIfc4x1::IfcSurfaceStyleRefraction, OdIfc4x1::IfcSurfaceStyleRendering, OdIfc4x1::IfcSurfaceStyleShading, OdIfc4x1::IfcSurfaceStyleWithTextures, OdIfc4x1::IfcSurfaceTexture, OdIfc4x1::IfcSweptAreaSolid, OdIfc4x1::IfcSweptDiskSolid, OdIfc4x1::IfcSweptDiskSolidPolygonal, OdIfc4x1::IfcSweptSurface, OdIfc4x1::IfcSwitchingDevice, OdIfc4x1::IfcSwitchingDeviceType, OdIfc4x1::IfcSystem, OdIfc4x1::IfcSystemFurnitureElement, OdIfc4x1::IfcSystemFurnitureElementType, OdIfc4x1::IfcTable, OdIfc4x1::IfcTableColumn, OdIfc4x1::IfcTableRow, OdIfc4x1::IfcTank, OdIfc4x1::IfcTankType, OdIfc4x1::IfcTask, OdIfc4x1::IfcTaskTime, OdIfc4x1::IfcTaskTimeRecurring, OdIfc4x1::IfcTaskType, OdIfc4x1::IfcTelecomAddress, OdIfc4x1::IfcTendonAnchor, OdIfc4x1::IfcTendonAnchorType, OdIfc4x1::IfcTendon, OdIfc4x1::IfcTendonType, OdIfc4x1::IfcTessellatedFaceSet, OdIfc4x1::IfcTextLiteral, OdIfc4x1::IfcTextLiteralWithExtent, OdIfc4x1::IfcTextStyle, OdIfc4x1::IfcTextStyleFontModel, OdIfc4x1::IfcTextStyleForDefinedFont, OdIfc4x1::IfcTextStyleTextModel, OdIfc4x1::IfcTextureCoordinate, OdIfc4x1::IfcTextureCoordinateGenerator, OdIfc4x1::IfcTextureMap, OdIfc4x1::IfcTextureVertex, OdIfc4x1::IfcTextureVertexList, OdIfc4x1::IfcTimePeriod, OdIfc4x1::IfcTimeSeries, OdIfc4x1::IfcTimeSeriesValue, OdIfc4x1::IfcToroidalSurface, OdIfc4x1::IfcTransformer, OdIfc4x1::IfcTransformerType, OdIfc4x1::IfcTransitionCurveSegment2D, OdIfc4x1::IfcTransportElement, OdIfc4x1::IfcTransportElementType, OdIfc4x1::IfcTrapeziumProfileDef, OdIfc4x1::IfcTriangulatedFaceSet, OdIfc4x1::IfcTriangulatedIrregularNetwork, OdIfc4x1::IfcTrimmedCurve, OdIfc4x1::IfcTShapeProfileDef, OdIfc4x1::IfcTubeBundle, OdIfc4x1::IfcTubeBundleType, OdIfc4x1::IfcTypeObject, OdIfc4x1::IfcTypeProcess, OdIfc4x1::IfcTypeProduct, OdIfc4x1::IfcTypeResource, OdIfc4x1::IfcUnitaryControlElement, OdIfc4x1::IfcUnitaryControlElementType, OdIfc4x1::IfcUnitaryEquipment, OdIfc4x1::IfcUnitaryEquipmentType, OdIfc4x1::IfcUnitAssignment, OdIfc4x1::IfcUShapeProfileDef, OdIfc4x1::IfcValve, OdIfc4x1::IfcValveType, OdIfc4x1::IfcVector, OdIfc4x1::IfcVertexLoop, OdIfc4x1::IfcVertexPoint, OdIfc4x1::IfcVibrationIsolator, OdIfc4x1::IfcVibrationIsolatorType, OdIfc4x1::IfcVirtualGridIntersection, OdIfc4x1::IfcVoidingFeature, OdIfc4x1::IfcWall, OdIfc4x1::IfcWallType, OdIfc4x1::IfcWasteTerminal, OdIfc4x1::IfcWasteTerminalType, OdIfc4x1::IfcWindow, OdIfc4x1::IfcWindowLiningProperties, OdIfc4x1::IfcWindowPanelProperties, OdIfc4x1::IfcWindowStyle, OdIfc4x1::IfcWindowType, OdIfc4x1::IfcWorkCalendar, OdIfc4x1::IfcWorkControl, OdIfc4x1::IfcWorkPlan, OdIfc4x1::IfcWorkSchedule, OdIfc4x1::IfcWorkTime, OdIfc4x1::IfcZone, OdIfc4x1::IfcZShapeProfileDef, OdIfc4x2::IfcActionRequest, OdIfc4x2::IfcActor, OdIfc4x2::IfcActorRole, OdIfc4x2::IfcActuator, OdIfc4x2::IfcActuatorType, OdIfc4x2::IfcAddress, OdIfc4x2::IfcAdvancedBrepWithVoids, OdIfc4x2::IfcAirTerminal, OdIfc4x2::IfcAirTerminalBox, OdIfc4x2::IfcAirTerminalBoxType, OdIfc4x2::IfcAirTerminalType, OdIfc4x2::IfcAirToAirHeatRecovery, OdIfc4x2::IfcAirToAirHeatRecoveryType, OdIfc4x2::IfcAlarm, OdIfc4x2::IfcAlarmType, OdIfc4x2::IfcAlignment2DHorizontal, OdIfc4x2::IfcAlignment2DHorizontalSegment, OdIfc4x2::IfcAlignment2DSegment, OdIfc4x2::IfcAlignment2DVerSegCircularArc, OdIfc4x2::IfcAlignment2DVerSegParabolicArc, OdIfc4x2::IfcAlignment2DVertical, OdIfc4x2::IfcAlignment2DVerticalSegment, OdIfc4x2::IfcAlignment, OdIfc4x2::IfcAlignmentCurve, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAnnotationFillArea, OdIfc4x2::IfcApplication, OdIfc4x2::IfcAppliedValue, OdIfc4x2::IfcApproval, OdIfc4x2::IfcApprovalRelationship, OdIfc4x2::IfcArbitraryClosedProfileDef, OdIfc4x2::IfcArbitraryOpenProfileDef, OdIfc4x2::IfcArbitraryProfileDefWithVoids, OdIfc4x2::IfcAsset, OdIfc4x2::IfcAsymmetricIShapeProfileDef, OdIfc4x2::IfcAudioVisualAppliance, OdIfc4x2::IfcAudioVisualApplianceType, OdIfc4x2::IfcAxis1Placement, OdIfc4x2::IfcAxis2Placement2D, OdIfc4x2::IfcAxis2Placement3D, OdIfc4x2::IfcBeam, OdIfc4x2::IfcBeamType, OdIfc4x2::IfcBearing, OdIfc4x2::IfcBearingType, OdIfc4x2::IfcBlobTexture, OdIfc4x2::IfcBlock, OdIfc4x2::IfcBoiler, OdIfc4x2::IfcBoilerType, OdIfc4x2::IfcBooleanResult, OdIfc4x2::IfcBoundaryCondition, OdIfc4x2::IfcBoundaryEdgeCondition, OdIfc4x2::IfcBoundaryFaceCondition, OdIfc4x2::IfcBoundaryNodeCondition, OdIfc4x2::IfcBoundaryNodeConditionWarping, OdIfc4x2::IfcBoundedCurve, OdIfc4x2::IfcBoundingBox, OdIfc4x2::IfcBoxedHalfSpace, OdIfc4x2::IfcBridge, OdIfc4x2::IfcBridgePart, OdIfc4x2::IfcBSplineCurve, OdIfc4x2::IfcBSplineCurveWithKnots, OdIfc4x2::IfcBSplineSurface, OdIfc4x2::IfcBSplineSurfaceWithKnots, OdIfc4x2::IfcBuilding, OdIfc4x2::IfcBuildingElementPart, OdIfc4x2::IfcBuildingElementPartType, OdIfc4x2::IfcBuildingElementProxy, OdIfc4x2::IfcBuildingElementProxyType, OdIfc4x2::IfcBuildingStorey, OdIfc4x2::IfcBuildingSystem, OdIfc4x2::IfcBurner, OdIfc4x2::IfcBurnerType, OdIfc4x2::IfcCableCarrierFitting, OdIfc4x2::IfcCableCarrierFittingType, OdIfc4x2::IfcCableCarrierSegment, OdIfc4x2::IfcCableCarrierSegmentType, OdIfc4x2::IfcCableFitting, OdIfc4x2::IfcCableFittingType, OdIfc4x2::IfcCableSegment, OdIfc4x2::IfcCableSegmentType, OdIfc4x2::IfcCaissonFoundation, OdIfc4x2::IfcCaissonFoundationType, OdIfc4x2::IfcCartesianPoint, OdIfc4x2::IfcCartesianPointList2D, OdIfc4x2::IfcCartesianPointList3D, OdIfc4x2::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator3D, OdIfc4x2::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator, OdIfc4x2::IfcCenterLineProfileDef, OdIfc4x2::IfcChiller, OdIfc4x2::IfcChillerType, OdIfc4x2::IfcChimney, OdIfc4x2::IfcChimneyType, OdIfc4x2::IfcCircle, OdIfc4x2::IfcCircleHollowProfileDef, OdIfc4x2::IfcCircleProfileDef, OdIfc4x2::IfcCircularArcSegment2D, OdIfc4x2::IfcClassification, OdIfc4x2::IfcClassificationReference, OdIfc4x2::IfcCoil, OdIfc4x2::IfcCoilType, OdIfc4x2::IfcColourRgb, OdIfc4x2::IfcColourRgbList, OdIfc4x2::IfcColourSpecification, OdIfc4x2::IfcColumn, OdIfc4x2::IfcColumnType, OdIfc4x2::IfcCommunicationsAppliance, OdIfc4x2::IfcCommunicationsApplianceType, OdIfc4x2::IfcComplexProperty, OdIfc4x2::IfcComplexPropertyTemplate, OdIfc4x2::IfcCompositeCurve, OdIfc4x2::IfcCompositeCurveSegment, OdIfc4x2::IfcCompositeProfileDef, OdIfc4x2::IfcCompressor, OdIfc4x2::IfcCompressorType, OdIfc4x2::IfcCondenser, OdIfc4x2::IfcCondenserType, OdIfc4x2::IfcConic, OdIfc4x2::IfcConnectedFaceSet, OdIfc4x2::IfcConnectionCurveGeometry, OdIfc4x2::IfcConnectionPointEccentricity, OdIfc4x2::IfcConnectionPointGeometry, OdIfc4x2::IfcConnectionSurfaceGeometry, OdIfc4x2::IfcConnectionVolumeGeometry, OdIfc4x2::IfcConstraint, OdIfc4x2::IfcConstructionEquipmentResource, OdIfc4x2::IfcConstructionEquipmentResourceType, OdIfc4x2::IfcConstructionMaterialResource, OdIfc4x2::IfcConstructionMaterialResourceType, OdIfc4x2::IfcConstructionProductResource, OdIfc4x2::IfcConstructionProductResourceType, OdIfc4x2::IfcConstructionResource, OdIfc4x2::IfcConstructionResourceType, OdIfc4x2::IfcContext, OdIfc4x2::IfcContextDependentUnit, OdIfc4x2::IfcControl, OdIfc4x2::IfcController, OdIfc4x2::IfcControllerType, OdIfc4x2::IfcConversionBasedUnit, OdIfc4x2::IfcConversionBasedUnitWithOffset, OdIfc4x2::IfcCooledBeam, OdIfc4x2::IfcCooledBeamType, OdIfc4x2::IfcCoolingTower, OdIfc4x2::IfcCoolingTowerType, OdIfc4x2::IfcCoordinateOperation, OdIfc4x2::IfcCoordinateReferenceSystem, OdIfc4x2::IfcCostItem, OdIfc4x2::IfcCostSchedule, OdIfc4x2::IfcCovering, OdIfc4x2::IfcCoveringType, OdIfc4x2::IfcCrewResource, OdIfc4x2::IfcCrewResourceType, OdIfc4x2::IfcCsgPrimitive3D, OdIfc4x2::IfcCsgSolid, OdIfc4x2::IfcCShapeProfileDef, OdIfc4x2::IfcCurrencyRelationship, OdIfc4x2::IfcCurtainWall, OdIfc4x2::IfcCurtainWallType, OdIfc4x2::IfcCurveBoundedPlane, OdIfc4x2::IfcCurveBoundedSurface, OdIfc4x2::IfcCurveSegment2D, OdIfc4x2::IfcCurveStyle, OdIfc4x2::IfcCurveStyleFontAndScaling, OdIfc4x2::IfcCurveStyleFont, OdIfc4x2::IfcCurveStyleFontPattern, OdIfc4x2::IfcCylindricalSurface, OdIfc4x2::IfcDamper, OdIfc4x2::IfcDamperType, OdIfc4x2::IfcDerivedProfileDef, OdIfc4x2::IfcDerivedUnit, OdIfc4x2::IfcDerivedUnitElement, OdIfc4x2::IfcDimensionalExponents, OdIfc4x2::IfcDirection, OdIfc4x2::IfcDiscreteAccessory, OdIfc4x2::IfcDiscreteAccessoryType, OdIfc4x2::IfcDistanceExpression, OdIfc4x2::IfcDistributionChamberElement, OdIfc4x2::IfcDistributionChamberElementType, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionPort, OdIfc4x2::IfcDistributionSystem, OdIfc4x2::IfcDocumentInformation, OdIfc4x2::IfcDocumentInformationRelationship, OdIfc4x2::IfcDocumentReference, OdIfc4x2::IfcDoor, OdIfc4x2::IfcDoorLiningProperties, OdIfc4x2::IfcDoorPanelProperties, OdIfc4x2::IfcDoorStyle, OdIfc4x2::IfcDoorType, OdIfc4x2::IfcDuctFitting, OdIfc4x2::IfcDuctFittingType, OdIfc4x2::IfcDuctSegment, OdIfc4x2::IfcDuctSegmentType, OdIfc4x2::IfcDuctSilencer, OdIfc4x2::IfcDuctSilencerType, OdIfc4x2::IfcEdge, OdIfc4x2::IfcEdgeCurve, OdIfc4x2::IfcEdgeLoop, OdIfc4x2::IfcElectricAppliance, OdIfc4x2::IfcElectricApplianceType, OdIfc4x2::IfcElectricDistributionBoard, OdIfc4x2::IfcElectricDistributionBoardType, OdIfc4x2::IfcElectricFlowStorageDevice, OdIfc4x2::IfcElectricFlowStorageDeviceType, OdIfc4x2::IfcElectricGenerator, OdIfc4x2::IfcElectricGeneratorType, OdIfc4x2::IfcElectricMotor, OdIfc4x2::IfcElectricMotorType, OdIfc4x2::IfcElectricTimeControl, OdIfc4x2::IfcElectricTimeControlType, OdIfc4x2::IfcElementarySurface, OdIfc4x2::IfcElementAssembly, OdIfc4x2::IfcElementAssemblyType, OdIfc4x2::IfcElement, OdIfc4x2::IfcElementQuantity, OdIfc4x2::IfcElementType, OdIfc4x2::IfcEllipse, OdIfc4x2::IfcEllipseProfileDef, OdIfc4x2::IfcEngine, OdIfc4x2::IfcEngineType, OdIfc4x2::IfcEvaporativeCooler, OdIfc4x2::IfcEvaporativeCoolerType, OdIfc4x2::IfcEvaporator, OdIfc4x2::IfcEvaporatorType, OdIfc4x2::IfcEvent, OdIfc4x2::IfcEventTime, OdIfc4x2::IfcEventType, OdIfc4x2::IfcExtendedProperties, OdIfc4x2::IfcExternalReference, OdIfc4x2::IfcExternalReferenceRelationship, OdIfc4x2::IfcExternalSpatialElement, OdIfc4x2::IfcExtrudedAreaSolid, OdIfc4x2::IfcExtrudedAreaSolidTapered, OdIfc4x2::IfcFace, OdIfc4x2::IfcFaceBasedSurfaceModel, OdIfc4x2::IfcFaceBound, OdIfc4x2::IfcFaceSurface, OdIfc4x2::IfcFacetedBrepWithVoids, OdIfc4x2::IfcFailureConnectionCondition, OdIfc4x2::IfcFan, OdIfc4x2::IfcFanType, OdIfc4x2::IfcFastener, OdIfc4x2::IfcFastenerType, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFillAreaStyle, OdIfc4x2::IfcFillAreaStyleHatching, OdIfc4x2::IfcFillAreaStyleTiles, OdIfc4x2::IfcFilter, OdIfc4x2::IfcFilterType, OdIfc4x2::IfcFireSuppressionTerminal, OdIfc4x2::IfcFireSuppressionTerminalType, OdIfc4x2::IfcFixedReferenceSweptAreaSolid, OdIfc4x2::IfcFlowInstrument, OdIfc4x2::IfcFlowInstrumentType, OdIfc4x2::IfcFlowMeter, OdIfc4x2::IfcFlowMeterType, OdIfc4x2::IfcFooting, OdIfc4x2::IfcFootingType, OdIfc4x2::IfcFurniture, OdIfc4x2::IfcFurnitureType, OdIfc4x2::IfcGeographicElement, OdIfc4x2::IfcGeographicElementType, OdIfc4x2::IfcGeometricRepresentationContext, OdIfc4x2::IfcGeometricRepresentationSubContext, OdIfc4x2::IfcGeometricSet, OdIfc4x2::IfcGrid, OdIfc4x2::IfcGridAxis, OdIfc4x2::IfcGridPlacement, OdIfc4x2::IfcGroup, OdIfc4x2::IfcHalfSpaceSolid, OdIfc4x2::IfcHeatExchanger, OdIfc4x2::IfcHeatExchangerType, OdIfc4x2::IfcHumidifier, OdIfc4x2::IfcHumidifierType, OdIfc4x2::IfcImageTexture, OdIfc4x2::IfcIndexedColourMap, OdIfc4x2::IfcIndexedPolyCurve, OdIfc4x2::IfcIndexedPolygonalFace, OdIfc4x2::IfcIndexedPolygonalFaceWithVoids, OdIfc4x2::IfcIndexedTextureMap, OdIfc4x2::IfcIndexedTriangleTextureMap, OdIfc4x2::IfcInterceptor, OdIfc4x2::IfcInterceptorType, OdIfc4x2::IfcInventory, OdIfc4x2::IfcIrregularTimeSeries, OdIfc4x2::IfcIrregularTimeSeriesValue, OdIfc4x2::IfcIShapeProfileDef, OdIfc4x2::IfcJunctionBox, OdIfc4x2::IfcJunctionBoxType, OdIfc4x2::IfcLaborResource, OdIfc4x2::IfcLaborResourceType, OdIfc4x2::IfcLagTime, OdIfc4x2::IfcLamp, OdIfc4x2::IfcLampType, OdIfc4x2::IfcLibraryInformation, OdIfc4x2::IfcLibraryReference, OdIfc4x2::IfcLightDistributionData, OdIfc4x2::IfcLightFixture, OdIfc4x2::IfcLightFixtureType, OdIfc4x2::IfcLightIntensityDistribution, OdIfc4x2::IfcLightSource, OdIfc4x2::IfcLightSourceDirectional, OdIfc4x2::IfcLightSourceGoniometric, OdIfc4x2::IfcLightSourcePositional, OdIfc4x2::IfcLightSourceSpot, OdIfc4x2::IfcLinearPlacement, OdIfc4x2::IfcLinearPositioningElement, OdIfc4x2::IfcLine, OdIfc4x2::IfcLocalPlacement, OdIfc4x2::IfcLShapeProfileDef, OdIfc4x2::IfcManifoldSolidBrep, OdIfc4x2::IfcMapConversion, OdIfc4x2::IfcMappedItem, OdIfc4x2::IfcMaterial, OdIfc4x2::IfcMaterialClassificationRelationship, OdIfc4x2::IfcMaterialConstituent, OdIfc4x2::IfcMaterialConstituentSet, OdIfc4x2::IfcMaterialDefinition, OdIfc4x2::IfcMaterialDefinitionRepresentation, OdIfc4x2::IfcMaterialLayer, OdIfc4x2::IfcMaterialLayerSet, OdIfc4x2::IfcMaterialLayerSetUsage, OdIfc4x2::IfcMaterialLayerWithOffsets, OdIfc4x2::IfcMaterialList, OdIfc4x2::IfcMaterialProfile, OdIfc4x2::IfcMaterialProfileSet, OdIfc4x2::IfcMaterialProfileSetUsage, OdIfc4x2::IfcMaterialProfileSetUsageTapering, OdIfc4x2::IfcMaterialProfileWithOffsets, OdIfc4x2::IfcMaterialProperties, OdIfc4x2::IfcMaterialRelationship, OdIfc4x2::IfcMaterialUsageDefinition, OdIfc4x2::IfcMeasureWithUnit, OdIfc4x2::IfcMechanicalFastener, OdIfc4x2::IfcMechanicalFastenerType, OdIfc4x2::IfcMedicalDevice, OdIfc4x2::IfcMedicalDeviceType, OdIfc4x2::IfcMember, OdIfc4x2::IfcMemberType, OdIfc4x2::IfcMetric, OdIfc4x2::IfcMonetaryUnit, OdIfc4x2::IfcMotorConnection, OdIfc4x2::IfcMotorConnectionType, OdIfc4x2::IfcNamedUnit, OdIfc4x2::IfcObject, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcObjective, OdIfc4x2::IfcObjectPlacement, OdIfc4x2::IfcOccupant, OdIfc4x2::IfcOffsetCurve2D, OdIfc4x2::IfcOffsetCurve3D, OdIfc4x2::IfcOffsetCurve, OdIfc4x2::IfcOffsetCurveByDistances, OdIfc4x2::IfcOpeningElement, OdIfc4x2::IfcOrganization, OdIfc4x2::IfcOrganizationRelationship, OdIfc4x2::IfcOrientationExpression, OdIfc4x2::IfcOrientedEdge, OdIfc4x2::IfcOutlet, OdIfc4x2::IfcOutletType, OdIfc4x2::IfcOwnerHistory, OdIfc4x2::IfcParameterizedProfileDef, OdIfc4x2::IfcPath, OdIfc4x2::IfcPcurve, OdIfc4x2::IfcPerformanceHistory, OdIfc4x2::IfcPermeableCoveringProperties, OdIfc4x2::IfcPermit, OdIfc4x2::IfcPersonAndOrganization, OdIfc4x2::IfcPerson, OdIfc4x2::IfcPhysicalComplexQuantity, OdIfc4x2::IfcPhysicalQuantity, OdIfc4x2::IfcPhysicalSimpleQuantity, OdIfc4x2::IfcPile, OdIfc4x2::IfcPileType, OdIfc4x2::IfcPipeFitting, OdIfc4x2::IfcPipeFittingType, OdIfc4x2::IfcPipeSegment, OdIfc4x2::IfcPipeSegmentType, OdIfc4x2::IfcPixelTexture, OdIfc4x2::IfcPlacement, OdIfc4x2::IfcPlanarBox, OdIfc4x2::IfcPlanarExtent, OdIfc4x2::IfcPlate, OdIfc4x2::IfcPlateType, OdIfc4x2::IfcPointOnCurve, OdIfc4x2::IfcPointOnSurface, OdIfc4x2::IfcPolygonalBoundedHalfSpace, OdIfc4x2::IfcPolygonalFaceSet, OdIfc4x2::IfcPolyline, OdIfc4x2::IfcPolyLoop, OdIfc4x2::IfcPort, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcPostalAddress, OdIfc4x2::IfcPreDefinedItem, OdIfc4x2::IfcPresentationLayerAssignment, OdIfc4x2::IfcPresentationLayerWithStyle, OdIfc4x2::IfcPresentationStyleAssignment, OdIfc4x2::IfcPresentationStyle, OdIfc4x2::IfcProcedure, OdIfc4x2::IfcProcedureType, OdIfc4x2::IfcProcess, OdIfc4x2::IfcProduct, OdIfc4x2::IfcProductDefinitionShape, OdIfc4x2::IfcProductRepresentation, OdIfc4x2::IfcProfileDef, OdIfc4x2::IfcProfileProperties, OdIfc4x2::IfcProjectedCRS, OdIfc4x2::IfcProjectionElement, OdIfc4x2::IfcProjectOrder, OdIfc4x2::IfcPropertyAbstraction, OdIfc4x2::IfcProperty, OdIfc4x2::IfcPropertyBoundedValue, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertyDependencyRelationship, OdIfc4x2::IfcPropertyEnumeratedValue, OdIfc4x2::IfcPropertyEnumeration, OdIfc4x2::IfcPropertyListValue, OdIfc4x2::IfcPropertyReferenceValue, OdIfc4x2::IfcPropertySet, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetTemplate, OdIfc4x2::IfcPropertySingleValue, OdIfc4x2::IfcPropertyTableValue, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcProtectiveDevice, OdIfc4x2::IfcProtectiveDeviceTrippingUnit, OdIfc4x2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x2::IfcProtectiveDeviceType, OdIfc4x2::IfcProxy, OdIfc4x2::IfcPump, OdIfc4x2::IfcPumpType, OdIfc4x2::IfcQuantityArea, OdIfc4x2::IfcQuantityCount, OdIfc4x2::IfcQuantityLength, OdIfc4x2::IfcQuantityTime, OdIfc4x2::IfcQuantityVolume, OdIfc4x2::IfcQuantityWeight, OdIfc4x2::IfcRailing, OdIfc4x2::IfcRailingType, OdIfc4x2::IfcRamp, OdIfc4x2::IfcRampFlight, OdIfc4x2::IfcRampFlightType, OdIfc4x2::IfcRampType, OdIfc4x2::IfcRationalBSplineCurveWithKnots, OdIfc4x2::IfcRationalBSplineSurfaceWithKnots, OdIfc4x2::IfcRectangleHollowProfileDef, OdIfc4x2::IfcRectangleProfileDef, OdIfc4x2::IfcRectangularPyramid, OdIfc4x2::IfcRectangularTrimmedSurface, OdIfc4x2::IfcRecurrencePattern, OdIfc4x2::IfcReference, OdIfc4x2::IfcReferent, OdIfc4x2::IfcRegularTimeSeries, OdIfc4x2::IfcReinforcementBarProperties, OdIfc4x2::IfcReinforcementDefinitionProperties, OdIfc4x2::IfcReinforcingBar, OdIfc4x2::IfcReinforcingBarType, OdIfc4x2::IfcReinforcingElement, OdIfc4x2::IfcReinforcingMesh, OdIfc4x2::IfcReinforcingMeshType, OdIfc4x2::IfcRelAggregates, OdIfc4x2::IfcRelAssigns, OdIfc4x2::IfcRelAssignsToActor, OdIfc4x2::IfcRelAssignsToControl, OdIfc4x2::IfcRelAssignsToGroup, OdIfc4x2::IfcRelAssignsToGroupByFactor, OdIfc4x2::IfcRelAssignsToProcess, OdIfc4x2::IfcRelAssignsToProduct, OdIfc4x2::IfcRelAssignsToResource, OdIfc4x2::IfcRelAssociatesApproval, OdIfc4x2::IfcRelAssociates, OdIfc4x2::IfcRelAssociatesClassification, OdIfc4x2::IfcRelAssociatesConstraint, OdIfc4x2::IfcRelAssociatesDocument, OdIfc4x2::IfcRelAssociatesLibrary, OdIfc4x2::IfcRelAssociatesMaterial, OdIfc4x2::IfcRelConnectsElements, OdIfc4x2::IfcRelConnectsPathElements, OdIfc4x2::IfcRelConnectsPorts, OdIfc4x2::IfcRelConnectsPortToElement, OdIfc4x2::IfcRelConnectsStructuralActivity, OdIfc4x2::IfcRelConnectsStructuralMember, OdIfc4x2::IfcRelConnectsWithEccentricity, OdIfc4x2::IfcRelConnectsWithRealizingElements, OdIfc4x2::IfcRelContainedInSpatialStructure, OdIfc4x2::IfcRelCoversBldgElements, OdIfc4x2::IfcRelCoversSpaces, OdIfc4x2::IfcRelDeclares, OdIfc4x2::IfcRelDefinesByObject, OdIfc4x2::IfcRelDefinesByProperties, OdIfc4x2::IfcRelDefinesByTemplate, OdIfc4x2::IfcRelDefinesByType, OdIfc4x2::IfcRelFillsElement, OdIfc4x2::IfcRelFlowControlElements, OdIfc4x2::IfcRelInterferesElements, OdIfc4x2::IfcRelNests, OdIfc4x2::IfcRelPositions, OdIfc4x2::IfcRelProjectsElement, OdIfc4x2::IfcRelReferencedInSpatialStructure, OdIfc4x2::IfcRelSequence, OdIfc4x2::IfcRelServicesBuildings, OdIfc4x2::IfcRelSpaceBoundary1stLevel, OdIfc4x2::IfcRelSpaceBoundary2ndLevel, OdIfc4x2::IfcRelSpaceBoundary, OdIfc4x2::IfcRelVoidsElement, OdIfc4x2::IfcReparametrisedCompositeCurveSegment, OdIfc4x2::IfcRepresentation, OdIfc4x2::IfcRepresentationContext, OdIfc4x2::IfcRepresentationItem, OdIfc4x2::IfcRepresentationMap, OdIfc4x2::IfcResourceApprovalRelationship, OdIfc4x2::IfcResource, OdIfc4x2::IfcResourceConstraintRelationship, OdIfc4x2::IfcResourceLevelRelationship, OdIfc4x2::IfcResourceTime, OdIfc4x2::IfcRevolvedAreaSolid, OdIfc4x2::IfcRevolvedAreaSolidTapered, OdIfc4x2::IfcRightCircularCone, OdIfc4x2::IfcRightCircularCylinder, OdIfc4x2::IfcRoof, OdIfc4x2::IfcRoofType, OdIfc4x2::IfcRoot, OdIfc4x2::IfcRoundedRectangleProfileDef, OdIfc4x2::IfcSanitaryTerminal, OdIfc4x2::IfcSanitaryTerminalType, OdIfc4x2::IfcSchedulingTime, OdIfc4x2::IfcSectionedSolid, OdIfc4x2::IfcSectionedSolidHorizontal, OdIfc4x2::IfcSectionedSpine, OdIfc4x2::IfcSectionProperties, OdIfc4x2::IfcSectionReinforcementProperties, OdIfc4x2::IfcSensor, OdIfc4x2::IfcSensorType, OdIfc4x2::IfcShadingDevice, OdIfc4x2::IfcShadingDeviceType, OdIfc4x2::IfcShapeAspect, OdIfc4x2::IfcShapeModel, OdIfc4x2::IfcShellBasedSurfaceModel, OdIfc4x2::IfcSimplePropertyTemplate, OdIfc4x2::IfcSite, OdIfc4x2::IfcSIUnit, OdIfc4x2::IfcSlab, OdIfc4x2::IfcSlabType, OdIfc4x2::IfcSlippageConnectionCondition, OdIfc4x2::IfcSolarDevice, OdIfc4x2::IfcSolarDeviceType, OdIfc4x2::IfcSpace, OdIfc4x2::IfcSpaceHeater, OdIfc4x2::IfcSpaceHeaterType, OdIfc4x2::IfcSpaceType, OdIfc4x2::IfcSpatialElement, OdIfc4x2::IfcSpatialElementType, OdIfc4x2::IfcSpatialStructureElement, OdIfc4x2::IfcSpatialZone, OdIfc4x2::IfcSpatialZoneType, OdIfc4x2::IfcSphere, OdIfc4x2::IfcSphericalSurface, OdIfc4x2::IfcStackTerminal, OdIfc4x2::IfcStackTerminalType, OdIfc4x2::IfcStair, OdIfc4x2::IfcStairFlight, OdIfc4x2::IfcStairFlightType, OdIfc4x2::IfcStairType, OdIfc4x2::IfcStructuralAction, OdIfc4x2::IfcStructuralActivity, OdIfc4x2::IfcStructuralAnalysisModel, OdIfc4x2::IfcStructuralConnection, OdIfc4x2::IfcStructuralConnectionCondition, OdIfc4x2::IfcStructuralCurveAction, OdIfc4x2::IfcStructuralCurveConnection, OdIfc4x2::IfcStructuralCurveMember, OdIfc4x2::IfcStructuralCurveReaction, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralLoad, OdIfc4x2::IfcStructuralLoadCase, OdIfc4x2::IfcStructuralLoadConfiguration, OdIfc4x2::IfcStructuralLoadGroup, OdIfc4x2::IfcStructuralLoadLinearForce, OdIfc4x2::IfcStructuralLoadPlanarForce, OdIfc4x2::IfcStructuralLoadSingleDisplacement, OdIfc4x2::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x2::IfcStructuralLoadSingleForce, OdIfc4x2::IfcStructuralLoadSingleForceWarping, OdIfc4x2::IfcStructuralLoadTemperature, OdIfc4x2::IfcStructuralMember, OdIfc4x2::IfcStructuralPointConnection, OdIfc4x2::IfcStructuralResultGroup, OdIfc4x2::IfcStructuralSurfaceAction, OdIfc4x2::IfcStructuralSurfaceMember, OdIfc4x2::IfcStructuralSurfaceReaction, OdIfc4x2::IfcStyledItem, OdIfc4x2::IfcSubContractResource, OdIfc4x2::IfcSubContractResourceType, OdIfc4x2::IfcSubedge, OdIfc4x2::IfcSurfaceCurve, OdIfc4x2::IfcSurfaceCurveSweptAreaSolid, OdIfc4x2::IfcSurfaceFeature, OdIfc4x2::IfcSurfaceOfLinearExtrusion, OdIfc4x2::IfcSurfaceOfRevolution, OdIfc4x2::IfcSurfaceReinforcementArea, OdIfc4x2::IfcSurfaceStyle, OdIfc4x2::IfcSurfaceStyleLighting, OdIfc4x2::IfcSurfaceStyleRefraction, OdIfc4x2::IfcSurfaceStyleRendering, OdIfc4x2::IfcSurfaceStyleShading, OdIfc4x2::IfcSurfaceStyleWithTextures, OdIfc4x2::IfcSurfaceTexture, OdIfc4x2::IfcSweptAreaSolid, OdIfc4x2::IfcSweptDiskSolid, OdIfc4x2::IfcSweptDiskSolidPolygonal, OdIfc4x2::IfcSweptSurface, OdIfc4x2::IfcSwitchingDevice, OdIfc4x2::IfcSwitchingDeviceType, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystemFurnitureElement, OdIfc4x2::IfcSystemFurnitureElementType, OdIfc4x2::IfcTable, OdIfc4x2::IfcTableColumn, OdIfc4x2::IfcTableRow, OdIfc4x2::IfcTank, OdIfc4x2::IfcTankType, OdIfc4x2::IfcTask, OdIfc4x2::IfcTaskTime, OdIfc4x2::IfcTaskTimeRecurring, OdIfc4x2::IfcTaskType, OdIfc4x2::IfcTelecomAddress, OdIfc4x2::IfcTendonAnchor, OdIfc4x2::IfcTendonAnchorType, OdIfc4x2::IfcTendon, OdIfc4x2::IfcTendonConduit, OdIfc4x2::IfcTendonConduitType, OdIfc4x2::IfcTendonType, OdIfc4x2::IfcTessellatedFaceSet, OdIfc4x2::IfcTextLiteral, OdIfc4x2::IfcTextLiteralWithExtent, OdIfc4x2::IfcTextStyle, OdIfc4x2::IfcTextStyleFontModel, OdIfc4x2::IfcTextStyleForDefinedFont, OdIfc4x2::IfcTextStyleTextModel, OdIfc4x2::IfcTextureCoordinate, OdIfc4x2::IfcTextureCoordinateGenerator, OdIfc4x2::IfcTextureMap, OdIfc4x2::IfcTextureVertex, OdIfc4x2::IfcTextureVertexList, OdIfc4x2::IfcTimePeriod, OdIfc4x2::IfcTimeSeries, OdIfc4x2::IfcTimeSeriesValue, OdIfc4x2::IfcToroidalSurface, OdIfc4x2::IfcTransformer, OdIfc4x2::IfcTransformerType, OdIfc4x2::IfcTransitionCurveSegment2D, OdIfc4x2::IfcTransportElement, OdIfc4x2::IfcTransportElementType, OdIfc4x2::IfcTrapeziumProfileDef, OdIfc4x2::IfcTriangulatedFaceSet, OdIfc4x2::IfcTriangulatedIrregularNetwork, OdIfc4x2::IfcTrimmedCurve, OdIfc4x2::IfcTShapeProfileDef, OdIfc4x2::IfcTubeBundle, OdIfc4x2::IfcTubeBundleType, OdIfc4x2::IfcTypeObject, OdIfc4x2::IfcTypeProcess, OdIfc4x2::IfcTypeProduct, OdIfc4x2::IfcTypeResource, OdIfc4x2::IfcUnitaryControlElement, OdIfc4x2::IfcUnitaryControlElementType, OdIfc4x2::IfcUnitaryEquipment, OdIfc4x2::IfcUnitaryEquipmentType, OdIfc4x2::IfcUnitAssignment, OdIfc4x2::IfcUShapeProfileDef, OdIfc4x2::IfcValve, OdIfc4x2::IfcValveType, OdIfc4x2::IfcVector, OdIfc4x2::IfcVertexLoop, OdIfc4x2::IfcVertexPoint, OdIfc4x2::IfcVibrationDamper, OdIfc4x2::IfcVibrationDamperType, OdIfc4x2::IfcVibrationIsolator, OdIfc4x2::IfcVibrationIsolatorType, OdIfc4x2::IfcVirtualGridIntersection, OdIfc4x2::IfcVoidingFeature, OdIfc4x2::IfcWall, OdIfc4x2::IfcWallType, OdIfc4x2::IfcWasteTerminal, OdIfc4x2::IfcWasteTerminalType, OdIfc4x2::IfcWindow, OdIfc4x2::IfcWindowLiningProperties, OdIfc4x2::IfcWindowPanelProperties, OdIfc4x2::IfcWindowStyle, OdIfc4x2::IfcWindowType, OdIfc4x2::IfcWorkCalendar, OdIfc4x2::IfcWorkControl, OdIfc4x2::IfcWorkPlan, OdIfc4x2::IfcWorkSchedule, OdIfc4x2::IfcWorkTime, OdIfc4x2::IfcZone, OdIfc4x2::IfcZShapeProfileDef, OdIfc4x3_rc1::IfcActionRequest, OdIfc4x3_rc1::IfcActor, OdIfc4x3_rc1::IfcActorRole, OdIfc4x3_rc1::IfcActuator, OdIfc4x3_rc1::IfcActuatorType, OdIfc4x3_rc1::IfcAddress, OdIfc4x3_rc1::IfcAdvancedBrepWithVoids, OdIfc4x3_rc1::IfcAirTerminal, OdIfc4x3_rc1::IfcAirTerminalBox, OdIfc4x3_rc1::IfcAirTerminalBoxType, OdIfc4x3_rc1::IfcAirTerminalType, OdIfc4x3_rc1::IfcAirToAirHeatRecovery, OdIfc4x3_rc1::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc1::IfcAlarm, OdIfc4x3_rc1::IfcAlarmType, OdIfc4x3_rc1::IfcAlignment2DCant, OdIfc4x3_rc1::IfcAlignment2DCantSegment, OdIfc4x3_rc1::IfcAlignment2DCantSegTransition, OdIfc4x3_rc1::IfcAlignment2DHorizontal, OdIfc4x3_rc1::IfcAlignment2DHorizontalSegment, OdIfc4x3_rc1::IfcAlignment2DSegment, OdIfc4x3_rc1::IfcAlignment2DVerSegCircularArc, OdIfc4x3_rc1::IfcAlignment2DVerSegParabolicArc, OdIfc4x3_rc1::IfcAlignment2DVerSegTransition, OdIfc4x3_rc1::IfcAlignment2DVertical, OdIfc4x3_rc1::IfcAlignment2DVerticalSegment, OdIfc4x3_rc1::IfcAlignment, OdIfc4x3_rc1::IfcAlignmentCurve, OdIfc4x3_rc1::IfcAnnotation, OdIfc4x3_rc1::IfcAnnotationFillArea, OdIfc4x3_rc1::IfcApplication, OdIfc4x3_rc1::IfcAppliedValue, OdIfc4x3_rc1::IfcApproval, OdIfc4x3_rc1::IfcApprovalRelationship, OdIfc4x3_rc1::IfcArbitraryClosedProfileDef, OdIfc4x3_rc1::IfcArbitraryOpenProfileDef, OdIfc4x3_rc1::IfcArbitraryProfileDefWithVoids, OdIfc4x3_rc1::IfcAsset, OdIfc4x3_rc1::IfcAsymmetricIShapeProfileDef, OdIfc4x3_rc1::IfcAudioVisualAppliance, OdIfc4x3_rc1::IfcAudioVisualApplianceType, OdIfc4x3_rc1::IfcAxis1Placement, OdIfc4x3_rc1::IfcAxis2Placement2D, OdIfc4x3_rc1::IfcAxis2Placement3D, OdIfc4x3_rc1::IfcAxisLateralInclination, OdIfc4x3_rc1::IfcBeam, OdIfc4x3_rc1::IfcBeamType, OdIfc4x3_rc1::IfcBearing, OdIfc4x3_rc1::IfcBearingType, OdIfc4x3_rc1::IfcBlobTexture, OdIfc4x3_rc1::IfcBlock, OdIfc4x3_rc1::IfcBoiler, OdIfc4x3_rc1::IfcBoilerType, OdIfc4x3_rc1::IfcBooleanResult, OdIfc4x3_rc1::IfcBoundaryCondition, OdIfc4x3_rc1::IfcBoundaryEdgeCondition, OdIfc4x3_rc1::IfcBoundaryFaceCondition, OdIfc4x3_rc1::IfcBoundaryNodeCondition, OdIfc4x3_rc1::IfcBoundaryNodeConditionWarping, OdIfc4x3_rc1::IfcBoundedCurve, OdIfc4x3_rc1::IfcBoundingBox, OdIfc4x3_rc1::IfcBoxedHalfSpace, OdIfc4x3_rc1::IfcBridge, OdIfc4x3_rc1::IfcBSplineCurve, OdIfc4x3_rc1::IfcBSplineCurveWithKnots, OdIfc4x3_rc1::IfcBSplineSurface, OdIfc4x3_rc1::IfcBSplineSurfaceWithKnots, OdIfc4x3_rc1::IfcBuilding, OdIfc4x3_rc1::IfcBuildingElementPart, OdIfc4x3_rc1::IfcBuildingElementPartType, OdIfc4x3_rc1::IfcBuildingElementProxy, OdIfc4x3_rc1::IfcBuildingElementProxyType, OdIfc4x3_rc1::IfcBuildingStorey, OdIfc4x3_rc1::IfcBuildingSystem, OdIfc4x3_rc1::IfcBuiltSystem, OdIfc4x3_rc1::IfcBurner, OdIfc4x3_rc1::IfcBurnerType, OdIfc4x3_rc1::IfcCableCarrierFitting, OdIfc4x3_rc1::IfcCableCarrierFittingType, OdIfc4x3_rc1::IfcCableCarrierSegment, OdIfc4x3_rc1::IfcCableCarrierSegmentType, OdIfc4x3_rc1::IfcCableFitting, OdIfc4x3_rc1::IfcCableFittingType, OdIfc4x3_rc1::IfcCableSegment, OdIfc4x3_rc1::IfcCableSegmentType, OdIfc4x3_rc1::IfcCaissonFoundation, OdIfc4x3_rc1::IfcCaissonFoundationType, OdIfc4x3_rc1::IfcCartesianPoint, OdIfc4x3_rc1::IfcCartesianPointList2D, OdIfc4x3_rc1::IfcCartesianPointList3D, OdIfc4x3_rc1::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x3_rc1::IfcCartesianTransformationOperator3D, OdIfc4x3_rc1::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x3_rc1::IfcCartesianTransformationOperator, OdIfc4x3_rc1::IfcCenterLineProfileDef, OdIfc4x3_rc1::IfcChiller, OdIfc4x3_rc1::IfcChillerType, OdIfc4x3_rc1::IfcChimney, OdIfc4x3_rc1::IfcChimneyType, OdIfc4x3_rc1::IfcCircle, OdIfc4x3_rc1::IfcCircleHollowProfileDef, OdIfc4x3_rc1::IfcCircleProfileDef, OdIfc4x3_rc1::IfcCircularArcSegment2D, OdIfc4x3_rc1::IfcClassification, OdIfc4x3_rc1::IfcClassificationReference, OdIfc4x3_rc1::IfcCoil, OdIfc4x3_rc1::IfcCoilType, OdIfc4x3_rc1::IfcColourRgb, OdIfc4x3_rc1::IfcColourRgbList, OdIfc4x3_rc1::IfcColourSpecification, OdIfc4x3_rc1::IfcColumn, OdIfc4x3_rc1::IfcColumnType, OdIfc4x3_rc1::IfcCommunicationsAppliance, OdIfc4x3_rc1::IfcCommunicationsApplianceType, OdIfc4x3_rc1::IfcComplexProperty, OdIfc4x3_rc1::IfcComplexPropertyTemplate, OdIfc4x3_rc1::IfcCompositeCurve, OdIfc4x3_rc1::IfcCompositeCurveSegment, OdIfc4x3_rc1::IfcCompositeProfileDef, OdIfc4x3_rc1::IfcCompressor, OdIfc4x3_rc1::IfcCompressorType, OdIfc4x3_rc1::IfcCondenser, OdIfc4x3_rc1::IfcCondenserType, OdIfc4x3_rc1::IfcConic, OdIfc4x3_rc1::IfcConnectedFaceSet, OdIfc4x3_rc1::IfcConnectionCurveGeometry, OdIfc4x3_rc1::IfcConnectionPointEccentricity, OdIfc4x3_rc1::IfcConnectionPointGeometry, OdIfc4x3_rc1::IfcConnectionSurfaceGeometry, OdIfc4x3_rc1::IfcConnectionVolumeGeometry, OdIfc4x3_rc1::IfcConstraint, OdIfc4x3_rc1::IfcConstructionEquipmentResource, OdIfc4x3_rc1::IfcConstructionEquipmentResourceType, OdIfc4x3_rc1::IfcConstructionMaterialResource, OdIfc4x3_rc1::IfcConstructionMaterialResourceType, OdIfc4x3_rc1::IfcConstructionProductResource, OdIfc4x3_rc1::IfcConstructionProductResourceType, OdIfc4x3_rc1::IfcConstructionResource, OdIfc4x3_rc1::IfcConstructionResourceType, OdIfc4x3_rc1::IfcContext, OdIfc4x3_rc1::IfcContextDependentUnit, OdIfc4x3_rc1::IfcControl, OdIfc4x3_rc1::IfcController, OdIfc4x3_rc1::IfcControllerType, OdIfc4x3_rc1::IfcConversionBasedUnit, OdIfc4x3_rc1::IfcConversionBasedUnitWithOffset, OdIfc4x3_rc1::IfcConveyorSegment, OdIfc4x3_rc1::IfcConveyorSegmentType, OdIfc4x3_rc1::IfcCooledBeam, OdIfc4x3_rc1::IfcCooledBeamType, OdIfc4x3_rc1::IfcCoolingTower, OdIfc4x3_rc1::IfcCoolingTowerType, OdIfc4x3_rc1::IfcCoordinateOperation, OdIfc4x3_rc1::IfcCoordinateReferenceSystem, OdIfc4x3_rc1::IfcCostItem, OdIfc4x3_rc1::IfcCostSchedule, OdIfc4x3_rc1::IfcCourse, OdIfc4x3_rc1::IfcCourseType, OdIfc4x3_rc1::IfcCovering, OdIfc4x3_rc1::IfcCoveringType, OdIfc4x3_rc1::IfcCrewResource, OdIfc4x3_rc1::IfcCrewResourceType, OdIfc4x3_rc1::IfcCsgPrimitive3D, OdIfc4x3_rc1::IfcCsgSolid, OdIfc4x3_rc1::IfcCShapeProfileDef, OdIfc4x3_rc1::IfcCurrencyRelationship, OdIfc4x3_rc1::IfcCurtainWall, OdIfc4x3_rc1::IfcCurtainWallType, OdIfc4x3_rc1::IfcCurveBoundedPlane, OdIfc4x3_rc1::IfcCurveBoundedSurface, OdIfc4x3_rc1::IfcCurveSegment2D, OdIfc4x3_rc1::IfcCurveStyle, OdIfc4x3_rc1::IfcCurveStyleFontAndScaling, OdIfc4x3_rc1::IfcCurveStyleFont, OdIfc4x3_rc1::IfcCurveStyleFontPattern, OdIfc4x3_rc1::IfcCylindricalSurface, OdIfc4x3_rc1::IfcDamper, OdIfc4x3_rc1::IfcDamperType, OdIfc4x3_rc1::IfcDerivedProfileDef, OdIfc4x3_rc1::IfcDerivedUnit, OdIfc4x3_rc1::IfcDerivedUnitElement, OdIfc4x3_rc1::IfcDimensionalExponents, OdIfc4x3_rc1::IfcDirection, OdIfc4x3_rc1::IfcDirectrixCurveSweptAreaSolid, OdIfc4x3_rc1::IfcDirectrixDistanceSweptAreaSolid, OdIfc4x3_rc1::IfcDiscreteAccessory, OdIfc4x3_rc1::IfcDiscreteAccessoryType, OdIfc4x3_rc1::IfcDistanceExpression, OdIfc4x3_rc1::IfcDistributionBoard, OdIfc4x3_rc1::IfcDistributionBoardType, OdIfc4x3_rc1::IfcDistributionChamberElement, OdIfc4x3_rc1::IfcDistributionChamberElementType, OdIfc4x3_rc1::IfcDistributionControlElement, OdIfc4x3_rc1::IfcDistributionElement, OdIfc4x3_rc1::IfcDistributionFlowElement, OdIfc4x3_rc1::IfcDistributionPort, OdIfc4x3_rc1::IfcDistributionSystem, OdIfc4x3_rc1::IfcDocumentInformation, OdIfc4x3_rc1::IfcDocumentInformationRelationship, OdIfc4x3_rc1::IfcDocumentReference, OdIfc4x3_rc1::IfcDoor, OdIfc4x3_rc1::IfcDoorLiningProperties, OdIfc4x3_rc1::IfcDoorPanelProperties, OdIfc4x3_rc1::IfcDoorStyle, OdIfc4x3_rc1::IfcDoorType, OdIfc4x3_rc1::IfcDuctFitting, OdIfc4x3_rc1::IfcDuctFittingType, OdIfc4x3_rc1::IfcDuctSegment, OdIfc4x3_rc1::IfcDuctSegmentType, OdIfc4x3_rc1::IfcDuctSilencer, OdIfc4x3_rc1::IfcDuctSilencerType, OdIfc4x3_rc1::IfcEarthworksCut, OdIfc4x3_rc1::IfcEarthworksFill, OdIfc4x3_rc1::IfcEdge, OdIfc4x3_rc1::IfcEdgeCurve, OdIfc4x3_rc1::IfcEdgeLoop, OdIfc4x3_rc1::IfcElectricAppliance, OdIfc4x3_rc1::IfcElectricApplianceType, OdIfc4x3_rc1::IfcElectricDistributionBoard, OdIfc4x3_rc1::IfcElectricDistributionBoardType, OdIfc4x3_rc1::IfcElectricFlowStorageDevice, OdIfc4x3_rc1::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc1::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc1::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc1::IfcElectricGenerator, OdIfc4x3_rc1::IfcElectricGeneratorType, OdIfc4x3_rc1::IfcElectricMotor, OdIfc4x3_rc1::IfcElectricMotorType, OdIfc4x3_rc1::IfcElectricTimeControl, OdIfc4x3_rc1::IfcElectricTimeControlType, OdIfc4x3_rc1::IfcElementarySurface, OdIfc4x3_rc1::IfcElementAssembly, OdIfc4x3_rc1::IfcElementAssemblyType, OdIfc4x3_rc1::IfcElement, OdIfc4x3_rc1::IfcElementQuantity, OdIfc4x3_rc1::IfcElementType, OdIfc4x3_rc1::IfcEllipse, OdIfc4x3_rc1::IfcEllipseProfileDef, OdIfc4x3_rc1::IfcEngine, OdIfc4x3_rc1::IfcEngineType, OdIfc4x3_rc1::IfcEvaporativeCooler, OdIfc4x3_rc1::IfcEvaporativeCoolerType, OdIfc4x3_rc1::IfcEvaporator, OdIfc4x3_rc1::IfcEvaporatorType, OdIfc4x3_rc1::IfcEvent, OdIfc4x3_rc1::IfcEventTime, OdIfc4x3_rc1::IfcEventType, OdIfc4x3_rc1::IfcExtendedProperties, OdIfc4x3_rc1::IfcExternalReference, OdIfc4x3_rc1::IfcExternalReferenceRelationship, OdIfc4x3_rc1::IfcExternalSpatialElement, OdIfc4x3_rc1::IfcExtrudedAreaSolid, OdIfc4x3_rc1::IfcExtrudedAreaSolidTapered, OdIfc4x3_rc1::IfcFace, OdIfc4x3_rc1::IfcFaceBasedSurfaceModel, OdIfc4x3_rc1::IfcFaceBound, OdIfc4x3_rc1::IfcFaceSurface, OdIfc4x3_rc1::IfcFacetedBrepWithVoids, OdIfc4x3_rc1::IfcFacilityPart, OdIfc4x3_rc1::IfcFailureConnectionCondition, OdIfc4x3_rc1::IfcFan, OdIfc4x3_rc1::IfcFanType, OdIfc4x3_rc1::IfcFastener, OdIfc4x3_rc1::IfcFastenerType, OdIfc4x3_rc1::IfcFeatureElementAddition, OdIfc4x3_rc1::IfcFeatureElementSubtraction, OdIfc4x3_rc1::IfcFillAreaStyle, OdIfc4x3_rc1::IfcFillAreaStyleHatching, OdIfc4x3_rc1::IfcFillAreaStyleTiles, OdIfc4x3_rc1::IfcFilter, OdIfc4x3_rc1::IfcFilterType, OdIfc4x3_rc1::IfcFireSuppressionTerminal, OdIfc4x3_rc1::IfcFireSuppressionTerminalType, OdIfc4x3_rc1::IfcFixedReferenceSweptAreaSolid, OdIfc4x3_rc1::IfcFlowInstrument, OdIfc4x3_rc1::IfcFlowInstrumentType, OdIfc4x3_rc1::IfcFlowMeter, OdIfc4x3_rc1::IfcFlowMeterType, OdIfc4x3_rc1::IfcFooting, OdIfc4x3_rc1::IfcFootingType, OdIfc4x3_rc1::IfcFurniture, OdIfc4x3_rc1::IfcFurnitureType, OdIfc4x3_rc1::IfcGeographicElement, OdIfc4x3_rc1::IfcGeographicElementType, OdIfc4x3_rc1::IfcGeometricRepresentationContext, OdIfc4x3_rc1::IfcGeometricRepresentationSubContext, OdIfc4x3_rc1::IfcGeometricSet, OdIfc4x3_rc1::IfcGrid, OdIfc4x3_rc1::IfcGridAxis, OdIfc4x3_rc1::IfcGridPlacement, OdIfc4x3_rc1::IfcGroup, OdIfc4x3_rc1::IfcHalfSpaceSolid, OdIfc4x3_rc1::IfcHeatExchanger, OdIfc4x3_rc1::IfcHeatExchangerType, OdIfc4x3_rc1::IfcHumidifier, OdIfc4x3_rc1::IfcHumidifierType, OdIfc4x3_rc1::IfcImageTexture, OdIfc4x3_rc1::IfcImpactProtectionDevice, OdIfc4x3_rc1::IfcImpactProtectionDeviceType, OdIfc4x3_rc1::IfcInclinedReferenceSweptAreaSolid, OdIfc4x3_rc1::IfcIndexedColourMap, OdIfc4x3_rc1::IfcIndexedPolyCurve, OdIfc4x3_rc1::IfcIndexedPolygonalFace, OdIfc4x3_rc1::IfcIndexedPolygonalFaceWithVoids, OdIfc4x3_rc1::IfcIndexedTextureMap, OdIfc4x3_rc1::IfcIndexedTriangleTextureMap, OdIfc4x3_rc1::IfcInterceptor, OdIfc4x3_rc1::IfcInterceptorType, OdIfc4x3_rc1::IfcInventory, OdIfc4x3_rc1::IfcIrregularTimeSeries, OdIfc4x3_rc1::IfcIrregularTimeSeriesValue, OdIfc4x3_rc1::IfcIShapeProfileDef, OdIfc4x3_rc1::IfcJunctionBox, OdIfc4x3_rc1::IfcJunctionBoxType, OdIfc4x3_rc1::IfcKerb, OdIfc4x3_rc1::IfcKerbType, OdIfc4x3_rc1::IfcLaborResource, OdIfc4x3_rc1::IfcLaborResourceType, OdIfc4x3_rc1::IfcLagTime, OdIfc4x3_rc1::IfcLamp, OdIfc4x3_rc1::IfcLampType, OdIfc4x3_rc1::IfcLibraryInformation, OdIfc4x3_rc1::IfcLibraryReference, OdIfc4x3_rc1::IfcLightDistributionData, OdIfc4x3_rc1::IfcLightFixture, OdIfc4x3_rc1::IfcLightFixtureType, OdIfc4x3_rc1::IfcLightIntensityDistribution, OdIfc4x3_rc1::IfcLightSource, OdIfc4x3_rc1::IfcLightSourceDirectional, OdIfc4x3_rc1::IfcLightSourceGoniometric, OdIfc4x3_rc1::IfcLightSourcePositional, OdIfc4x3_rc1::IfcLightSourceSpot, OdIfc4x3_rc1::IfcLinearAxisWithInclination, OdIfc4x3_rc1::IfcLinearPlacement, OdIfc4x3_rc1::IfcLinearPlacementWithInclination, OdIfc4x3_rc1::IfcLinearPositioningElement, OdIfc4x3_rc1::IfcLinearSpanPlacement, OdIfc4x3_rc1::IfcLine, OdIfc4x3_rc1::IfcLiquidTerminal, OdIfc4x3_rc1::IfcLiquidTerminalType, OdIfc4x3_rc1::IfcLocalPlacement, OdIfc4x3_rc1::IfcLShapeProfileDef, OdIfc4x3_rc1::IfcManifoldSolidBrep, OdIfc4x3_rc1::IfcMapConversion, OdIfc4x3_rc1::IfcMappedItem, OdIfc4x3_rc1::IfcMarineFacility, OdIfc4x3_rc1::IfcMaterial, OdIfc4x3_rc1::IfcMaterialClassificationRelationship, OdIfc4x3_rc1::IfcMaterialConstituent, OdIfc4x3_rc1::IfcMaterialConstituentSet, OdIfc4x3_rc1::IfcMaterialDefinition, OdIfc4x3_rc1::IfcMaterialDefinitionRepresentation, OdIfc4x3_rc1::IfcMaterialLayer, OdIfc4x3_rc1::IfcMaterialLayerSet, OdIfc4x3_rc1::IfcMaterialLayerSetUsage, OdIfc4x3_rc1::IfcMaterialLayerWithOffsets, OdIfc4x3_rc1::IfcMaterialList, OdIfc4x3_rc1::IfcMaterialProfile, OdIfc4x3_rc1::IfcMaterialProfileSet, OdIfc4x3_rc1::IfcMaterialProfileSetUsage, OdIfc4x3_rc1::IfcMaterialProfileSetUsageTapering, OdIfc4x3_rc1::IfcMaterialProfileWithOffsets, OdIfc4x3_rc1::IfcMaterialProperties, OdIfc4x3_rc1::IfcMaterialRelationship, OdIfc4x3_rc1::IfcMaterialUsageDefinition, OdIfc4x3_rc1::IfcMeasureWithUnit, OdIfc4x3_rc1::IfcMechanicalFastener, OdIfc4x3_rc1::IfcMechanicalFastenerType, OdIfc4x3_rc1::IfcMedicalDevice, OdIfc4x3_rc1::IfcMedicalDeviceType, OdIfc4x3_rc1::IfcMember, OdIfc4x3_rc1::IfcMemberType, OdIfc4x3_rc1::IfcMetric, OdIfc4x3_rc1::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc1::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc1::IfcMonetaryUnit, OdIfc4x3_rc1::IfcMooringDevice, OdIfc4x3_rc1::IfcMooringDeviceType, OdIfc4x3_rc1::IfcMotorConnection, OdIfc4x3_rc1::IfcMotorConnectionType, OdIfc4x3_rc1::IfcNamedUnit, OdIfc4x3_rc1::IfcNavigationElement, OdIfc4x3_rc1::IfcNavigationElementType, OdIfc4x3_rc1::IfcObject, OdIfc4x3_rc1::IfcObjectDefinition, OdIfc4x3_rc1::IfcObjective, OdIfc4x3_rc1::IfcObjectPlacement, OdIfc4x3_rc1::IfcOccupant, OdIfc4x3_rc1::IfcOffsetCurve2D, OdIfc4x3_rc1::IfcOffsetCurve3D, OdIfc4x3_rc1::IfcOffsetCurve, OdIfc4x3_rc1::IfcOffsetCurveByDistances, OdIfc4x3_rc1::IfcOpenCrossProfileDef, OdIfc4x3_rc1::IfcOpeningElement, OdIfc4x3_rc1::IfcOrganization, OdIfc4x3_rc1::IfcOrganizationRelationship, OdIfc4x3_rc1::IfcOrientationExpression, OdIfc4x3_rc1::IfcOrientedEdge, OdIfc4x3_rc1::IfcOutlet, OdIfc4x3_rc1::IfcOutletType, OdIfc4x3_rc1::IfcOwnerHistory, OdIfc4x3_rc1::IfcParameterizedProfileDef, OdIfc4x3_rc1::IfcPath, OdIfc4x3_rc1::IfcPavement, OdIfc4x3_rc1::IfcPavementType, OdIfc4x3_rc1::IfcPcurve, OdIfc4x3_rc1::IfcPerformanceHistory, OdIfc4x3_rc1::IfcPermeableCoveringProperties, OdIfc4x3_rc1::IfcPermit, OdIfc4x3_rc1::IfcPersonAndOrganization, OdIfc4x3_rc1::IfcPerson, OdIfc4x3_rc1::IfcPhysicalComplexQuantity, OdIfc4x3_rc1::IfcPhysicalQuantity, OdIfc4x3_rc1::IfcPhysicalSimpleQuantity, OdIfc4x3_rc1::IfcPile, OdIfc4x3_rc1::IfcPileType, OdIfc4x3_rc1::IfcPipeFitting, OdIfc4x3_rc1::IfcPipeFittingType, OdIfc4x3_rc1::IfcPipeSegment, OdIfc4x3_rc1::IfcPipeSegmentType, OdIfc4x3_rc1::IfcPixelTexture, OdIfc4x3_rc1::IfcPlacement, OdIfc4x3_rc1::IfcPlanarBox, OdIfc4x3_rc1::IfcPlanarExtent, OdIfc4x3_rc1::IfcPlate, OdIfc4x3_rc1::IfcPlateType, OdIfc4x3_rc1::IfcPointOnCurve, OdIfc4x3_rc1::IfcPointOnSurface, OdIfc4x3_rc1::IfcPolygonalBoundedHalfSpace, OdIfc4x3_rc1::IfcPolygonalFaceSet, OdIfc4x3_rc1::IfcPolyline, OdIfc4x3_rc1::IfcPolyLoop, OdIfc4x3_rc1::IfcPort, OdIfc4x3_rc1::IfcPositioningElement, OdIfc4x3_rc1::IfcPostalAddress, OdIfc4x3_rc1::IfcPreDefinedItem, OdIfc4x3_rc1::IfcPresentationLayerAssignment, OdIfc4x3_rc1::IfcPresentationLayerWithStyle, OdIfc4x3_rc1::IfcPresentationStyleAssignment, OdIfc4x3_rc1::IfcPresentationStyle, OdIfc4x3_rc1::IfcProcedure, OdIfc4x3_rc1::IfcProcedureType, OdIfc4x3_rc1::IfcProcess, OdIfc4x3_rc1::IfcProduct, OdIfc4x3_rc1::IfcProductDefinitionShape, OdIfc4x3_rc1::IfcProductRepresentation, OdIfc4x3_rc1::IfcProfileDef, OdIfc4x3_rc1::IfcProfileProperties, OdIfc4x3_rc1::IfcProjectedCRS, OdIfc4x3_rc1::IfcProjectionElement, OdIfc4x3_rc1::IfcProjectOrder, OdIfc4x3_rc1::IfcPropertyAbstraction, OdIfc4x3_rc1::IfcProperty, OdIfc4x3_rc1::IfcPropertyBoundedValue, OdIfc4x3_rc1::IfcPropertyDefinition, OdIfc4x3_rc1::IfcPropertyDependencyRelationship, OdIfc4x3_rc1::IfcPropertyEnumeratedValue, OdIfc4x3_rc1::IfcPropertyEnumeration, OdIfc4x3_rc1::IfcPropertyListValue, OdIfc4x3_rc1::IfcPropertyReferenceValue, OdIfc4x3_rc1::IfcPropertySet, OdIfc4x3_rc1::IfcPropertySetDefinition, OdIfc4x3_rc1::IfcPropertySetTemplate, OdIfc4x3_rc1::IfcPropertySingleValue, OdIfc4x3_rc1::IfcPropertyTableValue, OdIfc4x3_rc1::IfcPropertyTemplate, OdIfc4x3_rc1::IfcProtectiveDevice, OdIfc4x3_rc1::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc1::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc1::IfcProtectiveDeviceType, OdIfc4x3_rc1::IfcProxy, OdIfc4x3_rc1::IfcPump, OdIfc4x3_rc1::IfcPumpType, OdIfc4x3_rc1::IfcQuantityArea, OdIfc4x3_rc1::IfcQuantityCount, OdIfc4x3_rc1::IfcQuantityLength, OdIfc4x3_rc1::IfcQuantityTime, OdIfc4x3_rc1::IfcQuantityVolume, OdIfc4x3_rc1::IfcQuantityWeight, OdIfc4x3_rc1::IfcRail, OdIfc4x3_rc1::IfcRailing, OdIfc4x3_rc1::IfcRailingType, OdIfc4x3_rc1::IfcRailType, OdIfc4x3_rc1::IfcRamp, OdIfc4x3_rc1::IfcRampFlight, OdIfc4x3_rc1::IfcRampFlightType, OdIfc4x3_rc1::IfcRampType, OdIfc4x3_rc1::IfcRationalBSplineCurveWithKnots, OdIfc4x3_rc1::IfcRationalBSplineSurfaceWithKnots, OdIfc4x3_rc1::IfcRectangleHollowProfileDef, OdIfc4x3_rc1::IfcRectangleProfileDef, OdIfc4x3_rc1::IfcRectangularPyramid, OdIfc4x3_rc1::IfcRectangularTrimmedSurface, OdIfc4x3_rc1::IfcRecurrencePattern, OdIfc4x3_rc1::IfcReference, OdIfc4x3_rc1::IfcReferent, OdIfc4x3_rc1::IfcRegularTimeSeries, OdIfc4x3_rc1::IfcReinforcedSoil, OdIfc4x3_rc1::IfcReinforcementBarProperties, OdIfc4x3_rc1::IfcReinforcementDefinitionProperties, OdIfc4x3_rc1::IfcReinforcingBar, OdIfc4x3_rc1::IfcReinforcingBarType, OdIfc4x3_rc1::IfcReinforcingElement, OdIfc4x3_rc1::IfcReinforcingMesh, OdIfc4x3_rc1::IfcReinforcingMeshType, OdIfc4x3_rc1::IfcRelAggregates, OdIfc4x3_rc1::IfcRelAssigns, OdIfc4x3_rc1::IfcRelAssignsToActor, OdIfc4x3_rc1::IfcRelAssignsToControl, OdIfc4x3_rc1::IfcRelAssignsToGroup, OdIfc4x3_rc1::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc1::IfcRelAssignsToProcess, OdIfc4x3_rc1::IfcRelAssignsToProduct, OdIfc4x3_rc1::IfcRelAssignsToResource, OdIfc4x3_rc1::IfcRelAssociatesApproval, OdIfc4x3_rc1::IfcRelAssociates, OdIfc4x3_rc1::IfcRelAssociatesClassification, OdIfc4x3_rc1::IfcRelAssociatesConstraint, OdIfc4x3_rc1::IfcRelAssociatesDocument, OdIfc4x3_rc1::IfcRelAssociatesLibrary, OdIfc4x3_rc1::IfcRelAssociatesMaterial, OdIfc4x3_rc1::IfcRelAssociatesProfileDef, OdIfc4x3_rc1::IfcRelConnectsElements, OdIfc4x3_rc1::IfcRelConnectsPathElements, OdIfc4x3_rc1::IfcRelConnectsPorts, OdIfc4x3_rc1::IfcRelConnectsPortToElement, OdIfc4x3_rc1::IfcRelConnectsStructuralActivity, OdIfc4x3_rc1::IfcRelConnectsStructuralMember, OdIfc4x3_rc1::IfcRelConnectsWithEccentricity, OdIfc4x3_rc1::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc1::IfcRelContainedInSpatialStructure, OdIfc4x3_rc1::IfcRelCoversBldgElements, OdIfc4x3_rc1::IfcRelCoversSpaces, OdIfc4x3_rc1::IfcRelDeclares, OdIfc4x3_rc1::IfcRelDefinesByObject, OdIfc4x3_rc1::IfcRelDefinesByProperties, OdIfc4x3_rc1::IfcRelDefinesByTemplate, OdIfc4x3_rc1::IfcRelDefinesByType, OdIfc4x3_rc1::IfcRelFillsElement, OdIfc4x3_rc1::IfcRelFlowControlElements, OdIfc4x3_rc1::IfcRelInterferesElements, OdIfc4x3_rc1::IfcRelNests, OdIfc4x3_rc1::IfcRelPositions, OdIfc4x3_rc1::IfcRelProjectsElement, OdIfc4x3_rc1::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc1::IfcRelSequence, OdIfc4x3_rc1::IfcRelServicesBuildings, OdIfc4x3_rc1::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc1::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc1::IfcRelSpaceBoundary, OdIfc4x3_rc1::IfcRelVoidsElement, OdIfc4x3_rc1::IfcReparametrisedCompositeCurveSegment, OdIfc4x3_rc1::IfcRepresentation, OdIfc4x3_rc1::IfcRepresentationContext, OdIfc4x3_rc1::IfcRepresentationItem, OdIfc4x3_rc1::IfcRepresentationMap, OdIfc4x3_rc1::IfcResourceApprovalRelationship, OdIfc4x3_rc1::IfcResource, OdIfc4x3_rc1::IfcResourceConstraintRelationship, OdIfc4x3_rc1::IfcResourceLevelRelationship, OdIfc4x3_rc1::IfcResourceTime, OdIfc4x3_rc1::IfcRevolvedAreaSolid, OdIfc4x3_rc1::IfcRevolvedAreaSolidTapered, OdIfc4x3_rc1::IfcRightCircularCone, OdIfc4x3_rc1::IfcRightCircularCylinder, OdIfc4x3_rc1::IfcRoof, OdIfc4x3_rc1::IfcRoofType, OdIfc4x3_rc1::IfcRoot, OdIfc4x3_rc1::IfcRoundedRectangleProfileDef, OdIfc4x3_rc1::IfcSanitaryTerminal, OdIfc4x3_rc1::IfcSanitaryTerminalType, OdIfc4x3_rc1::IfcSchedulingTime, OdIfc4x3_rc1::IfcSectionedSolid, OdIfc4x3_rc1::IfcSectionedSolidHorizontal, OdIfc4x3_rc1::IfcSectionedSpine, OdIfc4x3_rc1::IfcSectionedSurface, OdIfc4x3_rc1::IfcSectionProperties, OdIfc4x3_rc1::IfcSectionReinforcementProperties, OdIfc4x3_rc1::IfcSensor, OdIfc4x3_rc1::IfcSensorType, OdIfc4x3_rc1::IfcShadingDevice, OdIfc4x3_rc1::IfcShadingDeviceType, OdIfc4x3_rc1::IfcShapeAspect, OdIfc4x3_rc1::IfcShapeModel, OdIfc4x3_rc1::IfcShellBasedSurfaceModel, OdIfc4x3_rc1::IfcSignal, OdIfc4x3_rc1::IfcSignalType, OdIfc4x3_rc1::IfcSign, OdIfc4x3_rc1::IfcSignType, OdIfc4x3_rc1::IfcSimplePropertyTemplate, OdIfc4x3_rc1::IfcSite, OdIfc4x3_rc1::IfcSIUnit, OdIfc4x3_rc1::IfcSlab, OdIfc4x3_rc1::IfcSlabType, OdIfc4x3_rc1::IfcSlippageConnectionCondition, OdIfc4x3_rc1::IfcSolarDevice, OdIfc4x3_rc1::IfcSolarDeviceType, OdIfc4x3_rc1::IfcSpace, OdIfc4x3_rc1::IfcSpaceHeater, OdIfc4x3_rc1::IfcSpaceHeaterType, OdIfc4x3_rc1::IfcSpaceType, OdIfc4x3_rc1::IfcSpatialElement, OdIfc4x3_rc1::IfcSpatialElementType, OdIfc4x3_rc1::IfcSpatialStructureElement, OdIfc4x3_rc1::IfcSpatialZone, OdIfc4x3_rc1::IfcSpatialZoneType, OdIfc4x3_rc1::IfcSphere, OdIfc4x3_rc1::IfcSphericalSurface, OdIfc4x3_rc1::IfcStackTerminal, OdIfc4x3_rc1::IfcStackTerminalType, OdIfc4x3_rc1::IfcStair, OdIfc4x3_rc1::IfcStairFlight, OdIfc4x3_rc1::IfcStairFlightType, OdIfc4x3_rc1::IfcStairType, OdIfc4x3_rc1::IfcStructuralAction, OdIfc4x3_rc1::IfcStructuralActivity, OdIfc4x3_rc1::IfcStructuralAnalysisModel, OdIfc4x3_rc1::IfcStructuralConnection, OdIfc4x3_rc1::IfcStructuralConnectionCondition, OdIfc4x3_rc1::IfcStructuralCurveAction, OdIfc4x3_rc1::IfcStructuralCurveConnection, OdIfc4x3_rc1::IfcStructuralCurveMember, OdIfc4x3_rc1::IfcStructuralCurveReaction, OdIfc4x3_rc1::IfcStructuralItem, OdIfc4x3_rc1::IfcStructuralLoad, OdIfc4x3_rc1::IfcStructuralLoadCase, OdIfc4x3_rc1::IfcStructuralLoadConfiguration, OdIfc4x3_rc1::IfcStructuralLoadGroup, OdIfc4x3_rc1::IfcStructuralLoadLinearForce, OdIfc4x3_rc1::IfcStructuralLoadPlanarForce, OdIfc4x3_rc1::IfcStructuralLoadSingleDisplacement, OdIfc4x3_rc1::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x3_rc1::IfcStructuralLoadSingleForce, OdIfc4x3_rc1::IfcStructuralLoadSingleForceWarping, OdIfc4x3_rc1::IfcStructuralLoadTemperature, OdIfc4x3_rc1::IfcStructuralMember, OdIfc4x3_rc1::IfcStructuralPointConnection, OdIfc4x3_rc1::IfcStructuralResultGroup, OdIfc4x3_rc1::IfcStructuralSurfaceAction, OdIfc4x3_rc1::IfcStructuralSurfaceMember, OdIfc4x3_rc1::IfcStructuralSurfaceReaction, OdIfc4x3_rc1::IfcStyledItem, OdIfc4x3_rc1::IfcSubContractResource, OdIfc4x3_rc1::IfcSubContractResourceType, OdIfc4x3_rc1::IfcSubedge, OdIfc4x3_rc1::IfcSurfaceCurve, OdIfc4x3_rc1::IfcSurfaceCurveSweptAreaSolid, OdIfc4x3_rc1::IfcSurfaceFeature, OdIfc4x3_rc1::IfcSurfaceOfLinearExtrusion, OdIfc4x3_rc1::IfcSurfaceOfRevolution, OdIfc4x3_rc1::IfcSurfaceReinforcementArea, OdIfc4x3_rc1::IfcSurfaceStyle, OdIfc4x3_rc1::IfcSurfaceStyleLighting, OdIfc4x3_rc1::IfcSurfaceStyleRefraction, OdIfc4x3_rc1::IfcSurfaceStyleRendering, OdIfc4x3_rc1::IfcSurfaceStyleShading, OdIfc4x3_rc1::IfcSurfaceStyleWithTextures, OdIfc4x3_rc1::IfcSurfaceTexture, OdIfc4x3_rc1::IfcSweptAreaSolid, OdIfc4x3_rc1::IfcSweptDiskSolid, OdIfc4x3_rc1::IfcSweptDiskSolidPolygonal, OdIfc4x3_rc1::IfcSweptSurface, OdIfc4x3_rc1::IfcSwitchingDevice, OdIfc4x3_rc1::IfcSwitchingDeviceType, OdIfc4x3_rc1::IfcSystem, OdIfc4x3_rc1::IfcSystemFurnitureElement, OdIfc4x3_rc1::IfcSystemFurnitureElementType, OdIfc4x3_rc1::IfcTable, OdIfc4x3_rc1::IfcTableColumn, OdIfc4x3_rc1::IfcTableRow, OdIfc4x3_rc1::IfcTank, OdIfc4x3_rc1::IfcTankType, OdIfc4x3_rc1::IfcTask, OdIfc4x3_rc1::IfcTaskTime, OdIfc4x3_rc1::IfcTaskTimeRecurring, OdIfc4x3_rc1::IfcTaskType, OdIfc4x3_rc1::IfcTelecomAddress, OdIfc4x3_rc1::IfcTendonAnchor, OdIfc4x3_rc1::IfcTendonAnchorType, OdIfc4x3_rc1::IfcTendon, OdIfc4x3_rc1::IfcTendonConduit, OdIfc4x3_rc1::IfcTendonConduitType, OdIfc4x3_rc1::IfcTendonType, OdIfc4x3_rc1::IfcTessellatedFaceSet, OdIfc4x3_rc1::IfcTextLiteral, OdIfc4x3_rc1::IfcTextLiteralWithExtent, OdIfc4x3_rc1::IfcTextStyle, OdIfc4x3_rc1::IfcTextStyleFontModel, OdIfc4x3_rc1::IfcTextStyleForDefinedFont, OdIfc4x3_rc1::IfcTextStyleTextModel, OdIfc4x3_rc1::IfcTextureCoordinate, OdIfc4x3_rc1::IfcTextureCoordinateGenerator, OdIfc4x3_rc1::IfcTextureMap, OdIfc4x3_rc1::IfcTextureVertex, OdIfc4x3_rc1::IfcTextureVertexList, OdIfc4x3_rc1::IfcTimePeriod, OdIfc4x3_rc1::IfcTimeSeries, OdIfc4x3_rc1::IfcTimeSeriesValue, OdIfc4x3_rc1::IfcToroidalSurface, OdIfc4x3_rc1::IfcTrackElement, OdIfc4x3_rc1::IfcTrackElementType, OdIfc4x3_rc1::IfcTransformer, OdIfc4x3_rc1::IfcTransformerType, OdIfc4x3_rc1::IfcTransitionCurveSegment2D, OdIfc4x3_rc1::IfcTransportElement, OdIfc4x3_rc1::IfcTransportElementType, OdIfc4x3_rc1::IfcTrapeziumProfileDef, OdIfc4x3_rc1::IfcTriangulatedFaceSet, OdIfc4x3_rc1::IfcTriangulatedIrregularNetwork, OdIfc4x3_rc1::IfcTrimmedCurve, OdIfc4x3_rc1::IfcTShapeProfileDef, OdIfc4x3_rc1::IfcTubeBundle, OdIfc4x3_rc1::IfcTubeBundleType, OdIfc4x3_rc1::IfcTypeObject, OdIfc4x3_rc1::IfcTypeProcess, OdIfc4x3_rc1::IfcTypeProduct, OdIfc4x3_rc1::IfcTypeResource, OdIfc4x3_rc1::IfcUnitaryControlElement, OdIfc4x3_rc1::IfcUnitaryControlElementType, OdIfc4x3_rc1::IfcUnitaryEquipment, OdIfc4x3_rc1::IfcUnitaryEquipmentType, OdIfc4x3_rc1::IfcUnitAssignment, OdIfc4x3_rc1::IfcUShapeProfileDef, OdIfc4x3_rc1::IfcValve, OdIfc4x3_rc1::IfcValveType, OdIfc4x3_rc1::IfcVector, OdIfc4x3_rc1::IfcVertexLoop, OdIfc4x3_rc1::IfcVertexPoint, OdIfc4x3_rc1::IfcVibrationDamper, OdIfc4x3_rc1::IfcVibrationDamperType, OdIfc4x3_rc1::IfcVibrationIsolator, OdIfc4x3_rc1::IfcVibrationIsolatorType, OdIfc4x3_rc1::IfcVirtualGridIntersection, OdIfc4x3_rc1::IfcVoidingFeature, OdIfc4x3_rc1::IfcWall, OdIfc4x3_rc1::IfcWallType, OdIfc4x3_rc1::IfcWasteTerminal, OdIfc4x3_rc1::IfcWasteTerminalType, OdIfc4x3_rc1::IfcWindow, OdIfc4x3_rc1::IfcWindowLiningProperties, OdIfc4x3_rc1::IfcWindowPanelProperties, OdIfc4x3_rc1::IfcWindowStyle, OdIfc4x3_rc1::IfcWindowType, OdIfc4x3_rc1::IfcWorkCalendar, OdIfc4x3_rc1::IfcWorkControl, OdIfc4x3_rc1::IfcWorkPlan, OdIfc4x3_rc1::IfcWorkSchedule, OdIfc4x3_rc1::IfcWorkTime, OdIfc4x3_rc1::IfcZone, OdIfc4x3_rc1::IfcZShapeProfileDef, OdIfc4x3_rc4::IfcActionRequest, OdIfc4x3_rc4::IfcActor, OdIfc4x3_rc4::IfcActorRole, OdIfc4x3_rc4::IfcActuator, OdIfc4x3_rc4::IfcActuatorType, OdIfc4x3_rc4::IfcAddress, OdIfc4x3_rc4::IfcAdvancedBrepWithVoids, OdIfc4x3_rc4::IfcAirTerminal, OdIfc4x3_rc4::IfcAirTerminalBox, OdIfc4x3_rc4::IfcAirTerminalBoxType, OdIfc4x3_rc4::IfcAirTerminalType, OdIfc4x3_rc4::IfcAirToAirHeatRecovery, OdIfc4x3_rc4::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc4::IfcAlarm, OdIfc4x3_rc4::IfcAlarmType, OdIfc4x3_rc4::IfcAlignment, OdIfc4x3_rc4::IfcAlignmentCant, OdIfc4x3_rc4::IfcAlignmentCantSegment, OdIfc4x3_rc4::IfcAlignmentHorizontalSegment, OdIfc4x3_rc4::IfcAlignmentParameterSegment, OdIfc4x3_rc4::IfcAlignmentSegment, OdIfc4x3_rc4::IfcAlignmentVerticalSegment, OdIfc4x3_rc4::IfcAnnotation, OdIfc4x3_rc4::IfcAnnotationFillArea, OdIfc4x3_rc4::IfcApplication, OdIfc4x3_rc4::IfcAppliedValue, OdIfc4x3_rc4::IfcApproval, OdIfc4x3_rc4::IfcApprovalRelationship, OdIfc4x3_rc4::IfcArbitraryClosedProfileDef, OdIfc4x3_rc4::IfcArbitraryOpenProfileDef, OdIfc4x3_rc4::IfcArbitraryProfileDefWithVoids, OdIfc4x3_rc4::IfcAsset, OdIfc4x3_rc4::IfcAsymmetricIShapeProfileDef, OdIfc4x3_rc4::IfcAudioVisualAppliance, OdIfc4x3_rc4::IfcAudioVisualApplianceType, OdIfc4x3_rc4::IfcAxis1Placement, OdIfc4x3_rc4::IfcAxis2Placement2D, OdIfc4x3_rc4::IfcAxis2Placement3D, OdIfc4x3_rc4::IfcAxis2PlacementLinear, OdIfc4x3_rc4::IfcBeam, OdIfc4x3_rc4::IfcBeamType, OdIfc4x3_rc4::IfcBearing, OdIfc4x3_rc4::IfcBearingType, OdIfc4x3_rc4::IfcBlobTexture, OdIfc4x3_rc4::IfcBlock, OdIfc4x3_rc4::IfcBoiler, OdIfc4x3_rc4::IfcBoilerType, OdIfc4x3_rc4::IfcBooleanResult, OdIfc4x3_rc4::IfcBoundaryCondition, OdIfc4x3_rc4::IfcBoundaryEdgeCondition, OdIfc4x3_rc4::IfcBoundaryFaceCondition, OdIfc4x3_rc4::IfcBoundaryNodeCondition, OdIfc4x3_rc4::IfcBoundaryNodeConditionWarping, OdIfc4x3_rc4::IfcBoundingBox, OdIfc4x3_rc4::IfcBoxedHalfSpace, OdIfc4x3_rc4::IfcBridge, OdIfc4x3_rc4::IfcBSplineCurve, OdIfc4x3_rc4::IfcBSplineCurveWithKnots, OdIfc4x3_rc4::IfcBSplineSurface, OdIfc4x3_rc4::IfcBSplineSurfaceWithKnots, OdIfc4x3_rc4::IfcBuilding, OdIfc4x3_rc4::IfcBuildingElementPart, OdIfc4x3_rc4::IfcBuildingElementPartType, OdIfc4x3_rc4::IfcBuildingElementProxy, OdIfc4x3_rc4::IfcBuildingElementProxyType, OdIfc4x3_rc4::IfcBuildingStorey, OdIfc4x3_rc4::IfcBuildingSystem, OdIfc4x3_rc4::IfcBuiltSystem, OdIfc4x3_rc4::IfcBurner, OdIfc4x3_rc4::IfcBurnerType, OdIfc4x3_rc4::IfcCableCarrierFitting, OdIfc4x3_rc4::IfcCableCarrierFittingType, OdIfc4x3_rc4::IfcCableCarrierSegment, OdIfc4x3_rc4::IfcCableCarrierSegmentType, OdIfc4x3_rc4::IfcCableFitting, OdIfc4x3_rc4::IfcCableFittingType, OdIfc4x3_rc4::IfcCableSegment, OdIfc4x3_rc4::IfcCableSegmentType, OdIfc4x3_rc4::IfcCaissonFoundation, OdIfc4x3_rc4::IfcCaissonFoundationType, OdIfc4x3_rc4::IfcCartesianPoint, OdIfc4x3_rc4::IfcCartesianPointList2D, OdIfc4x3_rc4::IfcCartesianPointList3D, OdIfc4x3_rc4::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x3_rc4::IfcCartesianTransformationOperator3D, OdIfc4x3_rc4::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x3_rc4::IfcCartesianTransformationOperator, OdIfc4x3_rc4::IfcCenterLineProfileDef, OdIfc4x3_rc4::IfcChiller, OdIfc4x3_rc4::IfcChillerType, OdIfc4x3_rc4::IfcChimney, OdIfc4x3_rc4::IfcChimneyType, OdIfc4x3_rc4::IfcCircle, OdIfc4x3_rc4::IfcCircleHollowProfileDef, OdIfc4x3_rc4::IfcCircleProfileDef, OdIfc4x3_rc4::IfcClassification, OdIfc4x3_rc4::IfcClassificationReference, OdIfc4x3_rc4::IfcClothoid, OdIfc4x3_rc4::IfcCoil, OdIfc4x3_rc4::IfcCoilType, OdIfc4x3_rc4::IfcColourRgb, OdIfc4x3_rc4::IfcColourRgbList, OdIfc4x3_rc4::IfcColourSpecification, OdIfc4x3_rc4::IfcColumn, OdIfc4x3_rc4::IfcColumnType, OdIfc4x3_rc4::IfcCommunicationsAppliance, OdIfc4x3_rc4::IfcCommunicationsApplianceType, OdIfc4x3_rc4::IfcComplexProperty, OdIfc4x3_rc4::IfcComplexPropertyTemplate, OdIfc4x3_rc4::IfcCompositeCurve, OdIfc4x3_rc4::IfcCompositeCurveSegment, OdIfc4x3_rc4::IfcCompositeProfileDef, OdIfc4x3_rc4::IfcCompressor, OdIfc4x3_rc4::IfcCompressorType, OdIfc4x3_rc4::IfcCondenser, OdIfc4x3_rc4::IfcCondenserType, OdIfc4x3_rc4::IfcConic, OdIfc4x3_rc4::IfcConnectedFaceSet, OdIfc4x3_rc4::IfcConnectionCurveGeometry, OdIfc4x3_rc4::IfcConnectionPointEccentricity, OdIfc4x3_rc4::IfcConnectionPointGeometry, OdIfc4x3_rc4::IfcConnectionSurfaceGeometry, OdIfc4x3_rc4::IfcConnectionVolumeGeometry, OdIfc4x3_rc4::IfcConstraint, OdIfc4x3_rc4::IfcConstructionEquipmentResource, OdIfc4x3_rc4::IfcConstructionEquipmentResourceType, OdIfc4x3_rc4::IfcConstructionMaterialResource, OdIfc4x3_rc4::IfcConstructionMaterialResourceType, OdIfc4x3_rc4::IfcConstructionProductResource, OdIfc4x3_rc4::IfcConstructionProductResourceType, OdIfc4x3_rc4::IfcConstructionResource, OdIfc4x3_rc4::IfcConstructionResourceType, OdIfc4x3_rc4::IfcContext, OdIfc4x3_rc4::IfcContextDependentUnit, OdIfc4x3_rc4::IfcControl, OdIfc4x3_rc4::IfcController, OdIfc4x3_rc4::IfcControllerType, OdIfc4x3_rc4::IfcConversionBasedUnit, OdIfc4x3_rc4::IfcConversionBasedUnitWithOffset, OdIfc4x3_rc4::IfcConveyorSegment, OdIfc4x3_rc4::IfcConveyorSegmentType, OdIfc4x3_rc4::IfcCooledBeam, OdIfc4x3_rc4::IfcCooledBeamType, OdIfc4x3_rc4::IfcCoolingTower, OdIfc4x3_rc4::IfcCoolingTowerType, OdIfc4x3_rc4::IfcCoordinateOperation, OdIfc4x3_rc4::IfcCoordinateReferenceSystem, OdIfc4x3_rc4::IfcCosine, OdIfc4x3_rc4::IfcCostItem, OdIfc4x3_rc4::IfcCostSchedule, OdIfc4x3_rc4::IfcCourse, OdIfc4x3_rc4::IfcCourseType, OdIfc4x3_rc4::IfcCovering, OdIfc4x3_rc4::IfcCoveringType, OdIfc4x3_rc4::IfcCrewResource, OdIfc4x3_rc4::IfcCrewResourceType, OdIfc4x3_rc4::IfcCsgPrimitive3D, OdIfc4x3_rc4::IfcCsgSolid, OdIfc4x3_rc4::IfcCShapeProfileDef, OdIfc4x3_rc4::IfcCurrencyRelationship, OdIfc4x3_rc4::IfcCurtainWall, OdIfc4x3_rc4::IfcCurtainWallType, OdIfc4x3_rc4::IfcCurveBoundedPlane, OdIfc4x3_rc4::IfcCurveBoundedSurface, OdIfc4x3_rc4::IfcCurveSegment, OdIfc4x3_rc4::IfcCurveStyle, OdIfc4x3_rc4::IfcCurveStyleFontAndScaling, OdIfc4x3_rc4::IfcCurveStyleFont, OdIfc4x3_rc4::IfcCurveStyleFontPattern, OdIfc4x3_rc4::IfcCylindricalSurface, OdIfc4x3_rc4::IfcDamper, OdIfc4x3_rc4::IfcDamperType, OdIfc4x3_rc4::IfcDerivedProfileDef, OdIfc4x3_rc4::IfcDerivedUnit, OdIfc4x3_rc4::IfcDerivedUnitElement, OdIfc4x3_rc4::IfcDimensionalExponents, OdIfc4x3_rc4::IfcDirection, OdIfc4x3_rc4::IfcDirectrixCurveSweptAreaSolid, OdIfc4x3_rc4::IfcDiscreteAccessory, OdIfc4x3_rc4::IfcDiscreteAccessoryType, OdIfc4x3_rc4::IfcDistributionBoard, OdIfc4x3_rc4::IfcDistributionBoardType, OdIfc4x3_rc4::IfcDistributionChamberElement, OdIfc4x3_rc4::IfcDistributionChamberElementType, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionPort, OdIfc4x3_rc4::IfcDistributionSystem, OdIfc4x3_rc4::IfcDocumentInformation, OdIfc4x3_rc4::IfcDocumentInformationRelationship, OdIfc4x3_rc4::IfcDocumentReference, OdIfc4x3_rc4::IfcDoor, OdIfc4x3_rc4::IfcDoorLiningProperties, OdIfc4x3_rc4::IfcDoorPanelProperties, OdIfc4x3_rc4::IfcDoorStyle, OdIfc4x3_rc4::IfcDoorType, OdIfc4x3_rc4::IfcDuctFitting, OdIfc4x3_rc4::IfcDuctFittingType, OdIfc4x3_rc4::IfcDuctSegment, OdIfc4x3_rc4::IfcDuctSegmentType, OdIfc4x3_rc4::IfcDuctSilencer, OdIfc4x3_rc4::IfcDuctSilencerType, OdIfc4x3_rc4::IfcEarthworksCut, OdIfc4x3_rc4::IfcEarthworksFill, OdIfc4x3_rc4::IfcEdge, OdIfc4x3_rc4::IfcEdgeCurve, OdIfc4x3_rc4::IfcEdgeLoop, OdIfc4x3_rc4::IfcElectricAppliance, OdIfc4x3_rc4::IfcElectricApplianceType, OdIfc4x3_rc4::IfcElectricDistributionBoard, OdIfc4x3_rc4::IfcElectricDistributionBoardType, OdIfc4x3_rc4::IfcElectricFlowStorageDevice, OdIfc4x3_rc4::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc4::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc4::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcElectricGenerator, OdIfc4x3_rc4::IfcElectricGeneratorType, OdIfc4x3_rc4::IfcElectricMotor, OdIfc4x3_rc4::IfcElectricMotorType, OdIfc4x3_rc4::IfcElectricTimeControl, OdIfc4x3_rc4::IfcElectricTimeControlType, OdIfc4x3_rc4::IfcElementarySurface, OdIfc4x3_rc4::IfcElementAssembly, OdIfc4x3_rc4::IfcElementAssemblyType, OdIfc4x3_rc4::IfcElement, OdIfc4x3_rc4::IfcElementQuantity, OdIfc4x3_rc4::IfcElementType, OdIfc4x3_rc4::IfcEllipse, OdIfc4x3_rc4::IfcEllipseProfileDef, OdIfc4x3_rc4::IfcEngine, OdIfc4x3_rc4::IfcEngineType, OdIfc4x3_rc4::IfcEvaporativeCooler, OdIfc4x3_rc4::IfcEvaporativeCoolerType, OdIfc4x3_rc4::IfcEvaporator, OdIfc4x3_rc4::IfcEvaporatorType, OdIfc4x3_rc4::IfcEvent, OdIfc4x3_rc4::IfcEventTime, OdIfc4x3_rc4::IfcEventType, OdIfc4x3_rc4::IfcExtendedProperties, OdIfc4x3_rc4::IfcExternalReference, OdIfc4x3_rc4::IfcExternalReferenceRelationship, OdIfc4x3_rc4::IfcExternalSpatialElement, OdIfc4x3_rc4::IfcExtrudedAreaSolid, OdIfc4x3_rc4::IfcExtrudedAreaSolidTapered, OdIfc4x3_rc4::IfcFace, OdIfc4x3_rc4::IfcFaceBasedSurfaceModel, OdIfc4x3_rc4::IfcFaceBound, OdIfc4x3_rc4::IfcFaceSurface, OdIfc4x3_rc4::IfcFacetedBrepWithVoids, OdIfc4x3_rc4::IfcFacilityPart, OdIfc4x3_rc4::IfcFailureConnectionCondition, OdIfc4x3_rc4::IfcFan, OdIfc4x3_rc4::IfcFanType, OdIfc4x3_rc4::IfcFastener, OdIfc4x3_rc4::IfcFastenerType, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFillAreaStyle, OdIfc4x3_rc4::IfcFillAreaStyleHatching, OdIfc4x3_rc4::IfcFillAreaStyleTiles, OdIfc4x3_rc4::IfcFilter, OdIfc4x3_rc4::IfcFilterType, OdIfc4x3_rc4::IfcFireSuppressionTerminal, OdIfc4x3_rc4::IfcFireSuppressionTerminalType, OdIfc4x3_rc4::IfcFixedReferenceSweptAreaSolid, OdIfc4x3_rc4::IfcFlowInstrument, OdIfc4x3_rc4::IfcFlowInstrumentType, OdIfc4x3_rc4::IfcFlowMeter, OdIfc4x3_rc4::IfcFlowMeterType, OdIfc4x3_rc4::IfcFooting, OdIfc4x3_rc4::IfcFootingType, OdIfc4x3_rc4::IfcFurniture, OdIfc4x3_rc4::IfcFurnitureType, OdIfc4x3_rc4::IfcGeographicElement, OdIfc4x3_rc4::IfcGeographicElementType, OdIfc4x3_rc4::IfcGeometricRepresentationContext, OdIfc4x3_rc4::IfcGeometricRepresentationSubContext, OdIfc4x3_rc4::IfcGeometricSet, OdIfc4x3_rc4::IfcGradientCurve, OdIfc4x3_rc4::IfcGrid, OdIfc4x3_rc4::IfcGridAxis, OdIfc4x3_rc4::IfcGridPlacement, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcHalfSpaceSolid, OdIfc4x3_rc4::IfcHeatExchanger, OdIfc4x3_rc4::IfcHeatExchangerType, OdIfc4x3_rc4::IfcHumidifier, OdIfc4x3_rc4::IfcHumidifierType, OdIfc4x3_rc4::IfcImageTexture, OdIfc4x3_rc4::IfcImpactProtectionDevice, OdIfc4x3_rc4::IfcImpactProtectionDeviceType, OdIfc4x3_rc4::IfcIndexedColourMap, OdIfc4x3_rc4::IfcIndexedPolyCurve, OdIfc4x3_rc4::IfcIndexedPolygonalFace, OdIfc4x3_rc4::IfcIndexedPolygonalFaceWithVoids, OdIfc4x3_rc4::IfcIndexedTextureMap, OdIfc4x3_rc4::IfcIndexedTriangleTextureMap, OdIfc4x3_rc4::IfcInterceptor, OdIfc4x3_rc4::IfcInterceptorType, OdIfc4x3_rc4::IfcInventory, OdIfc4x3_rc4::IfcIrregularTimeSeries, OdIfc4x3_rc4::IfcIrregularTimeSeriesValue, OdIfc4x3_rc4::IfcIShapeProfileDef, OdIfc4x3_rc4::IfcJunctionBox, OdIfc4x3_rc4::IfcJunctionBoxType, OdIfc4x3_rc4::IfcKerb, OdIfc4x3_rc4::IfcKerbType, OdIfc4x3_rc4::IfcLaborResource, OdIfc4x3_rc4::IfcLaborResourceType, OdIfc4x3_rc4::IfcLagTime, OdIfc4x3_rc4::IfcLamp, OdIfc4x3_rc4::IfcLampType, OdIfc4x3_rc4::IfcLibraryInformation, OdIfc4x3_rc4::IfcLibraryReference, OdIfc4x3_rc4::IfcLightDistributionData, OdIfc4x3_rc4::IfcLightFixture, OdIfc4x3_rc4::IfcLightFixtureType, OdIfc4x3_rc4::IfcLightIntensityDistribution, OdIfc4x3_rc4::IfcLightSource, OdIfc4x3_rc4::IfcLightSourceDirectional, OdIfc4x3_rc4::IfcLightSourceGoniometric, OdIfc4x3_rc4::IfcLightSourcePositional, OdIfc4x3_rc4::IfcLightSourceSpot, OdIfc4x3_rc4::IfcLinearPlacement, OdIfc4x3_rc4::IfcLine, OdIfc4x3_rc4::IfcLiquidTerminal, OdIfc4x3_rc4::IfcLiquidTerminalType, OdIfc4x3_rc4::IfcLocalPlacement, OdIfc4x3_rc4::IfcLShapeProfileDef, OdIfc4x3_rc4::IfcManifoldSolidBrep, OdIfc4x3_rc4::IfcMapConversion, OdIfc4x3_rc4::IfcMappedItem, OdIfc4x3_rc4::IfcMarineFacility, OdIfc4x3_rc4::IfcMaterial, OdIfc4x3_rc4::IfcMaterialClassificationRelationship, OdIfc4x3_rc4::IfcMaterialConstituent, OdIfc4x3_rc4::IfcMaterialConstituentSet, OdIfc4x3_rc4::IfcMaterialDefinition, OdIfc4x3_rc4::IfcMaterialDefinitionRepresentation, OdIfc4x3_rc4::IfcMaterialLayer, OdIfc4x3_rc4::IfcMaterialLayerSet, OdIfc4x3_rc4::IfcMaterialLayerSetUsage, OdIfc4x3_rc4::IfcMaterialLayerWithOffsets, OdIfc4x3_rc4::IfcMaterialList, OdIfc4x3_rc4::IfcMaterialProfile, OdIfc4x3_rc4::IfcMaterialProfileSet, OdIfc4x3_rc4::IfcMaterialProfileSetUsage, OdIfc4x3_rc4::IfcMaterialProfileSetUsageTapering, OdIfc4x3_rc4::IfcMaterialProfileWithOffsets, OdIfc4x3_rc4::IfcMaterialProperties, OdIfc4x3_rc4::IfcMaterialRelationship, OdIfc4x3_rc4::IfcMaterialUsageDefinition, OdIfc4x3_rc4::IfcMeasureWithUnit, OdIfc4x3_rc4::IfcMechanicalFastener, OdIfc4x3_rc4::IfcMechanicalFastenerType, OdIfc4x3_rc4::IfcMedicalDevice, OdIfc4x3_rc4::IfcMedicalDeviceType, OdIfc4x3_rc4::IfcMember, OdIfc4x3_rc4::IfcMemberType, OdIfc4x3_rc4::IfcMetric, OdIfc4x3_rc4::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc4::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc4::IfcMonetaryUnit, OdIfc4x3_rc4::IfcMooringDevice, OdIfc4x3_rc4::IfcMooringDeviceType, OdIfc4x3_rc4::IfcMotorConnection, OdIfc4x3_rc4::IfcMotorConnectionType, OdIfc4x3_rc4::IfcNamedUnit, OdIfc4x3_rc4::IfcNavigationElement, OdIfc4x3_rc4::IfcNavigationElementType, OdIfc4x3_rc4::IfcObject, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcObjective, OdIfc4x3_rc4::IfcObjectPlacement, OdIfc4x3_rc4::IfcOccupant, OdIfc4x3_rc4::IfcOffsetCurve2D, OdIfc4x3_rc4::IfcOffsetCurve3D, OdIfc4x3_rc4::IfcOffsetCurve, OdIfc4x3_rc4::IfcOffsetCurveByDistances, OdIfc4x3_rc4::IfcOpenCrossProfileDef, OdIfc4x3_rc4::IfcOpeningElement, OdIfc4x3_rc4::IfcOrganization, OdIfc4x3_rc4::IfcOrganizationRelationship, OdIfc4x3_rc4::IfcOrientedEdge, OdIfc4x3_rc4::IfcOutlet, OdIfc4x3_rc4::IfcOutletType, OdIfc4x3_rc4::IfcOwnerHistory, OdIfc4x3_rc4::IfcParameterizedProfileDef, OdIfc4x3_rc4::IfcPath, OdIfc4x3_rc4::IfcPavement, OdIfc4x3_rc4::IfcPavementType, OdIfc4x3_rc4::IfcPcurve, OdIfc4x3_rc4::IfcPerformanceHistory, OdIfc4x3_rc4::IfcPermeableCoveringProperties, OdIfc4x3_rc4::IfcPermit, OdIfc4x3_rc4::IfcPersonAndOrganization, OdIfc4x3_rc4::IfcPerson, OdIfc4x3_rc4::IfcPhysicalComplexQuantity, OdIfc4x3_rc4::IfcPhysicalQuantity, OdIfc4x3_rc4::IfcPhysicalSimpleQuantity, OdIfc4x3_rc4::IfcPile, OdIfc4x3_rc4::IfcPileType, OdIfc4x3_rc4::IfcPipeFitting, OdIfc4x3_rc4::IfcPipeFittingType, OdIfc4x3_rc4::IfcPipeSegment, OdIfc4x3_rc4::IfcPipeSegmentType, OdIfc4x3_rc4::IfcPixelTexture, OdIfc4x3_rc4::IfcPlacement, OdIfc4x3_rc4::IfcPlanarBox, OdIfc4x3_rc4::IfcPlanarExtent, OdIfc4x3_rc4::IfcPlate, OdIfc4x3_rc4::IfcPlateType, OdIfc4x3_rc4::IfcPointByDistanceExpression, OdIfc4x3_rc4::IfcPointOnCurve, OdIfc4x3_rc4::IfcPointOnSurface, OdIfc4x3_rc4::IfcPolygonalBoundedHalfSpace, OdIfc4x3_rc4::IfcPolygonalFaceSet, OdIfc4x3_rc4::IfcPolyline, OdIfc4x3_rc4::IfcPolyLoop, OdIfc4x3_rc4::IfcPolynomialCurve, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcPostalAddress, OdIfc4x3_rc4::IfcPreDefinedItem, OdIfc4x3_rc4::IfcPresentationLayerAssignment, OdIfc4x3_rc4::IfcPresentationLayerWithStyle, OdIfc4x3_rc4::IfcPresentationStyle, OdIfc4x3_rc4::IfcProcedure, OdIfc4x3_rc4::IfcProcedureType, OdIfc4x3_rc4::IfcProcess, OdIfc4x3_rc4::IfcProduct, OdIfc4x3_rc4::IfcProductDefinitionShape, OdIfc4x3_rc4::IfcProductRepresentation, OdIfc4x3_rc4::IfcProfileDef, OdIfc4x3_rc4::IfcProfileProperties, OdIfc4x3_rc4::IfcProjectedCRS, OdIfc4x3_rc4::IfcProjectionElement, OdIfc4x3_rc4::IfcProjectOrder, OdIfc4x3_rc4::IfcPropertyAbstraction, OdIfc4x3_rc4::IfcProperty, OdIfc4x3_rc4::IfcPropertyBoundedValue, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertyDependencyRelationship, OdIfc4x3_rc4::IfcPropertyEnumeratedValue, OdIfc4x3_rc4::IfcPropertyEnumeration, OdIfc4x3_rc4::IfcPropertyListValue, OdIfc4x3_rc4::IfcPropertyReferenceValue, OdIfc4x3_rc4::IfcPropertySet, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetTemplate, OdIfc4x3_rc4::IfcPropertySingleValue, OdIfc4x3_rc4::IfcPropertyTableValue, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcProtectiveDevice, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc4::IfcProtectiveDeviceType, OdIfc4x3_rc4::IfcProxy, OdIfc4x3_rc4::IfcPump, OdIfc4x3_rc4::IfcPumpType, OdIfc4x3_rc4::IfcQuantityArea, OdIfc4x3_rc4::IfcQuantityCount, OdIfc4x3_rc4::IfcQuantityLength, OdIfc4x3_rc4::IfcQuantityTime, OdIfc4x3_rc4::IfcQuantityVolume, OdIfc4x3_rc4::IfcQuantityWeight, OdIfc4x3_rc4::IfcRail, OdIfc4x3_rc4::IfcRailing, OdIfc4x3_rc4::IfcRailingType, OdIfc4x3_rc4::IfcRailType, OdIfc4x3_rc4::IfcRailway, OdIfc4x3_rc4::IfcRamp, OdIfc4x3_rc4::IfcRampFlight, OdIfc4x3_rc4::IfcRampFlightType, OdIfc4x3_rc4::IfcRampType, OdIfc4x3_rc4::IfcRationalBSplineCurveWithKnots, OdIfc4x3_rc4::IfcRationalBSplineSurfaceWithKnots, OdIfc4x3_rc4::IfcRectangleHollowProfileDef, OdIfc4x3_rc4::IfcRectangleProfileDef, OdIfc4x3_rc4::IfcRectangularPyramid, OdIfc4x3_rc4::IfcRectangularTrimmedSurface, OdIfc4x3_rc4::IfcRecurrencePattern, OdIfc4x3_rc4::IfcReference, OdIfc4x3_rc4::IfcReferent, OdIfc4x3_rc4::IfcRegularTimeSeries, OdIfc4x3_rc4::IfcReinforcedSoil, OdIfc4x3_rc4::IfcReinforcementBarProperties, OdIfc4x3_rc4::IfcReinforcementDefinitionProperties, OdIfc4x3_rc4::IfcReinforcingBar, OdIfc4x3_rc4::IfcReinforcingBarType, OdIfc4x3_rc4::IfcReinforcingElement, OdIfc4x3_rc4::IfcReinforcingMesh, OdIfc4x3_rc4::IfcReinforcingMeshType, OdIfc4x3_rc4::IfcRelAdheresToElement, OdIfc4x3_rc4::IfcRelAggregates, OdIfc4x3_rc4::IfcRelAssigns, OdIfc4x3_rc4::IfcRelAssignsToActor, OdIfc4x3_rc4::IfcRelAssignsToControl, OdIfc4x3_rc4::IfcRelAssignsToGroup, OdIfc4x3_rc4::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc4::IfcRelAssignsToProcess, OdIfc4x3_rc4::IfcRelAssignsToProduct, OdIfc4x3_rc4::IfcRelAssignsToResource, OdIfc4x3_rc4::IfcRelAssociatesApproval, OdIfc4x3_rc4::IfcRelAssociates, OdIfc4x3_rc4::IfcRelAssociatesClassification, OdIfc4x3_rc4::IfcRelAssociatesConstraint, OdIfc4x3_rc4::IfcRelAssociatesDocument, OdIfc4x3_rc4::IfcRelAssociatesLibrary, OdIfc4x3_rc4::IfcRelAssociatesMaterial, OdIfc4x3_rc4::IfcRelAssociatesProfileDef, OdIfc4x3_rc4::IfcRelConnectsElements, OdIfc4x3_rc4::IfcRelConnectsPathElements, OdIfc4x3_rc4::IfcRelConnectsPorts, OdIfc4x3_rc4::IfcRelConnectsPortToElement, OdIfc4x3_rc4::IfcRelConnectsStructuralActivity, OdIfc4x3_rc4::IfcRelConnectsStructuralMember, OdIfc4x3_rc4::IfcRelConnectsWithEccentricity, OdIfc4x3_rc4::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc4::IfcRelContainedInSpatialStructure, OdIfc4x3_rc4::IfcRelCoversBldgElements, OdIfc4x3_rc4::IfcRelCoversSpaces, OdIfc4x3_rc4::IfcRelDeclares, OdIfc4x3_rc4::IfcRelDefinesByObject, OdIfc4x3_rc4::IfcRelDefinesByProperties, OdIfc4x3_rc4::IfcRelDefinesByTemplate, OdIfc4x3_rc4::IfcRelDefinesByType, OdIfc4x3_rc4::IfcRelFillsElement, OdIfc4x3_rc4::IfcRelFlowControlElements, OdIfc4x3_rc4::IfcRelInterferesElements, OdIfc4x3_rc4::IfcRelNests, OdIfc4x3_rc4::IfcRelPositions, OdIfc4x3_rc4::IfcRelProjectsElement, OdIfc4x3_rc4::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc4::IfcRelSequence, OdIfc4x3_rc4::IfcRelServicesBuildings, OdIfc4x3_rc4::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary, OdIfc4x3_rc4::IfcRelVoidsElement, OdIfc4x3_rc4::IfcReparametrisedCompositeCurveSegment, OdIfc4x3_rc4::IfcRepresentation, OdIfc4x3_rc4::IfcRepresentationContext, OdIfc4x3_rc4::IfcRepresentationItem, OdIfc4x3_rc4::IfcRepresentationMap, OdIfc4x3_rc4::IfcResourceApprovalRelationship, OdIfc4x3_rc4::IfcResource, OdIfc4x3_rc4::IfcResourceConstraintRelationship, OdIfc4x3_rc4::IfcResourceLevelRelationship, OdIfc4x3_rc4::IfcResourceTime, OdIfc4x3_rc4::IfcRevolvedAreaSolid, OdIfc4x3_rc4::IfcRevolvedAreaSolidTapered, OdIfc4x3_rc4::IfcRightCircularCone, OdIfc4x3_rc4::IfcRightCircularCylinder, OdIfc4x3_rc4::IfcRoad, OdIfc4x3_rc4::IfcRoof, OdIfc4x3_rc4::IfcRoofType, OdIfc4x3_rc4::IfcRoot, OdIfc4x3_rc4::IfcRoundedRectangleProfileDef, OdIfc4x3_rc4::IfcSanitaryTerminal, OdIfc4x3_rc4::IfcSanitaryTerminalType, OdIfc4x3_rc4::IfcSchedulingTime, OdIfc4x3_rc4::IfcSecondOrderPolynomialSpiral, OdIfc4x3_rc4::IfcSectionedSolid, OdIfc4x3_rc4::IfcSectionedSolidHorizontal, OdIfc4x3_rc4::IfcSectionedSpine, OdIfc4x3_rc4::IfcSectionedSurface, OdIfc4x3_rc4::IfcSectionProperties, OdIfc4x3_rc4::IfcSectionReinforcementProperties, OdIfc4x3_rc4::IfcSegment, OdIfc4x3_rc4::IfcSegmentedReferenceCurve, OdIfc4x3_rc4::IfcSensor, OdIfc4x3_rc4::IfcSensorType, OdIfc4x3_rc4::IfcSeventhOrderPolynomialSpiral, OdIfc4x3_rc4::IfcShadingDevice, OdIfc4x3_rc4::IfcShadingDeviceType, OdIfc4x3_rc4::IfcShapeAspect, OdIfc4x3_rc4::IfcShapeModel, OdIfc4x3_rc4::IfcShellBasedSurfaceModel, OdIfc4x3_rc4::IfcSignal, OdIfc4x3_rc4::IfcSignalType, OdIfc4x3_rc4::IfcSign, OdIfc4x3_rc4::IfcSignType, OdIfc4x3_rc4::IfcSimplePropertyTemplate, OdIfc4x3_rc4::IfcSine, OdIfc4x3_rc4::IfcSite, OdIfc4x3_rc4::IfcSIUnit, OdIfc4x3_rc4::IfcSlab, OdIfc4x3_rc4::IfcSlabType, OdIfc4x3_rc4::IfcSlippageConnectionCondition, OdIfc4x3_rc4::IfcSolarDevice, OdIfc4x3_rc4::IfcSolarDeviceType, OdIfc4x3_rc4::IfcSpace, OdIfc4x3_rc4::IfcSpaceHeater, OdIfc4x3_rc4::IfcSpaceHeaterType, OdIfc4x3_rc4::IfcSpaceType, OdIfc4x3_rc4::IfcSpatialElement, OdIfc4x3_rc4::IfcSpatialElementType, OdIfc4x3_rc4::IfcSpatialStructureElement, OdIfc4x3_rc4::IfcSpatialZone, OdIfc4x3_rc4::IfcSpatialZoneType, OdIfc4x3_rc4::IfcSphere, OdIfc4x3_rc4::IfcSphericalSurface, OdIfc4x3_rc4::IfcSpiral, OdIfc4x3_rc4::IfcStackTerminal, OdIfc4x3_rc4::IfcStackTerminalType, OdIfc4x3_rc4::IfcStair, OdIfc4x3_rc4::IfcStairFlight, OdIfc4x3_rc4::IfcStairFlightType, OdIfc4x3_rc4::IfcStairType, OdIfc4x3_rc4::IfcStructuralAction, OdIfc4x3_rc4::IfcStructuralActivity, OdIfc4x3_rc4::IfcStructuralAnalysisModel, OdIfc4x3_rc4::IfcStructuralConnection, OdIfc4x3_rc4::IfcStructuralConnectionCondition, OdIfc4x3_rc4::IfcStructuralCurveAction, OdIfc4x3_rc4::IfcStructuralCurveConnection, OdIfc4x3_rc4::IfcStructuralCurveMember, OdIfc4x3_rc4::IfcStructuralCurveReaction, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralLoad, OdIfc4x3_rc4::IfcStructuralLoadCase, OdIfc4x3_rc4::IfcStructuralLoadConfiguration, OdIfc4x3_rc4::IfcStructuralLoadGroup, OdIfc4x3_rc4::IfcStructuralLoadLinearForce, OdIfc4x3_rc4::IfcStructuralLoadPlanarForce, OdIfc4x3_rc4::IfcStructuralLoadSingleDisplacement, OdIfc4x3_rc4::IfcStructuralLoadSingleDisplacementDistortion, OdIfc4x3_rc4::IfcStructuralLoadSingleForce, OdIfc4x3_rc4::IfcStructuralLoadSingleForceWarping, OdIfc4x3_rc4::IfcStructuralLoadTemperature, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralPointConnection, OdIfc4x3_rc4::IfcStructuralResultGroup, OdIfc4x3_rc4::IfcStructuralSurfaceAction, OdIfc4x3_rc4::IfcStructuralSurfaceMember, OdIfc4x3_rc4::IfcStructuralSurfaceReaction, OdIfc4x3_rc4::IfcStyledItem, OdIfc4x3_rc4::IfcSubContractResource, OdIfc4x3_rc4::IfcSubContractResourceType, OdIfc4x3_rc4::IfcSubedge, OdIfc4x3_rc4::IfcSurfaceCurve, OdIfc4x3_rc4::IfcSurfaceCurveSweptAreaSolid, OdIfc4x3_rc4::IfcSurfaceFeature, OdIfc4x3_rc4::IfcSurfaceOfLinearExtrusion, OdIfc4x3_rc4::IfcSurfaceOfRevolution, OdIfc4x3_rc4::IfcSurfaceReinforcementArea, OdIfc4x3_rc4::IfcSurfaceStyle, OdIfc4x3_rc4::IfcSurfaceStyleLighting, OdIfc4x3_rc4::IfcSurfaceStyleRefraction, OdIfc4x3_rc4::IfcSurfaceStyleRendering, OdIfc4x3_rc4::IfcSurfaceStyleShading, OdIfc4x3_rc4::IfcSurfaceStyleWithTextures, OdIfc4x3_rc4::IfcSurfaceTexture, OdIfc4x3_rc4::IfcSweptAreaSolid, OdIfc4x3_rc4::IfcSweptDiskSolid, OdIfc4x3_rc4::IfcSweptDiskSolidPolygonal, OdIfc4x3_rc4::IfcSweptSurface, OdIfc4x3_rc4::IfcSwitchingDevice, OdIfc4x3_rc4::IfcSwitchingDeviceType, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystemFurnitureElement, OdIfc4x3_rc4::IfcSystemFurnitureElementType, OdIfc4x3_rc4::IfcTable, OdIfc4x3_rc4::IfcTableColumn, OdIfc4x3_rc4::IfcTableRow, OdIfc4x3_rc4::IfcTank, OdIfc4x3_rc4::IfcTankType, OdIfc4x3_rc4::IfcTask, OdIfc4x3_rc4::IfcTaskTime, OdIfc4x3_rc4::IfcTaskTimeRecurring, OdIfc4x3_rc4::IfcTaskType, OdIfc4x3_rc4::IfcTelecomAddress, OdIfc4x3_rc4::IfcTendonAnchor, OdIfc4x3_rc4::IfcTendonAnchorType, OdIfc4x3_rc4::IfcTendon, OdIfc4x3_rc4::IfcTendonConduit, OdIfc4x3_rc4::IfcTendonConduitType, OdIfc4x3_rc4::IfcTendonType, OdIfc4x3_rc4::IfcTessellatedFaceSet, OdIfc4x3_rc4::IfcTextLiteral, OdIfc4x3_rc4::IfcTextLiteralWithExtent, OdIfc4x3_rc4::IfcTextStyle, OdIfc4x3_rc4::IfcTextStyleFontModel, OdIfc4x3_rc4::IfcTextStyleForDefinedFont, OdIfc4x3_rc4::IfcTextStyleTextModel, OdIfc4x3_rc4::IfcTextureCoordinate, OdIfc4x3_rc4::IfcTextureCoordinateGenerator, OdIfc4x3_rc4::IfcTextureMap, OdIfc4x3_rc4::IfcTextureVertex, OdIfc4x3_rc4::IfcTextureVertexList, OdIfc4x3_rc4::IfcThirdOrderPolynomialSpiral, OdIfc4x3_rc4::IfcTimePeriod, OdIfc4x3_rc4::IfcTimeSeries, OdIfc4x3_rc4::IfcTimeSeriesValue, OdIfc4x3_rc4::IfcToroidalSurface, OdIfc4x3_rc4::IfcTrackElement, OdIfc4x3_rc4::IfcTrackElementType, OdIfc4x3_rc4::IfcTransformer, OdIfc4x3_rc4::IfcTransformerType, OdIfc4x3_rc4::IfcTransportElement, OdIfc4x3_rc4::IfcTransportElementType, OdIfc4x3_rc4::IfcTrapeziumProfileDef, OdIfc4x3_rc4::IfcTriangulatedFaceSet, OdIfc4x3_rc4::IfcTriangulatedIrregularNetwork, OdIfc4x3_rc4::IfcTrimmedCurve, OdIfc4x3_rc4::IfcTShapeProfileDef, OdIfc4x3_rc4::IfcTubeBundle, OdIfc4x3_rc4::IfcTubeBundleType, OdIfc4x3_rc4::IfcTypeObject, OdIfc4x3_rc4::IfcTypeProcess, OdIfc4x3_rc4::IfcTypeProduct, OdIfc4x3_rc4::IfcTypeResource, OdIfc4x3_rc4::IfcUnitaryControlElement, OdIfc4x3_rc4::IfcUnitaryControlElementType, OdIfc4x3_rc4::IfcUnitaryEquipment, OdIfc4x3_rc4::IfcUnitaryEquipmentType, OdIfc4x3_rc4::IfcUnitAssignment, OdIfc4x3_rc4::IfcUShapeProfileDef, OdIfc4x3_rc4::IfcValve, OdIfc4x3_rc4::IfcValveType, OdIfc4x3_rc4::IfcVector, OdIfc4x3_rc4::IfcVertexLoop, OdIfc4x3_rc4::IfcVertexPoint, OdIfc4x3_rc4::IfcVibrationDamper, OdIfc4x3_rc4::IfcVibrationDamperType, OdIfc4x3_rc4::IfcVibrationIsolator, OdIfc4x3_rc4::IfcVibrationIsolatorType, OdIfc4x3_rc4::IfcVirtualGridIntersection, OdIfc4x3_rc4::IfcVoidingFeature, OdIfc4x3_rc4::IfcWall, OdIfc4x3_rc4::IfcWallType, OdIfc4x3_rc4::IfcWasteTerminal, OdIfc4x3_rc4::IfcWasteTerminalType, OdIfc4x3_rc4::IfcWindow, OdIfc4x3_rc4::IfcWindowLiningProperties, OdIfc4x3_rc4::IfcWindowPanelProperties, OdIfc4x3_rc4::IfcWindowStyle, OdIfc4x3_rc4::IfcWindowType, OdIfc4x3_rc4::IfcWorkCalendar, OdIfc4x3_rc4::IfcWorkControl, OdIfc4x3_rc4::IfcWorkPlan, OdIfc4x3_rc4::IfcWorkSchedule, OdIfc4x3_rc4::IfcWorkTime, OdIfc4x3_rc4::IfcZone, OdIfc4x3_rc4::IfcZShapeProfileDef, OdIfcInteroperable::OdIfcCartesianPointAuto, and OdIfcInteroperable::OdIfcDirectionAuto.
|
friend |
Definition at line 370 of file IfcEntity.h.
|
protected |
Definition at line 364 of file IfcEntity.h.
|
protected |
Definition at line 363 of file IfcEntity.h.