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

#include <IfcRootAutoImpl.h>

Inheritance diagram for OdIfc2x2_final::IfcRoot:
OdIfc::OdIfcEntity OdIfc2x2_final::IfcObject OdIfc2x2_final::IfcPropertyDefinition OdIfc2x2_final::IfcRelationship OdIfc2x2_final::IfcActor OdIfc2x2_final::IfcControl OdIfc2x2_final::IfcGroup OdIfc2x2_final::IfcProcess OdIfc2x2_final::IfcProduct OdIfc2x2_final::IfcProject OdIfc2x2_final::IfcResource OdIfc2x2_final::IfcPropertySetDefinition OdIfc2x2_final::IfcTypeObject OdIfc2x2_final::IfcRelAssigns OdIfc2x2_final::IfcRelAssociates OdIfc2x2_final::IfcRelConnects OdIfc2x2_final::IfcRelDecomposes OdIfc2x2_final::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 Ifc2x2_Final/IfcRootAutoImpl.h.

Constructor & Destructor Documentation

◆ IfcRoot()

OdIfc2x2_final::IfcRoot::IfcRoot ( )

Default constructor for the IfcRoot class.

Member Function Documentation

◆ getAttr() [1/2]

virtual OdRxValue OdIfc2x2_final::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 OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcObject, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcRelAssigns, OdIfc2x2_final::IfcRelAssignsTasks, OdIfc2x2_final::IfcRelAssignsToActor, OdIfc2x2_final::IfcRelAssignsToControl, OdIfc2x2_final::IfcRelAssignsToGroup, OdIfc2x2_final::IfcRelAssignsToProcess, OdIfc2x2_final::IfcRelAssignsToProduct, OdIfc2x2_final::IfcRelAssignsToResource, OdIfc2x2_final::IfcRelAssociatesAppliedValue, OdIfc2x2_final::IfcRelAssociatesApproval, OdIfc2x2_final::IfcRelAssociates, OdIfc2x2_final::IfcRelAssociatesClassification, OdIfc2x2_final::IfcRelAssociatesConstraint, OdIfc2x2_final::IfcRelAssociatesDocument, OdIfc2x2_final::IfcRelAssociatesLibrary, OdIfc2x2_final::IfcRelAssociatesMaterial, OdIfc2x2_final::IfcRelAssociatesProfileProperties, OdIfc2x2_final::IfcRelConnectsElements, OdIfc2x2_final::IfcRelConnectsPathElements, OdIfc2x2_final::IfcRelConnectsPorts, OdIfc2x2_final::IfcRelConnectsPortToElement, OdIfc2x2_final::IfcRelConnectsStructuralActivity, OdIfc2x2_final::IfcRelConnectsStructuralMember, OdIfc2x2_final::IfcRelConnectsWithRealizingElements, OdIfc2x2_final::IfcRelContainedInSpatialStructure, OdIfc2x2_final::IfcRelCoversBldgElements, OdIfc2x2_final::IfcRelDecomposes, OdIfc2x2_final::IfcRelDefines, OdIfc2x2_final::IfcRelDefinesByProperties, OdIfc2x2_final::IfcRelDefinesByType, OdIfc2x2_final::IfcRelFillsElement, OdIfc2x2_final::IfcRelFlowControlElements, OdIfc2x2_final::IfcRelInteractionRequirements, OdIfc2x2_final::IfcRelOverridesProperties, OdIfc2x2_final::IfcRelProjectsElement, OdIfc2x2_final::IfcRelSequence, OdIfc2x2_final::IfcRelServicesBuildings, OdIfc2x2_final::IfcRelSpaceBoundary, OdIfc2x2_final::IfcRelVoidsElement, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, OdIfc2x2_final::IfcWindowStyle, and OdIfc2x2_final::IfcWorkControl.

◆ getAttr() [2/2]

virtual OdRxValue OdIfc2x2_final::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 OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcObject, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcRelAssigns, OdIfc2x2_final::IfcRelAssignsTasks, OdIfc2x2_final::IfcRelAssignsToActor, OdIfc2x2_final::IfcRelAssignsToControl, OdIfc2x2_final::IfcRelAssignsToGroup, OdIfc2x2_final::IfcRelAssignsToProcess, OdIfc2x2_final::IfcRelAssignsToProduct, OdIfc2x2_final::IfcRelAssignsToResource, OdIfc2x2_final::IfcRelAssociatesAppliedValue, OdIfc2x2_final::IfcRelAssociatesApproval, OdIfc2x2_final::IfcRelAssociates, OdIfc2x2_final::IfcRelAssociatesClassification, OdIfc2x2_final::IfcRelAssociatesConstraint, OdIfc2x2_final::IfcRelAssociatesDocument, OdIfc2x2_final::IfcRelAssociatesLibrary, OdIfc2x2_final::IfcRelAssociatesMaterial, OdIfc2x2_final::IfcRelAssociatesProfileProperties, OdIfc2x2_final::IfcRelConnectsElements, OdIfc2x2_final::IfcRelConnectsPathElements, OdIfc2x2_final::IfcRelConnectsPorts, OdIfc2x2_final::IfcRelConnectsPortToElement, OdIfc2x2_final::IfcRelConnectsStructuralActivity, OdIfc2x2_final::IfcRelConnectsStructuralMember, OdIfc2x2_final::IfcRelConnectsWithRealizingElements, OdIfc2x2_final::IfcRelContainedInSpatialStructure, OdIfc2x2_final::IfcRelCoversBldgElements, OdIfc2x2_final::IfcRelDecomposes, OdIfc2x2_final::IfcRelDefines, OdIfc2x2_final::IfcRelDefinesByProperties, OdIfc2x2_final::IfcRelDefinesByType, OdIfc2x2_final::IfcRelFillsElement, OdIfc2x2_final::IfcRelFlowControlElements, OdIfc2x2_final::IfcRelInteractionRequirements, OdIfc2x2_final::IfcRelOverridesProperties, OdIfc2x2_final::IfcRelProjectsElement, OdIfc2x2_final::IfcRelSequence, OdIfc2x2_final::IfcRelServicesBuildings, OdIfc2x2_final::IfcRelSpaceBoundary, OdIfc2x2_final::IfcRelVoidsElement, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, OdIfc2x2_final::IfcWindowStyle, and OdIfc2x2_final::IfcWorkControl.

◆ getDescription()

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

Returns the description of an object.

Returns
String that contains description of the object.

◆ getGlobalId()

OdIfcGUID OdIfc2x2_final::IfcRoot::getGlobalId ( ) const

Returns a globally unique identifier within the entire software world.

Returns
The globally unique identifier value.

◆ getInstanceType()

virtual OdDAI::Entity * OdIfc2x2_final::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 OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBeam, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElement, OdIfc2x2_final::IfcBuildingElementComponent, OdIfc2x2_final::IfcBuildingElementComponentType, OdIfc2x2_final::IfcBuildingElementPart, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingElementType, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumn, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcCondition, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionEquipmentResource, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionProductResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCostItem, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcCrewResource, OdIfc2x2_final::IfcCurtainWall, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDiscreteAccessory, OdIfc2x2_final::IfcDiscreteAccessoryType, OdIfc2x2_final::IfcDistributionChamberElement, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionControlElementType, OdIfc2x2_final::IfcDistributionElement, OdIfc2x2_final::IfcDistributionElementType, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionFlowElementType, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricalCircuit, OdIfc2x2_final::IfcElectricalElement, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementComponent, OdIfc2x2_final::IfcElementComponentType, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyConversionDevice, OdIfc2x2_final::IfcEnergyConversionDeviceType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEquipmentElement, OdIfc2x2_final::IfcEquipmentStandard, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFastener, OdIfc2x2_final::IfcFastenerType, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElement, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowController, OdIfc2x2_final::IfcFlowControllerType, OdIfc2x2_final::IfcFlowFitting, OdIfc2x2_final::IfcFlowFittingType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFlowMovingDevice, OdIfc2x2_final::IfcFlowMovingDeviceType, OdIfc2x2_final::IfcFlowSegment, OdIfc2x2_final::IfcFlowSegmentType, OdIfc2x2_final::IfcFlowStorageDevice, OdIfc2x2_final::IfcFlowStorageDeviceType, OdIfc2x2_final::IfcFlowTerminal, OdIfc2x2_final::IfcFlowTerminalType, OdIfc2x2_final::IfcFlowTreatmentDevice, OdIfc2x2_final::IfcFlowTreatmentDeviceType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFurnishingElement, OdIfc2x2_final::IfcFurnishingElementType, OdIfc2x2_final::IfcFurnitureStandard, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMechanicalFastenerType, OdIfc2x2_final::IfcMember, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcObject, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlate, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectionElement, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlight, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcRelAggregates, OdIfc2x2_final::IfcRelAssigns, OdIfc2x2_final::IfcRelAssignsTasks, OdIfc2x2_final::IfcRelAssignsToActor, OdIfc2x2_final::IfcRelAssignsToControl, OdIfc2x2_final::IfcRelAssignsToGroup, OdIfc2x2_final::IfcRelAssignsToProcess, OdIfc2x2_final::IfcRelAssignsToProduct, OdIfc2x2_final::IfcRelAssignsToProjectOrder, OdIfc2x2_final::IfcRelAssignsToResource, OdIfc2x2_final::IfcRelAssociatesAppliedValue, OdIfc2x2_final::IfcRelAssociatesApproval, OdIfc2x2_final::IfcRelAssociates, OdIfc2x2_final::IfcRelAssociatesClassification, OdIfc2x2_final::IfcRelAssociatesConstraint, OdIfc2x2_final::IfcRelAssociatesDocument, OdIfc2x2_final::IfcRelAssociatesLibrary, OdIfc2x2_final::IfcRelAssociatesMaterial, OdIfc2x2_final::IfcRelAssociatesProfileProperties, OdIfc2x2_final::IfcRelationship, OdIfc2x2_final::IfcRelConnects, OdIfc2x2_final::IfcRelConnectsElements, OdIfc2x2_final::IfcRelConnectsPathElements, OdIfc2x2_final::IfcRelConnectsPorts, OdIfc2x2_final::IfcRelConnectsPortToElement, OdIfc2x2_final::IfcRelConnectsStructuralActivity, OdIfc2x2_final::IfcRelConnectsStructuralMember, OdIfc2x2_final::IfcRelConnectsWithRealizingElements, OdIfc2x2_final::IfcRelContainedInSpatialStructure, OdIfc2x2_final::IfcRelCoversBldgElements, OdIfc2x2_final::IfcRelDecomposes, OdIfc2x2_final::IfcRelDefines, OdIfc2x2_final::IfcRelDefinesByProperties, OdIfc2x2_final::IfcRelDefinesByType, OdIfc2x2_final::IfcRelFillsElement, OdIfc2x2_final::IfcRelFlowControlElements, OdIfc2x2_final::IfcRelInteractionRequirements, OdIfc2x2_final::IfcRelNests, OdIfc2x2_final::IfcRelOccupiesSpaces, OdIfc2x2_final::IfcRelOverridesProperties, OdIfc2x2_final::IfcRelProjectsElement, OdIfc2x2_final::IfcRelSchedulesCostItems, OdIfc2x2_final::IfcRelSequence, OdIfc2x2_final::IfcRelServicesBuildings, OdIfc2x2_final::IfcRelSpaceBoundary, OdIfc2x2_final::IfcRelVoidsElement, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralCurveMemberVarying, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearAction, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarAction, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralPointAction, OdIfc2x2_final::IfcStructuralPointConnection, OdIfc2x2_final::IfcStructuralPointReaction, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceConnection, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcSystemFurnitureElementType, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendonAnchor, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcVirtualElement, OdIfc2x2_final::IfcWall, OdIfc2x2_final::IfcWallStandardCase, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, OdIfc2x2_final::IfcWindowStyle, OdIfc2x2_final::IfcWorkControl, OdIfc2x2_final::IfcWorkPlan, OdIfc2x2_final::IfcWorkSchedule, and OdIfc2x2_final::IfcZone.

◆ getName()

const OdAnsiString & OdIfc2x2_final::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 & OdIfc2x2_final::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 OdIfc2x2_final::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 OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcObject, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcRelAssigns, OdIfc2x2_final::IfcRelAssignsTasks, OdIfc2x2_final::IfcRelAssignsToActor, OdIfc2x2_final::IfcRelAssignsToControl, OdIfc2x2_final::IfcRelAssignsToGroup, OdIfc2x2_final::IfcRelAssignsToProcess, OdIfc2x2_final::IfcRelAssignsToProduct, OdIfc2x2_final::IfcRelAssignsToResource, OdIfc2x2_final::IfcRelAssociatesAppliedValue, OdIfc2x2_final::IfcRelAssociatesApproval, OdIfc2x2_final::IfcRelAssociates, OdIfc2x2_final::IfcRelAssociatesClassification, OdIfc2x2_final::IfcRelAssociatesConstraint, OdIfc2x2_final::IfcRelAssociatesDocument, OdIfc2x2_final::IfcRelAssociatesLibrary, OdIfc2x2_final::IfcRelAssociatesMaterial, OdIfc2x2_final::IfcRelAssociatesProfileProperties, OdIfc2x2_final::IfcRelConnectsElements, OdIfc2x2_final::IfcRelConnectsPathElements, OdIfc2x2_final::IfcRelConnectsPorts, OdIfc2x2_final::IfcRelConnectsPortToElement, OdIfc2x2_final::IfcRelConnectsStructuralActivity, OdIfc2x2_final::IfcRelConnectsStructuralMember, OdIfc2x2_final::IfcRelConnectsWithRealizingElements, OdIfc2x2_final::IfcRelContainedInSpatialStructure, OdIfc2x2_final::IfcRelCoversBldgElements, OdIfc2x2_final::IfcRelDecomposes, OdIfc2x2_final::IfcRelDefines, OdIfc2x2_final::IfcRelDefinesByProperties, OdIfc2x2_final::IfcRelDefinesByType, OdIfc2x2_final::IfcRelFillsElement, OdIfc2x2_final::IfcRelFlowControlElements, OdIfc2x2_final::IfcRelInteractionRequirements, OdIfc2x2_final::IfcRelOverridesProperties, OdIfc2x2_final::IfcRelProjectsElement, OdIfc2x2_final::IfcRelSequence, OdIfc2x2_final::IfcRelServicesBuildings, OdIfc2x2_final::IfcRelSpaceBoundary, OdIfc2x2_final::IfcRelVoidsElement, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, OdIfc2x2_final::IfcWindowStyle, and OdIfc2x2_final::IfcWorkControl.

◆ isKindOf()

virtual bool OdIfc2x2_final::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 OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBeam, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElement, OdIfc2x2_final::IfcBuildingElementComponent, OdIfc2x2_final::IfcBuildingElementComponentType, OdIfc2x2_final::IfcBuildingElementPart, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingElementType, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumn, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcCondition, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionEquipmentResource, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionProductResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCostItem, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcCrewResource, OdIfc2x2_final::IfcCurtainWall, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDiscreteAccessory, OdIfc2x2_final::IfcDiscreteAccessoryType, OdIfc2x2_final::IfcDistributionChamberElement, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionControlElementType, OdIfc2x2_final::IfcDistributionElement, OdIfc2x2_final::IfcDistributionElementType, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionFlowElementType, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricalCircuit, OdIfc2x2_final::IfcElectricalElement, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementComponent, OdIfc2x2_final::IfcElementComponentType, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyConversionDevice, OdIfc2x2_final::IfcEnergyConversionDeviceType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEquipmentElement, OdIfc2x2_final::IfcEquipmentStandard, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFastener, OdIfc2x2_final::IfcFastenerType, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElement, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowController, OdIfc2x2_final::IfcFlowControllerType, OdIfc2x2_final::IfcFlowFitting, OdIfc2x2_final::IfcFlowFittingType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFlowMovingDevice, OdIfc2x2_final::IfcFlowMovingDeviceType, OdIfc2x2_final::IfcFlowSegment, OdIfc2x2_final::IfcFlowSegmentType, OdIfc2x2_final::IfcFlowStorageDevice, OdIfc2x2_final::IfcFlowStorageDeviceType, OdIfc2x2_final::IfcFlowTerminal, OdIfc2x2_final::IfcFlowTerminalType, OdIfc2x2_final::IfcFlowTreatmentDevice, OdIfc2x2_final::IfcFlowTreatmentDeviceType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFurnishingElement, OdIfc2x2_final::IfcFurnishingElementType, OdIfc2x2_final::IfcFurnitureStandard, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMechanicalFastenerType, OdIfc2x2_final::IfcMember, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcObject, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlate, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectionElement, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlight, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcRelAggregates, OdIfc2x2_final::IfcRelAssigns, OdIfc2x2_final::IfcRelAssignsTasks, OdIfc2x2_final::IfcRelAssignsToActor, OdIfc2x2_final::IfcRelAssignsToControl, OdIfc2x2_final::IfcRelAssignsToGroup, OdIfc2x2_final::IfcRelAssignsToProcess, OdIfc2x2_final::IfcRelAssignsToProduct, OdIfc2x2_final::IfcRelAssignsToProjectOrder, OdIfc2x2_final::IfcRelAssignsToResource, OdIfc2x2_final::IfcRelAssociatesAppliedValue, OdIfc2x2_final::IfcRelAssociatesApproval, OdIfc2x2_final::IfcRelAssociates, OdIfc2x2_final::IfcRelAssociatesClassification, OdIfc2x2_final::IfcRelAssociatesConstraint, OdIfc2x2_final::IfcRelAssociatesDocument, OdIfc2x2_final::IfcRelAssociatesLibrary, OdIfc2x2_final::IfcRelAssociatesMaterial, OdIfc2x2_final::IfcRelAssociatesProfileProperties, OdIfc2x2_final::IfcRelationship, OdIfc2x2_final::IfcRelConnects, OdIfc2x2_final::IfcRelConnectsElements, OdIfc2x2_final::IfcRelConnectsPathElements, OdIfc2x2_final::IfcRelConnectsPorts, OdIfc2x2_final::IfcRelConnectsPortToElement, OdIfc2x2_final::IfcRelConnectsStructuralActivity, OdIfc2x2_final::IfcRelConnectsStructuralMember, OdIfc2x2_final::IfcRelConnectsWithRealizingElements, OdIfc2x2_final::IfcRelContainedInSpatialStructure, OdIfc2x2_final::IfcRelCoversBldgElements, OdIfc2x2_final::IfcRelDecomposes, OdIfc2x2_final::IfcRelDefines, OdIfc2x2_final::IfcRelDefinesByProperties, OdIfc2x2_final::IfcRelDefinesByType, OdIfc2x2_final::IfcRelFillsElement, OdIfc2x2_final::IfcRelFlowControlElements, OdIfc2x2_final::IfcRelInteractionRequirements, OdIfc2x2_final::IfcRelNests, OdIfc2x2_final::IfcRelOccupiesSpaces, OdIfc2x2_final::IfcRelOverridesProperties, OdIfc2x2_final::IfcRelProjectsElement, OdIfc2x2_final::IfcRelSchedulesCostItems, OdIfc2x2_final::IfcRelSequence, OdIfc2x2_final::IfcRelServicesBuildings, OdIfc2x2_final::IfcRelSpaceBoundary, OdIfc2x2_final::IfcRelVoidsElement, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralCurveMemberVarying, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearAction, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarAction, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralPointAction, OdIfc2x2_final::IfcStructuralPointConnection, OdIfc2x2_final::IfcStructuralPointReaction, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceConnection, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcSystemFurnitureElementType, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendonAnchor, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcVirtualElement, OdIfc2x2_final::IfcWall, OdIfc2x2_final::IfcWallStandardCase, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, OdIfc2x2_final::IfcWindowStyle, OdIfc2x2_final::IfcWorkControl, OdIfc2x2_final::IfcWorkPlan, OdIfc2x2_final::IfcWorkSchedule, and OdIfc2x2_final::IfcZone.

◆ outFields()

virtual OdResult OdIfc2x2_final::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 OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcObject, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcRelAssigns, OdIfc2x2_final::IfcRelAssignsTasks, OdIfc2x2_final::IfcRelAssignsToActor, OdIfc2x2_final::IfcRelAssignsToControl, OdIfc2x2_final::IfcRelAssignsToGroup, OdIfc2x2_final::IfcRelAssignsToProcess, OdIfc2x2_final::IfcRelAssignsToProduct, OdIfc2x2_final::IfcRelAssignsToResource, OdIfc2x2_final::IfcRelAssociatesAppliedValue, OdIfc2x2_final::IfcRelAssociatesApproval, OdIfc2x2_final::IfcRelAssociates, OdIfc2x2_final::IfcRelAssociatesClassification, OdIfc2x2_final::IfcRelAssociatesConstraint, OdIfc2x2_final::IfcRelAssociatesDocument, OdIfc2x2_final::IfcRelAssociatesLibrary, OdIfc2x2_final::IfcRelAssociatesMaterial, OdIfc2x2_final::IfcRelAssociatesProfileProperties, OdIfc2x2_final::IfcRelConnectsElements, OdIfc2x2_final::IfcRelConnectsPathElements, OdIfc2x2_final::IfcRelConnectsPorts, OdIfc2x2_final::IfcRelConnectsPortToElement, OdIfc2x2_final::IfcRelConnectsStructuralActivity, OdIfc2x2_final::IfcRelConnectsStructuralMember, OdIfc2x2_final::IfcRelConnectsWithRealizingElements, OdIfc2x2_final::IfcRelContainedInSpatialStructure, OdIfc2x2_final::IfcRelCoversBldgElements, OdIfc2x2_final::IfcRelDecomposes, OdIfc2x2_final::IfcRelDefines, OdIfc2x2_final::IfcRelDefinesByProperties, OdIfc2x2_final::IfcRelDefinesByType, OdIfc2x2_final::IfcRelFillsElement, OdIfc2x2_final::IfcRelFlowControlElements, OdIfc2x2_final::IfcRelInteractionRequirements, OdIfc2x2_final::IfcRelOverridesProperties, OdIfc2x2_final::IfcRelProjectsElement, OdIfc2x2_final::IfcRelSequence, OdIfc2x2_final::IfcRelServicesBuildings, OdIfc2x2_final::IfcRelSpaceBoundary, OdIfc2x2_final::IfcRelVoidsElement, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, OdIfc2x2_final::IfcWindowStyle, and OdIfc2x2_final::IfcWorkControl.

◆ putAttr() [1/2]

virtual bool OdIfc2x2_final::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 OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcObject, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcRelAssigns, OdIfc2x2_final::IfcRelAssignsTasks, OdIfc2x2_final::IfcRelAssignsToActor, OdIfc2x2_final::IfcRelAssignsToControl, OdIfc2x2_final::IfcRelAssignsToGroup, OdIfc2x2_final::IfcRelAssignsToProcess, OdIfc2x2_final::IfcRelAssignsToProduct, OdIfc2x2_final::IfcRelAssignsToResource, OdIfc2x2_final::IfcRelAssociatesAppliedValue, OdIfc2x2_final::IfcRelAssociatesApproval, OdIfc2x2_final::IfcRelAssociates, OdIfc2x2_final::IfcRelAssociatesClassification, OdIfc2x2_final::IfcRelAssociatesConstraint, OdIfc2x2_final::IfcRelAssociatesDocument, OdIfc2x2_final::IfcRelAssociatesLibrary, OdIfc2x2_final::IfcRelAssociatesMaterial, OdIfc2x2_final::IfcRelAssociatesProfileProperties, OdIfc2x2_final::IfcRelConnectsElements, OdIfc2x2_final::IfcRelConnectsPathElements, OdIfc2x2_final::IfcRelConnectsPorts, OdIfc2x2_final::IfcRelConnectsPortToElement, OdIfc2x2_final::IfcRelConnectsStructuralActivity, OdIfc2x2_final::IfcRelConnectsStructuralMember, OdIfc2x2_final::IfcRelConnectsWithRealizingElements, OdIfc2x2_final::IfcRelContainedInSpatialStructure, OdIfc2x2_final::IfcRelCoversBldgElements, OdIfc2x2_final::IfcRelDecomposes, OdIfc2x2_final::IfcRelDefines, OdIfc2x2_final::IfcRelDefinesByProperties, OdIfc2x2_final::IfcRelDefinesByType, OdIfc2x2_final::IfcRelFillsElement, OdIfc2x2_final::IfcRelFlowControlElements, OdIfc2x2_final::IfcRelInteractionRequirements, OdIfc2x2_final::IfcRelOverridesProperties, OdIfc2x2_final::IfcRelProjectsElement, OdIfc2x2_final::IfcRelSequence, OdIfc2x2_final::IfcRelServicesBuildings, OdIfc2x2_final::IfcRelSpaceBoundary, OdIfc2x2_final::IfcRelVoidsElement, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, OdIfc2x2_final::IfcWindowStyle, and OdIfc2x2_final::IfcWorkControl.

◆ putAttr() [2/2]

virtual bool OdIfc2x2_final::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 OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcObject, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcRelAssigns, OdIfc2x2_final::IfcRelAssignsTasks, OdIfc2x2_final::IfcRelAssignsToActor, OdIfc2x2_final::IfcRelAssignsToControl, OdIfc2x2_final::IfcRelAssignsToGroup, OdIfc2x2_final::IfcRelAssignsToProcess, OdIfc2x2_final::IfcRelAssignsToProduct, OdIfc2x2_final::IfcRelAssignsToResource, OdIfc2x2_final::IfcRelAssociatesAppliedValue, OdIfc2x2_final::IfcRelAssociatesApproval, OdIfc2x2_final::IfcRelAssociates, OdIfc2x2_final::IfcRelAssociatesClassification, OdIfc2x2_final::IfcRelAssociatesConstraint, OdIfc2x2_final::IfcRelAssociatesDocument, OdIfc2x2_final::IfcRelAssociatesLibrary, OdIfc2x2_final::IfcRelAssociatesMaterial, OdIfc2x2_final::IfcRelAssociatesProfileProperties, OdIfc2x2_final::IfcRelConnectsElements, OdIfc2x2_final::IfcRelConnectsPathElements, OdIfc2x2_final::IfcRelConnectsPorts, OdIfc2x2_final::IfcRelConnectsPortToElement, OdIfc2x2_final::IfcRelConnectsStructuralActivity, OdIfc2x2_final::IfcRelConnectsStructuralMember, OdIfc2x2_final::IfcRelConnectsWithRealizingElements, OdIfc2x2_final::IfcRelContainedInSpatialStructure, OdIfc2x2_final::IfcRelCoversBldgElements, OdIfc2x2_final::IfcRelDecomposes, OdIfc2x2_final::IfcRelDefines, OdIfc2x2_final::IfcRelDefinesByProperties, OdIfc2x2_final::IfcRelDefinesByType, OdIfc2x2_final::IfcRelFillsElement, OdIfc2x2_final::IfcRelFlowControlElements, OdIfc2x2_final::IfcRelInteractionRequirements, OdIfc2x2_final::IfcRelOverridesProperties, OdIfc2x2_final::IfcRelProjectsElement, OdIfc2x2_final::IfcRelSequence, OdIfc2x2_final::IfcRelServicesBuildings, OdIfc2x2_final::IfcRelSpaceBoundary, OdIfc2x2_final::IfcRelVoidsElement, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, OdIfc2x2_final::IfcWindowStyle, and OdIfc2x2_final::IfcWorkControl.

◆ setDescription()

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

Sets the object description.

Parameters
DescriptionString that contains comments that describe an object.

◆ setGlobalId()

void OdIfc2x2_final::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 OdIfc2x2_final::IfcRoot::setName ( const OdAnsiString &  Name)

Sets the name of the object.

Parameters
NameString that contains name of the object.

◆ setOwnerHistory()

void OdIfc2x2_final::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 OdIfc2x2_final::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 OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcObject, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcRelAssigns, OdIfc2x2_final::IfcRelAssignsTasks, OdIfc2x2_final::IfcRelAssignsToActor, OdIfc2x2_final::IfcRelAssignsToControl, OdIfc2x2_final::IfcRelAssignsToGroup, OdIfc2x2_final::IfcRelAssignsToProcess, OdIfc2x2_final::IfcRelAssignsToProduct, OdIfc2x2_final::IfcRelAssignsToResource, OdIfc2x2_final::IfcRelAssociatesAppliedValue, OdIfc2x2_final::IfcRelAssociatesApproval, OdIfc2x2_final::IfcRelAssociates, OdIfc2x2_final::IfcRelAssociatesClassification, OdIfc2x2_final::IfcRelAssociatesConstraint, OdIfc2x2_final::IfcRelAssociatesDocument, OdIfc2x2_final::IfcRelAssociatesLibrary, OdIfc2x2_final::IfcRelAssociatesMaterial, OdIfc2x2_final::IfcRelAssociatesProfileProperties, OdIfc2x2_final::IfcRelConnectsElements, OdIfc2x2_final::IfcRelConnectsPathElements, OdIfc2x2_final::IfcRelConnectsPorts, OdIfc2x2_final::IfcRelConnectsPortToElement, OdIfc2x2_final::IfcRelConnectsStructuralActivity, OdIfc2x2_final::IfcRelConnectsStructuralMember, OdIfc2x2_final::IfcRelConnectsWithRealizingElements, OdIfc2x2_final::IfcRelContainedInSpatialStructure, OdIfc2x2_final::IfcRelCoversBldgElements, OdIfc2x2_final::IfcRelDecomposes, OdIfc2x2_final::IfcRelDefines, OdIfc2x2_final::IfcRelDefinesByProperties, OdIfc2x2_final::IfcRelDefinesByType, OdIfc2x2_final::IfcRelFillsElement, OdIfc2x2_final::IfcRelFlowControlElements, OdIfc2x2_final::IfcRelInteractionRequirements, OdIfc2x2_final::IfcRelOverridesProperties, OdIfc2x2_final::IfcRelProjectsElement, OdIfc2x2_final::IfcRelSequence, OdIfc2x2_final::IfcRelServicesBuildings, OdIfc2x2_final::IfcRelSpaceBoundary, OdIfc2x2_final::IfcRelVoidsElement, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, OdIfc2x2_final::IfcWindowStyle, and OdIfc2x2_final::IfcWorkControl.

◆ testAttr() [2/2]

virtual bool OdIfc2x2_final::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 OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcObject, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcRelAssigns, OdIfc2x2_final::IfcRelAssignsTasks, OdIfc2x2_final::IfcRelAssignsToActor, OdIfc2x2_final::IfcRelAssignsToControl, OdIfc2x2_final::IfcRelAssignsToGroup, OdIfc2x2_final::IfcRelAssignsToProcess, OdIfc2x2_final::IfcRelAssignsToProduct, OdIfc2x2_final::IfcRelAssignsToResource, OdIfc2x2_final::IfcRelAssociatesAppliedValue, OdIfc2x2_final::IfcRelAssociatesApproval, OdIfc2x2_final::IfcRelAssociates, OdIfc2x2_final::IfcRelAssociatesClassification, OdIfc2x2_final::IfcRelAssociatesConstraint, OdIfc2x2_final::IfcRelAssociatesDocument, OdIfc2x2_final::IfcRelAssociatesLibrary, OdIfc2x2_final::IfcRelAssociatesMaterial, OdIfc2x2_final::IfcRelAssociatesProfileProperties, OdIfc2x2_final::IfcRelConnectsElements, OdIfc2x2_final::IfcRelConnectsPathElements, OdIfc2x2_final::IfcRelConnectsPorts, OdIfc2x2_final::IfcRelConnectsPortToElement, OdIfc2x2_final::IfcRelConnectsStructuralActivity, OdIfc2x2_final::IfcRelConnectsStructuralMember, OdIfc2x2_final::IfcRelConnectsWithRealizingElements, OdIfc2x2_final::IfcRelContainedInSpatialStructure, OdIfc2x2_final::IfcRelCoversBldgElements, OdIfc2x2_final::IfcRelDecomposes, OdIfc2x2_final::IfcRelDefines, OdIfc2x2_final::IfcRelDefinesByProperties, OdIfc2x2_final::IfcRelDefinesByType, OdIfc2x2_final::IfcRelFillsElement, OdIfc2x2_final::IfcRelFlowControlElements, OdIfc2x2_final::IfcRelInteractionRequirements, OdIfc2x2_final::IfcRelOverridesProperties, OdIfc2x2_final::IfcRelProjectsElement, OdIfc2x2_final::IfcRelSequence, OdIfc2x2_final::IfcRelServicesBuildings, OdIfc2x2_final::IfcRelSpaceBoundary, OdIfc2x2_final::IfcRelVoidsElement, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, OdIfc2x2_final::IfcWindowStyle, and OdIfc2x2_final::IfcWorkControl.

◆ type()

virtual OdIfc::OdIfcEntityType OdIfc2x2_final::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 OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBeam, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElement, OdIfc2x2_final::IfcBuildingElementComponent, OdIfc2x2_final::IfcBuildingElementComponentType, OdIfc2x2_final::IfcBuildingElementPart, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingElementType, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumn, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcCondition, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionEquipmentResource, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionProductResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCostItem, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcCrewResource, OdIfc2x2_final::IfcCurtainWall, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDiscreteAccessory, OdIfc2x2_final::IfcDiscreteAccessoryType, OdIfc2x2_final::IfcDistributionChamberElement, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionControlElementType, OdIfc2x2_final::IfcDistributionElement, OdIfc2x2_final::IfcDistributionElementType, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionFlowElementType, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricalCircuit, OdIfc2x2_final::IfcElectricalElement, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementComponent, OdIfc2x2_final::IfcElementComponentType, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyConversionDevice, OdIfc2x2_final::IfcEnergyConversionDeviceType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEquipmentElement, OdIfc2x2_final::IfcEquipmentStandard, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFastener, OdIfc2x2_final::IfcFastenerType, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElement, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowController, OdIfc2x2_final::IfcFlowControllerType, OdIfc2x2_final::IfcFlowFitting, OdIfc2x2_final::IfcFlowFittingType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFlowMovingDevice, OdIfc2x2_final::IfcFlowMovingDeviceType, OdIfc2x2_final::IfcFlowSegment, OdIfc2x2_final::IfcFlowSegmentType, OdIfc2x2_final::IfcFlowStorageDevice, OdIfc2x2_final::IfcFlowStorageDeviceType, OdIfc2x2_final::IfcFlowTerminal, OdIfc2x2_final::IfcFlowTerminalType, OdIfc2x2_final::IfcFlowTreatmentDevice, OdIfc2x2_final::IfcFlowTreatmentDeviceType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFurnishingElement, OdIfc2x2_final::IfcFurnishingElementType, OdIfc2x2_final::IfcFurnitureStandard, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMechanicalFastenerType, OdIfc2x2_final::IfcMember, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcObject, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlate, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectionElement, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlight, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcRelAggregates, OdIfc2x2_final::IfcRelAssigns, OdIfc2x2_final::IfcRelAssignsTasks, OdIfc2x2_final::IfcRelAssignsToActor, OdIfc2x2_final::IfcRelAssignsToControl, OdIfc2x2_final::IfcRelAssignsToGroup, OdIfc2x2_final::IfcRelAssignsToProcess, OdIfc2x2_final::IfcRelAssignsToProduct, OdIfc2x2_final::IfcRelAssignsToProjectOrder, OdIfc2x2_final::IfcRelAssignsToResource, OdIfc2x2_final::IfcRelAssociatesAppliedValue, OdIfc2x2_final::IfcRelAssociatesApproval, OdIfc2x2_final::IfcRelAssociates, OdIfc2x2_final::IfcRelAssociatesClassification, OdIfc2x2_final::IfcRelAssociatesConstraint, OdIfc2x2_final::IfcRelAssociatesDocument, OdIfc2x2_final::IfcRelAssociatesLibrary, OdIfc2x2_final::IfcRelAssociatesMaterial, OdIfc2x2_final::IfcRelAssociatesProfileProperties, OdIfc2x2_final::IfcRelationship, OdIfc2x2_final::IfcRelConnects, OdIfc2x2_final::IfcRelConnectsElements, OdIfc2x2_final::IfcRelConnectsPathElements, OdIfc2x2_final::IfcRelConnectsPorts, OdIfc2x2_final::IfcRelConnectsPortToElement, OdIfc2x2_final::IfcRelConnectsStructuralActivity, OdIfc2x2_final::IfcRelConnectsStructuralMember, OdIfc2x2_final::IfcRelConnectsWithRealizingElements, OdIfc2x2_final::IfcRelContainedInSpatialStructure, OdIfc2x2_final::IfcRelCoversBldgElements, OdIfc2x2_final::IfcRelDecomposes, OdIfc2x2_final::IfcRelDefines, OdIfc2x2_final::IfcRelDefinesByProperties, OdIfc2x2_final::IfcRelDefinesByType, OdIfc2x2_final::IfcRelFillsElement, OdIfc2x2_final::IfcRelFlowControlElements, OdIfc2x2_final::IfcRelInteractionRequirements, OdIfc2x2_final::IfcRelNests, OdIfc2x2_final::IfcRelOccupiesSpaces, OdIfc2x2_final::IfcRelOverridesProperties, OdIfc2x2_final::IfcRelProjectsElement, OdIfc2x2_final::IfcRelSchedulesCostItems, OdIfc2x2_final::IfcRelSequence, OdIfc2x2_final::IfcRelServicesBuildings, OdIfc2x2_final::IfcRelSpaceBoundary, OdIfc2x2_final::IfcRelVoidsElement, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralCurveMemberVarying, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearAction, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarAction, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralPointAction, OdIfc2x2_final::IfcStructuralPointConnection, OdIfc2x2_final::IfcStructuralPointReaction, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceConnection, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcSystemFurnitureElementType, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendonAnchor, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcVirtualElement, OdIfc2x2_final::IfcWall, OdIfc2x2_final::IfcWallStandardCase, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, OdIfc2x2_final::IfcWindowStyle, OdIfc2x2_final::IfcWorkControl, OdIfc2x2_final::IfcWorkPlan, OdIfc2x2_final::IfcWorkSchedule, and OdIfc2x2_final::IfcZone.

◆ unsetAttr() [1/2]

virtual void OdIfc2x2_final::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 OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcObject, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcRelAssigns, OdIfc2x2_final::IfcRelAssignsTasks, OdIfc2x2_final::IfcRelAssignsToActor, OdIfc2x2_final::IfcRelAssignsToControl, OdIfc2x2_final::IfcRelAssignsToGroup, OdIfc2x2_final::IfcRelAssignsToProcess, OdIfc2x2_final::IfcRelAssignsToProduct, OdIfc2x2_final::IfcRelAssignsToResource, OdIfc2x2_final::IfcRelAssociatesAppliedValue, OdIfc2x2_final::IfcRelAssociatesApproval, OdIfc2x2_final::IfcRelAssociates, OdIfc2x2_final::IfcRelAssociatesClassification, OdIfc2x2_final::IfcRelAssociatesConstraint, OdIfc2x2_final::IfcRelAssociatesDocument, OdIfc2x2_final::IfcRelAssociatesLibrary, OdIfc2x2_final::IfcRelAssociatesMaterial, OdIfc2x2_final::IfcRelAssociatesProfileProperties, OdIfc2x2_final::IfcRelConnectsElements, OdIfc2x2_final::IfcRelConnectsPathElements, OdIfc2x2_final::IfcRelConnectsPorts, OdIfc2x2_final::IfcRelConnectsPortToElement, OdIfc2x2_final::IfcRelConnectsStructuralActivity, OdIfc2x2_final::IfcRelConnectsStructuralMember, OdIfc2x2_final::IfcRelConnectsWithRealizingElements, OdIfc2x2_final::IfcRelContainedInSpatialStructure, OdIfc2x2_final::IfcRelCoversBldgElements, OdIfc2x2_final::IfcRelDecomposes, OdIfc2x2_final::IfcRelDefines, OdIfc2x2_final::IfcRelDefinesByProperties, OdIfc2x2_final::IfcRelDefinesByType, OdIfc2x2_final::IfcRelFillsElement, OdIfc2x2_final::IfcRelFlowControlElements, OdIfc2x2_final::IfcRelInteractionRequirements, OdIfc2x2_final::IfcRelOverridesProperties, OdIfc2x2_final::IfcRelProjectsElement, OdIfc2x2_final::IfcRelSequence, OdIfc2x2_final::IfcRelServicesBuildings, OdIfc2x2_final::IfcRelSpaceBoundary, OdIfc2x2_final::IfcRelVoidsElement, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, OdIfc2x2_final::IfcWindowStyle, and OdIfc2x2_final::IfcWorkControl.

◆ unsetAttr() [2/2]

virtual void OdIfc2x2_final::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 OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcObject, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcPropertyDefinition, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcRelAssigns, OdIfc2x2_final::IfcRelAssignsTasks, OdIfc2x2_final::IfcRelAssignsToActor, OdIfc2x2_final::IfcRelAssignsToControl, OdIfc2x2_final::IfcRelAssignsToGroup, OdIfc2x2_final::IfcRelAssignsToProcess, OdIfc2x2_final::IfcRelAssignsToProduct, OdIfc2x2_final::IfcRelAssignsToResource, OdIfc2x2_final::IfcRelAssociatesAppliedValue, OdIfc2x2_final::IfcRelAssociatesApproval, OdIfc2x2_final::IfcRelAssociates, OdIfc2x2_final::IfcRelAssociatesClassification, OdIfc2x2_final::IfcRelAssociatesConstraint, OdIfc2x2_final::IfcRelAssociatesDocument, OdIfc2x2_final::IfcRelAssociatesLibrary, OdIfc2x2_final::IfcRelAssociatesMaterial, OdIfc2x2_final::IfcRelAssociatesProfileProperties, OdIfc2x2_final::IfcRelConnectsElements, OdIfc2x2_final::IfcRelConnectsPathElements, OdIfc2x2_final::IfcRelConnectsPorts, OdIfc2x2_final::IfcRelConnectsPortToElement, OdIfc2x2_final::IfcRelConnectsStructuralActivity, OdIfc2x2_final::IfcRelConnectsStructuralMember, OdIfc2x2_final::IfcRelConnectsWithRealizingElements, OdIfc2x2_final::IfcRelContainedInSpatialStructure, OdIfc2x2_final::IfcRelCoversBldgElements, OdIfc2x2_final::IfcRelDecomposes, OdIfc2x2_final::IfcRelDefines, OdIfc2x2_final::IfcRelDefinesByProperties, OdIfc2x2_final::IfcRelDefinesByType, OdIfc2x2_final::IfcRelFillsElement, OdIfc2x2_final::IfcRelFlowControlElements, OdIfc2x2_final::IfcRelInteractionRequirements, OdIfc2x2_final::IfcRelOverridesProperties, OdIfc2x2_final::IfcRelProjectsElement, OdIfc2x2_final::IfcRelSequence, OdIfc2x2_final::IfcRelServicesBuildings, OdIfc2x2_final::IfcRelSpaceBoundary, OdIfc2x2_final::IfcRelVoidsElement, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, OdIfc2x2_final::IfcWindowStyle, and OdIfc2x2_final::IfcWorkControl.

Member Data Documentation

◆ m_Description

OdAnsiString OdIfc2x2_final::IfcRoot::m_Description
protected

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

◆ m_GlobalId

OdIfcGUID OdIfc2x2_final::IfcRoot::m_GlobalId
protected

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

◆ m_Name

OdAnsiString OdIfc2x2_final::IfcRoot::m_Name
protected

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

◆ m_OwnerHistory

OdDAIObjectId OdIfc2x2_final::IfcRoot::m_OwnerHistory
protected

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


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