CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
OdIfc4x2::IfcRoot Class Reference

#include <IfcRootAutoImpl.h>

Inheritance diagram for OdIfc4x2::IfcRoot:
OdIfc::OdIfcEntity OdIfc4x2::IfcObjectDefinition OdIfc4x2::IfcPropertyDefinition OdIfc4x2::IfcRelationship OdIfc4x2::IfcContext OdIfc4x2::IfcObject OdIfc4x2::IfcTypeObject OdIfc4x2::IfcPropertySetDefinition OdIfc4x2::IfcPropertyTemplateDefinition OdIfc4x2::IfcRelAssigns OdIfc4x2::IfcRelAssociates OdIfc4x2::IfcRelConnects OdIfc4x2::IfcRelDeclares OdIfc4x2::IfcRelDecomposes OdIfc4x2::IfcRelDefines

Public Member Functions

OdIfcGUID getGlobalId () const
 
void setGlobalId (OdIfcGUID GlobalId)
 
const OdDAIObjectId & getOwnerHistory () const
 
void setOwnerHistory (const OdDAIObjectId &OwnerHistory)
 
const OdAnsiString & getName () const
 
void setName (const OdAnsiString &Name)
 
const OdAnsiString & getDescription () const
 
void setDescription (const OdAnsiString &Description)
 
 IfcRoot ()
 
virtual OdResult inFields (OdDAI::OdSpfFilerBase *rdFiler)
 
virtual OdResult outFields (OdDAI::OdSpfFilerBase *wrFiler)
 
virtual OdDAI::Entity * getInstanceType () const
 
virtual OdRxValue getAttr (const char *attrName) const
 
virtual void unsetAttr (const char *explicitAttrName)
 
virtual bool testAttr (const char *explicitAttrName) const
 
virtual bool putAttr (const char *explicitAttrName, const OdRxValue &val)
 
virtual bool isKindOf (OdIfc::OdIfcEntityType entityType) const
 
virtual OdIfc::OdIfcEntityType type () const
 
virtual OdRxValue getAttr (const OdIfc::OdIfcAttribute attrDef) const
 
virtual void unsetAttr (const OdIfc::OdIfcAttribute explicitAttrDef)
 
virtual bool testAttr (const OdIfc::OdIfcAttribute explicitAttrDef) const
 
virtual bool putAttr (const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val)
 
- Public Member Functions inherited from OdIfc::OdIfcEntity
 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 OdGsCachegsNode () const
 
virtual OdUInt32 subSetAttributes (OdGiDrawableTraits *traits) const
 
virtual bool subWorldDraw (OdGiWorldDraw *wd) const
 

Protected Attributes

OdIfcGUID m_GlobalId
 
OdDAIObjectId m_OwnerHistory
 
OdAnsiString m_Name
 
OdAnsiString m_Description
 
- Protected Attributes inherited from OdIfc::OdIfcEntity
voidm_resPtr
 
IfcOpResult m_resolved
 

Additional Inherited Members

- Static Public Member Functions inherited from OdIfc::OdIfcEntity
static const OdGePoint3dasPoint3d (const OdIfcEntity *pEnt)
 
static const OdGePoint2dasPoint2d (const OdIfcEntity *pEnt)
 
static const OdGeVector3dasVector3d (const OdIfcEntity *pEnt)
 
static const OdGeVector2dasVector2d (const OdIfcEntity *pEnt)
 
static const OdGeMatrix2dasMatrix2d (const OdIfcEntity *pEnt)
 
static const OdGeMatrix3dasMatrix3d (const OdIfcEntity *pEnt)
 
static OdIfcCompoundPtr asCompound (OdSmartPtr< OdIfcEntity > pEnt)
 
static const OdCmEntityColorasRgbColor (const OdIfcEntity *pEnt)
 

Detailed Description

IfcRoot is the most abstract and root class for all entity definitions that roots in the kernel or in subsequent layers of the IFC specification. It is therefore the common supertype of all IFC entities, beside those defined in an IFC resource schema. All entities that are subtypes of IfcRoot can be used independently, whereas resource schema entities, that are not subtypes of IfcRoot, are not supposed to be independent entities. The IfcRoot assigns the globally unique ID, and the ownership and history information to the entity. In addition it may provide for a name and a description about the concepts.

Definition at line 49 of file Ifc4x2/IfcRootAutoImpl.h.

Constructor & Destructor Documentation

◆ IfcRoot()

OdIfc4x2::IfcRoot::IfcRoot ( )

Default constructor for the IfcRoot class.

Member Function Documentation

◆ getAttr() [1/2]

virtual OdRxValue OdIfc4x2::IfcRoot::getAttr ( const char *  attrName) const
virtual

Returns an attribute value for the specified attribute name.

Parameters
attrName[in] Name of an attribute to query.
Returns
OdRxValue object that represents a generic variant type value.

Reimplemented in OdIfc4x2::IfcActionRequest, OdIfc4x2::IfcActor, OdIfc4x2::IfcActuator, OdIfc4x2::IfcActuatorType, OdIfc4x2::IfcAirTerminal, OdIfc4x2::IfcAirTerminalBox, OdIfc4x2::IfcAirTerminalBoxType, OdIfc4x2::IfcAirTerminalType, OdIfc4x2::IfcAirToAirHeatRecovery, OdIfc4x2::IfcAirToAirHeatRecoveryType, OdIfc4x2::IfcAlarm, OdIfc4x2::IfcAlarmType, OdIfc4x2::IfcAlignment, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAsset, OdIfc4x2::IfcAudioVisualAppliance, OdIfc4x2::IfcAudioVisualApplianceType, OdIfc4x2::IfcBeam, OdIfc4x2::IfcBeamType, OdIfc4x2::IfcBearing, OdIfc4x2::IfcBearingType, OdIfc4x2::IfcBoiler, OdIfc4x2::IfcBoilerType, OdIfc4x2::IfcBridge, OdIfc4x2::IfcBridgePart, 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::IfcChiller, OdIfc4x2::IfcChillerType, OdIfc4x2::IfcChimney, OdIfc4x2::IfcChimneyType, OdIfc4x2::IfcCoil, OdIfc4x2::IfcCoilType, OdIfc4x2::IfcColumn, OdIfc4x2::IfcColumnType, OdIfc4x2::IfcCommunicationsAppliance, OdIfc4x2::IfcCommunicationsApplianceType, OdIfc4x2::IfcComplexPropertyTemplate, OdIfc4x2::IfcCompressor, OdIfc4x2::IfcCompressorType, OdIfc4x2::IfcCondenser, OdIfc4x2::IfcCondenserType, OdIfc4x2::IfcConstructionEquipmentResource, OdIfc4x2::IfcConstructionEquipmentResourceType, OdIfc4x2::IfcConstructionMaterialResource, OdIfc4x2::IfcConstructionMaterialResourceType, OdIfc4x2::IfcConstructionProductResource, OdIfc4x2::IfcConstructionProductResourceType, OdIfc4x2::IfcConstructionResource, OdIfc4x2::IfcConstructionResourceType, OdIfc4x2::IfcContext, OdIfc4x2::IfcControl, OdIfc4x2::IfcController, OdIfc4x2::IfcControllerType, OdIfc4x2::IfcCooledBeam, OdIfc4x2::IfcCooledBeamType, OdIfc4x2::IfcCoolingTower, OdIfc4x2::IfcCoolingTowerType, OdIfc4x2::IfcCostItem, OdIfc4x2::IfcCostSchedule, OdIfc4x2::IfcCovering, OdIfc4x2::IfcCoveringType, OdIfc4x2::IfcCrewResource, OdIfc4x2::IfcCrewResourceType, OdIfc4x2::IfcCurtainWall, OdIfc4x2::IfcCurtainWallType, OdIfc4x2::IfcDamper, OdIfc4x2::IfcDamperType, OdIfc4x2::IfcDiscreteAccessory, OdIfc4x2::IfcDiscreteAccessoryType, OdIfc4x2::IfcDistributionChamberElement, OdIfc4x2::IfcDistributionChamberElementType, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionPort, OdIfc4x2::IfcDistributionSystem, OdIfc4x2::IfcDoor, OdIfc4x2::IfcDoorLiningProperties, OdIfc4x2::IfcDoorPanelProperties, OdIfc4x2::IfcDoorStyle, OdIfc4x2::IfcDoorType, OdIfc4x2::IfcDuctFitting, OdIfc4x2::IfcDuctFittingType, OdIfc4x2::IfcDuctSegment, OdIfc4x2::IfcDuctSegmentType, OdIfc4x2::IfcDuctSilencer, OdIfc4x2::IfcDuctSilencerType, 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::IfcElementAssembly, OdIfc4x2::IfcElementAssemblyType, OdIfc4x2::IfcElement, OdIfc4x2::IfcElementQuantity, OdIfc4x2::IfcElementType, OdIfc4x2::IfcEngine, OdIfc4x2::IfcEngineType, OdIfc4x2::IfcEvaporativeCooler, OdIfc4x2::IfcEvaporativeCoolerType, OdIfc4x2::IfcEvaporator, OdIfc4x2::IfcEvaporatorType, OdIfc4x2::IfcEvent, OdIfc4x2::IfcEventType, OdIfc4x2::IfcExternalSpatialElement, OdIfc4x2::IfcFan, OdIfc4x2::IfcFanType, OdIfc4x2::IfcFastener, OdIfc4x2::IfcFastenerType, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFilter, OdIfc4x2::IfcFilterType, OdIfc4x2::IfcFireSuppressionTerminal, OdIfc4x2::IfcFireSuppressionTerminalType, OdIfc4x2::IfcFlowInstrument, OdIfc4x2::IfcFlowInstrumentType, OdIfc4x2::IfcFlowMeter, OdIfc4x2::IfcFlowMeterType, OdIfc4x2::IfcFooting, OdIfc4x2::IfcFootingType, OdIfc4x2::IfcFurniture, OdIfc4x2::IfcFurnitureType, OdIfc4x2::IfcGeographicElement, OdIfc4x2::IfcGeographicElementType, OdIfc4x2::IfcGrid, OdIfc4x2::IfcGroup, OdIfc4x2::IfcHeatExchanger, OdIfc4x2::IfcHeatExchangerType, OdIfc4x2::IfcHumidifier, OdIfc4x2::IfcHumidifierType, OdIfc4x2::IfcInterceptor, OdIfc4x2::IfcInterceptorType, OdIfc4x2::IfcInventory, OdIfc4x2::IfcJunctionBox, OdIfc4x2::IfcJunctionBoxType, OdIfc4x2::IfcLaborResource, OdIfc4x2::IfcLaborResourceType, OdIfc4x2::IfcLamp, OdIfc4x2::IfcLampType, OdIfc4x2::IfcLightFixture, OdIfc4x2::IfcLightFixtureType, OdIfc4x2::IfcLinearPositioningElement, OdIfc4x2::IfcMechanicalFastener, OdIfc4x2::IfcMechanicalFastenerType, OdIfc4x2::IfcMedicalDevice, OdIfc4x2::IfcMedicalDeviceType, OdIfc4x2::IfcMember, OdIfc4x2::IfcMemberType, OdIfc4x2::IfcMotorConnection, OdIfc4x2::IfcMotorConnectionType, OdIfc4x2::IfcObject, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcOccupant, OdIfc4x2::IfcOpeningElement, OdIfc4x2::IfcOutlet, OdIfc4x2::IfcOutletType, OdIfc4x2::IfcPerformanceHistory, OdIfc4x2::IfcPermeableCoveringProperties, OdIfc4x2::IfcPermit, OdIfc4x2::IfcPile, OdIfc4x2::IfcPileType, OdIfc4x2::IfcPipeFitting, OdIfc4x2::IfcPipeFittingType, OdIfc4x2::IfcPipeSegment, OdIfc4x2::IfcPipeSegmentType, OdIfc4x2::IfcPlate, OdIfc4x2::IfcPlateType, OdIfc4x2::IfcPort, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcProcedure, OdIfc4x2::IfcProcedureType, OdIfc4x2::IfcProcess, OdIfc4x2::IfcProduct, OdIfc4x2::IfcProjectionElement, OdIfc4x2::IfcProjectOrder, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertySet, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetTemplate, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcProtectiveDevice, OdIfc4x2::IfcProtectiveDeviceTrippingUnit, OdIfc4x2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x2::IfcProtectiveDeviceType, OdIfc4x2::IfcProxy, OdIfc4x2::IfcPump, OdIfc4x2::IfcPumpType, OdIfc4x2::IfcRailing, OdIfc4x2::IfcRailingType, OdIfc4x2::IfcRamp, OdIfc4x2::IfcRampFlight, OdIfc4x2::IfcRampFlightType, OdIfc4x2::IfcRampType, OdIfc4x2::IfcReferent, 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::IfcResource, OdIfc4x2::IfcRoof, OdIfc4x2::IfcRoofType, OdIfc4x2::IfcSanitaryTerminal, OdIfc4x2::IfcSanitaryTerminalType, OdIfc4x2::IfcSensor, OdIfc4x2::IfcSensorType, OdIfc4x2::IfcShadingDevice, OdIfc4x2::IfcShadingDeviceType, OdIfc4x2::IfcSimplePropertyTemplate, OdIfc4x2::IfcSite, OdIfc4x2::IfcSlab, OdIfc4x2::IfcSlabType, OdIfc4x2::IfcSolarDevice, OdIfc4x2::IfcSolarDeviceType, OdIfc4x2::IfcSpace, OdIfc4x2::IfcSpaceHeater, OdIfc4x2::IfcSpaceHeaterType, OdIfc4x2::IfcSpaceType, OdIfc4x2::IfcSpatialElement, OdIfc4x2::IfcSpatialElementType, OdIfc4x2::IfcSpatialStructureElement, OdIfc4x2::IfcSpatialZone, OdIfc4x2::IfcSpatialZoneType, OdIfc4x2::IfcStackTerminal, OdIfc4x2::IfcStackTerminalType, OdIfc4x2::IfcStair, OdIfc4x2::IfcStairFlight, OdIfc4x2::IfcStairFlightType, OdIfc4x2::IfcStairType, OdIfc4x2::IfcStructuralAction, OdIfc4x2::IfcStructuralActivity, OdIfc4x2::IfcStructuralAnalysisModel, OdIfc4x2::IfcStructuralConnection, OdIfc4x2::IfcStructuralCurveAction, OdIfc4x2::IfcStructuralCurveConnection, OdIfc4x2::IfcStructuralCurveMember, OdIfc4x2::IfcStructuralCurveReaction, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralLoadCase, OdIfc4x2::IfcStructuralLoadGroup, OdIfc4x2::IfcStructuralMember, OdIfc4x2::IfcStructuralPointConnection, OdIfc4x2::IfcStructuralResultGroup, OdIfc4x2::IfcStructuralSurfaceAction, OdIfc4x2::IfcStructuralSurfaceMember, OdIfc4x2::IfcStructuralSurfaceReaction, OdIfc4x2::IfcSubContractResource, OdIfc4x2::IfcSubContractResourceType, OdIfc4x2::IfcSurfaceFeature, OdIfc4x2::IfcSwitchingDevice, OdIfc4x2::IfcSwitchingDeviceType, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystemFurnitureElement, OdIfc4x2::IfcSystemFurnitureElementType, OdIfc4x2::IfcTank, OdIfc4x2::IfcTankType, OdIfc4x2::IfcTask, OdIfc4x2::IfcTaskType, OdIfc4x2::IfcTendonAnchor, OdIfc4x2::IfcTendonAnchorType, OdIfc4x2::IfcTendon, OdIfc4x2::IfcTendonConduit, OdIfc4x2::IfcTendonConduitType, OdIfc4x2::IfcTendonType, OdIfc4x2::IfcTransformer, OdIfc4x2::IfcTransformerType, OdIfc4x2::IfcTransportElement, OdIfc4x2::IfcTransportElementType, OdIfc4x2::IfcTubeBundle, OdIfc4x2::IfcTubeBundleType, OdIfc4x2::IfcTypeObject, OdIfc4x2::IfcTypeProcess, OdIfc4x2::IfcTypeProduct, OdIfc4x2::IfcTypeResource, OdIfc4x2::IfcUnitaryControlElement, OdIfc4x2::IfcUnitaryControlElementType, OdIfc4x2::IfcUnitaryEquipment, OdIfc4x2::IfcUnitaryEquipmentType, OdIfc4x2::IfcValve, OdIfc4x2::IfcValveType, OdIfc4x2::IfcVibrationDamper, OdIfc4x2::IfcVibrationDamperType, OdIfc4x2::IfcVibrationIsolator, OdIfc4x2::IfcVibrationIsolatorType, 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, and OdIfc4x2::IfcZone.

◆ getAttr() [2/2]

virtual OdRxValue OdIfc4x2::IfcRoot::getAttr ( const OdIfc::OdIfcAttribute  attrDef) const
virtual

Returns an attribute value for the specified attribute definition.

Parameters
attrDef[in] Attribute definition to query.
Returns
OdRxValue object that represents a generic variant type value.

Reimplemented from OdIfc::OdIfcEntity.

Reimplemented in OdIfc4x2::IfcActionRequest, OdIfc4x2::IfcActor, OdIfc4x2::IfcActuator, OdIfc4x2::IfcActuatorType, OdIfc4x2::IfcAirTerminal, OdIfc4x2::IfcAirTerminalBox, OdIfc4x2::IfcAirTerminalBoxType, OdIfc4x2::IfcAirTerminalType, OdIfc4x2::IfcAirToAirHeatRecovery, OdIfc4x2::IfcAirToAirHeatRecoveryType, OdIfc4x2::IfcAlarm, OdIfc4x2::IfcAlarmType, OdIfc4x2::IfcAlignment, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAsset, OdIfc4x2::IfcAudioVisualAppliance, OdIfc4x2::IfcAudioVisualApplianceType, OdIfc4x2::IfcBeam, OdIfc4x2::IfcBeamType, OdIfc4x2::IfcBearing, OdIfc4x2::IfcBearingType, OdIfc4x2::IfcBoiler, OdIfc4x2::IfcBoilerType, OdIfc4x2::IfcBridge, OdIfc4x2::IfcBridgePart, 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::IfcChiller, OdIfc4x2::IfcChillerType, OdIfc4x2::IfcChimney, OdIfc4x2::IfcChimneyType, OdIfc4x2::IfcCoil, OdIfc4x2::IfcCoilType, OdIfc4x2::IfcColumn, OdIfc4x2::IfcColumnType, OdIfc4x2::IfcCommunicationsAppliance, OdIfc4x2::IfcCommunicationsApplianceType, OdIfc4x2::IfcComplexPropertyTemplate, OdIfc4x2::IfcCompressor, OdIfc4x2::IfcCompressorType, OdIfc4x2::IfcCondenser, OdIfc4x2::IfcCondenserType, OdIfc4x2::IfcConstructionEquipmentResource, OdIfc4x2::IfcConstructionEquipmentResourceType, OdIfc4x2::IfcConstructionMaterialResource, OdIfc4x2::IfcConstructionMaterialResourceType, OdIfc4x2::IfcConstructionProductResource, OdIfc4x2::IfcConstructionProductResourceType, OdIfc4x2::IfcConstructionResource, OdIfc4x2::IfcConstructionResourceType, OdIfc4x2::IfcContext, OdIfc4x2::IfcControl, OdIfc4x2::IfcController, OdIfc4x2::IfcControllerType, OdIfc4x2::IfcCooledBeam, OdIfc4x2::IfcCooledBeamType, OdIfc4x2::IfcCoolingTower, OdIfc4x2::IfcCoolingTowerType, OdIfc4x2::IfcCostItem, OdIfc4x2::IfcCostSchedule, OdIfc4x2::IfcCovering, OdIfc4x2::IfcCoveringType, OdIfc4x2::IfcCrewResource, OdIfc4x2::IfcCrewResourceType, OdIfc4x2::IfcCurtainWall, OdIfc4x2::IfcCurtainWallType, OdIfc4x2::IfcDamper, OdIfc4x2::IfcDamperType, OdIfc4x2::IfcDiscreteAccessory, OdIfc4x2::IfcDiscreteAccessoryType, OdIfc4x2::IfcDistributionChamberElement, OdIfc4x2::IfcDistributionChamberElementType, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionPort, OdIfc4x2::IfcDistributionSystem, OdIfc4x2::IfcDoor, OdIfc4x2::IfcDoorLiningProperties, OdIfc4x2::IfcDoorPanelProperties, OdIfc4x2::IfcDoorStyle, OdIfc4x2::IfcDoorType, OdIfc4x2::IfcDuctFitting, OdIfc4x2::IfcDuctFittingType, OdIfc4x2::IfcDuctSegment, OdIfc4x2::IfcDuctSegmentType, OdIfc4x2::IfcDuctSilencer, OdIfc4x2::IfcDuctSilencerType, 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::IfcElementAssembly, OdIfc4x2::IfcElementAssemblyType, OdIfc4x2::IfcElement, OdIfc4x2::IfcElementQuantity, OdIfc4x2::IfcElementType, OdIfc4x2::IfcEngine, OdIfc4x2::IfcEngineType, OdIfc4x2::IfcEvaporativeCooler, OdIfc4x2::IfcEvaporativeCoolerType, OdIfc4x2::IfcEvaporator, OdIfc4x2::IfcEvaporatorType, OdIfc4x2::IfcEvent, OdIfc4x2::IfcEventType, OdIfc4x2::IfcExternalSpatialElement, OdIfc4x2::IfcFan, OdIfc4x2::IfcFanType, OdIfc4x2::IfcFastener, OdIfc4x2::IfcFastenerType, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFilter, OdIfc4x2::IfcFilterType, OdIfc4x2::IfcFireSuppressionTerminal, OdIfc4x2::IfcFireSuppressionTerminalType, OdIfc4x2::IfcFlowInstrument, OdIfc4x2::IfcFlowInstrumentType, OdIfc4x2::IfcFlowMeter, OdIfc4x2::IfcFlowMeterType, OdIfc4x2::IfcFooting, OdIfc4x2::IfcFootingType, OdIfc4x2::IfcFurniture, OdIfc4x2::IfcFurnitureType, OdIfc4x2::IfcGeographicElement, OdIfc4x2::IfcGeographicElementType, OdIfc4x2::IfcGrid, OdIfc4x2::IfcGroup, OdIfc4x2::IfcGroup, OdIfc4x2::IfcHeatExchanger, OdIfc4x2::IfcHeatExchangerType, OdIfc4x2::IfcHumidifier, OdIfc4x2::IfcHumidifierType, OdIfc4x2::IfcInterceptor, OdIfc4x2::IfcInterceptorType, OdIfc4x2::IfcInventory, OdIfc4x2::IfcJunctionBox, OdIfc4x2::IfcJunctionBoxType, OdIfc4x2::IfcLaborResource, OdIfc4x2::IfcLaborResourceType, OdIfc4x2::IfcLamp, OdIfc4x2::IfcLampType, OdIfc4x2::IfcLightFixture, OdIfc4x2::IfcLightFixtureType, OdIfc4x2::IfcLinearPositioningElement, OdIfc4x2::IfcMechanicalFastener, OdIfc4x2::IfcMechanicalFastenerType, OdIfc4x2::IfcMedicalDevice, OdIfc4x2::IfcMedicalDeviceType, OdIfc4x2::IfcMember, OdIfc4x2::IfcMemberType, OdIfc4x2::IfcMotorConnection, OdIfc4x2::IfcMotorConnectionType, OdIfc4x2::IfcObject, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcOccupant, OdIfc4x2::IfcOpeningElement, OdIfc4x2::IfcOutlet, OdIfc4x2::IfcOutletType, OdIfc4x2::IfcPerformanceHistory, OdIfc4x2::IfcPermeableCoveringProperties, OdIfc4x2::IfcPermit, OdIfc4x2::IfcPile, OdIfc4x2::IfcPileType, OdIfc4x2::IfcPipeFitting, OdIfc4x2::IfcPipeFittingType, OdIfc4x2::IfcPipeSegment, OdIfc4x2::IfcPipeSegmentType, OdIfc4x2::IfcPlate, OdIfc4x2::IfcPlateType, OdIfc4x2::IfcPort, OdIfc4x2::IfcPort, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcProcedure, OdIfc4x2::IfcProcedureType, OdIfc4x2::IfcProcess, OdIfc4x2::IfcProduct, OdIfc4x2::IfcProjectionElement, OdIfc4x2::IfcProjectOrder, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertySet, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetTemplate, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcProtectiveDevice, OdIfc4x2::IfcProtectiveDeviceTrippingUnit, OdIfc4x2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x2::IfcProtectiveDeviceType, OdIfc4x2::IfcProxy, OdIfc4x2::IfcPump, OdIfc4x2::IfcPumpType, OdIfc4x2::IfcRailing, OdIfc4x2::IfcRailingType, OdIfc4x2::IfcRamp, OdIfc4x2::IfcRampFlight, OdIfc4x2::IfcRampFlightType, OdIfc4x2::IfcRampType, OdIfc4x2::IfcReferent, 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::IfcResource, OdIfc4x2::IfcRoof, OdIfc4x2::IfcRoofType, OdIfc4x2::IfcSanitaryTerminal, OdIfc4x2::IfcSanitaryTerminalType, OdIfc4x2::IfcSensor, OdIfc4x2::IfcSensorType, OdIfc4x2::IfcShadingDevice, OdIfc4x2::IfcShadingDeviceType, OdIfc4x2::IfcSimplePropertyTemplate, OdIfc4x2::IfcSite, OdIfc4x2::IfcSlab, OdIfc4x2::IfcSlabType, OdIfc4x2::IfcSolarDevice, OdIfc4x2::IfcSolarDeviceType, OdIfc4x2::IfcSpace, OdIfc4x2::IfcSpaceHeater, OdIfc4x2::IfcSpaceHeaterType, OdIfc4x2::IfcSpaceType, OdIfc4x2::IfcSpatialElement, OdIfc4x2::IfcSpatialElementType, OdIfc4x2::IfcSpatialStructureElement, OdIfc4x2::IfcSpatialZone, OdIfc4x2::IfcSpatialZoneType, OdIfc4x2::IfcStackTerminal, OdIfc4x2::IfcStackTerminalType, OdIfc4x2::IfcStair, OdIfc4x2::IfcStairFlight, OdIfc4x2::IfcStairFlightType, OdIfc4x2::IfcStairType, OdIfc4x2::IfcStructuralAction, OdIfc4x2::IfcStructuralActivity, OdIfc4x2::IfcStructuralAnalysisModel, OdIfc4x2::IfcStructuralConnection, OdIfc4x2::IfcStructuralCurveAction, OdIfc4x2::IfcStructuralCurveConnection, OdIfc4x2::IfcStructuralCurveMember, OdIfc4x2::IfcStructuralCurveReaction, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralLoadCase, OdIfc4x2::IfcStructuralLoadGroup, OdIfc4x2::IfcStructuralMember, OdIfc4x2::IfcStructuralMember, OdIfc4x2::IfcStructuralPointConnection, OdIfc4x2::IfcStructuralResultGroup, OdIfc4x2::IfcStructuralSurfaceAction, OdIfc4x2::IfcStructuralSurfaceMember, OdIfc4x2::IfcStructuralSurfaceReaction, OdIfc4x2::IfcSubContractResource, OdIfc4x2::IfcSubContractResourceType, OdIfc4x2::IfcSurfaceFeature, OdIfc4x2::IfcSwitchingDevice, OdIfc4x2::IfcSwitchingDeviceType, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystemFurnitureElement, OdIfc4x2::IfcSystemFurnitureElementType, OdIfc4x2::IfcTank, OdIfc4x2::IfcTankType, OdIfc4x2::IfcTask, OdIfc4x2::IfcTaskType, OdIfc4x2::IfcTendonAnchor, OdIfc4x2::IfcTendonAnchorType, OdIfc4x2::IfcTendon, OdIfc4x2::IfcTendonConduit, OdIfc4x2::IfcTendonConduitType, OdIfc4x2::IfcTendonType, OdIfc4x2::IfcTransformer, OdIfc4x2::IfcTransformerType, OdIfc4x2::IfcTransportElement, OdIfc4x2::IfcTransportElementType, OdIfc4x2::IfcTubeBundle, OdIfc4x2::IfcTubeBundleType, OdIfc4x2::IfcTypeObject, OdIfc4x2::IfcTypeProcess, OdIfc4x2::IfcTypeProduct, OdIfc4x2::IfcTypeResource, OdIfc4x2::IfcUnitaryControlElement, OdIfc4x2::IfcUnitaryControlElementType, OdIfc4x2::IfcUnitaryEquipment, OdIfc4x2::IfcUnitaryEquipmentType, OdIfc4x2::IfcValve, OdIfc4x2::IfcValveType, OdIfc4x2::IfcVibrationDamper, OdIfc4x2::IfcVibrationDamperType, OdIfc4x2::IfcVibrationIsolator, OdIfc4x2::IfcVibrationIsolatorType, 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, and OdIfc4x2::IfcZone.

◆ getDescription()

const OdAnsiString & OdIfc4x2::IfcRoot::getDescription ( ) const

Returns the description of an object.

Returns
String that contains description of the object.

◆ getGlobalId()

OdIfcGUID OdIfc4x2::IfcRoot::getGlobalId ( ) const

Returns a globally unique identifier within the entire software world.

Returns
The globally unique identifier value.

◆ getInstanceType()

virtual OdDAI::Entity * OdIfc4x2::IfcRoot::getInstanceType ( ) const
virtual

Returns a type of a class instance.

Returns
Pointer to the <link OdDAI__Entity, OdDAI::Entity> type that determines an entity definition within a schema.

Reimplemented in OdIfc4x2::IfcActionRequest, OdIfc4x2::IfcActor, OdIfc4x2::IfcActuator, OdIfc4x2::IfcActuatorType, OdIfc4x2::IfcAirTerminal, OdIfc4x2::IfcAirTerminalBox, OdIfc4x2::IfcAirTerminalBoxType, OdIfc4x2::IfcAirTerminalType, OdIfc4x2::IfcAirToAirHeatRecovery, OdIfc4x2::IfcAirToAirHeatRecoveryType, OdIfc4x2::IfcAlarm, OdIfc4x2::IfcAlarmType, OdIfc4x2::IfcAlignment, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAsset, OdIfc4x2::IfcAudioVisualAppliance, OdIfc4x2::IfcAudioVisualApplianceType, OdIfc4x2::IfcBeam, OdIfc4x2::IfcBeamStandardCase, OdIfc4x2::IfcBeamType, OdIfc4x2::IfcBearing, OdIfc4x2::IfcBearingType, OdIfc4x2::IfcBoiler, OdIfc4x2::IfcBoilerType, OdIfc4x2::IfcBridge, OdIfc4x2::IfcBridgePart, 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::IfcChiller, OdIfc4x2::IfcChillerType, OdIfc4x2::IfcChimney, OdIfc4x2::IfcChimneyType, OdIfc4x2::IfcCivilElement, OdIfc4x2::IfcCivilElementType, OdIfc4x2::IfcCoil, OdIfc4x2::IfcCoilType, OdIfc4x2::IfcColumn, OdIfc4x2::IfcColumnStandardCase, OdIfc4x2::IfcColumnType, OdIfc4x2::IfcCommunicationsAppliance, OdIfc4x2::IfcCommunicationsApplianceType, OdIfc4x2::IfcComplexPropertyTemplate, OdIfc4x2::IfcCompressor, OdIfc4x2::IfcCompressorType, OdIfc4x2::IfcCondenser, OdIfc4x2::IfcCondenserType, OdIfc4x2::IfcConstructionEquipmentResource, OdIfc4x2::IfcConstructionEquipmentResourceType, OdIfc4x2::IfcConstructionMaterialResource, OdIfc4x2::IfcConstructionMaterialResourceType, OdIfc4x2::IfcConstructionProductResource, OdIfc4x2::IfcConstructionProductResourceType, OdIfc4x2::IfcConstructionResource, OdIfc4x2::IfcConstructionResourceType, OdIfc4x2::IfcContext, OdIfc4x2::IfcControl, OdIfc4x2::IfcController, OdIfc4x2::IfcControllerType, OdIfc4x2::IfcCooledBeam, OdIfc4x2::IfcCooledBeamType, OdIfc4x2::IfcCoolingTower, OdIfc4x2::IfcCoolingTowerType, OdIfc4x2::IfcCostItem, OdIfc4x2::IfcCostSchedule, OdIfc4x2::IfcCovering, OdIfc4x2::IfcCoveringType, OdIfc4x2::IfcCrewResource, OdIfc4x2::IfcCrewResourceType, OdIfc4x2::IfcCurtainWall, OdIfc4x2::IfcCurtainWallType, OdIfc4x2::IfcDamper, OdIfc4x2::IfcDamperType, OdIfc4x2::IfcDeepFoundation, OdIfc4x2::IfcDeepFoundationType, OdIfc4x2::IfcDiscreteAccessory, OdIfc4x2::IfcDiscreteAccessoryType, OdIfc4x2::IfcDistributionChamberElement, OdIfc4x2::IfcDistributionChamberElementType, OdIfc4x2::IfcDistributionCircuit, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionControlElementType, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionElementType, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionFlowElementType, OdIfc4x2::IfcDistributionPort, OdIfc4x2::IfcDistributionSystem, OdIfc4x2::IfcDoor, OdIfc4x2::IfcDoorLiningProperties, OdIfc4x2::IfcDoorPanelProperties, OdIfc4x2::IfcDoorStandardCase, OdIfc4x2::IfcDoorStyle, OdIfc4x2::IfcDoorType, OdIfc4x2::IfcDuctFitting, OdIfc4x2::IfcDuctFittingType, OdIfc4x2::IfcDuctSegment, OdIfc4x2::IfcDuctSegmentType, OdIfc4x2::IfcDuctSilencer, OdIfc4x2::IfcDuctSilencerType, 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::IfcElementAssembly, OdIfc4x2::IfcElementAssemblyType, OdIfc4x2::IfcElement, OdIfc4x2::IfcElementComponent, OdIfc4x2::IfcElementComponentType, OdIfc4x2::IfcElementQuantity, OdIfc4x2::IfcElementType, OdIfc4x2::IfcEnergyConversionDevice, OdIfc4x2::IfcEnergyConversionDeviceType, OdIfc4x2::IfcEngine, OdIfc4x2::IfcEngineType, OdIfc4x2::IfcEvaporativeCooler, OdIfc4x2::IfcEvaporativeCoolerType, OdIfc4x2::IfcEvaporator, OdIfc4x2::IfcEvaporatorType, OdIfc4x2::IfcEvent, OdIfc4x2::IfcEventType, OdIfc4x2::IfcExternalSpatialElement, OdIfc4x2::IfcExternalSpatialStructureElement, OdIfc4x2::IfcFacility, OdIfc4x2::IfcFacilityPart, OdIfc4x2::IfcFan, OdIfc4x2::IfcFanType, OdIfc4x2::IfcFastener, OdIfc4x2::IfcFastenerType, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElement, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFilter, OdIfc4x2::IfcFilterType, OdIfc4x2::IfcFireSuppressionTerminal, OdIfc4x2::IfcFireSuppressionTerminalType, 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::IfcGrid, OdIfc4x2::IfcGroup, OdIfc4x2::IfcHeatExchanger, OdIfc4x2::IfcHeatExchangerType, OdIfc4x2::IfcHumidifier, OdIfc4x2::IfcHumidifierType, OdIfc4x2::IfcInterceptor, OdIfc4x2::IfcInterceptorType, OdIfc4x2::IfcInventory, OdIfc4x2::IfcJunctionBox, OdIfc4x2::IfcJunctionBoxType, OdIfc4x2::IfcLaborResource, OdIfc4x2::IfcLaborResourceType, OdIfc4x2::IfcLamp, OdIfc4x2::IfcLampType, OdIfc4x2::IfcLightFixture, OdIfc4x2::IfcLightFixtureType, OdIfc4x2::IfcLinearPositioningElement, OdIfc4x2::IfcMechanicalFastener, OdIfc4x2::IfcMechanicalFastenerType, OdIfc4x2::IfcMedicalDevice, OdIfc4x2::IfcMedicalDeviceType, OdIfc4x2::IfcMember, OdIfc4x2::IfcMemberStandardCase, OdIfc4x2::IfcMemberType, OdIfc4x2::IfcMotorConnection, OdIfc4x2::IfcMotorConnectionType, OdIfc4x2::IfcObject, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcOccupant, OdIfc4x2::IfcOpeningElement, OdIfc4x2::IfcOpeningStandardCase, OdIfc4x2::IfcOutlet, OdIfc4x2::IfcOutletType, OdIfc4x2::IfcPerformanceHistory, OdIfc4x2::IfcPermeableCoveringProperties, OdIfc4x2::IfcPermit, OdIfc4x2::IfcPile, OdIfc4x2::IfcPileType, OdIfc4x2::IfcPipeFitting, OdIfc4x2::IfcPipeFittingType, OdIfc4x2::IfcPipeSegment, OdIfc4x2::IfcPipeSegmentType, OdIfc4x2::IfcPlate, OdIfc4x2::IfcPlateStandardCase, OdIfc4x2::IfcPlateType, OdIfc4x2::IfcPort, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcPreDefinedPropertySet, OdIfc4x2::IfcProcedure, OdIfc4x2::IfcProcedureType, OdIfc4x2::IfcProcess, OdIfc4x2::IfcProduct, OdIfc4x2::IfcProject, OdIfc4x2::IfcProjectionElement, OdIfc4x2::IfcProjectLibrary, OdIfc4x2::IfcProjectOrder, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertySet, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetTemplate, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcPropertyTemplateDefinition, OdIfc4x2::IfcProtectiveDevice, OdIfc4x2::IfcProtectiveDeviceTrippingUnit, OdIfc4x2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x2::IfcProtectiveDeviceType, OdIfc4x2::IfcProxy, OdIfc4x2::IfcPump, OdIfc4x2::IfcPumpType, OdIfc4x2::IfcQuantitySet, OdIfc4x2::IfcRailing, OdIfc4x2::IfcRailingType, OdIfc4x2::IfcRamp, OdIfc4x2::IfcRampFlight, OdIfc4x2::IfcRampFlightType, OdIfc4x2::IfcRampType, OdIfc4x2::IfcReferent, 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::IfcResource, OdIfc4x2::IfcRoof, OdIfc4x2::IfcRoofType, OdIfc4x2::IfcSanitaryTerminal, OdIfc4x2::IfcSanitaryTerminalType, OdIfc4x2::IfcSensor, OdIfc4x2::IfcSensorType, OdIfc4x2::IfcShadingDevice, OdIfc4x2::IfcShadingDeviceType, OdIfc4x2::IfcSimplePropertyTemplate, OdIfc4x2::IfcSite, OdIfc4x2::IfcSlab, OdIfc4x2::IfcSlabElementedCase, OdIfc4x2::IfcSlabStandardCase, OdIfc4x2::IfcSlabType, OdIfc4x2::IfcSolarDevice, OdIfc4x2::IfcSolarDeviceType, OdIfc4x2::IfcSpace, OdIfc4x2::IfcSpaceHeater, OdIfc4x2::IfcSpaceHeaterType, OdIfc4x2::IfcSpaceType, OdIfc4x2::IfcSpatialElement, OdIfc4x2::IfcSpatialElementType, OdIfc4x2::IfcSpatialStructureElement, OdIfc4x2::IfcSpatialStructureElementType, OdIfc4x2::IfcSpatialZone, OdIfc4x2::IfcSpatialZoneType, OdIfc4x2::IfcStackTerminal, OdIfc4x2::IfcStackTerminalType, OdIfc4x2::IfcStair, OdIfc4x2::IfcStairFlight, OdIfc4x2::IfcStairFlightType, OdIfc4x2::IfcStairType, OdIfc4x2::IfcStructuralAction, OdIfc4x2::IfcStructuralActivity, OdIfc4x2::IfcStructuralAnalysisModel, OdIfc4x2::IfcStructuralConnection, OdIfc4x2::IfcStructuralCurveAction, OdIfc4x2::IfcStructuralCurveConnection, OdIfc4x2::IfcStructuralCurveMember, OdIfc4x2::IfcStructuralCurveMemberVarying, OdIfc4x2::IfcStructuralCurveReaction, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralLinearAction, OdIfc4x2::IfcStructuralLoadCase, OdIfc4x2::IfcStructuralLoadGroup, 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::IfcSubContractResource, OdIfc4x2::IfcSubContractResourceType, OdIfc4x2::IfcSurfaceFeature, OdIfc4x2::IfcSwitchingDevice, OdIfc4x2::IfcSwitchingDeviceType, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystemFurnitureElement, OdIfc4x2::IfcSystemFurnitureElementType, OdIfc4x2::IfcTank, OdIfc4x2::IfcTankType, OdIfc4x2::IfcTask, OdIfc4x2::IfcTaskType, OdIfc4x2::IfcTendonAnchor, OdIfc4x2::IfcTendonAnchorType, OdIfc4x2::IfcTendon, OdIfc4x2::IfcTendonConduit, OdIfc4x2::IfcTendonConduitType, OdIfc4x2::IfcTendonType, OdIfc4x2::IfcTransformer, OdIfc4x2::IfcTransformerType, OdIfc4x2::IfcTransportElement, OdIfc4x2::IfcTransportElementType, OdIfc4x2::IfcTubeBundle, OdIfc4x2::IfcTubeBundleType, OdIfc4x2::IfcTypeObject, OdIfc4x2::IfcTypeProcess, OdIfc4x2::IfcTypeProduct, OdIfc4x2::IfcTypeResource, OdIfc4x2::IfcUnitaryControlElement, OdIfc4x2::IfcUnitaryControlElementType, OdIfc4x2::IfcUnitaryEquipment, OdIfc4x2::IfcUnitaryEquipmentType, OdIfc4x2::IfcValve, OdIfc4x2::IfcValveType, OdIfc4x2::IfcVibrationDamper, OdIfc4x2::IfcVibrationDamperType, OdIfc4x2::IfcVibrationIsolator, OdIfc4x2::IfcVibrationIsolatorType, OdIfc4x2::IfcVirtualElement, 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, and OdIfc4x2::IfcZone.

◆ getName()

const OdAnsiString & OdIfc4x2::IfcRoot::getName ( ) const

Returns a name that is used by the participating software systems or users.

Returns
A strings that contains a name of the object.

◆ getOwnerHistory()

const OdDAIObjectId & OdIfc4x2::IfcRoot::getOwnerHistory ( ) const

Returns the information about the current ownership of that object, including owning actor, application, local identification and information captured about the recent changes of the object.

Returns
The OdDAIObjectId object that contains information about ownership of that object.

◆ inFields()

virtual OdResult OdIfc4x2::IfcRoot::inFields ( OdDAI::OdSpfFilerBase *  rdFiler)
virtual

Reads object's data from the specified filer.

Parameters
rdFiler[in] Pointer to a filer from which to read the data.
Returns
A value of OdResult type that contains the result of the method execution.

Reimplemented in OdIfc4x2::IfcActionRequest, OdIfc4x2::IfcActor, OdIfc4x2::IfcActuator, OdIfc4x2::IfcActuatorType, OdIfc4x2::IfcAirTerminal, OdIfc4x2::IfcAirTerminalBox, OdIfc4x2::IfcAirTerminalBoxType, OdIfc4x2::IfcAirTerminalType, OdIfc4x2::IfcAirToAirHeatRecovery, OdIfc4x2::IfcAirToAirHeatRecoveryType, OdIfc4x2::IfcAlarm, OdIfc4x2::IfcAlarmType, OdIfc4x2::IfcAlignment, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAsset, OdIfc4x2::IfcAudioVisualAppliance, OdIfc4x2::IfcAudioVisualApplianceType, OdIfc4x2::IfcBeam, OdIfc4x2::IfcBeamType, OdIfc4x2::IfcBearing, OdIfc4x2::IfcBearingType, OdIfc4x2::IfcBoiler, OdIfc4x2::IfcBoilerType, OdIfc4x2::IfcBridge, OdIfc4x2::IfcBridgePart, 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::IfcChiller, OdIfc4x2::IfcChillerType, OdIfc4x2::IfcChimney, OdIfc4x2::IfcChimneyType, OdIfc4x2::IfcCoil, OdIfc4x2::IfcCoilType, OdIfc4x2::IfcColumn, OdIfc4x2::IfcColumnType, OdIfc4x2::IfcCommunicationsAppliance, OdIfc4x2::IfcCommunicationsApplianceType, OdIfc4x2::IfcComplexPropertyTemplate, OdIfc4x2::IfcCompressor, OdIfc4x2::IfcCompressorType, OdIfc4x2::IfcCondenser, OdIfc4x2::IfcCondenserType, OdIfc4x2::IfcConstructionEquipmentResource, OdIfc4x2::IfcConstructionEquipmentResourceType, OdIfc4x2::IfcConstructionMaterialResource, OdIfc4x2::IfcConstructionMaterialResourceType, OdIfc4x2::IfcConstructionProductResource, OdIfc4x2::IfcConstructionProductResourceType, OdIfc4x2::IfcConstructionResource, OdIfc4x2::IfcConstructionResourceType, OdIfc4x2::IfcContext, OdIfc4x2::IfcControl, OdIfc4x2::IfcController, OdIfc4x2::IfcControllerType, OdIfc4x2::IfcCooledBeam, OdIfc4x2::IfcCooledBeamType, OdIfc4x2::IfcCoolingTower, OdIfc4x2::IfcCoolingTowerType, OdIfc4x2::IfcCostItem, OdIfc4x2::IfcCostSchedule, OdIfc4x2::IfcCovering, OdIfc4x2::IfcCoveringType, OdIfc4x2::IfcCrewResource, OdIfc4x2::IfcCrewResourceType, OdIfc4x2::IfcCurtainWall, OdIfc4x2::IfcCurtainWallType, OdIfc4x2::IfcDamper, OdIfc4x2::IfcDamperType, OdIfc4x2::IfcDiscreteAccessory, OdIfc4x2::IfcDiscreteAccessoryType, OdIfc4x2::IfcDistributionChamberElement, OdIfc4x2::IfcDistributionChamberElementType, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionPort, OdIfc4x2::IfcDistributionSystem, OdIfc4x2::IfcDoor, OdIfc4x2::IfcDoorLiningProperties, OdIfc4x2::IfcDoorPanelProperties, OdIfc4x2::IfcDoorStyle, OdIfc4x2::IfcDoorType, OdIfc4x2::IfcDuctFitting, OdIfc4x2::IfcDuctFittingType, OdIfc4x2::IfcDuctSegment, OdIfc4x2::IfcDuctSegmentType, OdIfc4x2::IfcDuctSilencer, OdIfc4x2::IfcDuctSilencerType, 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::IfcElementAssembly, OdIfc4x2::IfcElementAssemblyType, OdIfc4x2::IfcElement, OdIfc4x2::IfcElementQuantity, OdIfc4x2::IfcElementType, OdIfc4x2::IfcEngine, OdIfc4x2::IfcEngineType, OdIfc4x2::IfcEvaporativeCooler, OdIfc4x2::IfcEvaporativeCoolerType, OdIfc4x2::IfcEvaporator, OdIfc4x2::IfcEvaporatorType, OdIfc4x2::IfcEvent, OdIfc4x2::IfcEventType, OdIfc4x2::IfcExternalSpatialElement, OdIfc4x2::IfcFan, OdIfc4x2::IfcFanType, OdIfc4x2::IfcFastener, OdIfc4x2::IfcFastenerType, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFilter, OdIfc4x2::IfcFilterType, OdIfc4x2::IfcFireSuppressionTerminal, OdIfc4x2::IfcFireSuppressionTerminalType, OdIfc4x2::IfcFlowInstrument, OdIfc4x2::IfcFlowInstrumentType, OdIfc4x2::IfcFlowMeter, OdIfc4x2::IfcFlowMeterType, OdIfc4x2::IfcFooting, OdIfc4x2::IfcFootingType, OdIfc4x2::IfcFurniture, OdIfc4x2::IfcFurnitureType, OdIfc4x2::IfcGeographicElement, OdIfc4x2::IfcGeographicElementType, OdIfc4x2::IfcGrid, OdIfc4x2::IfcGroup, OdIfc4x2::IfcHeatExchanger, OdIfc4x2::IfcHeatExchangerType, OdIfc4x2::IfcHumidifier, OdIfc4x2::IfcHumidifierType, OdIfc4x2::IfcInterceptor, OdIfc4x2::IfcInterceptorType, OdIfc4x2::IfcInventory, OdIfc4x2::IfcJunctionBox, OdIfc4x2::IfcJunctionBoxType, OdIfc4x2::IfcLaborResource, OdIfc4x2::IfcLaborResourceType, OdIfc4x2::IfcLamp, OdIfc4x2::IfcLampType, OdIfc4x2::IfcLightFixture, OdIfc4x2::IfcLightFixtureType, OdIfc4x2::IfcLinearPositioningElement, OdIfc4x2::IfcMechanicalFastener, OdIfc4x2::IfcMechanicalFastenerType, OdIfc4x2::IfcMedicalDevice, OdIfc4x2::IfcMedicalDeviceType, OdIfc4x2::IfcMember, OdIfc4x2::IfcMemberType, OdIfc4x2::IfcMotorConnection, OdIfc4x2::IfcMotorConnectionType, OdIfc4x2::IfcObject, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcOccupant, OdIfc4x2::IfcOpeningElement, OdIfc4x2::IfcOutlet, OdIfc4x2::IfcOutletType, OdIfc4x2::IfcPerformanceHistory, OdIfc4x2::IfcPermeableCoveringProperties, OdIfc4x2::IfcPermit, OdIfc4x2::IfcPile, OdIfc4x2::IfcPileType, OdIfc4x2::IfcPipeFitting, OdIfc4x2::IfcPipeFittingType, OdIfc4x2::IfcPipeSegment, OdIfc4x2::IfcPipeSegmentType, OdIfc4x2::IfcPlate, OdIfc4x2::IfcPlateType, OdIfc4x2::IfcPort, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcProcedure, OdIfc4x2::IfcProcedureType, OdIfc4x2::IfcProcess, OdIfc4x2::IfcProduct, OdIfc4x2::IfcProjectionElement, OdIfc4x2::IfcProjectOrder, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertySet, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetTemplate, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcProtectiveDevice, OdIfc4x2::IfcProtectiveDeviceTrippingUnit, OdIfc4x2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x2::IfcProtectiveDeviceType, OdIfc4x2::IfcProxy, OdIfc4x2::IfcPump, OdIfc4x2::IfcPumpType, OdIfc4x2::IfcRailing, OdIfc4x2::IfcRailingType, OdIfc4x2::IfcRamp, OdIfc4x2::IfcRampFlight, OdIfc4x2::IfcRampFlightType, OdIfc4x2::IfcRampType, OdIfc4x2::IfcReferent, 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::IfcResource, OdIfc4x2::IfcRoof, OdIfc4x2::IfcRoofType, OdIfc4x2::IfcSanitaryTerminal, OdIfc4x2::IfcSanitaryTerminalType, OdIfc4x2::IfcSensor, OdIfc4x2::IfcSensorType, OdIfc4x2::IfcShadingDevice, OdIfc4x2::IfcShadingDeviceType, OdIfc4x2::IfcSimplePropertyTemplate, OdIfc4x2::IfcSite, OdIfc4x2::IfcSlab, OdIfc4x2::IfcSlabType, OdIfc4x2::IfcSolarDevice, OdIfc4x2::IfcSolarDeviceType, OdIfc4x2::IfcSpace, OdIfc4x2::IfcSpaceHeater, OdIfc4x2::IfcSpaceHeaterType, OdIfc4x2::IfcSpaceType, OdIfc4x2::IfcSpatialElement, OdIfc4x2::IfcSpatialElementType, OdIfc4x2::IfcSpatialStructureElement, OdIfc4x2::IfcSpatialZone, OdIfc4x2::IfcSpatialZoneType, OdIfc4x2::IfcStackTerminal, OdIfc4x2::IfcStackTerminalType, OdIfc4x2::IfcStair, OdIfc4x2::IfcStairFlight, OdIfc4x2::IfcStairFlightType, OdIfc4x2::IfcStairType, OdIfc4x2::IfcStructuralAction, OdIfc4x2::IfcStructuralActivity, OdIfc4x2::IfcStructuralAnalysisModel, OdIfc4x2::IfcStructuralConnection, OdIfc4x2::IfcStructuralCurveAction, OdIfc4x2::IfcStructuralCurveConnection, OdIfc4x2::IfcStructuralCurveMember, OdIfc4x2::IfcStructuralCurveReaction, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralLoadCase, OdIfc4x2::IfcStructuralLoadGroup, OdIfc4x2::IfcStructuralMember, OdIfc4x2::IfcStructuralPointConnection, OdIfc4x2::IfcStructuralResultGroup, OdIfc4x2::IfcStructuralSurfaceAction, OdIfc4x2::IfcStructuralSurfaceMember, OdIfc4x2::IfcStructuralSurfaceReaction, OdIfc4x2::IfcSubContractResource, OdIfc4x2::IfcSubContractResourceType, OdIfc4x2::IfcSurfaceFeature, OdIfc4x2::IfcSwitchingDevice, OdIfc4x2::IfcSwitchingDeviceType, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystemFurnitureElement, OdIfc4x2::IfcSystemFurnitureElementType, OdIfc4x2::IfcTank, OdIfc4x2::IfcTankType, OdIfc4x2::IfcTask, OdIfc4x2::IfcTaskType, OdIfc4x2::IfcTendonAnchor, OdIfc4x2::IfcTendonAnchorType, OdIfc4x2::IfcTendon, OdIfc4x2::IfcTendonConduit, OdIfc4x2::IfcTendonConduitType, OdIfc4x2::IfcTendonType, OdIfc4x2::IfcTransformer, OdIfc4x2::IfcTransformerType, OdIfc4x2::IfcTransportElement, OdIfc4x2::IfcTransportElementType, OdIfc4x2::IfcTubeBundle, OdIfc4x2::IfcTubeBundleType, OdIfc4x2::IfcTypeObject, OdIfc4x2::IfcTypeProcess, OdIfc4x2::IfcTypeProduct, OdIfc4x2::IfcTypeResource, OdIfc4x2::IfcUnitaryControlElement, OdIfc4x2::IfcUnitaryControlElementType, OdIfc4x2::IfcUnitaryEquipment, OdIfc4x2::IfcUnitaryEquipmentType, OdIfc4x2::IfcValve, OdIfc4x2::IfcValveType, OdIfc4x2::IfcVibrationDamper, OdIfc4x2::IfcVibrationDamperType, OdIfc4x2::IfcVibrationIsolator, OdIfc4x2::IfcVibrationIsolatorType, 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, and OdIfc4x2::IfcZone.

◆ isKindOf()

virtual bool OdIfc4x2::IfcRoot::isKindOf ( OdIfc::OdIfcEntityType  entityType) const
virtual

Checks whether the specified instance is the object derived from or belongs to this class.

Parameters
entityType[in] Entity to check.
Returns
true if the specified instance is the object derived from or belongs to this class, false otherwise.

Reimplemented from OdIfc::OdIfcEntity.

Reimplemented in OdIfc4x2::IfcActionRequest, OdIfc4x2::IfcActor, OdIfc4x2::IfcActuator, OdIfc4x2::IfcActuatorType, OdIfc4x2::IfcAirTerminal, OdIfc4x2::IfcAirTerminalBox, OdIfc4x2::IfcAirTerminalBoxType, OdIfc4x2::IfcAirTerminalType, OdIfc4x2::IfcAirToAirHeatRecovery, OdIfc4x2::IfcAirToAirHeatRecoveryType, OdIfc4x2::IfcAlarm, OdIfc4x2::IfcAlarmType, OdIfc4x2::IfcAlignment, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAsset, OdIfc4x2::IfcAudioVisualAppliance, OdIfc4x2::IfcAudioVisualApplianceType, OdIfc4x2::IfcBeam, OdIfc4x2::IfcBeamStandardCase, OdIfc4x2::IfcBeamType, OdIfc4x2::IfcBearing, OdIfc4x2::IfcBearingType, OdIfc4x2::IfcBoiler, OdIfc4x2::IfcBoilerType, OdIfc4x2::IfcBridge, OdIfc4x2::IfcBridgePart, 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::IfcChiller, OdIfc4x2::IfcChillerType, OdIfc4x2::IfcChimney, OdIfc4x2::IfcChimneyType, OdIfc4x2::IfcCivilElement, OdIfc4x2::IfcCivilElementType, OdIfc4x2::IfcCoil, OdIfc4x2::IfcCoilType, OdIfc4x2::IfcColumn, OdIfc4x2::IfcColumnStandardCase, OdIfc4x2::IfcColumnType, OdIfc4x2::IfcCommunicationsAppliance, OdIfc4x2::IfcCommunicationsApplianceType, OdIfc4x2::IfcComplexPropertyTemplate, OdIfc4x2::IfcCompressor, OdIfc4x2::IfcCompressorType, OdIfc4x2::IfcCondenser, OdIfc4x2::IfcCondenserType, OdIfc4x2::IfcConstructionEquipmentResource, OdIfc4x2::IfcConstructionEquipmentResourceType, OdIfc4x2::IfcConstructionMaterialResource, OdIfc4x2::IfcConstructionMaterialResourceType, OdIfc4x2::IfcConstructionProductResource, OdIfc4x2::IfcConstructionProductResourceType, OdIfc4x2::IfcConstructionResource, OdIfc4x2::IfcConstructionResourceType, OdIfc4x2::IfcContext, OdIfc4x2::IfcControl, OdIfc4x2::IfcController, OdIfc4x2::IfcControllerType, OdIfc4x2::IfcCooledBeam, OdIfc4x2::IfcCooledBeamType, OdIfc4x2::IfcCoolingTower, OdIfc4x2::IfcCoolingTowerType, OdIfc4x2::IfcCostItem, OdIfc4x2::IfcCostSchedule, OdIfc4x2::IfcCovering, OdIfc4x2::IfcCoveringType, OdIfc4x2::IfcCrewResource, OdIfc4x2::IfcCrewResourceType, OdIfc4x2::IfcCurtainWall, OdIfc4x2::IfcCurtainWallType, OdIfc4x2::IfcDamper, OdIfc4x2::IfcDamperType, OdIfc4x2::IfcDeepFoundation, OdIfc4x2::IfcDeepFoundationType, OdIfc4x2::IfcDiscreteAccessory, OdIfc4x2::IfcDiscreteAccessoryType, OdIfc4x2::IfcDistributionChamberElement, OdIfc4x2::IfcDistributionChamberElementType, OdIfc4x2::IfcDistributionCircuit, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionControlElementType, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionElementType, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionFlowElementType, OdIfc4x2::IfcDistributionPort, OdIfc4x2::IfcDistributionSystem, OdIfc4x2::IfcDoor, OdIfc4x2::IfcDoorLiningProperties, OdIfc4x2::IfcDoorPanelProperties, OdIfc4x2::IfcDoorStandardCase, OdIfc4x2::IfcDoorStyle, OdIfc4x2::IfcDoorType, OdIfc4x2::IfcDuctFitting, OdIfc4x2::IfcDuctFittingType, OdIfc4x2::IfcDuctSegment, OdIfc4x2::IfcDuctSegmentType, OdIfc4x2::IfcDuctSilencer, OdIfc4x2::IfcDuctSilencerType, 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::IfcElementAssembly, OdIfc4x2::IfcElementAssemblyType, OdIfc4x2::IfcElement, OdIfc4x2::IfcElementComponent, OdIfc4x2::IfcElementComponentType, OdIfc4x2::IfcElementQuantity, OdIfc4x2::IfcElementType, OdIfc4x2::IfcEnergyConversionDevice, OdIfc4x2::IfcEnergyConversionDeviceType, OdIfc4x2::IfcEngine, OdIfc4x2::IfcEngineType, OdIfc4x2::IfcEvaporativeCooler, OdIfc4x2::IfcEvaporativeCoolerType, OdIfc4x2::IfcEvaporator, OdIfc4x2::IfcEvaporatorType, OdIfc4x2::IfcEvent, OdIfc4x2::IfcEventType, OdIfc4x2::IfcExternalSpatialElement, OdIfc4x2::IfcExternalSpatialStructureElement, OdIfc4x2::IfcFacility, OdIfc4x2::IfcFacilityPart, OdIfc4x2::IfcFan, OdIfc4x2::IfcFanType, OdIfc4x2::IfcFastener, OdIfc4x2::IfcFastenerType, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElement, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFilter, OdIfc4x2::IfcFilterType, OdIfc4x2::IfcFireSuppressionTerminal, OdIfc4x2::IfcFireSuppressionTerminalType, 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::IfcGrid, OdIfc4x2::IfcGroup, OdIfc4x2::IfcHeatExchanger, OdIfc4x2::IfcHeatExchangerType, OdIfc4x2::IfcHumidifier, OdIfc4x2::IfcHumidifierType, OdIfc4x2::IfcInterceptor, OdIfc4x2::IfcInterceptorType, OdIfc4x2::IfcInventory, OdIfc4x2::IfcJunctionBox, OdIfc4x2::IfcJunctionBoxType, OdIfc4x2::IfcLaborResource, OdIfc4x2::IfcLaborResourceType, OdIfc4x2::IfcLamp, OdIfc4x2::IfcLampType, OdIfc4x2::IfcLightFixture, OdIfc4x2::IfcLightFixtureType, OdIfc4x2::IfcLinearPositioningElement, OdIfc4x2::IfcMechanicalFastener, OdIfc4x2::IfcMechanicalFastenerType, OdIfc4x2::IfcMedicalDevice, OdIfc4x2::IfcMedicalDeviceType, OdIfc4x2::IfcMember, OdIfc4x2::IfcMemberStandardCase, OdIfc4x2::IfcMemberType, OdIfc4x2::IfcMotorConnection, OdIfc4x2::IfcMotorConnectionType, OdIfc4x2::IfcObject, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcOccupant, OdIfc4x2::IfcOpeningElement, OdIfc4x2::IfcOpeningStandardCase, OdIfc4x2::IfcOutlet, OdIfc4x2::IfcOutletType, OdIfc4x2::IfcPerformanceHistory, OdIfc4x2::IfcPermeableCoveringProperties, OdIfc4x2::IfcPermit, OdIfc4x2::IfcPile, OdIfc4x2::IfcPileType, OdIfc4x2::IfcPipeFitting, OdIfc4x2::IfcPipeFittingType, OdIfc4x2::IfcPipeSegment, OdIfc4x2::IfcPipeSegmentType, OdIfc4x2::IfcPlate, OdIfc4x2::IfcPlateStandardCase, OdIfc4x2::IfcPlateType, OdIfc4x2::IfcPort, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcPreDefinedPropertySet, OdIfc4x2::IfcProcedure, OdIfc4x2::IfcProcedureType, OdIfc4x2::IfcProcess, OdIfc4x2::IfcProduct, OdIfc4x2::IfcProject, OdIfc4x2::IfcProjectionElement, OdIfc4x2::IfcProjectLibrary, OdIfc4x2::IfcProjectOrder, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertySet, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetTemplate, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcPropertyTemplateDefinition, OdIfc4x2::IfcProtectiveDevice, OdIfc4x2::IfcProtectiveDeviceTrippingUnit, OdIfc4x2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x2::IfcProtectiveDeviceType, OdIfc4x2::IfcProxy, OdIfc4x2::IfcPump, OdIfc4x2::IfcPumpType, OdIfc4x2::IfcQuantitySet, OdIfc4x2::IfcRailing, OdIfc4x2::IfcRailingType, OdIfc4x2::IfcRamp, OdIfc4x2::IfcRampFlight, OdIfc4x2::IfcRampFlightType, OdIfc4x2::IfcRampType, OdIfc4x2::IfcReferent, 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::IfcResource, OdIfc4x2::IfcRoof, OdIfc4x2::IfcRoofType, OdIfc4x2::IfcSanitaryTerminal, OdIfc4x2::IfcSanitaryTerminalType, OdIfc4x2::IfcSensor, OdIfc4x2::IfcSensorType, OdIfc4x2::IfcShadingDevice, OdIfc4x2::IfcShadingDeviceType, OdIfc4x2::IfcSimplePropertyTemplate, OdIfc4x2::IfcSite, OdIfc4x2::IfcSlab, OdIfc4x2::IfcSlabElementedCase, OdIfc4x2::IfcSlabStandardCase, OdIfc4x2::IfcSlabType, OdIfc4x2::IfcSolarDevice, OdIfc4x2::IfcSolarDeviceType, OdIfc4x2::IfcSpace, OdIfc4x2::IfcSpaceHeater, OdIfc4x2::IfcSpaceHeaterType, OdIfc4x2::IfcSpaceType, OdIfc4x2::IfcSpatialElement, OdIfc4x2::IfcSpatialElementType, OdIfc4x2::IfcSpatialStructureElement, OdIfc4x2::IfcSpatialStructureElementType, OdIfc4x2::IfcSpatialZone, OdIfc4x2::IfcSpatialZoneType, OdIfc4x2::IfcStackTerminal, OdIfc4x2::IfcStackTerminalType, OdIfc4x2::IfcStair, OdIfc4x2::IfcStairFlight, OdIfc4x2::IfcStairFlightType, OdIfc4x2::IfcStairType, OdIfc4x2::IfcStructuralAction, OdIfc4x2::IfcStructuralActivity, OdIfc4x2::IfcStructuralAnalysisModel, OdIfc4x2::IfcStructuralConnection, OdIfc4x2::IfcStructuralCurveAction, OdIfc4x2::IfcStructuralCurveConnection, OdIfc4x2::IfcStructuralCurveMember, OdIfc4x2::IfcStructuralCurveMemberVarying, OdIfc4x2::IfcStructuralCurveReaction, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralLinearAction, OdIfc4x2::IfcStructuralLoadCase, OdIfc4x2::IfcStructuralLoadGroup, 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::IfcSubContractResource, OdIfc4x2::IfcSubContractResourceType, OdIfc4x2::IfcSurfaceFeature, OdIfc4x2::IfcSwitchingDevice, OdIfc4x2::IfcSwitchingDeviceType, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystemFurnitureElement, OdIfc4x2::IfcSystemFurnitureElementType, OdIfc4x2::IfcTank, OdIfc4x2::IfcTankType, OdIfc4x2::IfcTask, OdIfc4x2::IfcTaskType, OdIfc4x2::IfcTendonAnchor, OdIfc4x2::IfcTendonAnchorType, OdIfc4x2::IfcTendon, OdIfc4x2::IfcTendonConduit, OdIfc4x2::IfcTendonConduitType, OdIfc4x2::IfcTendonType, OdIfc4x2::IfcTransformer, OdIfc4x2::IfcTransformerType, OdIfc4x2::IfcTransportElement, OdIfc4x2::IfcTransportElementType, OdIfc4x2::IfcTubeBundle, OdIfc4x2::IfcTubeBundleType, OdIfc4x2::IfcTypeObject, OdIfc4x2::IfcTypeProcess, OdIfc4x2::IfcTypeProduct, OdIfc4x2::IfcTypeResource, OdIfc4x2::IfcUnitaryControlElement, OdIfc4x2::IfcUnitaryControlElementType, OdIfc4x2::IfcUnitaryEquipment, OdIfc4x2::IfcUnitaryEquipmentType, OdIfc4x2::IfcValve, OdIfc4x2::IfcValveType, OdIfc4x2::IfcVibrationDamper, OdIfc4x2::IfcVibrationDamperType, OdIfc4x2::IfcVibrationIsolator, OdIfc4x2::IfcVibrationIsolatorType, OdIfc4x2::IfcVirtualElement, 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, and OdIfc4x2::IfcZone.

◆ outFields()

virtual OdResult OdIfc4x2::IfcRoot::outFields ( OdDAI::OdSpfFilerBase *  wrFiler)
virtual

Writes object's data the the specified filer.

Parameters
wrFiler[in] Pointer to a filer to which to write the data.
Returns
A value of OdResult type that contains the result of the method execution.

Reimplemented in OdIfc4x2::IfcActionRequest, OdIfc4x2::IfcActor, OdIfc4x2::IfcActuator, OdIfc4x2::IfcActuatorType, OdIfc4x2::IfcAirTerminal, OdIfc4x2::IfcAirTerminalBox, OdIfc4x2::IfcAirTerminalBoxType, OdIfc4x2::IfcAirTerminalType, OdIfc4x2::IfcAirToAirHeatRecovery, OdIfc4x2::IfcAirToAirHeatRecoveryType, OdIfc4x2::IfcAlarm, OdIfc4x2::IfcAlarmType, OdIfc4x2::IfcAlignment, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAsset, OdIfc4x2::IfcAudioVisualAppliance, OdIfc4x2::IfcAudioVisualApplianceType, OdIfc4x2::IfcBeam, OdIfc4x2::IfcBeamType, OdIfc4x2::IfcBearing, OdIfc4x2::IfcBearingType, OdIfc4x2::IfcBoiler, OdIfc4x2::IfcBoilerType, OdIfc4x2::IfcBridge, OdIfc4x2::IfcBridgePart, 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::IfcChiller, OdIfc4x2::IfcChillerType, OdIfc4x2::IfcChimney, OdIfc4x2::IfcChimneyType, OdIfc4x2::IfcCoil, OdIfc4x2::IfcCoilType, OdIfc4x2::IfcColumn, OdIfc4x2::IfcColumnType, OdIfc4x2::IfcCommunicationsAppliance, OdIfc4x2::IfcCommunicationsApplianceType, OdIfc4x2::IfcComplexPropertyTemplate, OdIfc4x2::IfcCompressor, OdIfc4x2::IfcCompressorType, OdIfc4x2::IfcCondenser, OdIfc4x2::IfcCondenserType, OdIfc4x2::IfcConstructionEquipmentResource, OdIfc4x2::IfcConstructionEquipmentResourceType, OdIfc4x2::IfcConstructionMaterialResource, OdIfc4x2::IfcConstructionMaterialResourceType, OdIfc4x2::IfcConstructionProductResource, OdIfc4x2::IfcConstructionProductResourceType, OdIfc4x2::IfcConstructionResource, OdIfc4x2::IfcConstructionResourceType, OdIfc4x2::IfcContext, OdIfc4x2::IfcControl, OdIfc4x2::IfcController, OdIfc4x2::IfcControllerType, OdIfc4x2::IfcCooledBeam, OdIfc4x2::IfcCooledBeamType, OdIfc4x2::IfcCoolingTower, OdIfc4x2::IfcCoolingTowerType, OdIfc4x2::IfcCostItem, OdIfc4x2::IfcCostSchedule, OdIfc4x2::IfcCovering, OdIfc4x2::IfcCoveringType, OdIfc4x2::IfcCrewResource, OdIfc4x2::IfcCrewResourceType, OdIfc4x2::IfcCurtainWall, OdIfc4x2::IfcCurtainWallType, OdIfc4x2::IfcDamper, OdIfc4x2::IfcDamperType, OdIfc4x2::IfcDiscreteAccessory, OdIfc4x2::IfcDiscreteAccessoryType, OdIfc4x2::IfcDistributionChamberElement, OdIfc4x2::IfcDistributionChamberElementType, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionPort, OdIfc4x2::IfcDistributionSystem, OdIfc4x2::IfcDoor, OdIfc4x2::IfcDoorLiningProperties, OdIfc4x2::IfcDoorPanelProperties, OdIfc4x2::IfcDoorStyle, OdIfc4x2::IfcDoorType, OdIfc4x2::IfcDuctFitting, OdIfc4x2::IfcDuctFittingType, OdIfc4x2::IfcDuctSegment, OdIfc4x2::IfcDuctSegmentType, OdIfc4x2::IfcDuctSilencer, OdIfc4x2::IfcDuctSilencerType, 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::IfcElementAssembly, OdIfc4x2::IfcElementAssemblyType, OdIfc4x2::IfcElement, OdIfc4x2::IfcElementQuantity, OdIfc4x2::IfcElementType, OdIfc4x2::IfcEngine, OdIfc4x2::IfcEngineType, OdIfc4x2::IfcEvaporativeCooler, OdIfc4x2::IfcEvaporativeCoolerType, OdIfc4x2::IfcEvaporator, OdIfc4x2::IfcEvaporatorType, OdIfc4x2::IfcEvent, OdIfc4x2::IfcEventType, OdIfc4x2::IfcExternalSpatialElement, OdIfc4x2::IfcFan, OdIfc4x2::IfcFanType, OdIfc4x2::IfcFastener, OdIfc4x2::IfcFastenerType, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFilter, OdIfc4x2::IfcFilterType, OdIfc4x2::IfcFireSuppressionTerminal, OdIfc4x2::IfcFireSuppressionTerminalType, OdIfc4x2::IfcFlowInstrument, OdIfc4x2::IfcFlowInstrumentType, OdIfc4x2::IfcFlowMeter, OdIfc4x2::IfcFlowMeterType, OdIfc4x2::IfcFooting, OdIfc4x2::IfcFootingType, OdIfc4x2::IfcFurniture, OdIfc4x2::IfcFurnitureType, OdIfc4x2::IfcGeographicElement, OdIfc4x2::IfcGeographicElementType, OdIfc4x2::IfcGrid, OdIfc4x2::IfcGroup, OdIfc4x2::IfcHeatExchanger, OdIfc4x2::IfcHeatExchangerType, OdIfc4x2::IfcHumidifier, OdIfc4x2::IfcHumidifierType, OdIfc4x2::IfcInterceptor, OdIfc4x2::IfcInterceptorType, OdIfc4x2::IfcInventory, OdIfc4x2::IfcJunctionBox, OdIfc4x2::IfcJunctionBoxType, OdIfc4x2::IfcLaborResource, OdIfc4x2::IfcLaborResourceType, OdIfc4x2::IfcLamp, OdIfc4x2::IfcLampType, OdIfc4x2::IfcLightFixture, OdIfc4x2::IfcLightFixtureType, OdIfc4x2::IfcLinearPositioningElement, OdIfc4x2::IfcMechanicalFastener, OdIfc4x2::IfcMechanicalFastenerType, OdIfc4x2::IfcMedicalDevice, OdIfc4x2::IfcMedicalDeviceType, OdIfc4x2::IfcMember, OdIfc4x2::IfcMemberType, OdIfc4x2::IfcMotorConnection, OdIfc4x2::IfcMotorConnectionType, OdIfc4x2::IfcObject, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcOccupant, OdIfc4x2::IfcOpeningElement, OdIfc4x2::IfcOutlet, OdIfc4x2::IfcOutletType, OdIfc4x2::IfcPerformanceHistory, OdIfc4x2::IfcPermeableCoveringProperties, OdIfc4x2::IfcPermit, OdIfc4x2::IfcPile, OdIfc4x2::IfcPileType, OdIfc4x2::IfcPipeFitting, OdIfc4x2::IfcPipeFittingType, OdIfc4x2::IfcPipeSegment, OdIfc4x2::IfcPipeSegmentType, OdIfc4x2::IfcPlate, OdIfc4x2::IfcPlateType, OdIfc4x2::IfcPort, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcProcedure, OdIfc4x2::IfcProcedureType, OdIfc4x2::IfcProcess, OdIfc4x2::IfcProduct, OdIfc4x2::IfcProjectionElement, OdIfc4x2::IfcProjectOrder, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertySet, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetTemplate, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcProtectiveDevice, OdIfc4x2::IfcProtectiveDeviceTrippingUnit, OdIfc4x2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x2::IfcProtectiveDeviceType, OdIfc4x2::IfcProxy, OdIfc4x2::IfcPump, OdIfc4x2::IfcPumpType, OdIfc4x2::IfcRailing, OdIfc4x2::IfcRailingType, OdIfc4x2::IfcRamp, OdIfc4x2::IfcRampFlight, OdIfc4x2::IfcRampFlightType, OdIfc4x2::IfcRampType, OdIfc4x2::IfcReferent, 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::IfcResource, OdIfc4x2::IfcRoof, OdIfc4x2::IfcRoofType, OdIfc4x2::IfcSanitaryTerminal, OdIfc4x2::IfcSanitaryTerminalType, OdIfc4x2::IfcSensor, OdIfc4x2::IfcSensorType, OdIfc4x2::IfcShadingDevice, OdIfc4x2::IfcShadingDeviceType, OdIfc4x2::IfcSimplePropertyTemplate, OdIfc4x2::IfcSite, OdIfc4x2::IfcSlab, OdIfc4x2::IfcSlabType, OdIfc4x2::IfcSolarDevice, OdIfc4x2::IfcSolarDeviceType, OdIfc4x2::IfcSpace, OdIfc4x2::IfcSpaceHeater, OdIfc4x2::IfcSpaceHeaterType, OdIfc4x2::IfcSpaceType, OdIfc4x2::IfcSpatialElement, OdIfc4x2::IfcSpatialElementType, OdIfc4x2::IfcSpatialStructureElement, OdIfc4x2::IfcSpatialZone, OdIfc4x2::IfcSpatialZoneType, OdIfc4x2::IfcStackTerminal, OdIfc4x2::IfcStackTerminalType, OdIfc4x2::IfcStair, OdIfc4x2::IfcStairFlight, OdIfc4x2::IfcStairFlightType, OdIfc4x2::IfcStairType, OdIfc4x2::IfcStructuralAction, OdIfc4x2::IfcStructuralActivity, OdIfc4x2::IfcStructuralAnalysisModel, OdIfc4x2::IfcStructuralConnection, OdIfc4x2::IfcStructuralCurveAction, OdIfc4x2::IfcStructuralCurveConnection, OdIfc4x2::IfcStructuralCurveMember, OdIfc4x2::IfcStructuralCurveReaction, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralLoadCase, OdIfc4x2::IfcStructuralLoadGroup, OdIfc4x2::IfcStructuralMember, OdIfc4x2::IfcStructuralPointConnection, OdIfc4x2::IfcStructuralResultGroup, OdIfc4x2::IfcStructuralSurfaceAction, OdIfc4x2::IfcStructuralSurfaceMember, OdIfc4x2::IfcStructuralSurfaceReaction, OdIfc4x2::IfcSubContractResource, OdIfc4x2::IfcSubContractResourceType, OdIfc4x2::IfcSurfaceFeature, OdIfc4x2::IfcSwitchingDevice, OdIfc4x2::IfcSwitchingDeviceType, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystemFurnitureElement, OdIfc4x2::IfcSystemFurnitureElementType, OdIfc4x2::IfcTank, OdIfc4x2::IfcTankType, OdIfc4x2::IfcTask, OdIfc4x2::IfcTaskType, OdIfc4x2::IfcTendonAnchor, OdIfc4x2::IfcTendonAnchorType, OdIfc4x2::IfcTendon, OdIfc4x2::IfcTendonConduit, OdIfc4x2::IfcTendonConduitType, OdIfc4x2::IfcTendonType, OdIfc4x2::IfcTransformer, OdIfc4x2::IfcTransformerType, OdIfc4x2::IfcTransportElement, OdIfc4x2::IfcTransportElementType, OdIfc4x2::IfcTubeBundle, OdIfc4x2::IfcTubeBundleType, OdIfc4x2::IfcTypeObject, OdIfc4x2::IfcTypeProcess, OdIfc4x2::IfcTypeProduct, OdIfc4x2::IfcTypeResource, OdIfc4x2::IfcUnitaryControlElement, OdIfc4x2::IfcUnitaryControlElementType, OdIfc4x2::IfcUnitaryEquipment, OdIfc4x2::IfcUnitaryEquipmentType, OdIfc4x2::IfcValve, OdIfc4x2::IfcValveType, OdIfc4x2::IfcVibrationDamper, OdIfc4x2::IfcVibrationDamperType, OdIfc4x2::IfcVibrationIsolator, OdIfc4x2::IfcVibrationIsolatorType, 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, and OdIfc4x2::IfcZone.

◆ putAttr() [1/2]

virtual bool OdIfc4x2::IfcRoot::putAttr ( const char *  explicitAttrName,
const OdRxValue val 
)
virtual

Sets the specified attribute with a given value.

Parameters
explicitAttrName[in] Explicit name of the attribute to set.
val[in] Value to set.
Returns
true if the value is successfully set for the specified attribute, false otherwise.

Reimplemented from OdIfc::OdIfcEntity.

Reimplemented in OdIfc4x2::IfcActionRequest, OdIfc4x2::IfcActor, OdIfc4x2::IfcActuator, OdIfc4x2::IfcActuatorType, OdIfc4x2::IfcAirTerminal, OdIfc4x2::IfcAirTerminalBox, OdIfc4x2::IfcAirTerminalBoxType, OdIfc4x2::IfcAirTerminalType, OdIfc4x2::IfcAirToAirHeatRecovery, OdIfc4x2::IfcAirToAirHeatRecoveryType, OdIfc4x2::IfcAlarm, OdIfc4x2::IfcAlarmType, OdIfc4x2::IfcAlignment, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAsset, OdIfc4x2::IfcAudioVisualAppliance, OdIfc4x2::IfcAudioVisualApplianceType, OdIfc4x2::IfcBeam, OdIfc4x2::IfcBeamType, OdIfc4x2::IfcBearing, OdIfc4x2::IfcBearingType, OdIfc4x2::IfcBoiler, OdIfc4x2::IfcBoilerType, OdIfc4x2::IfcBridge, OdIfc4x2::IfcBridgePart, 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::IfcChiller, OdIfc4x2::IfcChillerType, OdIfc4x2::IfcChimney, OdIfc4x2::IfcChimneyType, OdIfc4x2::IfcCoil, OdIfc4x2::IfcCoilType, OdIfc4x2::IfcColumn, OdIfc4x2::IfcColumnType, OdIfc4x2::IfcCommunicationsAppliance, OdIfc4x2::IfcCommunicationsApplianceType, OdIfc4x2::IfcComplexPropertyTemplate, OdIfc4x2::IfcCompressor, OdIfc4x2::IfcCompressorType, OdIfc4x2::IfcCondenser, OdIfc4x2::IfcCondenserType, OdIfc4x2::IfcConstructionEquipmentResource, OdIfc4x2::IfcConstructionEquipmentResourceType, OdIfc4x2::IfcConstructionMaterialResource, OdIfc4x2::IfcConstructionMaterialResourceType, OdIfc4x2::IfcConstructionProductResource, OdIfc4x2::IfcConstructionProductResourceType, OdIfc4x2::IfcConstructionResource, OdIfc4x2::IfcConstructionResourceType, OdIfc4x2::IfcContext, OdIfc4x2::IfcControl, OdIfc4x2::IfcController, OdIfc4x2::IfcControllerType, OdIfc4x2::IfcCooledBeam, OdIfc4x2::IfcCooledBeamType, OdIfc4x2::IfcCoolingTower, OdIfc4x2::IfcCoolingTowerType, OdIfc4x2::IfcCostItem, OdIfc4x2::IfcCostSchedule, OdIfc4x2::IfcCovering, OdIfc4x2::IfcCoveringType, OdIfc4x2::IfcCrewResource, OdIfc4x2::IfcCrewResourceType, OdIfc4x2::IfcCurtainWall, OdIfc4x2::IfcCurtainWallType, OdIfc4x2::IfcDamper, OdIfc4x2::IfcDamperType, OdIfc4x2::IfcDiscreteAccessory, OdIfc4x2::IfcDiscreteAccessoryType, OdIfc4x2::IfcDistributionChamberElement, OdIfc4x2::IfcDistributionChamberElementType, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionPort, OdIfc4x2::IfcDistributionSystem, OdIfc4x2::IfcDoor, OdIfc4x2::IfcDoorLiningProperties, OdIfc4x2::IfcDoorPanelProperties, OdIfc4x2::IfcDoorStyle, OdIfc4x2::IfcDoorType, OdIfc4x2::IfcDuctFitting, OdIfc4x2::IfcDuctFittingType, OdIfc4x2::IfcDuctSegment, OdIfc4x2::IfcDuctSegmentType, OdIfc4x2::IfcDuctSilencer, OdIfc4x2::IfcDuctSilencerType, 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::IfcElementAssembly, OdIfc4x2::IfcElementAssemblyType, OdIfc4x2::IfcElement, OdIfc4x2::IfcElementQuantity, OdIfc4x2::IfcElementType, OdIfc4x2::IfcEngine, OdIfc4x2::IfcEngineType, OdIfc4x2::IfcEvaporativeCooler, OdIfc4x2::IfcEvaporativeCoolerType, OdIfc4x2::IfcEvaporator, OdIfc4x2::IfcEvaporatorType, OdIfc4x2::IfcEvent, OdIfc4x2::IfcEventType, OdIfc4x2::IfcExternalSpatialElement, OdIfc4x2::IfcFan, OdIfc4x2::IfcFanType, OdIfc4x2::IfcFastener, OdIfc4x2::IfcFastenerType, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFilter, OdIfc4x2::IfcFilterType, OdIfc4x2::IfcFireSuppressionTerminal, OdIfc4x2::IfcFireSuppressionTerminalType, OdIfc4x2::IfcFlowInstrument, OdIfc4x2::IfcFlowInstrumentType, OdIfc4x2::IfcFlowMeter, OdIfc4x2::IfcFlowMeterType, OdIfc4x2::IfcFooting, OdIfc4x2::IfcFootingType, OdIfc4x2::IfcFurniture, OdIfc4x2::IfcFurnitureType, OdIfc4x2::IfcGeographicElement, OdIfc4x2::IfcGeographicElementType, OdIfc4x2::IfcGrid, OdIfc4x2::IfcGroup, OdIfc4x2::IfcHeatExchanger, OdIfc4x2::IfcHeatExchangerType, OdIfc4x2::IfcHumidifier, OdIfc4x2::IfcHumidifierType, OdIfc4x2::IfcInterceptor, OdIfc4x2::IfcInterceptorType, OdIfc4x2::IfcInventory, OdIfc4x2::IfcJunctionBox, OdIfc4x2::IfcJunctionBoxType, OdIfc4x2::IfcLaborResource, OdIfc4x2::IfcLaborResourceType, OdIfc4x2::IfcLamp, OdIfc4x2::IfcLampType, OdIfc4x2::IfcLightFixture, OdIfc4x2::IfcLightFixtureType, OdIfc4x2::IfcLinearPositioningElement, OdIfc4x2::IfcMechanicalFastener, OdIfc4x2::IfcMechanicalFastenerType, OdIfc4x2::IfcMedicalDevice, OdIfc4x2::IfcMedicalDeviceType, OdIfc4x2::IfcMember, OdIfc4x2::IfcMemberType, OdIfc4x2::IfcMotorConnection, OdIfc4x2::IfcMotorConnectionType, OdIfc4x2::IfcObject, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcOccupant, OdIfc4x2::IfcOpeningElement, OdIfc4x2::IfcOutlet, OdIfc4x2::IfcOutletType, OdIfc4x2::IfcPerformanceHistory, OdIfc4x2::IfcPermeableCoveringProperties, OdIfc4x2::IfcPermit, OdIfc4x2::IfcPile, OdIfc4x2::IfcPileType, OdIfc4x2::IfcPipeFitting, OdIfc4x2::IfcPipeFittingType, OdIfc4x2::IfcPipeSegment, OdIfc4x2::IfcPipeSegmentType, OdIfc4x2::IfcPlate, OdIfc4x2::IfcPlateType, OdIfc4x2::IfcPort, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcProcedure, OdIfc4x2::IfcProcedureType, OdIfc4x2::IfcProcess, OdIfc4x2::IfcProduct, OdIfc4x2::IfcProjectionElement, OdIfc4x2::IfcProjectOrder, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertySet, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetTemplate, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcProtectiveDevice, OdIfc4x2::IfcProtectiveDeviceTrippingUnit, OdIfc4x2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x2::IfcProtectiveDeviceType, OdIfc4x2::IfcProxy, OdIfc4x2::IfcPump, OdIfc4x2::IfcPumpType, OdIfc4x2::IfcRailing, OdIfc4x2::IfcRailingType, OdIfc4x2::IfcRamp, OdIfc4x2::IfcRampFlight, OdIfc4x2::IfcRampFlightType, OdIfc4x2::IfcRampType, OdIfc4x2::IfcReferent, 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::IfcResource, OdIfc4x2::IfcRoof, OdIfc4x2::IfcRoofType, OdIfc4x2::IfcSanitaryTerminal, OdIfc4x2::IfcSanitaryTerminalType, OdIfc4x2::IfcSensor, OdIfc4x2::IfcSensorType, OdIfc4x2::IfcShadingDevice, OdIfc4x2::IfcShadingDeviceType, OdIfc4x2::IfcSimplePropertyTemplate, OdIfc4x2::IfcSite, OdIfc4x2::IfcSlab, OdIfc4x2::IfcSlabType, OdIfc4x2::IfcSolarDevice, OdIfc4x2::IfcSolarDeviceType, OdIfc4x2::IfcSpace, OdIfc4x2::IfcSpaceHeater, OdIfc4x2::IfcSpaceHeaterType, OdIfc4x2::IfcSpaceType, OdIfc4x2::IfcSpatialElement, OdIfc4x2::IfcSpatialElementType, OdIfc4x2::IfcSpatialStructureElement, OdIfc4x2::IfcSpatialZone, OdIfc4x2::IfcSpatialZoneType, OdIfc4x2::IfcStackTerminal, OdIfc4x2::IfcStackTerminalType, OdIfc4x2::IfcStair, OdIfc4x2::IfcStairFlight, OdIfc4x2::IfcStairFlightType, OdIfc4x2::IfcStairType, OdIfc4x2::IfcStructuralAction, OdIfc4x2::IfcStructuralActivity, OdIfc4x2::IfcStructuralAnalysisModel, OdIfc4x2::IfcStructuralConnection, OdIfc4x2::IfcStructuralCurveAction, OdIfc4x2::IfcStructuralCurveConnection, OdIfc4x2::IfcStructuralCurveMember, OdIfc4x2::IfcStructuralCurveReaction, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralLoadCase, OdIfc4x2::IfcStructuralLoadGroup, OdIfc4x2::IfcStructuralMember, OdIfc4x2::IfcStructuralPointConnection, OdIfc4x2::IfcStructuralResultGroup, OdIfc4x2::IfcStructuralSurfaceAction, OdIfc4x2::IfcStructuralSurfaceMember, OdIfc4x2::IfcStructuralSurfaceReaction, OdIfc4x2::IfcSubContractResource, OdIfc4x2::IfcSubContractResourceType, OdIfc4x2::IfcSurfaceFeature, OdIfc4x2::IfcSwitchingDevice, OdIfc4x2::IfcSwitchingDeviceType, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystemFurnitureElement, OdIfc4x2::IfcSystemFurnitureElementType, OdIfc4x2::IfcTank, OdIfc4x2::IfcTankType, OdIfc4x2::IfcTask, OdIfc4x2::IfcTaskType, OdIfc4x2::IfcTendonAnchor, OdIfc4x2::IfcTendonAnchorType, OdIfc4x2::IfcTendon, OdIfc4x2::IfcTendonConduit, OdIfc4x2::IfcTendonConduitType, OdIfc4x2::IfcTendonType, OdIfc4x2::IfcTransformer, OdIfc4x2::IfcTransformerType, OdIfc4x2::IfcTransportElement, OdIfc4x2::IfcTransportElementType, OdIfc4x2::IfcTubeBundle, OdIfc4x2::IfcTubeBundleType, OdIfc4x2::IfcTypeObject, OdIfc4x2::IfcTypeProcess, OdIfc4x2::IfcTypeProduct, OdIfc4x2::IfcTypeResource, OdIfc4x2::IfcUnitaryControlElement, OdIfc4x2::IfcUnitaryControlElementType, OdIfc4x2::IfcUnitaryEquipment, OdIfc4x2::IfcUnitaryEquipmentType, OdIfc4x2::IfcValve, OdIfc4x2::IfcValveType, OdIfc4x2::IfcVibrationDamper, OdIfc4x2::IfcVibrationDamperType, OdIfc4x2::IfcVibrationIsolator, OdIfc4x2::IfcVibrationIsolatorType, 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, and OdIfc4x2::IfcZone.

◆ putAttr() [2/2]

virtual bool OdIfc4x2::IfcRoot::putAttr ( const OdIfc::OdIfcAttribute  explicitAttrDef,
const OdRxValue val 
)
virtual

Sets the specified attribute with a given value.

Parameters
explicitAttrDef[in] Explicit attribute definition to set.
val[in] Value to set.
Returns
true if the value is successfully set for the specified attribute, false otherwise.

Reimplemented from OdIfc::OdIfcEntity.

Reimplemented in OdIfc4x2::IfcActionRequest, OdIfc4x2::IfcActor, OdIfc4x2::IfcActuator, OdIfc4x2::IfcActuatorType, OdIfc4x2::IfcAirTerminal, OdIfc4x2::IfcAirTerminalBox, OdIfc4x2::IfcAirTerminalBoxType, OdIfc4x2::IfcAirTerminalType, OdIfc4x2::IfcAirToAirHeatRecovery, OdIfc4x2::IfcAirToAirHeatRecoveryType, OdIfc4x2::IfcAlarm, OdIfc4x2::IfcAlarmType, OdIfc4x2::IfcAlignment, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAsset, OdIfc4x2::IfcAudioVisualAppliance, OdIfc4x2::IfcAudioVisualApplianceType, OdIfc4x2::IfcBeam, OdIfc4x2::IfcBeamType, OdIfc4x2::IfcBearing, OdIfc4x2::IfcBearingType, OdIfc4x2::IfcBoiler, OdIfc4x2::IfcBoilerType, OdIfc4x2::IfcBridge, OdIfc4x2::IfcBridgePart, 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::IfcChiller, OdIfc4x2::IfcChillerType, OdIfc4x2::IfcChimney, OdIfc4x2::IfcChimneyType, OdIfc4x2::IfcCoil, OdIfc4x2::IfcCoilType, OdIfc4x2::IfcColumn, OdIfc4x2::IfcColumnType, OdIfc4x2::IfcCommunicationsAppliance, OdIfc4x2::IfcCommunicationsApplianceType, OdIfc4x2::IfcComplexPropertyTemplate, OdIfc4x2::IfcCompressor, OdIfc4x2::IfcCompressorType, OdIfc4x2::IfcCondenser, OdIfc4x2::IfcCondenserType, OdIfc4x2::IfcConstructionEquipmentResource, OdIfc4x2::IfcConstructionEquipmentResourceType, OdIfc4x2::IfcConstructionMaterialResource, OdIfc4x2::IfcConstructionMaterialResourceType, OdIfc4x2::IfcConstructionProductResource, OdIfc4x2::IfcConstructionProductResourceType, OdIfc4x2::IfcConstructionResource, OdIfc4x2::IfcConstructionResourceType, OdIfc4x2::IfcContext, OdIfc4x2::IfcControl, OdIfc4x2::IfcController, OdIfc4x2::IfcControllerType, OdIfc4x2::IfcCooledBeam, OdIfc4x2::IfcCooledBeamType, OdIfc4x2::IfcCoolingTower, OdIfc4x2::IfcCoolingTowerType, OdIfc4x2::IfcCostItem, OdIfc4x2::IfcCostSchedule, OdIfc4x2::IfcCovering, OdIfc4x2::IfcCoveringType, OdIfc4x2::IfcCrewResource, OdIfc4x2::IfcCrewResourceType, OdIfc4x2::IfcCurtainWall, OdIfc4x2::IfcCurtainWallType, OdIfc4x2::IfcDamper, OdIfc4x2::IfcDamperType, OdIfc4x2::IfcDiscreteAccessory, OdIfc4x2::IfcDiscreteAccessoryType, OdIfc4x2::IfcDistributionChamberElement, OdIfc4x2::IfcDistributionChamberElementType, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionPort, OdIfc4x2::IfcDistributionSystem, OdIfc4x2::IfcDoor, OdIfc4x2::IfcDoorLiningProperties, OdIfc4x2::IfcDoorPanelProperties, OdIfc4x2::IfcDoorStyle, OdIfc4x2::IfcDoorType, OdIfc4x2::IfcDuctFitting, OdIfc4x2::IfcDuctFittingType, OdIfc4x2::IfcDuctSegment, OdIfc4x2::IfcDuctSegmentType, OdIfc4x2::IfcDuctSilencer, OdIfc4x2::IfcDuctSilencerType, 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::IfcElementAssembly, OdIfc4x2::IfcElementAssemblyType, OdIfc4x2::IfcElement, OdIfc4x2::IfcElementQuantity, OdIfc4x2::IfcElementType, OdIfc4x2::IfcEngine, OdIfc4x2::IfcEngineType, OdIfc4x2::IfcEvaporativeCooler, OdIfc4x2::IfcEvaporativeCoolerType, OdIfc4x2::IfcEvaporator, OdIfc4x2::IfcEvaporatorType, OdIfc4x2::IfcEvent, OdIfc4x2::IfcEventType, OdIfc4x2::IfcExternalSpatialElement, OdIfc4x2::IfcFan, OdIfc4x2::IfcFanType, OdIfc4x2::IfcFastener, OdIfc4x2::IfcFastenerType, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFilter, OdIfc4x2::IfcFilterType, OdIfc4x2::IfcFireSuppressionTerminal, OdIfc4x2::IfcFireSuppressionTerminalType, OdIfc4x2::IfcFlowInstrument, OdIfc4x2::IfcFlowInstrumentType, OdIfc4x2::IfcFlowMeter, OdIfc4x2::IfcFlowMeterType, OdIfc4x2::IfcFooting, OdIfc4x2::IfcFootingType, OdIfc4x2::IfcFurniture, OdIfc4x2::IfcFurnitureType, OdIfc4x2::IfcGeographicElement, OdIfc4x2::IfcGeographicElementType, OdIfc4x2::IfcGrid, OdIfc4x2::IfcGroup, OdIfc4x2::IfcGroup, OdIfc4x2::IfcHeatExchanger, OdIfc4x2::IfcHeatExchangerType, OdIfc4x2::IfcHumidifier, OdIfc4x2::IfcHumidifierType, OdIfc4x2::IfcInterceptor, OdIfc4x2::IfcInterceptorType, OdIfc4x2::IfcInventory, OdIfc4x2::IfcJunctionBox, OdIfc4x2::IfcJunctionBoxType, OdIfc4x2::IfcLaborResource, OdIfc4x2::IfcLaborResourceType, OdIfc4x2::IfcLamp, OdIfc4x2::IfcLampType, OdIfc4x2::IfcLightFixture, OdIfc4x2::IfcLightFixtureType, OdIfc4x2::IfcLinearPositioningElement, OdIfc4x2::IfcMechanicalFastener, OdIfc4x2::IfcMechanicalFastenerType, OdIfc4x2::IfcMedicalDevice, OdIfc4x2::IfcMedicalDeviceType, OdIfc4x2::IfcMember, OdIfc4x2::IfcMemberType, OdIfc4x2::IfcMotorConnection, OdIfc4x2::IfcMotorConnectionType, OdIfc4x2::IfcObject, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcOccupant, OdIfc4x2::IfcOpeningElement, OdIfc4x2::IfcOutlet, OdIfc4x2::IfcOutletType, OdIfc4x2::IfcPerformanceHistory, OdIfc4x2::IfcPermeableCoveringProperties, OdIfc4x2::IfcPermit, OdIfc4x2::IfcPile, OdIfc4x2::IfcPileType, OdIfc4x2::IfcPipeFitting, OdIfc4x2::IfcPipeFittingType, OdIfc4x2::IfcPipeSegment, OdIfc4x2::IfcPipeSegmentType, OdIfc4x2::IfcPlate, OdIfc4x2::IfcPlateType, OdIfc4x2::IfcPort, OdIfc4x2::IfcPort, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcProcedure, OdIfc4x2::IfcProcedureType, OdIfc4x2::IfcProcess, OdIfc4x2::IfcProduct, OdIfc4x2::IfcProjectionElement, OdIfc4x2::IfcProjectOrder, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertySet, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetTemplate, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcProtectiveDevice, OdIfc4x2::IfcProtectiveDeviceTrippingUnit, OdIfc4x2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x2::IfcProtectiveDeviceType, OdIfc4x2::IfcProxy, OdIfc4x2::IfcPump, OdIfc4x2::IfcPumpType, OdIfc4x2::IfcRailing, OdIfc4x2::IfcRailingType, OdIfc4x2::IfcRamp, OdIfc4x2::IfcRampFlight, OdIfc4x2::IfcRampFlightType, OdIfc4x2::IfcRampType, OdIfc4x2::IfcReferent, 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::IfcResource, OdIfc4x2::IfcRoof, OdIfc4x2::IfcRoofType, OdIfc4x2::IfcSanitaryTerminal, OdIfc4x2::IfcSanitaryTerminalType, OdIfc4x2::IfcSensor, OdIfc4x2::IfcSensorType, OdIfc4x2::IfcShadingDevice, OdIfc4x2::IfcShadingDeviceType, OdIfc4x2::IfcSimplePropertyTemplate, OdIfc4x2::IfcSite, OdIfc4x2::IfcSlab, OdIfc4x2::IfcSlabType, OdIfc4x2::IfcSolarDevice, OdIfc4x2::IfcSolarDeviceType, OdIfc4x2::IfcSpace, OdIfc4x2::IfcSpaceHeater, OdIfc4x2::IfcSpaceHeaterType, OdIfc4x2::IfcSpaceType, OdIfc4x2::IfcSpatialElement, OdIfc4x2::IfcSpatialElementType, OdIfc4x2::IfcSpatialStructureElement, OdIfc4x2::IfcSpatialZone, OdIfc4x2::IfcSpatialZoneType, OdIfc4x2::IfcStackTerminal, OdIfc4x2::IfcStackTerminalType, OdIfc4x2::IfcStair, OdIfc4x2::IfcStairFlight, OdIfc4x2::IfcStairFlightType, OdIfc4x2::IfcStairType, OdIfc4x2::IfcStructuralAction, OdIfc4x2::IfcStructuralActivity, OdIfc4x2::IfcStructuralAnalysisModel, OdIfc4x2::IfcStructuralConnection, OdIfc4x2::IfcStructuralCurveAction, OdIfc4x2::IfcStructuralCurveConnection, OdIfc4x2::IfcStructuralCurveMember, OdIfc4x2::IfcStructuralCurveReaction, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralLoadCase, OdIfc4x2::IfcStructuralLoadGroup, OdIfc4x2::IfcStructuralMember, OdIfc4x2::IfcStructuralMember, OdIfc4x2::IfcStructuralPointConnection, OdIfc4x2::IfcStructuralResultGroup, OdIfc4x2::IfcStructuralSurfaceAction, OdIfc4x2::IfcStructuralSurfaceMember, OdIfc4x2::IfcStructuralSurfaceReaction, OdIfc4x2::IfcSubContractResource, OdIfc4x2::IfcSubContractResourceType, OdIfc4x2::IfcSurfaceFeature, OdIfc4x2::IfcSwitchingDevice, OdIfc4x2::IfcSwitchingDeviceType, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystemFurnitureElement, OdIfc4x2::IfcSystemFurnitureElementType, OdIfc4x2::IfcTank, OdIfc4x2::IfcTankType, OdIfc4x2::IfcTask, OdIfc4x2::IfcTaskType, OdIfc4x2::IfcTendonAnchor, OdIfc4x2::IfcTendonAnchorType, OdIfc4x2::IfcTendon, OdIfc4x2::IfcTendonConduit, OdIfc4x2::IfcTendonConduitType, OdIfc4x2::IfcTendonType, OdIfc4x2::IfcTransformer, OdIfc4x2::IfcTransformerType, OdIfc4x2::IfcTransportElement, OdIfc4x2::IfcTransportElementType, OdIfc4x2::IfcTubeBundle, OdIfc4x2::IfcTubeBundleType, OdIfc4x2::IfcTypeObject, OdIfc4x2::IfcTypeProcess, OdIfc4x2::IfcTypeProduct, OdIfc4x2::IfcTypeResource, OdIfc4x2::IfcUnitaryControlElement, OdIfc4x2::IfcUnitaryControlElementType, OdIfc4x2::IfcUnitaryEquipment, OdIfc4x2::IfcUnitaryEquipmentType, OdIfc4x2::IfcValve, OdIfc4x2::IfcValveType, OdIfc4x2::IfcVibrationDamper, OdIfc4x2::IfcVibrationDamperType, OdIfc4x2::IfcVibrationIsolator, OdIfc4x2::IfcVibrationIsolatorType, 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, and OdIfc4x2::IfcZone.

◆ setDescription()

void OdIfc4x2::IfcRoot::setDescription ( const OdAnsiString &  Description)

Sets the object description.

Parameters
DescriptionString that contains comments that describe an object.

◆ setGlobalId()

void OdIfc4x2::IfcRoot::setGlobalId ( OdIfcGUID  GlobalId)

Assigns a globally unique identifier within the entire software world.

Parameters
GlobalId[in] Value that represents a globally unique identifier to assign.

◆ setName()

void OdIfc4x2::IfcRoot::setName ( const OdAnsiString &  Name)

Sets the name of the object.

Parameters
NameString that contains name of the object.

◆ setOwnerHistory()

void OdIfc4x2::IfcRoot::setOwnerHistory ( const OdDAIObjectId &  OwnerHistory)

Assigns the information about the current ownership of that object, including owning actor, application, local identification and information captured about the recent changes of the object.

Parameters
OwnerHistory[in] Ownership information.

◆ testAttr() [1/2]

virtual bool OdIfc4x2::IfcRoot::testAttr ( const char *  explicitAttrName) const
virtual

Checks whether the specified attribute is set.

Parameters
explicitAttrName[in] Explicit name of the attribute to test.
Returns
true if the specified attribute is set, false otherwise.

Reimplemented from OdIfc::OdIfcEntity.

Reimplemented in OdIfc4x2::IfcActionRequest, OdIfc4x2::IfcActor, OdIfc4x2::IfcActuator, OdIfc4x2::IfcActuatorType, OdIfc4x2::IfcAirTerminal, OdIfc4x2::IfcAirTerminalBox, OdIfc4x2::IfcAirTerminalBoxType, OdIfc4x2::IfcAirTerminalType, OdIfc4x2::IfcAirToAirHeatRecovery, OdIfc4x2::IfcAirToAirHeatRecoveryType, OdIfc4x2::IfcAlarm, OdIfc4x2::IfcAlarmType, OdIfc4x2::IfcAlignment, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAsset, OdIfc4x2::IfcAudioVisualAppliance, OdIfc4x2::IfcAudioVisualApplianceType, OdIfc4x2::IfcBeam, OdIfc4x2::IfcBeamType, OdIfc4x2::IfcBearing, OdIfc4x2::IfcBearingType, OdIfc4x2::IfcBoiler, OdIfc4x2::IfcBoilerType, OdIfc4x2::IfcBridge, OdIfc4x2::IfcBridgePart, 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::IfcChiller, OdIfc4x2::IfcChillerType, OdIfc4x2::IfcChimney, OdIfc4x2::IfcChimneyType, OdIfc4x2::IfcCoil, OdIfc4x2::IfcCoilType, OdIfc4x2::IfcColumn, OdIfc4x2::IfcColumnType, OdIfc4x2::IfcCommunicationsAppliance, OdIfc4x2::IfcCommunicationsApplianceType, OdIfc4x2::IfcComplexPropertyTemplate, OdIfc4x2::IfcCompressor, OdIfc4x2::IfcCompressorType, OdIfc4x2::IfcCondenser, OdIfc4x2::IfcCondenserType, OdIfc4x2::IfcConstructionEquipmentResource, OdIfc4x2::IfcConstructionEquipmentResourceType, OdIfc4x2::IfcConstructionMaterialResource, OdIfc4x2::IfcConstructionMaterialResourceType, OdIfc4x2::IfcConstructionProductResource, OdIfc4x2::IfcConstructionProductResourceType, OdIfc4x2::IfcConstructionResource, OdIfc4x2::IfcConstructionResourceType, OdIfc4x2::IfcContext, OdIfc4x2::IfcControl, OdIfc4x2::IfcController, OdIfc4x2::IfcControllerType, OdIfc4x2::IfcCooledBeam, OdIfc4x2::IfcCooledBeamType, OdIfc4x2::IfcCoolingTower, OdIfc4x2::IfcCoolingTowerType, OdIfc4x2::IfcCostItem, OdIfc4x2::IfcCostSchedule, OdIfc4x2::IfcCovering, OdIfc4x2::IfcCoveringType, OdIfc4x2::IfcCrewResource, OdIfc4x2::IfcCrewResourceType, OdIfc4x2::IfcCurtainWall, OdIfc4x2::IfcCurtainWallType, OdIfc4x2::IfcDamper, OdIfc4x2::IfcDamperType, OdIfc4x2::IfcDiscreteAccessory, OdIfc4x2::IfcDiscreteAccessoryType, OdIfc4x2::IfcDistributionChamberElement, OdIfc4x2::IfcDistributionChamberElementType, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionPort, OdIfc4x2::IfcDistributionSystem, OdIfc4x2::IfcDoor, OdIfc4x2::IfcDoorLiningProperties, OdIfc4x2::IfcDoorPanelProperties, OdIfc4x2::IfcDoorStyle, OdIfc4x2::IfcDoorType, OdIfc4x2::IfcDuctFitting, OdIfc4x2::IfcDuctFittingType, OdIfc4x2::IfcDuctSegment, OdIfc4x2::IfcDuctSegmentType, OdIfc4x2::IfcDuctSilencer, OdIfc4x2::IfcDuctSilencerType, 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::IfcElementAssembly, OdIfc4x2::IfcElementAssemblyType, OdIfc4x2::IfcElement, OdIfc4x2::IfcElementQuantity, OdIfc4x2::IfcElementType, OdIfc4x2::IfcEngine, OdIfc4x2::IfcEngineType, OdIfc4x2::IfcEvaporativeCooler, OdIfc4x2::IfcEvaporativeCoolerType, OdIfc4x2::IfcEvaporator, OdIfc4x2::IfcEvaporatorType, OdIfc4x2::IfcEvent, OdIfc4x2::IfcEventType, OdIfc4x2::IfcExternalSpatialElement, OdIfc4x2::IfcFan, OdIfc4x2::IfcFanType, OdIfc4x2::IfcFastener, OdIfc4x2::IfcFastenerType, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFilter, OdIfc4x2::IfcFilterType, OdIfc4x2::IfcFireSuppressionTerminal, OdIfc4x2::IfcFireSuppressionTerminalType, OdIfc4x2::IfcFlowInstrument, OdIfc4x2::IfcFlowInstrumentType, OdIfc4x2::IfcFlowMeter, OdIfc4x2::IfcFlowMeterType, OdIfc4x2::IfcFooting, OdIfc4x2::IfcFootingType, OdIfc4x2::IfcFurniture, OdIfc4x2::IfcFurnitureType, OdIfc4x2::IfcGeographicElement, OdIfc4x2::IfcGeographicElementType, OdIfc4x2::IfcGrid, OdIfc4x2::IfcGroup, OdIfc4x2::IfcHeatExchanger, OdIfc4x2::IfcHeatExchangerType, OdIfc4x2::IfcHumidifier, OdIfc4x2::IfcHumidifierType, OdIfc4x2::IfcInterceptor, OdIfc4x2::IfcInterceptorType, OdIfc4x2::IfcInventory, OdIfc4x2::IfcJunctionBox, OdIfc4x2::IfcJunctionBoxType, OdIfc4x2::IfcLaborResource, OdIfc4x2::IfcLaborResourceType, OdIfc4x2::IfcLamp, OdIfc4x2::IfcLampType, OdIfc4x2::IfcLightFixture, OdIfc4x2::IfcLightFixtureType, OdIfc4x2::IfcLinearPositioningElement, OdIfc4x2::IfcMechanicalFastener, OdIfc4x2::IfcMechanicalFastenerType, OdIfc4x2::IfcMedicalDevice, OdIfc4x2::IfcMedicalDeviceType, OdIfc4x2::IfcMember, OdIfc4x2::IfcMemberType, OdIfc4x2::IfcMotorConnection, OdIfc4x2::IfcMotorConnectionType, OdIfc4x2::IfcObject, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcOccupant, OdIfc4x2::IfcOpeningElement, OdIfc4x2::IfcOutlet, OdIfc4x2::IfcOutletType, OdIfc4x2::IfcPerformanceHistory, OdIfc4x2::IfcPermeableCoveringProperties, OdIfc4x2::IfcPermit, OdIfc4x2::IfcPile, OdIfc4x2::IfcPileType, OdIfc4x2::IfcPipeFitting, OdIfc4x2::IfcPipeFittingType, OdIfc4x2::IfcPipeSegment, OdIfc4x2::IfcPipeSegmentType, OdIfc4x2::IfcPlate, OdIfc4x2::IfcPlateType, OdIfc4x2::IfcPort, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcProcedure, OdIfc4x2::IfcProcedureType, OdIfc4x2::IfcProcess, OdIfc4x2::IfcProduct, OdIfc4x2::IfcProjectionElement, OdIfc4x2::IfcProjectOrder, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertySet, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetTemplate, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcProtectiveDevice, OdIfc4x2::IfcProtectiveDeviceTrippingUnit, OdIfc4x2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x2::IfcProtectiveDeviceType, OdIfc4x2::IfcProxy, OdIfc4x2::IfcPump, OdIfc4x2::IfcPumpType, OdIfc4x2::IfcRailing, OdIfc4x2::IfcRailingType, OdIfc4x2::IfcRamp, OdIfc4x2::IfcRampFlight, OdIfc4x2::IfcRampFlightType, OdIfc4x2::IfcRampType, OdIfc4x2::IfcReferent, 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::IfcResource, OdIfc4x2::IfcRoof, OdIfc4x2::IfcRoofType, OdIfc4x2::IfcSanitaryTerminal, OdIfc4x2::IfcSanitaryTerminalType, OdIfc4x2::IfcSensor, OdIfc4x2::IfcSensorType, OdIfc4x2::IfcShadingDevice, OdIfc4x2::IfcShadingDeviceType, OdIfc4x2::IfcSimplePropertyTemplate, OdIfc4x2::IfcSite, OdIfc4x2::IfcSlab, OdIfc4x2::IfcSlabType, OdIfc4x2::IfcSolarDevice, OdIfc4x2::IfcSolarDeviceType, OdIfc4x2::IfcSpace, OdIfc4x2::IfcSpaceHeater, OdIfc4x2::IfcSpaceHeaterType, OdIfc4x2::IfcSpaceType, OdIfc4x2::IfcSpatialElement, OdIfc4x2::IfcSpatialElementType, OdIfc4x2::IfcSpatialStructureElement, OdIfc4x2::IfcSpatialZone, OdIfc4x2::IfcSpatialZoneType, OdIfc4x2::IfcStackTerminal, OdIfc4x2::IfcStackTerminalType, OdIfc4x2::IfcStair, OdIfc4x2::IfcStairFlight, OdIfc4x2::IfcStairFlightType, OdIfc4x2::IfcStairType, OdIfc4x2::IfcStructuralAction, OdIfc4x2::IfcStructuralActivity, OdIfc4x2::IfcStructuralAnalysisModel, OdIfc4x2::IfcStructuralConnection, OdIfc4x2::IfcStructuralCurveAction, OdIfc4x2::IfcStructuralCurveConnection, OdIfc4x2::IfcStructuralCurveMember, OdIfc4x2::IfcStructuralCurveReaction, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralLoadCase, OdIfc4x2::IfcStructuralLoadGroup, OdIfc4x2::IfcStructuralMember, OdIfc4x2::IfcStructuralPointConnection, OdIfc4x2::IfcStructuralResultGroup, OdIfc4x2::IfcStructuralSurfaceAction, OdIfc4x2::IfcStructuralSurfaceMember, OdIfc4x2::IfcStructuralSurfaceReaction, OdIfc4x2::IfcSubContractResource, OdIfc4x2::IfcSubContractResourceType, OdIfc4x2::IfcSurfaceFeature, OdIfc4x2::IfcSwitchingDevice, OdIfc4x2::IfcSwitchingDeviceType, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystemFurnitureElement, OdIfc4x2::IfcSystemFurnitureElementType, OdIfc4x2::IfcTank, OdIfc4x2::IfcTankType, OdIfc4x2::IfcTask, OdIfc4x2::IfcTaskType, OdIfc4x2::IfcTendonAnchor, OdIfc4x2::IfcTendonAnchorType, OdIfc4x2::IfcTendon, OdIfc4x2::IfcTendonConduit, OdIfc4x2::IfcTendonConduitType, OdIfc4x2::IfcTendonType, OdIfc4x2::IfcTransformer, OdIfc4x2::IfcTransformerType, OdIfc4x2::IfcTransportElement, OdIfc4x2::IfcTransportElementType, OdIfc4x2::IfcTubeBundle, OdIfc4x2::IfcTubeBundleType, OdIfc4x2::IfcTypeObject, OdIfc4x2::IfcTypeProcess, OdIfc4x2::IfcTypeProduct, OdIfc4x2::IfcTypeResource, OdIfc4x2::IfcUnitaryControlElement, OdIfc4x2::IfcUnitaryControlElementType, OdIfc4x2::IfcUnitaryEquipment, OdIfc4x2::IfcUnitaryEquipmentType, OdIfc4x2::IfcValve, OdIfc4x2::IfcValveType, OdIfc4x2::IfcVibrationDamper, OdIfc4x2::IfcVibrationDamperType, OdIfc4x2::IfcVibrationIsolator, OdIfc4x2::IfcVibrationIsolatorType, 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, and OdIfc4x2::IfcZone.

◆ testAttr() [2/2]

virtual bool OdIfc4x2::IfcRoot::testAttr ( const OdIfc::OdIfcAttribute  explicitAttrDef) const
virtual

Checks whether the specified attribute is set.

Parameters
explicitAttrDef[in] Attribute definition to test.
Returns
true if the specified attribute is set, false otherwise.

Reimplemented from OdIfc::OdIfcEntity.

Reimplemented in OdIfc4x2::IfcActionRequest, OdIfc4x2::IfcActor, OdIfc4x2::IfcActuator, OdIfc4x2::IfcActuatorType, OdIfc4x2::IfcAirTerminal, OdIfc4x2::IfcAirTerminalBox, OdIfc4x2::IfcAirTerminalBoxType, OdIfc4x2::IfcAirTerminalType, OdIfc4x2::IfcAirToAirHeatRecovery, OdIfc4x2::IfcAirToAirHeatRecoveryType, OdIfc4x2::IfcAlarm, OdIfc4x2::IfcAlarmType, OdIfc4x2::IfcAlignment, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAsset, OdIfc4x2::IfcAudioVisualAppliance, OdIfc4x2::IfcAudioVisualApplianceType, OdIfc4x2::IfcBeam, OdIfc4x2::IfcBeamType, OdIfc4x2::IfcBearing, OdIfc4x2::IfcBearingType, OdIfc4x2::IfcBoiler, OdIfc4x2::IfcBoilerType, OdIfc4x2::IfcBridge, OdIfc4x2::IfcBridgePart, 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::IfcChiller, OdIfc4x2::IfcChillerType, OdIfc4x2::IfcChimney, OdIfc4x2::IfcChimneyType, OdIfc4x2::IfcCoil, OdIfc4x2::IfcCoilType, OdIfc4x2::IfcColumn, OdIfc4x2::IfcColumnType, OdIfc4x2::IfcCommunicationsAppliance, OdIfc4x2::IfcCommunicationsApplianceType, OdIfc4x2::IfcComplexPropertyTemplate, OdIfc4x2::IfcCompressor, OdIfc4x2::IfcCompressorType, OdIfc4x2::IfcCondenser, OdIfc4x2::IfcCondenserType, OdIfc4x2::IfcConstructionEquipmentResource, OdIfc4x2::IfcConstructionEquipmentResourceType, OdIfc4x2::IfcConstructionMaterialResource, OdIfc4x2::IfcConstructionMaterialResourceType, OdIfc4x2::IfcConstructionProductResource, OdIfc4x2::IfcConstructionProductResourceType, OdIfc4x2::IfcConstructionResource, OdIfc4x2::IfcConstructionResourceType, OdIfc4x2::IfcContext, OdIfc4x2::IfcControl, OdIfc4x2::IfcController, OdIfc4x2::IfcControllerType, OdIfc4x2::IfcCooledBeam, OdIfc4x2::IfcCooledBeamType, OdIfc4x2::IfcCoolingTower, OdIfc4x2::IfcCoolingTowerType, OdIfc4x2::IfcCostItem, OdIfc4x2::IfcCostSchedule, OdIfc4x2::IfcCovering, OdIfc4x2::IfcCoveringType, OdIfc4x2::IfcCrewResource, OdIfc4x2::IfcCrewResourceType, OdIfc4x2::IfcCurtainWall, OdIfc4x2::IfcCurtainWallType, OdIfc4x2::IfcDamper, OdIfc4x2::IfcDamperType, OdIfc4x2::IfcDiscreteAccessory, OdIfc4x2::IfcDiscreteAccessoryType, OdIfc4x2::IfcDistributionChamberElement, OdIfc4x2::IfcDistributionChamberElementType, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionPort, OdIfc4x2::IfcDistributionSystem, OdIfc4x2::IfcDoor, OdIfc4x2::IfcDoorLiningProperties, OdIfc4x2::IfcDoorPanelProperties, OdIfc4x2::IfcDoorStyle, OdIfc4x2::IfcDoorType, OdIfc4x2::IfcDuctFitting, OdIfc4x2::IfcDuctFittingType, OdIfc4x2::IfcDuctSegment, OdIfc4x2::IfcDuctSegmentType, OdIfc4x2::IfcDuctSilencer, OdIfc4x2::IfcDuctSilencerType, 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::IfcElementAssembly, OdIfc4x2::IfcElementAssemblyType, OdIfc4x2::IfcElement, OdIfc4x2::IfcElementQuantity, OdIfc4x2::IfcElementType, OdIfc4x2::IfcEngine, OdIfc4x2::IfcEngineType, OdIfc4x2::IfcEvaporativeCooler, OdIfc4x2::IfcEvaporativeCoolerType, OdIfc4x2::IfcEvaporator, OdIfc4x2::IfcEvaporatorType, OdIfc4x2::IfcEvent, OdIfc4x2::IfcEventType, OdIfc4x2::IfcExternalSpatialElement, OdIfc4x2::IfcFan, OdIfc4x2::IfcFanType, OdIfc4x2::IfcFastener, OdIfc4x2::IfcFastenerType, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFilter, OdIfc4x2::IfcFilterType, OdIfc4x2::IfcFireSuppressionTerminal, OdIfc4x2::IfcFireSuppressionTerminalType, OdIfc4x2::IfcFlowInstrument, OdIfc4x2::IfcFlowInstrumentType, OdIfc4x2::IfcFlowMeter, OdIfc4x2::IfcFlowMeterType, OdIfc4x2::IfcFooting, OdIfc4x2::IfcFootingType, OdIfc4x2::IfcFurniture, OdIfc4x2::IfcFurnitureType, OdIfc4x2::IfcGeographicElement, OdIfc4x2::IfcGeographicElementType, OdIfc4x2::IfcGrid, OdIfc4x2::IfcGroup, OdIfc4x2::IfcHeatExchanger, OdIfc4x2::IfcHeatExchangerType, OdIfc4x2::IfcHumidifier, OdIfc4x2::IfcHumidifierType, OdIfc4x2::IfcInterceptor, OdIfc4x2::IfcInterceptorType, OdIfc4x2::IfcInventory, OdIfc4x2::IfcJunctionBox, OdIfc4x2::IfcJunctionBoxType, OdIfc4x2::IfcLaborResource, OdIfc4x2::IfcLaborResourceType, OdIfc4x2::IfcLamp, OdIfc4x2::IfcLampType, OdIfc4x2::IfcLightFixture, OdIfc4x2::IfcLightFixtureType, OdIfc4x2::IfcLinearPositioningElement, OdIfc4x2::IfcMechanicalFastener, OdIfc4x2::IfcMechanicalFastenerType, OdIfc4x2::IfcMedicalDevice, OdIfc4x2::IfcMedicalDeviceType, OdIfc4x2::IfcMember, OdIfc4x2::IfcMemberType, OdIfc4x2::IfcMotorConnection, OdIfc4x2::IfcMotorConnectionType, OdIfc4x2::IfcObject, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcOccupant, OdIfc4x2::IfcOpeningElement, OdIfc4x2::IfcOutlet, OdIfc4x2::IfcOutletType, OdIfc4x2::IfcPerformanceHistory, OdIfc4x2::IfcPermeableCoveringProperties, OdIfc4x2::IfcPermit, OdIfc4x2::IfcPile, OdIfc4x2::IfcPileType, OdIfc4x2::IfcPipeFitting, OdIfc4x2::IfcPipeFittingType, OdIfc4x2::IfcPipeSegment, OdIfc4x2::IfcPipeSegmentType, OdIfc4x2::IfcPlate, OdIfc4x2::IfcPlateType, OdIfc4x2::IfcPort, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcProcedure, OdIfc4x2::IfcProcedureType, OdIfc4x2::IfcProcess, OdIfc4x2::IfcProduct, OdIfc4x2::IfcProjectionElement, OdIfc4x2::IfcProjectOrder, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertySet, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetTemplate, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcProtectiveDevice, OdIfc4x2::IfcProtectiveDeviceTrippingUnit, OdIfc4x2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x2::IfcProtectiveDeviceType, OdIfc4x2::IfcProxy, OdIfc4x2::IfcPump, OdIfc4x2::IfcPumpType, OdIfc4x2::IfcRailing, OdIfc4x2::IfcRailingType, OdIfc4x2::IfcRamp, OdIfc4x2::IfcRampFlight, OdIfc4x2::IfcRampFlightType, OdIfc4x2::IfcRampType, OdIfc4x2::IfcReferent, 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::IfcResource, OdIfc4x2::IfcRoof, OdIfc4x2::IfcRoofType, OdIfc4x2::IfcSanitaryTerminal, OdIfc4x2::IfcSanitaryTerminalType, OdIfc4x2::IfcSensor, OdIfc4x2::IfcSensorType, OdIfc4x2::IfcShadingDevice, OdIfc4x2::IfcShadingDeviceType, OdIfc4x2::IfcSimplePropertyTemplate, OdIfc4x2::IfcSite, OdIfc4x2::IfcSlab, OdIfc4x2::IfcSlabType, OdIfc4x2::IfcSolarDevice, OdIfc4x2::IfcSolarDeviceType, OdIfc4x2::IfcSpace, OdIfc4x2::IfcSpaceHeater, OdIfc4x2::IfcSpaceHeaterType, OdIfc4x2::IfcSpaceType, OdIfc4x2::IfcSpatialElement, OdIfc4x2::IfcSpatialElementType, OdIfc4x2::IfcSpatialStructureElement, OdIfc4x2::IfcSpatialZone, OdIfc4x2::IfcSpatialZoneType, OdIfc4x2::IfcStackTerminal, OdIfc4x2::IfcStackTerminalType, OdIfc4x2::IfcStair, OdIfc4x2::IfcStairFlight, OdIfc4x2::IfcStairFlightType, OdIfc4x2::IfcStairType, OdIfc4x2::IfcStructuralAction, OdIfc4x2::IfcStructuralActivity, OdIfc4x2::IfcStructuralAnalysisModel, OdIfc4x2::IfcStructuralConnection, OdIfc4x2::IfcStructuralCurveAction, OdIfc4x2::IfcStructuralCurveConnection, OdIfc4x2::IfcStructuralCurveMember, OdIfc4x2::IfcStructuralCurveReaction, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralLoadCase, OdIfc4x2::IfcStructuralLoadGroup, OdIfc4x2::IfcStructuralMember, OdIfc4x2::IfcStructuralPointConnection, OdIfc4x2::IfcStructuralResultGroup, OdIfc4x2::IfcStructuralSurfaceAction, OdIfc4x2::IfcStructuralSurfaceMember, OdIfc4x2::IfcStructuralSurfaceReaction, OdIfc4x2::IfcSubContractResource, OdIfc4x2::IfcSubContractResourceType, OdIfc4x2::IfcSurfaceFeature, OdIfc4x2::IfcSwitchingDevice, OdIfc4x2::IfcSwitchingDeviceType, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystemFurnitureElement, OdIfc4x2::IfcSystemFurnitureElementType, OdIfc4x2::IfcTank, OdIfc4x2::IfcTankType, OdIfc4x2::IfcTask, OdIfc4x2::IfcTaskType, OdIfc4x2::IfcTendonAnchor, OdIfc4x2::IfcTendonAnchorType, OdIfc4x2::IfcTendon, OdIfc4x2::IfcTendonConduit, OdIfc4x2::IfcTendonConduitType, OdIfc4x2::IfcTendonType, OdIfc4x2::IfcTransformer, OdIfc4x2::IfcTransformerType, OdIfc4x2::IfcTransportElement, OdIfc4x2::IfcTransportElementType, OdIfc4x2::IfcTubeBundle, OdIfc4x2::IfcTubeBundleType, OdIfc4x2::IfcTypeObject, OdIfc4x2::IfcTypeProcess, OdIfc4x2::IfcTypeProduct, OdIfc4x2::IfcTypeResource, OdIfc4x2::IfcUnitaryControlElement, OdIfc4x2::IfcUnitaryControlElementType, OdIfc4x2::IfcUnitaryEquipment, OdIfc4x2::IfcUnitaryEquipmentType, OdIfc4x2::IfcValve, OdIfc4x2::IfcValveType, OdIfc4x2::IfcVibrationDamper, OdIfc4x2::IfcVibrationDamperType, OdIfc4x2::IfcVibrationIsolator, OdIfc4x2::IfcVibrationIsolatorType, 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, and OdIfc4x2::IfcZone.

◆ type()

virtual OdIfc::OdIfcEntityType OdIfc4x2::IfcRoot::type ( ) const
virtual

Returns the type of this entity.

Returns
A value of the <link OdIfc__OdIfcEntityType, OdIfc::OdIfcEntityType> type that represents type of this entity.

Reimplemented from OdIfc::OdIfcEntity.

Reimplemented in OdIfc4x2::IfcActionRequest, OdIfc4x2::IfcActor, OdIfc4x2::IfcActuator, OdIfc4x2::IfcActuatorType, OdIfc4x2::IfcAirTerminal, OdIfc4x2::IfcAirTerminalBox, OdIfc4x2::IfcAirTerminalBoxType, OdIfc4x2::IfcAirTerminalType, OdIfc4x2::IfcAirToAirHeatRecovery, OdIfc4x2::IfcAirToAirHeatRecoveryType, OdIfc4x2::IfcAlarm, OdIfc4x2::IfcAlarmType, OdIfc4x2::IfcAlignment, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAsset, OdIfc4x2::IfcAudioVisualAppliance, OdIfc4x2::IfcAudioVisualApplianceType, OdIfc4x2::IfcBeam, OdIfc4x2::IfcBeamStandardCase, OdIfc4x2::IfcBeamType, OdIfc4x2::IfcBearing, OdIfc4x2::IfcBearingType, OdIfc4x2::IfcBoiler, OdIfc4x2::IfcBoilerType, OdIfc4x2::IfcBridge, OdIfc4x2::IfcBridgePart, 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::IfcChiller, OdIfc4x2::IfcChillerType, OdIfc4x2::IfcChimney, OdIfc4x2::IfcChimneyType, OdIfc4x2::IfcCivilElement, OdIfc4x2::IfcCivilElementType, OdIfc4x2::IfcCoil, OdIfc4x2::IfcCoilType, OdIfc4x2::IfcColumn, OdIfc4x2::IfcColumnStandardCase, OdIfc4x2::IfcColumnType, OdIfc4x2::IfcCommunicationsAppliance, OdIfc4x2::IfcCommunicationsApplianceType, OdIfc4x2::IfcComplexPropertyTemplate, OdIfc4x2::IfcCompressor, OdIfc4x2::IfcCompressorType, OdIfc4x2::IfcCondenser, OdIfc4x2::IfcCondenserType, OdIfc4x2::IfcConstructionEquipmentResource, OdIfc4x2::IfcConstructionEquipmentResourceType, OdIfc4x2::IfcConstructionMaterialResource, OdIfc4x2::IfcConstructionMaterialResourceType, OdIfc4x2::IfcConstructionProductResource, OdIfc4x2::IfcConstructionProductResourceType, OdIfc4x2::IfcConstructionResource, OdIfc4x2::IfcConstructionResourceType, OdIfc4x2::IfcContext, OdIfc4x2::IfcControl, OdIfc4x2::IfcController, OdIfc4x2::IfcControllerType, OdIfc4x2::IfcCooledBeam, OdIfc4x2::IfcCooledBeamType, OdIfc4x2::IfcCoolingTower, OdIfc4x2::IfcCoolingTowerType, OdIfc4x2::IfcCostItem, OdIfc4x2::IfcCostSchedule, OdIfc4x2::IfcCovering, OdIfc4x2::IfcCoveringType, OdIfc4x2::IfcCrewResource, OdIfc4x2::IfcCrewResourceType, OdIfc4x2::IfcCurtainWall, OdIfc4x2::IfcCurtainWallType, OdIfc4x2::IfcDamper, OdIfc4x2::IfcDamperType, OdIfc4x2::IfcDeepFoundation, OdIfc4x2::IfcDeepFoundationType, OdIfc4x2::IfcDiscreteAccessory, OdIfc4x2::IfcDiscreteAccessoryType, OdIfc4x2::IfcDistributionChamberElement, OdIfc4x2::IfcDistributionChamberElementType, OdIfc4x2::IfcDistributionCircuit, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionControlElementType, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionElementType, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionFlowElementType, OdIfc4x2::IfcDistributionPort, OdIfc4x2::IfcDistributionSystem, OdIfc4x2::IfcDoor, OdIfc4x2::IfcDoorLiningProperties, OdIfc4x2::IfcDoorPanelProperties, OdIfc4x2::IfcDoorStandardCase, OdIfc4x2::IfcDoorStyle, OdIfc4x2::IfcDoorType, OdIfc4x2::IfcDuctFitting, OdIfc4x2::IfcDuctFittingType, OdIfc4x2::IfcDuctSegment, OdIfc4x2::IfcDuctSegmentType, OdIfc4x2::IfcDuctSilencer, OdIfc4x2::IfcDuctSilencerType, 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::IfcElementAssembly, OdIfc4x2::IfcElementAssemblyType, OdIfc4x2::IfcElement, OdIfc4x2::IfcElementComponent, OdIfc4x2::IfcElementComponentType, OdIfc4x2::IfcElementQuantity, OdIfc4x2::IfcElementType, OdIfc4x2::IfcEnergyConversionDevice, OdIfc4x2::IfcEnergyConversionDeviceType, OdIfc4x2::IfcEngine, OdIfc4x2::IfcEngineType, OdIfc4x2::IfcEvaporativeCooler, OdIfc4x2::IfcEvaporativeCoolerType, OdIfc4x2::IfcEvaporator, OdIfc4x2::IfcEvaporatorType, OdIfc4x2::IfcEvent, OdIfc4x2::IfcEventType, OdIfc4x2::IfcExternalSpatialElement, OdIfc4x2::IfcExternalSpatialStructureElement, OdIfc4x2::IfcFacility, OdIfc4x2::IfcFacilityPart, OdIfc4x2::IfcFan, OdIfc4x2::IfcFanType, OdIfc4x2::IfcFastener, OdIfc4x2::IfcFastenerType, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElement, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFilter, OdIfc4x2::IfcFilterType, OdIfc4x2::IfcFireSuppressionTerminal, OdIfc4x2::IfcFireSuppressionTerminalType, 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::IfcGrid, OdIfc4x2::IfcGroup, OdIfc4x2::IfcHeatExchanger, OdIfc4x2::IfcHeatExchangerType, OdIfc4x2::IfcHumidifier, OdIfc4x2::IfcHumidifierType, OdIfc4x2::IfcInterceptor, OdIfc4x2::IfcInterceptorType, OdIfc4x2::IfcInventory, OdIfc4x2::IfcJunctionBox, OdIfc4x2::IfcJunctionBoxType, OdIfc4x2::IfcLaborResource, OdIfc4x2::IfcLaborResourceType, OdIfc4x2::IfcLamp, OdIfc4x2::IfcLampType, OdIfc4x2::IfcLightFixture, OdIfc4x2::IfcLightFixtureType, OdIfc4x2::IfcLinearPositioningElement, OdIfc4x2::IfcMechanicalFastener, OdIfc4x2::IfcMechanicalFastenerType, OdIfc4x2::IfcMedicalDevice, OdIfc4x2::IfcMedicalDeviceType, OdIfc4x2::IfcMember, OdIfc4x2::IfcMemberStandardCase, OdIfc4x2::IfcMemberType, OdIfc4x2::IfcMotorConnection, OdIfc4x2::IfcMotorConnectionType, OdIfc4x2::IfcObject, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcOccupant, OdIfc4x2::IfcOpeningElement, OdIfc4x2::IfcOpeningStandardCase, OdIfc4x2::IfcOutlet, OdIfc4x2::IfcOutletType, OdIfc4x2::IfcPerformanceHistory, OdIfc4x2::IfcPermeableCoveringProperties, OdIfc4x2::IfcPermit, OdIfc4x2::IfcPile, OdIfc4x2::IfcPileType, OdIfc4x2::IfcPipeFitting, OdIfc4x2::IfcPipeFittingType, OdIfc4x2::IfcPipeSegment, OdIfc4x2::IfcPipeSegmentType, OdIfc4x2::IfcPlate, OdIfc4x2::IfcPlateStandardCase, OdIfc4x2::IfcPlateType, OdIfc4x2::IfcPort, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcPreDefinedPropertySet, OdIfc4x2::IfcProcedure, OdIfc4x2::IfcProcedureType, OdIfc4x2::IfcProcess, OdIfc4x2::IfcProduct, OdIfc4x2::IfcProject, OdIfc4x2::IfcProjectionElement, OdIfc4x2::IfcProjectLibrary, OdIfc4x2::IfcProjectOrder, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertySet, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetTemplate, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcPropertyTemplateDefinition, OdIfc4x2::IfcProtectiveDevice, OdIfc4x2::IfcProtectiveDeviceTrippingUnit, OdIfc4x2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x2::IfcProtectiveDeviceType, OdIfc4x2::IfcProxy, OdIfc4x2::IfcPump, OdIfc4x2::IfcPumpType, OdIfc4x2::IfcQuantitySet, OdIfc4x2::IfcRailing, OdIfc4x2::IfcRailingType, OdIfc4x2::IfcRamp, OdIfc4x2::IfcRampFlight, OdIfc4x2::IfcRampFlightType, OdIfc4x2::IfcRampType, OdIfc4x2::IfcReferent, 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::IfcResource, OdIfc4x2::IfcRoof, OdIfc4x2::IfcRoofType, OdIfc4x2::IfcSanitaryTerminal, OdIfc4x2::IfcSanitaryTerminalType, OdIfc4x2::IfcSensor, OdIfc4x2::IfcSensorType, OdIfc4x2::IfcShadingDevice, OdIfc4x2::IfcShadingDeviceType, OdIfc4x2::IfcSimplePropertyTemplate, OdIfc4x2::IfcSite, OdIfc4x2::IfcSlab, OdIfc4x2::IfcSlabElementedCase, OdIfc4x2::IfcSlabStandardCase, OdIfc4x2::IfcSlabType, OdIfc4x2::IfcSolarDevice, OdIfc4x2::IfcSolarDeviceType, OdIfc4x2::IfcSpace, OdIfc4x2::IfcSpaceHeater, OdIfc4x2::IfcSpaceHeaterType, OdIfc4x2::IfcSpaceType, OdIfc4x2::IfcSpatialElement, OdIfc4x2::IfcSpatialElementType, OdIfc4x2::IfcSpatialStructureElement, OdIfc4x2::IfcSpatialStructureElementType, OdIfc4x2::IfcSpatialZone, OdIfc4x2::IfcSpatialZoneType, OdIfc4x2::IfcStackTerminal, OdIfc4x2::IfcStackTerminalType, OdIfc4x2::IfcStair, OdIfc4x2::IfcStairFlight, OdIfc4x2::IfcStairFlightType, OdIfc4x2::IfcStairType, OdIfc4x2::IfcStructuralAction, OdIfc4x2::IfcStructuralActivity, OdIfc4x2::IfcStructuralAnalysisModel, OdIfc4x2::IfcStructuralConnection, OdIfc4x2::IfcStructuralCurveAction, OdIfc4x2::IfcStructuralCurveConnection, OdIfc4x2::IfcStructuralCurveMember, OdIfc4x2::IfcStructuralCurveMemberVarying, OdIfc4x2::IfcStructuralCurveReaction, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralLinearAction, OdIfc4x2::IfcStructuralLoadCase, OdIfc4x2::IfcStructuralLoadGroup, 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::IfcSubContractResource, OdIfc4x2::IfcSubContractResourceType, OdIfc4x2::IfcSurfaceFeature, OdIfc4x2::IfcSwitchingDevice, OdIfc4x2::IfcSwitchingDeviceType, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystemFurnitureElement, OdIfc4x2::IfcSystemFurnitureElementType, OdIfc4x2::IfcTank, OdIfc4x2::IfcTankType, OdIfc4x2::IfcTask, OdIfc4x2::IfcTaskType, OdIfc4x2::IfcTendonAnchor, OdIfc4x2::IfcTendonAnchorType, OdIfc4x2::IfcTendon, OdIfc4x2::IfcTendonConduit, OdIfc4x2::IfcTendonConduitType, OdIfc4x2::IfcTendonType, OdIfc4x2::IfcTransformer, OdIfc4x2::IfcTransformerType, OdIfc4x2::IfcTransportElement, OdIfc4x2::IfcTransportElementType, OdIfc4x2::IfcTubeBundle, OdIfc4x2::IfcTubeBundleType, OdIfc4x2::IfcTypeObject, OdIfc4x2::IfcTypeProcess, OdIfc4x2::IfcTypeProduct, OdIfc4x2::IfcTypeResource, OdIfc4x2::IfcUnitaryControlElement, OdIfc4x2::IfcUnitaryControlElementType, OdIfc4x2::IfcUnitaryEquipment, OdIfc4x2::IfcUnitaryEquipmentType, OdIfc4x2::IfcValve, OdIfc4x2::IfcValveType, OdIfc4x2::IfcVibrationDamper, OdIfc4x2::IfcVibrationDamperType, OdIfc4x2::IfcVibrationIsolator, OdIfc4x2::IfcVibrationIsolatorType, OdIfc4x2::IfcVirtualElement, 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, and OdIfc4x2::IfcZone.

◆ unsetAttr() [1/2]

virtual void OdIfc4x2::IfcRoot::unsetAttr ( const char *  explicitAttrName)
virtual

Resets a value for the specified attribute.

Parameters
explicitAttrName[in] Explicit name of the attribute to reset.

Reimplemented from OdIfc::OdIfcEntity.

Reimplemented in OdIfc4x2::IfcActionRequest, OdIfc4x2::IfcActor, OdIfc4x2::IfcActuator, OdIfc4x2::IfcActuatorType, OdIfc4x2::IfcAirTerminal, OdIfc4x2::IfcAirTerminalBox, OdIfc4x2::IfcAirTerminalBoxType, OdIfc4x2::IfcAirTerminalType, OdIfc4x2::IfcAirToAirHeatRecovery, OdIfc4x2::IfcAirToAirHeatRecoveryType, OdIfc4x2::IfcAlarm, OdIfc4x2::IfcAlarmType, OdIfc4x2::IfcAlignment, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAsset, OdIfc4x2::IfcAudioVisualAppliance, OdIfc4x2::IfcAudioVisualApplianceType, OdIfc4x2::IfcBeam, OdIfc4x2::IfcBeamType, OdIfc4x2::IfcBearing, OdIfc4x2::IfcBearingType, OdIfc4x2::IfcBoiler, OdIfc4x2::IfcBoilerType, OdIfc4x2::IfcBridge, OdIfc4x2::IfcBridgePart, 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::IfcChiller, OdIfc4x2::IfcChillerType, OdIfc4x2::IfcChimney, OdIfc4x2::IfcChimneyType, OdIfc4x2::IfcCoil, OdIfc4x2::IfcCoilType, OdIfc4x2::IfcColumn, OdIfc4x2::IfcColumnType, OdIfc4x2::IfcCommunicationsAppliance, OdIfc4x2::IfcCommunicationsApplianceType, OdIfc4x2::IfcComplexPropertyTemplate, OdIfc4x2::IfcCompressor, OdIfc4x2::IfcCompressorType, OdIfc4x2::IfcCondenser, OdIfc4x2::IfcCondenserType, OdIfc4x2::IfcConstructionEquipmentResource, OdIfc4x2::IfcConstructionEquipmentResourceType, OdIfc4x2::IfcConstructionMaterialResource, OdIfc4x2::IfcConstructionMaterialResourceType, OdIfc4x2::IfcConstructionProductResource, OdIfc4x2::IfcConstructionProductResourceType, OdIfc4x2::IfcConstructionResource, OdIfc4x2::IfcConstructionResourceType, OdIfc4x2::IfcContext, OdIfc4x2::IfcControl, OdIfc4x2::IfcController, OdIfc4x2::IfcControllerType, OdIfc4x2::IfcCooledBeam, OdIfc4x2::IfcCooledBeamType, OdIfc4x2::IfcCoolingTower, OdIfc4x2::IfcCoolingTowerType, OdIfc4x2::IfcCostItem, OdIfc4x2::IfcCostSchedule, OdIfc4x2::IfcCovering, OdIfc4x2::IfcCoveringType, OdIfc4x2::IfcCrewResource, OdIfc4x2::IfcCrewResourceType, OdIfc4x2::IfcCurtainWall, OdIfc4x2::IfcCurtainWallType, OdIfc4x2::IfcDamper, OdIfc4x2::IfcDamperType, OdIfc4x2::IfcDiscreteAccessory, OdIfc4x2::IfcDiscreteAccessoryType, OdIfc4x2::IfcDistributionChamberElement, OdIfc4x2::IfcDistributionChamberElementType, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionPort, OdIfc4x2::IfcDistributionSystem, OdIfc4x2::IfcDoor, OdIfc4x2::IfcDoorLiningProperties, OdIfc4x2::IfcDoorPanelProperties, OdIfc4x2::IfcDoorStyle, OdIfc4x2::IfcDoorType, OdIfc4x2::IfcDuctFitting, OdIfc4x2::IfcDuctFittingType, OdIfc4x2::IfcDuctSegment, OdIfc4x2::IfcDuctSegmentType, OdIfc4x2::IfcDuctSilencer, OdIfc4x2::IfcDuctSilencerType, 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::IfcElementAssembly, OdIfc4x2::IfcElementAssemblyType, OdIfc4x2::IfcElement, OdIfc4x2::IfcElementQuantity, OdIfc4x2::IfcElementType, OdIfc4x2::IfcEngine, OdIfc4x2::IfcEngineType, OdIfc4x2::IfcEvaporativeCooler, OdIfc4x2::IfcEvaporativeCoolerType, OdIfc4x2::IfcEvaporator, OdIfc4x2::IfcEvaporatorType, OdIfc4x2::IfcEvent, OdIfc4x2::IfcEventType, OdIfc4x2::IfcExternalSpatialElement, OdIfc4x2::IfcFan, OdIfc4x2::IfcFanType, OdIfc4x2::IfcFastener, OdIfc4x2::IfcFastenerType, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFilter, OdIfc4x2::IfcFilterType, OdIfc4x2::IfcFireSuppressionTerminal, OdIfc4x2::IfcFireSuppressionTerminalType, OdIfc4x2::IfcFlowInstrument, OdIfc4x2::IfcFlowInstrumentType, OdIfc4x2::IfcFlowMeter, OdIfc4x2::IfcFlowMeterType, OdIfc4x2::IfcFooting, OdIfc4x2::IfcFootingType, OdIfc4x2::IfcFurniture, OdIfc4x2::IfcFurnitureType, OdIfc4x2::IfcGeographicElement, OdIfc4x2::IfcGeographicElementType, OdIfc4x2::IfcGrid, OdIfc4x2::IfcGroup, OdIfc4x2::IfcHeatExchanger, OdIfc4x2::IfcHeatExchangerType, OdIfc4x2::IfcHumidifier, OdIfc4x2::IfcHumidifierType, OdIfc4x2::IfcInterceptor, OdIfc4x2::IfcInterceptorType, OdIfc4x2::IfcInventory, OdIfc4x2::IfcJunctionBox, OdIfc4x2::IfcJunctionBoxType, OdIfc4x2::IfcLaborResource, OdIfc4x2::IfcLaborResourceType, OdIfc4x2::IfcLamp, OdIfc4x2::IfcLampType, OdIfc4x2::IfcLightFixture, OdIfc4x2::IfcLightFixtureType, OdIfc4x2::IfcLinearPositioningElement, OdIfc4x2::IfcMechanicalFastener, OdIfc4x2::IfcMechanicalFastenerType, OdIfc4x2::IfcMedicalDevice, OdIfc4x2::IfcMedicalDeviceType, OdIfc4x2::IfcMember, OdIfc4x2::IfcMemberType, OdIfc4x2::IfcMotorConnection, OdIfc4x2::IfcMotorConnectionType, OdIfc4x2::IfcObject, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcOccupant, OdIfc4x2::IfcOpeningElement, OdIfc4x2::IfcOutlet, OdIfc4x2::IfcOutletType, OdIfc4x2::IfcPerformanceHistory, OdIfc4x2::IfcPermeableCoveringProperties, OdIfc4x2::IfcPermit, OdIfc4x2::IfcPile, OdIfc4x2::IfcPileType, OdIfc4x2::IfcPipeFitting, OdIfc4x2::IfcPipeFittingType, OdIfc4x2::IfcPipeSegment, OdIfc4x2::IfcPipeSegmentType, OdIfc4x2::IfcPlate, OdIfc4x2::IfcPlateType, OdIfc4x2::IfcPort, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcProcedure, OdIfc4x2::IfcProcedureType, OdIfc4x2::IfcProcess, OdIfc4x2::IfcProduct, OdIfc4x2::IfcProjectionElement, OdIfc4x2::IfcProjectOrder, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertySet, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetTemplate, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcProtectiveDevice, OdIfc4x2::IfcProtectiveDeviceTrippingUnit, OdIfc4x2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x2::IfcProtectiveDeviceType, OdIfc4x2::IfcProxy, OdIfc4x2::IfcPump, OdIfc4x2::IfcPumpType, OdIfc4x2::IfcRailing, OdIfc4x2::IfcRailingType, OdIfc4x2::IfcRamp, OdIfc4x2::IfcRampFlight, OdIfc4x2::IfcRampFlightType, OdIfc4x2::IfcRampType, OdIfc4x2::IfcReferent, 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::IfcResource, OdIfc4x2::IfcRoof, OdIfc4x2::IfcRoofType, OdIfc4x2::IfcSanitaryTerminal, OdIfc4x2::IfcSanitaryTerminalType, OdIfc4x2::IfcSensor, OdIfc4x2::IfcSensorType, OdIfc4x2::IfcShadingDevice, OdIfc4x2::IfcShadingDeviceType, OdIfc4x2::IfcSimplePropertyTemplate, OdIfc4x2::IfcSite, OdIfc4x2::IfcSlab, OdIfc4x2::IfcSlabType, OdIfc4x2::IfcSolarDevice, OdIfc4x2::IfcSolarDeviceType, OdIfc4x2::IfcSpace, OdIfc4x2::IfcSpaceHeater, OdIfc4x2::IfcSpaceHeaterType, OdIfc4x2::IfcSpaceType, OdIfc4x2::IfcSpatialElement, OdIfc4x2::IfcSpatialElementType, OdIfc4x2::IfcSpatialStructureElement, OdIfc4x2::IfcSpatialZone, OdIfc4x2::IfcSpatialZoneType, OdIfc4x2::IfcStackTerminal, OdIfc4x2::IfcStackTerminalType, OdIfc4x2::IfcStair, OdIfc4x2::IfcStairFlight, OdIfc4x2::IfcStairFlightType, OdIfc4x2::IfcStairType, OdIfc4x2::IfcStructuralAction, OdIfc4x2::IfcStructuralActivity, OdIfc4x2::IfcStructuralAnalysisModel, OdIfc4x2::IfcStructuralConnection, OdIfc4x2::IfcStructuralCurveAction, OdIfc4x2::IfcStructuralCurveConnection, OdIfc4x2::IfcStructuralCurveMember, OdIfc4x2::IfcStructuralCurveReaction, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralLoadCase, OdIfc4x2::IfcStructuralLoadGroup, OdIfc4x2::IfcStructuralMember, OdIfc4x2::IfcStructuralPointConnection, OdIfc4x2::IfcStructuralResultGroup, OdIfc4x2::IfcStructuralSurfaceAction, OdIfc4x2::IfcStructuralSurfaceMember, OdIfc4x2::IfcStructuralSurfaceReaction, OdIfc4x2::IfcSubContractResource, OdIfc4x2::IfcSubContractResourceType, OdIfc4x2::IfcSurfaceFeature, OdIfc4x2::IfcSwitchingDevice, OdIfc4x2::IfcSwitchingDeviceType, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystemFurnitureElement, OdIfc4x2::IfcSystemFurnitureElementType, OdIfc4x2::IfcTank, OdIfc4x2::IfcTankType, OdIfc4x2::IfcTask, OdIfc4x2::IfcTaskType, OdIfc4x2::IfcTendonAnchor, OdIfc4x2::IfcTendonAnchorType, OdIfc4x2::IfcTendon, OdIfc4x2::IfcTendonConduit, OdIfc4x2::IfcTendonConduitType, OdIfc4x2::IfcTendonType, OdIfc4x2::IfcTransformer, OdIfc4x2::IfcTransformerType, OdIfc4x2::IfcTransportElement, OdIfc4x2::IfcTransportElementType, OdIfc4x2::IfcTubeBundle, OdIfc4x2::IfcTubeBundleType, OdIfc4x2::IfcTypeObject, OdIfc4x2::IfcTypeProcess, OdIfc4x2::IfcTypeProduct, OdIfc4x2::IfcTypeResource, OdIfc4x2::IfcUnitaryControlElement, OdIfc4x2::IfcUnitaryControlElementType, OdIfc4x2::IfcUnitaryEquipment, OdIfc4x2::IfcUnitaryEquipmentType, OdIfc4x2::IfcValve, OdIfc4x2::IfcValveType, OdIfc4x2::IfcVibrationDamper, OdIfc4x2::IfcVibrationDamperType, OdIfc4x2::IfcVibrationIsolator, OdIfc4x2::IfcVibrationIsolatorType, 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, and OdIfc4x2::IfcZone.

◆ unsetAttr() [2/2]

virtual void OdIfc4x2::IfcRoot::unsetAttr ( const OdIfc::OdIfcAttribute  explicitAttrDef)
virtual

Resets a value for the specified attribute.

Parameters
explicitAttrDef[in] Explicit definition that represents an attribute to reset.

Reimplemented from OdIfc::OdIfcEntity.

Reimplemented in OdIfc4x2::IfcActionRequest, OdIfc4x2::IfcActor, OdIfc4x2::IfcActuator, OdIfc4x2::IfcActuatorType, OdIfc4x2::IfcAirTerminal, OdIfc4x2::IfcAirTerminalBox, OdIfc4x2::IfcAirTerminalBoxType, OdIfc4x2::IfcAirTerminalType, OdIfc4x2::IfcAirToAirHeatRecovery, OdIfc4x2::IfcAirToAirHeatRecoveryType, OdIfc4x2::IfcAlarm, OdIfc4x2::IfcAlarmType, OdIfc4x2::IfcAlignment, OdIfc4x2::IfcAnnotation, OdIfc4x2::IfcAsset, OdIfc4x2::IfcAudioVisualAppliance, OdIfc4x2::IfcAudioVisualApplianceType, OdIfc4x2::IfcBeam, OdIfc4x2::IfcBeamType, OdIfc4x2::IfcBearing, OdIfc4x2::IfcBearingType, OdIfc4x2::IfcBoiler, OdIfc4x2::IfcBoilerType, OdIfc4x2::IfcBridge, OdIfc4x2::IfcBridgePart, 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::IfcChiller, OdIfc4x2::IfcChillerType, OdIfc4x2::IfcChimney, OdIfc4x2::IfcChimneyType, OdIfc4x2::IfcCoil, OdIfc4x2::IfcCoilType, OdIfc4x2::IfcColumn, OdIfc4x2::IfcColumnType, OdIfc4x2::IfcCommunicationsAppliance, OdIfc4x2::IfcCommunicationsApplianceType, OdIfc4x2::IfcComplexPropertyTemplate, OdIfc4x2::IfcCompressor, OdIfc4x2::IfcCompressorType, OdIfc4x2::IfcCondenser, OdIfc4x2::IfcCondenserType, OdIfc4x2::IfcConstructionEquipmentResource, OdIfc4x2::IfcConstructionEquipmentResourceType, OdIfc4x2::IfcConstructionMaterialResource, OdIfc4x2::IfcConstructionMaterialResourceType, OdIfc4x2::IfcConstructionProductResource, OdIfc4x2::IfcConstructionProductResourceType, OdIfc4x2::IfcConstructionResource, OdIfc4x2::IfcConstructionResourceType, OdIfc4x2::IfcContext, OdIfc4x2::IfcControl, OdIfc4x2::IfcController, OdIfc4x2::IfcControllerType, OdIfc4x2::IfcCooledBeam, OdIfc4x2::IfcCooledBeamType, OdIfc4x2::IfcCoolingTower, OdIfc4x2::IfcCoolingTowerType, OdIfc4x2::IfcCostItem, OdIfc4x2::IfcCostSchedule, OdIfc4x2::IfcCovering, OdIfc4x2::IfcCoveringType, OdIfc4x2::IfcCrewResource, OdIfc4x2::IfcCrewResourceType, OdIfc4x2::IfcCurtainWall, OdIfc4x2::IfcCurtainWallType, OdIfc4x2::IfcDamper, OdIfc4x2::IfcDamperType, OdIfc4x2::IfcDiscreteAccessory, OdIfc4x2::IfcDiscreteAccessoryType, OdIfc4x2::IfcDistributionChamberElement, OdIfc4x2::IfcDistributionChamberElementType, OdIfc4x2::IfcDistributionControlElement, OdIfc4x2::IfcDistributionElement, OdIfc4x2::IfcDistributionFlowElement, OdIfc4x2::IfcDistributionPort, OdIfc4x2::IfcDistributionSystem, OdIfc4x2::IfcDoor, OdIfc4x2::IfcDoorLiningProperties, OdIfc4x2::IfcDoorPanelProperties, OdIfc4x2::IfcDoorStyle, OdIfc4x2::IfcDoorType, OdIfc4x2::IfcDuctFitting, OdIfc4x2::IfcDuctFittingType, OdIfc4x2::IfcDuctSegment, OdIfc4x2::IfcDuctSegmentType, OdIfc4x2::IfcDuctSilencer, OdIfc4x2::IfcDuctSilencerType, 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::IfcElementAssembly, OdIfc4x2::IfcElementAssemblyType, OdIfc4x2::IfcElement, OdIfc4x2::IfcElementQuantity, OdIfc4x2::IfcElementType, OdIfc4x2::IfcEngine, OdIfc4x2::IfcEngineType, OdIfc4x2::IfcEvaporativeCooler, OdIfc4x2::IfcEvaporativeCoolerType, OdIfc4x2::IfcEvaporator, OdIfc4x2::IfcEvaporatorType, OdIfc4x2::IfcEvent, OdIfc4x2::IfcEventType, OdIfc4x2::IfcExternalSpatialElement, OdIfc4x2::IfcFan, OdIfc4x2::IfcFanType, OdIfc4x2::IfcFastener, OdIfc4x2::IfcFastenerType, OdIfc4x2::IfcFeatureElementAddition, OdIfc4x2::IfcFeatureElementSubtraction, OdIfc4x2::IfcFilter, OdIfc4x2::IfcFilterType, OdIfc4x2::IfcFireSuppressionTerminal, OdIfc4x2::IfcFireSuppressionTerminalType, OdIfc4x2::IfcFlowInstrument, OdIfc4x2::IfcFlowInstrumentType, OdIfc4x2::IfcFlowMeter, OdIfc4x2::IfcFlowMeterType, OdIfc4x2::IfcFooting, OdIfc4x2::IfcFootingType, OdIfc4x2::IfcFurniture, OdIfc4x2::IfcFurnitureType, OdIfc4x2::IfcGeographicElement, OdIfc4x2::IfcGeographicElementType, OdIfc4x2::IfcGrid, OdIfc4x2::IfcGroup, OdIfc4x2::IfcHeatExchanger, OdIfc4x2::IfcHeatExchangerType, OdIfc4x2::IfcHumidifier, OdIfc4x2::IfcHumidifierType, OdIfc4x2::IfcInterceptor, OdIfc4x2::IfcInterceptorType, OdIfc4x2::IfcInventory, OdIfc4x2::IfcJunctionBox, OdIfc4x2::IfcJunctionBoxType, OdIfc4x2::IfcLaborResource, OdIfc4x2::IfcLaborResourceType, OdIfc4x2::IfcLamp, OdIfc4x2::IfcLampType, OdIfc4x2::IfcLightFixture, OdIfc4x2::IfcLightFixtureType, OdIfc4x2::IfcLinearPositioningElement, OdIfc4x2::IfcMechanicalFastener, OdIfc4x2::IfcMechanicalFastenerType, OdIfc4x2::IfcMedicalDevice, OdIfc4x2::IfcMedicalDeviceType, OdIfc4x2::IfcMember, OdIfc4x2::IfcMemberType, OdIfc4x2::IfcMotorConnection, OdIfc4x2::IfcMotorConnectionType, OdIfc4x2::IfcObject, OdIfc4x2::IfcObjectDefinition, OdIfc4x2::IfcOccupant, OdIfc4x2::IfcOpeningElement, OdIfc4x2::IfcOutlet, OdIfc4x2::IfcOutletType, OdIfc4x2::IfcPerformanceHistory, OdIfc4x2::IfcPermeableCoveringProperties, OdIfc4x2::IfcPermit, OdIfc4x2::IfcPile, OdIfc4x2::IfcPileType, OdIfc4x2::IfcPipeFitting, OdIfc4x2::IfcPipeFittingType, OdIfc4x2::IfcPipeSegment, OdIfc4x2::IfcPipeSegmentType, OdIfc4x2::IfcPlate, OdIfc4x2::IfcPlateType, OdIfc4x2::IfcPort, OdIfc4x2::IfcPositioningElement, OdIfc4x2::IfcProcedure, OdIfc4x2::IfcProcedureType, OdIfc4x2::IfcProcess, OdIfc4x2::IfcProduct, OdIfc4x2::IfcProjectionElement, OdIfc4x2::IfcProjectOrder, OdIfc4x2::IfcPropertyDefinition, OdIfc4x2::IfcPropertySet, OdIfc4x2::IfcPropertySetDefinition, OdIfc4x2::IfcPropertySetTemplate, OdIfc4x2::IfcPropertyTemplate, OdIfc4x2::IfcProtectiveDevice, OdIfc4x2::IfcProtectiveDeviceTrippingUnit, OdIfc4x2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x2::IfcProtectiveDeviceType, OdIfc4x2::IfcProxy, OdIfc4x2::IfcPump, OdIfc4x2::IfcPumpType, OdIfc4x2::IfcRailing, OdIfc4x2::IfcRailingType, OdIfc4x2::IfcRamp, OdIfc4x2::IfcRampFlight, OdIfc4x2::IfcRampFlightType, OdIfc4x2::IfcRampType, OdIfc4x2::IfcReferent, 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::IfcResource, OdIfc4x2::IfcRoof, OdIfc4x2::IfcRoofType, OdIfc4x2::IfcSanitaryTerminal, OdIfc4x2::IfcSanitaryTerminalType, OdIfc4x2::IfcSensor, OdIfc4x2::IfcSensorType, OdIfc4x2::IfcShadingDevice, OdIfc4x2::IfcShadingDeviceType, OdIfc4x2::IfcSimplePropertyTemplate, OdIfc4x2::IfcSite, OdIfc4x2::IfcSlab, OdIfc4x2::IfcSlabType, OdIfc4x2::IfcSolarDevice, OdIfc4x2::IfcSolarDeviceType, OdIfc4x2::IfcSpace, OdIfc4x2::IfcSpaceHeater, OdIfc4x2::IfcSpaceHeaterType, OdIfc4x2::IfcSpaceType, OdIfc4x2::IfcSpatialElement, OdIfc4x2::IfcSpatialElementType, OdIfc4x2::IfcSpatialStructureElement, OdIfc4x2::IfcSpatialZone, OdIfc4x2::IfcSpatialZoneType, OdIfc4x2::IfcStackTerminal, OdIfc4x2::IfcStackTerminalType, OdIfc4x2::IfcStair, OdIfc4x2::IfcStairFlight, OdIfc4x2::IfcStairFlightType, OdIfc4x2::IfcStairType, OdIfc4x2::IfcStructuralAction, OdIfc4x2::IfcStructuralActivity, OdIfc4x2::IfcStructuralAnalysisModel, OdIfc4x2::IfcStructuralConnection, OdIfc4x2::IfcStructuralCurveAction, OdIfc4x2::IfcStructuralCurveConnection, OdIfc4x2::IfcStructuralCurveMember, OdIfc4x2::IfcStructuralCurveReaction, OdIfc4x2::IfcStructuralItem, OdIfc4x2::IfcStructuralLoadCase, OdIfc4x2::IfcStructuralLoadGroup, OdIfc4x2::IfcStructuralMember, OdIfc4x2::IfcStructuralPointConnection, OdIfc4x2::IfcStructuralResultGroup, OdIfc4x2::IfcStructuralSurfaceAction, OdIfc4x2::IfcStructuralSurfaceMember, OdIfc4x2::IfcStructuralSurfaceReaction, OdIfc4x2::IfcSubContractResource, OdIfc4x2::IfcSubContractResourceType, OdIfc4x2::IfcSurfaceFeature, OdIfc4x2::IfcSwitchingDevice, OdIfc4x2::IfcSwitchingDeviceType, OdIfc4x2::IfcSystem, OdIfc4x2::IfcSystemFurnitureElement, OdIfc4x2::IfcSystemFurnitureElementType, OdIfc4x2::IfcTank, OdIfc4x2::IfcTankType, OdIfc4x2::IfcTask, OdIfc4x2::IfcTaskType, OdIfc4x2::IfcTendonAnchor, OdIfc4x2::IfcTendonAnchorType, OdIfc4x2::IfcTendon, OdIfc4x2::IfcTendonConduit, OdIfc4x2::IfcTendonConduitType, OdIfc4x2::IfcTendonType, OdIfc4x2::IfcTransformer, OdIfc4x2::IfcTransformerType, OdIfc4x2::IfcTransportElement, OdIfc4x2::IfcTransportElementType, OdIfc4x2::IfcTubeBundle, OdIfc4x2::IfcTubeBundleType, OdIfc4x2::IfcTypeObject, OdIfc4x2::IfcTypeProcess, OdIfc4x2::IfcTypeProduct, OdIfc4x2::IfcTypeResource, OdIfc4x2::IfcUnitaryControlElement, OdIfc4x2::IfcUnitaryControlElementType, OdIfc4x2::IfcUnitaryEquipment, OdIfc4x2::IfcUnitaryEquipmentType, OdIfc4x2::IfcValve, OdIfc4x2::IfcValveType, OdIfc4x2::IfcVibrationDamper, OdIfc4x2::IfcVibrationDamperType, OdIfc4x2::IfcVibrationIsolator, OdIfc4x2::IfcVibrationIsolatorType, 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, and OdIfc4x2::IfcZone.

Member Data Documentation

◆ m_Description

OdAnsiString OdIfc4x2::IfcRoot::m_Description
protected

Definition at line 228 of file Ifc4x2/IfcRootAutoImpl.h.

◆ m_GlobalId

OdIfcGUID OdIfc4x2::IfcRoot::m_GlobalId
protected

Definition at line 225 of file Ifc4x2/IfcRootAutoImpl.h.

◆ m_Name

OdAnsiString OdIfc4x2::IfcRoot::m_Name
protected

Definition at line 227 of file Ifc4x2/IfcRootAutoImpl.h.

◆ m_OwnerHistory

OdDAIObjectId OdIfc4x2::IfcRoot::m_OwnerHistory
protected

Definition at line 226 of file Ifc4x2/IfcRootAutoImpl.h.


The documentation for this class was generated from the following file: