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

#include <IfcRootAutoImpl.h>

Inheritance diagram for OdIfc4x3_rc4::IfcRoot:
OdIfc::OdIfcEntity OdIfc4x3_rc4::IfcObjectDefinition OdIfc4x3_rc4::IfcPropertyDefinition OdIfc4x3_rc4::IfcRelationship OdIfc4x3_rc4::IfcContext OdIfc4x3_rc4::IfcObject OdIfc4x3_rc4::IfcTypeObject OdIfc4x3_rc4::IfcPropertySetDefinition OdIfc4x3_rc4::IfcPropertyTemplateDefinition OdIfc4x3_rc4::IfcRelAssigns OdIfc4x3_rc4::IfcRelAssociates OdIfc4x3_rc4::IfcRelConnects OdIfc4x3_rc4::IfcRelDeclares OdIfc4x3_rc4::IfcRelDecomposes OdIfc4x3_rc4::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 bool comparedToEarlyImpl (const OdDAI::ApplicationInstance *pOther, OdRx::Ordering &ordering) 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 Ifc4x3_RC4/IfcRootAutoImpl.h.

Constructor & Destructor Documentation

◆ IfcRoot()

OdIfc4x3_rc4::IfcRoot::IfcRoot ( )

Default constructor for the IfcRoot class.

Member Function Documentation

◆ comparedToEarlyImpl()

virtual bool OdIfc4x3_rc4::IfcRoot::comparedToEarlyImpl ( const OdDAI::ApplicationInstance *  pOther,
OdRx::Ordering ordering 
) const
virtual

Early-bound version of instances comparison.

Parameters
pOther[in] Other application instance.
ordering[out] Receives the ordering (comparison) status.
Returns
true if comparison was performed, false if method has no implementation, so late-bound version could be applied.
Remarks
If the method returns true, the ordering parameter can receive one of the following statuses:
Value Description kLessThan -1 This object < Other Object. kEqual 0 This object = Other Object. kGreaterThan 1 This object > Other Object. kNotOrderable 2 This class is not orderable.

Reimplemented in OdIfc4x3_rc4::IfcActionRequest, OdIfc4x3_rc4::IfcActor, OdIfc4x3_rc4::IfcActuator, OdIfc4x3_rc4::IfcActuatorType, OdIfc4x3_rc4::IfcAirTerminal, OdIfc4x3_rc4::IfcAirTerminalBox, OdIfc4x3_rc4::IfcAirTerminalBoxType, OdIfc4x3_rc4::IfcAirTerminalType, OdIfc4x3_rc4::IfcAirToAirHeatRecovery, OdIfc4x3_rc4::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc4::IfcAlarm, OdIfc4x3_rc4::IfcAlarmType, OdIfc4x3_rc4::IfcAlignment, OdIfc4x3_rc4::IfcAlignmentCant, OdIfc4x3_rc4::IfcAlignmentHorizontal, OdIfc4x3_rc4::IfcAlignmentSegment, OdIfc4x3_rc4::IfcAlignmentVertical, OdIfc4x3_rc4::IfcAnnotation, OdIfc4x3_rc4::IfcAsset, OdIfc4x3_rc4::IfcAudioVisualAppliance, OdIfc4x3_rc4::IfcAudioVisualApplianceType, OdIfc4x3_rc4::IfcBeam, OdIfc4x3_rc4::IfcBeamStandardCase, OdIfc4x3_rc4::IfcBeamType, OdIfc4x3_rc4::IfcBearing, OdIfc4x3_rc4::IfcBearingType, OdIfc4x3_rc4::IfcBoiler, OdIfc4x3_rc4::IfcBoilerType, OdIfc4x3_rc4::IfcBorehole, OdIfc4x3_rc4::IfcBridge, OdIfc4x3_rc4::IfcBuilding, OdIfc4x3_rc4::IfcBuildingElementPart, OdIfc4x3_rc4::IfcBuildingElementPartType, OdIfc4x3_rc4::IfcBuildingElementProxy, OdIfc4x3_rc4::IfcBuildingElementProxyType, OdIfc4x3_rc4::IfcBuildingStorey, OdIfc4x3_rc4::IfcBuildingSystem, OdIfc4x3_rc4::IfcBuiltElement, OdIfc4x3_rc4::IfcBuiltElementType, OdIfc4x3_rc4::IfcBuiltSystem, OdIfc4x3_rc4::IfcBurner, OdIfc4x3_rc4::IfcBurnerType, OdIfc4x3_rc4::IfcCableCarrierFitting, OdIfc4x3_rc4::IfcCableCarrierFittingType, OdIfc4x3_rc4::IfcCableCarrierSegment, OdIfc4x3_rc4::IfcCableCarrierSegmentType, OdIfc4x3_rc4::IfcCableFitting, OdIfc4x3_rc4::IfcCableFittingType, OdIfc4x3_rc4::IfcCableSegment, OdIfc4x3_rc4::IfcCableSegmentType, OdIfc4x3_rc4::IfcCaissonFoundation, OdIfc4x3_rc4::IfcCaissonFoundationType, OdIfc4x3_rc4::IfcChiller, OdIfc4x3_rc4::IfcChillerType, OdIfc4x3_rc4::IfcChimney, OdIfc4x3_rc4::IfcChimneyType, OdIfc4x3_rc4::IfcCivilElement, OdIfc4x3_rc4::IfcCivilElementType, OdIfc4x3_rc4::IfcCoil, OdIfc4x3_rc4::IfcCoilType, OdIfc4x3_rc4::IfcColumn, OdIfc4x3_rc4::IfcColumnStandardCase, OdIfc4x3_rc4::IfcColumnType, OdIfc4x3_rc4::IfcCommunicationsAppliance, OdIfc4x3_rc4::IfcCommunicationsApplianceType, OdIfc4x3_rc4::IfcComplexPropertyTemplate, OdIfc4x3_rc4::IfcCompressor, OdIfc4x3_rc4::IfcCompressorType, OdIfc4x3_rc4::IfcCondenser, OdIfc4x3_rc4::IfcCondenserType, OdIfc4x3_rc4::IfcConstructionEquipmentResource, OdIfc4x3_rc4::IfcConstructionEquipmentResourceType, OdIfc4x3_rc4::IfcConstructionMaterialResource, OdIfc4x3_rc4::IfcConstructionMaterialResourceType, OdIfc4x3_rc4::IfcConstructionProductResource, OdIfc4x3_rc4::IfcConstructionProductResourceType, OdIfc4x3_rc4::IfcConstructionResource, OdIfc4x3_rc4::IfcConstructionResourceType, OdIfc4x3_rc4::IfcContext, OdIfc4x3_rc4::IfcControl, OdIfc4x3_rc4::IfcController, OdIfc4x3_rc4::IfcControllerType, OdIfc4x3_rc4::IfcConveyorSegment, OdIfc4x3_rc4::IfcConveyorSegmentType, OdIfc4x3_rc4::IfcCooledBeam, OdIfc4x3_rc4::IfcCooledBeamType, OdIfc4x3_rc4::IfcCoolingTower, OdIfc4x3_rc4::IfcCoolingTowerType, OdIfc4x3_rc4::IfcCostItem, OdIfc4x3_rc4::IfcCostSchedule, OdIfc4x3_rc4::IfcCourse, OdIfc4x3_rc4::IfcCourseType, OdIfc4x3_rc4::IfcCovering, OdIfc4x3_rc4::IfcCoveringType, OdIfc4x3_rc4::IfcCrewResource, OdIfc4x3_rc4::IfcCrewResourceType, OdIfc4x3_rc4::IfcCurtainWall, OdIfc4x3_rc4::IfcCurtainWallType, OdIfc4x3_rc4::IfcDamper, OdIfc4x3_rc4::IfcDamperType, OdIfc4x3_rc4::IfcDeepFoundation, OdIfc4x3_rc4::IfcDeepFoundationType, OdIfc4x3_rc4::IfcDiscreteAccessory, OdIfc4x3_rc4::IfcDiscreteAccessoryType, OdIfc4x3_rc4::IfcDistributionBoard, OdIfc4x3_rc4::IfcDistributionBoardType, OdIfc4x3_rc4::IfcDistributionChamberElement, OdIfc4x3_rc4::IfcDistributionChamberElementType, OdIfc4x3_rc4::IfcDistributionCircuit, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionControlElementType, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionElementType, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionFlowElementType, OdIfc4x3_rc4::IfcDistributionPort, OdIfc4x3_rc4::IfcDistributionSystem, OdIfc4x3_rc4::IfcDoor, OdIfc4x3_rc4::IfcDoorLiningProperties, OdIfc4x3_rc4::IfcDoorPanelProperties, OdIfc4x3_rc4::IfcDoorStandardCase, OdIfc4x3_rc4::IfcDoorStyle, OdIfc4x3_rc4::IfcDoorType, OdIfc4x3_rc4::IfcDuctFitting, OdIfc4x3_rc4::IfcDuctFittingType, OdIfc4x3_rc4::IfcDuctSegment, OdIfc4x3_rc4::IfcDuctSegmentType, OdIfc4x3_rc4::IfcDuctSilencer, OdIfc4x3_rc4::IfcDuctSilencerType, OdIfc4x3_rc4::IfcEarthworksCut, OdIfc4x3_rc4::IfcEarthworksElement, OdIfc4x3_rc4::IfcEarthworksFill, OdIfc4x3_rc4::IfcElectricAppliance, OdIfc4x3_rc4::IfcElectricApplianceType, OdIfc4x3_rc4::IfcElectricDistributionBoard, OdIfc4x3_rc4::IfcElectricDistributionBoardType, OdIfc4x3_rc4::IfcElectricFlowStorageDevice, OdIfc4x3_rc4::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc4::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc4::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcElectricGenerator, OdIfc4x3_rc4::IfcElectricGeneratorType, OdIfc4x3_rc4::IfcElectricMotor, OdIfc4x3_rc4::IfcElectricMotorType, OdIfc4x3_rc4::IfcElectricTimeControl, OdIfc4x3_rc4::IfcElectricTimeControlType, OdIfc4x3_rc4::IfcElementAssembly, OdIfc4x3_rc4::IfcElementAssemblyType, OdIfc4x3_rc4::IfcElement, OdIfc4x3_rc4::IfcElementComponent, OdIfc4x3_rc4::IfcElementComponentType, OdIfc4x3_rc4::IfcElementQuantity, OdIfc4x3_rc4::IfcElementType, OdIfc4x3_rc4::IfcEnergyConversionDevice, OdIfc4x3_rc4::IfcEnergyConversionDeviceType, OdIfc4x3_rc4::IfcEngine, OdIfc4x3_rc4::IfcEngineType, OdIfc4x3_rc4::IfcEvaporativeCooler, OdIfc4x3_rc4::IfcEvaporativeCoolerType, OdIfc4x3_rc4::IfcEvaporator, OdIfc4x3_rc4::IfcEvaporatorType, OdIfc4x3_rc4::IfcEvent, OdIfc4x3_rc4::IfcEventType, OdIfc4x3_rc4::IfcExternalSpatialElement, OdIfc4x3_rc4::IfcExternalSpatialStructureElement, OdIfc4x3_rc4::IfcFacility, OdIfc4x3_rc4::IfcFacilityPart, OdIfc4x3_rc4::IfcFan, OdIfc4x3_rc4::IfcFanType, OdIfc4x3_rc4::IfcFastener, OdIfc4x3_rc4::IfcFastenerType, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElement, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFilter, OdIfc4x3_rc4::IfcFilterType, OdIfc4x3_rc4::IfcFireSuppressionTerminal, OdIfc4x3_rc4::IfcFireSuppressionTerminalType, OdIfc4x3_rc4::IfcFlowController, OdIfc4x3_rc4::IfcFlowControllerType, OdIfc4x3_rc4::IfcFlowFitting, OdIfc4x3_rc4::IfcFlowFittingType, OdIfc4x3_rc4::IfcFlowInstrument, OdIfc4x3_rc4::IfcFlowInstrumentType, OdIfc4x3_rc4::IfcFlowMeter, OdIfc4x3_rc4::IfcFlowMeterType, OdIfc4x3_rc4::IfcFlowMovingDevice, OdIfc4x3_rc4::IfcFlowMovingDeviceType, OdIfc4x3_rc4::IfcFlowSegment, OdIfc4x3_rc4::IfcFlowSegmentType, OdIfc4x3_rc4::IfcFlowStorageDevice, OdIfc4x3_rc4::IfcFlowStorageDeviceType, OdIfc4x3_rc4::IfcFlowTerminal, OdIfc4x3_rc4::IfcFlowTerminalType, OdIfc4x3_rc4::IfcFlowTreatmentDevice, OdIfc4x3_rc4::IfcFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcFooting, OdIfc4x3_rc4::IfcFootingType, OdIfc4x3_rc4::IfcFurnishingElement, OdIfc4x3_rc4::IfcFurnishingElementType, OdIfc4x3_rc4::IfcFurniture, OdIfc4x3_rc4::IfcFurnitureType, OdIfc4x3_rc4::IfcGeographicElement, OdIfc4x3_rc4::IfcGeographicElementType, OdIfc4x3_rc4::IfcGeomodel, OdIfc4x3_rc4::IfcGeoslice, OdIfc4x3_rc4::IfcGeotechnicalAssembly, OdIfc4x3_rc4::IfcGeotechnicalElement, OdIfc4x3_rc4::IfcGeotechnicalStratum, OdIfc4x3_rc4::IfcGrid, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcHeatExchanger, OdIfc4x3_rc4::IfcHeatExchangerType, OdIfc4x3_rc4::IfcHumidifier, OdIfc4x3_rc4::IfcHumidifierType, OdIfc4x3_rc4::IfcImpactProtectionDevice, OdIfc4x3_rc4::IfcImpactProtectionDeviceType, OdIfc4x3_rc4::IfcInterceptor, OdIfc4x3_rc4::IfcInterceptorType, OdIfc4x3_rc4::IfcInventory, OdIfc4x3_rc4::IfcJunctionBox, OdIfc4x3_rc4::IfcJunctionBoxType, OdIfc4x3_rc4::IfcKerb, OdIfc4x3_rc4::IfcKerbType, OdIfc4x3_rc4::IfcLaborResource, OdIfc4x3_rc4::IfcLaborResourceType, OdIfc4x3_rc4::IfcLamp, OdIfc4x3_rc4::IfcLampType, OdIfc4x3_rc4::IfcLightFixture, OdIfc4x3_rc4::IfcLightFixtureType, OdIfc4x3_rc4::IfcLinearElement, OdIfc4x3_rc4::IfcLinearPositioningElement, OdIfc4x3_rc4::IfcLiquidTerminal, OdIfc4x3_rc4::IfcLiquidTerminalType, OdIfc4x3_rc4::IfcMarineFacility, OdIfc4x3_rc4::IfcMechanicalFastener, OdIfc4x3_rc4::IfcMechanicalFastenerType, OdIfc4x3_rc4::IfcMedicalDevice, OdIfc4x3_rc4::IfcMedicalDeviceType, OdIfc4x3_rc4::IfcMember, OdIfc4x3_rc4::IfcMemberStandardCase, OdIfc4x3_rc4::IfcMemberType, OdIfc4x3_rc4::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc4::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc4::IfcMooringDevice, OdIfc4x3_rc4::IfcMooringDeviceType, OdIfc4x3_rc4::IfcMotorConnection, OdIfc4x3_rc4::IfcMotorConnectionType, OdIfc4x3_rc4::IfcNavigationElement, OdIfc4x3_rc4::IfcNavigationElementType, OdIfc4x3_rc4::IfcObject, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcOccupant, OdIfc4x3_rc4::IfcOpeningElement, OdIfc4x3_rc4::IfcOpeningStandardCase, OdIfc4x3_rc4::IfcOutlet, OdIfc4x3_rc4::IfcOutletType, OdIfc4x3_rc4::IfcPavement, OdIfc4x3_rc4::IfcPavementType, OdIfc4x3_rc4::IfcPerformanceHistory, OdIfc4x3_rc4::IfcPermeableCoveringProperties, OdIfc4x3_rc4::IfcPermit, OdIfc4x3_rc4::IfcPile, OdIfc4x3_rc4::IfcPileType, OdIfc4x3_rc4::IfcPipeFitting, OdIfc4x3_rc4::IfcPipeFittingType, OdIfc4x3_rc4::IfcPipeSegment, OdIfc4x3_rc4::IfcPipeSegmentType, OdIfc4x3_rc4::IfcPlant, OdIfc4x3_rc4::IfcPlate, OdIfc4x3_rc4::IfcPlateStandardCase, OdIfc4x3_rc4::IfcPlateType, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcPreDefinedPropertySet, OdIfc4x3_rc4::IfcProcedure, OdIfc4x3_rc4::IfcProcedureType, OdIfc4x3_rc4::IfcProcess, OdIfc4x3_rc4::IfcProduct, OdIfc4x3_rc4::IfcProject, OdIfc4x3_rc4::IfcProjectionElement, OdIfc4x3_rc4::IfcProjectLibrary, OdIfc4x3_rc4::IfcProjectOrder, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertySet, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetTemplate, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcPropertyTemplateDefinition, OdIfc4x3_rc4::IfcProtectiveDevice, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc4::IfcProtectiveDeviceType, OdIfc4x3_rc4::IfcProxy, OdIfc4x3_rc4::IfcPump, OdIfc4x3_rc4::IfcPumpType, OdIfc4x3_rc4::IfcQuantitySet, OdIfc4x3_rc4::IfcRail, OdIfc4x3_rc4::IfcRailing, OdIfc4x3_rc4::IfcRailingType, OdIfc4x3_rc4::IfcRailType, OdIfc4x3_rc4::IfcRailway, OdIfc4x3_rc4::IfcRamp, OdIfc4x3_rc4::IfcRampFlight, OdIfc4x3_rc4::IfcRampFlightType, OdIfc4x3_rc4::IfcRampType, OdIfc4x3_rc4::IfcReferent, OdIfc4x3_rc4::IfcReinforcedSoil, OdIfc4x3_rc4::IfcReinforcementDefinitionProperties, OdIfc4x3_rc4::IfcReinforcingBar, OdIfc4x3_rc4::IfcReinforcingBarType, OdIfc4x3_rc4::IfcReinforcingElement, OdIfc4x3_rc4::IfcReinforcingElementType, OdIfc4x3_rc4::IfcReinforcingMesh, OdIfc4x3_rc4::IfcReinforcingMeshType, OdIfc4x3_rc4::IfcRelAdheresToElement, OdIfc4x3_rc4::IfcRelAggregates, OdIfc4x3_rc4::IfcRelAssigns, OdIfc4x3_rc4::IfcRelAssignsToActor, OdIfc4x3_rc4::IfcRelAssignsToControl, OdIfc4x3_rc4::IfcRelAssignsToGroup, OdIfc4x3_rc4::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc4::IfcRelAssignsToProcess, OdIfc4x3_rc4::IfcRelAssignsToProduct, OdIfc4x3_rc4::IfcRelAssignsToResource, OdIfc4x3_rc4::IfcRelAssociatesApproval, OdIfc4x3_rc4::IfcRelAssociates, OdIfc4x3_rc4::IfcRelAssociatesClassification, OdIfc4x3_rc4::IfcRelAssociatesConstraint, OdIfc4x3_rc4::IfcRelAssociatesDocument, OdIfc4x3_rc4::IfcRelAssociatesLibrary, OdIfc4x3_rc4::IfcRelAssociatesMaterial, OdIfc4x3_rc4::IfcRelAssociatesProfileDef, OdIfc4x3_rc4::IfcRelationship, OdIfc4x3_rc4::IfcRelConnects, OdIfc4x3_rc4::IfcRelConnectsElements, OdIfc4x3_rc4::IfcRelConnectsPathElements, OdIfc4x3_rc4::IfcRelConnectsPorts, OdIfc4x3_rc4::IfcRelConnectsPortToElement, OdIfc4x3_rc4::IfcRelConnectsStructuralActivity, OdIfc4x3_rc4::IfcRelConnectsStructuralMember, OdIfc4x3_rc4::IfcRelConnectsWithEccentricity, OdIfc4x3_rc4::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc4::IfcRelContainedInSpatialStructure, OdIfc4x3_rc4::IfcRelCoversBldgElements, OdIfc4x3_rc4::IfcRelCoversSpaces, OdIfc4x3_rc4::IfcRelDeclares, OdIfc4x3_rc4::IfcRelDecomposes, OdIfc4x3_rc4::IfcRelDefines, OdIfc4x3_rc4::IfcRelDefinesByObject, OdIfc4x3_rc4::IfcRelDefinesByProperties, OdIfc4x3_rc4::IfcRelDefinesByTemplate, OdIfc4x3_rc4::IfcRelDefinesByType, OdIfc4x3_rc4::IfcRelFillsElement, OdIfc4x3_rc4::IfcRelFlowControlElements, OdIfc4x3_rc4::IfcRelInterferesElements, OdIfc4x3_rc4::IfcRelNests, OdIfc4x3_rc4::IfcRelPositions, OdIfc4x3_rc4::IfcRelProjectsElement, OdIfc4x3_rc4::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc4::IfcRelSequence, OdIfc4x3_rc4::IfcRelServicesBuildings, OdIfc4x3_rc4::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary, OdIfc4x3_rc4::IfcRelVoidsElement, OdIfc4x3_rc4::IfcResource, OdIfc4x3_rc4::IfcRoad, OdIfc4x3_rc4::IfcRoof, OdIfc4x3_rc4::IfcRoofType, OdIfc4x3_rc4::IfcSanitaryTerminal, OdIfc4x3_rc4::IfcSanitaryTerminalType, OdIfc4x3_rc4::IfcSensor, OdIfc4x3_rc4::IfcSensorType, OdIfc4x3_rc4::IfcShadingDevice, OdIfc4x3_rc4::IfcShadingDeviceType, OdIfc4x3_rc4::IfcSignal, OdIfc4x3_rc4::IfcSignalType, OdIfc4x3_rc4::IfcSign, OdIfc4x3_rc4::IfcSignType, OdIfc4x3_rc4::IfcSimplePropertyTemplate, OdIfc4x3_rc4::IfcSite, OdIfc4x3_rc4::IfcSlab, OdIfc4x3_rc4::IfcSlabElementedCase, OdIfc4x3_rc4::IfcSlabStandardCase, OdIfc4x3_rc4::IfcSlabType, OdIfc4x3_rc4::IfcSolarDevice, OdIfc4x3_rc4::IfcSolarDeviceType, OdIfc4x3_rc4::IfcSolidStratum, OdIfc4x3_rc4::IfcSpace, OdIfc4x3_rc4::IfcSpaceHeater, OdIfc4x3_rc4::IfcSpaceHeaterType, OdIfc4x3_rc4::IfcSpaceType, OdIfc4x3_rc4::IfcSpatialElement, OdIfc4x3_rc4::IfcSpatialElementType, OdIfc4x3_rc4::IfcSpatialStructureElement, OdIfc4x3_rc4::IfcSpatialStructureElementType, OdIfc4x3_rc4::IfcSpatialZone, OdIfc4x3_rc4::IfcSpatialZoneType, OdIfc4x3_rc4::IfcStackTerminal, OdIfc4x3_rc4::IfcStackTerminalType, OdIfc4x3_rc4::IfcStair, OdIfc4x3_rc4::IfcStairFlight, OdIfc4x3_rc4::IfcStairFlightType, OdIfc4x3_rc4::IfcStairType, OdIfc4x3_rc4::IfcStructuralAction, OdIfc4x3_rc4::IfcStructuralActivity, OdIfc4x3_rc4::IfcStructuralAnalysisModel, OdIfc4x3_rc4::IfcStructuralConnection, OdIfc4x3_rc4::IfcStructuralCurveAction, OdIfc4x3_rc4::IfcStructuralCurveConnection, OdIfc4x3_rc4::IfcStructuralCurveMember, OdIfc4x3_rc4::IfcStructuralCurveMemberVarying, OdIfc4x3_rc4::IfcStructuralCurveReaction, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralLinearAction, OdIfc4x3_rc4::IfcStructuralLoadCase, OdIfc4x3_rc4::IfcStructuralLoadGroup, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralPlanarAction, OdIfc4x3_rc4::IfcStructuralPointAction, OdIfc4x3_rc4::IfcStructuralPointConnection, OdIfc4x3_rc4::IfcStructuralPointReaction, OdIfc4x3_rc4::IfcStructuralReaction, OdIfc4x3_rc4::IfcStructuralResultGroup, OdIfc4x3_rc4::IfcStructuralSurfaceAction, OdIfc4x3_rc4::IfcStructuralSurfaceConnection, OdIfc4x3_rc4::IfcStructuralSurfaceMember, OdIfc4x3_rc4::IfcStructuralSurfaceMemberVarying, OdIfc4x3_rc4::IfcStructuralSurfaceReaction, OdIfc4x3_rc4::IfcSubContractResource, OdIfc4x3_rc4::IfcSubContractResourceType, OdIfc4x3_rc4::IfcSurfaceFeature, OdIfc4x3_rc4::IfcSwitchingDevice, OdIfc4x3_rc4::IfcSwitchingDeviceType, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystemFurnitureElement, OdIfc4x3_rc4::IfcSystemFurnitureElementType, OdIfc4x3_rc4::IfcTank, OdIfc4x3_rc4::IfcTankType, OdIfc4x3_rc4::IfcTask, OdIfc4x3_rc4::IfcTaskType, OdIfc4x3_rc4::IfcTendonAnchor, OdIfc4x3_rc4::IfcTendonAnchorType, OdIfc4x3_rc4::IfcTendon, OdIfc4x3_rc4::IfcTendonConduit, OdIfc4x3_rc4::IfcTendonConduitType, OdIfc4x3_rc4::IfcTendonType, OdIfc4x3_rc4::IfcTrackElement, OdIfc4x3_rc4::IfcTrackElementType, OdIfc4x3_rc4::IfcTransformer, OdIfc4x3_rc4::IfcTransformerType, OdIfc4x3_rc4::IfcTransportElement, OdIfc4x3_rc4::IfcTransportElementType, OdIfc4x3_rc4::IfcTubeBundle, OdIfc4x3_rc4::IfcTubeBundleType, OdIfc4x3_rc4::IfcTypeObject, OdIfc4x3_rc4::IfcTypeProcess, OdIfc4x3_rc4::IfcTypeProduct, OdIfc4x3_rc4::IfcTypeResource, OdIfc4x3_rc4::IfcUnitaryControlElement, OdIfc4x3_rc4::IfcUnitaryControlElementType, OdIfc4x3_rc4::IfcUnitaryEquipment, OdIfc4x3_rc4::IfcUnitaryEquipmentType, OdIfc4x3_rc4::IfcValve, OdIfc4x3_rc4::IfcValveType, OdIfc4x3_rc4::IfcVibrationDamper, OdIfc4x3_rc4::IfcVibrationDamperType, OdIfc4x3_rc4::IfcVibrationIsolator, OdIfc4x3_rc4::IfcVibrationIsolatorType, OdIfc4x3_rc4::IfcVirtualElement, OdIfc4x3_rc4::IfcVoidingFeature, OdIfc4x3_rc4::IfcVoidStratum, OdIfc4x3_rc4::IfcWall, OdIfc4x3_rc4::IfcWallElementedCase, OdIfc4x3_rc4::IfcWallStandardCase, OdIfc4x3_rc4::IfcWallType, OdIfc4x3_rc4::IfcWasteTerminal, OdIfc4x3_rc4::IfcWasteTerminalType, OdIfc4x3_rc4::IfcWaterStratum, OdIfc4x3_rc4::IfcWindow, OdIfc4x3_rc4::IfcWindowLiningProperties, OdIfc4x3_rc4::IfcWindowPanelProperties, OdIfc4x3_rc4::IfcWindowStandardCase, OdIfc4x3_rc4::IfcWindowStyle, OdIfc4x3_rc4::IfcWindowType, OdIfc4x3_rc4::IfcWorkCalendar, OdIfc4x3_rc4::IfcWorkControl, OdIfc4x3_rc4::IfcWorkPlan, OdIfc4x3_rc4::IfcWorkSchedule, and OdIfc4x3_rc4::IfcZone.

◆ getAttr() [1/2]

virtual OdRxValue OdIfc4x3_rc4::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 OdIfc4x3_rc4::IfcActionRequest, OdIfc4x3_rc4::IfcActor, OdIfc4x3_rc4::IfcActuator, OdIfc4x3_rc4::IfcActuatorType, OdIfc4x3_rc4::IfcAirTerminal, OdIfc4x3_rc4::IfcAirTerminalBox, OdIfc4x3_rc4::IfcAirTerminalBoxType, OdIfc4x3_rc4::IfcAirTerminalType, OdIfc4x3_rc4::IfcAirToAirHeatRecovery, OdIfc4x3_rc4::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc4::IfcAlarm, OdIfc4x3_rc4::IfcAlarmType, OdIfc4x3_rc4::IfcAlignment, OdIfc4x3_rc4::IfcAlignmentCant, OdIfc4x3_rc4::IfcAlignmentSegment, OdIfc4x3_rc4::IfcAnnotation, OdIfc4x3_rc4::IfcAsset, OdIfc4x3_rc4::IfcAudioVisualAppliance, OdIfc4x3_rc4::IfcAudioVisualApplianceType, OdIfc4x3_rc4::IfcBeam, OdIfc4x3_rc4::IfcBeamType, OdIfc4x3_rc4::IfcBearing, OdIfc4x3_rc4::IfcBearingType, OdIfc4x3_rc4::IfcBoiler, OdIfc4x3_rc4::IfcBoilerType, OdIfc4x3_rc4::IfcBridge, OdIfc4x3_rc4::IfcBuilding, OdIfc4x3_rc4::IfcBuildingElementPart, OdIfc4x3_rc4::IfcBuildingElementPartType, OdIfc4x3_rc4::IfcBuildingElementProxy, OdIfc4x3_rc4::IfcBuildingElementProxyType, OdIfc4x3_rc4::IfcBuildingStorey, OdIfc4x3_rc4::IfcBuildingSystem, OdIfc4x3_rc4::IfcBuiltSystem, OdIfc4x3_rc4::IfcBurner, OdIfc4x3_rc4::IfcBurnerType, OdIfc4x3_rc4::IfcCableCarrierFitting, OdIfc4x3_rc4::IfcCableCarrierFittingType, OdIfc4x3_rc4::IfcCableCarrierSegment, OdIfc4x3_rc4::IfcCableCarrierSegmentType, OdIfc4x3_rc4::IfcCableFitting, OdIfc4x3_rc4::IfcCableFittingType, OdIfc4x3_rc4::IfcCableSegment, OdIfc4x3_rc4::IfcCableSegmentType, OdIfc4x3_rc4::IfcCaissonFoundation, OdIfc4x3_rc4::IfcCaissonFoundationType, OdIfc4x3_rc4::IfcChiller, OdIfc4x3_rc4::IfcChillerType, OdIfc4x3_rc4::IfcChimney, OdIfc4x3_rc4::IfcChimneyType, OdIfc4x3_rc4::IfcCoil, OdIfc4x3_rc4::IfcCoilType, OdIfc4x3_rc4::IfcColumn, OdIfc4x3_rc4::IfcColumnType, OdIfc4x3_rc4::IfcCommunicationsAppliance, OdIfc4x3_rc4::IfcCommunicationsApplianceType, OdIfc4x3_rc4::IfcComplexPropertyTemplate, OdIfc4x3_rc4::IfcCompressor, OdIfc4x3_rc4::IfcCompressorType, OdIfc4x3_rc4::IfcCondenser, OdIfc4x3_rc4::IfcCondenserType, OdIfc4x3_rc4::IfcConstructionEquipmentResource, OdIfc4x3_rc4::IfcConstructionEquipmentResourceType, OdIfc4x3_rc4::IfcConstructionMaterialResource, OdIfc4x3_rc4::IfcConstructionMaterialResourceType, OdIfc4x3_rc4::IfcConstructionProductResource, OdIfc4x3_rc4::IfcConstructionProductResourceType, OdIfc4x3_rc4::IfcConstructionResource, OdIfc4x3_rc4::IfcConstructionResourceType, OdIfc4x3_rc4::IfcContext, OdIfc4x3_rc4::IfcControl, OdIfc4x3_rc4::IfcController, OdIfc4x3_rc4::IfcControllerType, OdIfc4x3_rc4::IfcConveyorSegment, OdIfc4x3_rc4::IfcConveyorSegmentType, OdIfc4x3_rc4::IfcCooledBeam, OdIfc4x3_rc4::IfcCooledBeamType, OdIfc4x3_rc4::IfcCoolingTower, OdIfc4x3_rc4::IfcCoolingTowerType, OdIfc4x3_rc4::IfcCostItem, OdIfc4x3_rc4::IfcCostSchedule, OdIfc4x3_rc4::IfcCourse, OdIfc4x3_rc4::IfcCourseType, OdIfc4x3_rc4::IfcCovering, OdIfc4x3_rc4::IfcCoveringType, OdIfc4x3_rc4::IfcCrewResource, OdIfc4x3_rc4::IfcCrewResourceType, OdIfc4x3_rc4::IfcCurtainWall, OdIfc4x3_rc4::IfcCurtainWallType, OdIfc4x3_rc4::IfcDamper, OdIfc4x3_rc4::IfcDamperType, OdIfc4x3_rc4::IfcDiscreteAccessory, OdIfc4x3_rc4::IfcDiscreteAccessoryType, OdIfc4x3_rc4::IfcDistributionBoard, OdIfc4x3_rc4::IfcDistributionBoardType, OdIfc4x3_rc4::IfcDistributionChamberElement, OdIfc4x3_rc4::IfcDistributionChamberElementType, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionPort, OdIfc4x3_rc4::IfcDistributionSystem, OdIfc4x3_rc4::IfcDoor, OdIfc4x3_rc4::IfcDoorLiningProperties, OdIfc4x3_rc4::IfcDoorPanelProperties, OdIfc4x3_rc4::IfcDoorStyle, OdIfc4x3_rc4::IfcDoorType, OdIfc4x3_rc4::IfcDuctFitting, OdIfc4x3_rc4::IfcDuctFittingType, OdIfc4x3_rc4::IfcDuctSegment, OdIfc4x3_rc4::IfcDuctSegmentType, OdIfc4x3_rc4::IfcDuctSilencer, OdIfc4x3_rc4::IfcDuctSilencerType, OdIfc4x3_rc4::IfcEarthworksCut, OdIfc4x3_rc4::IfcEarthworksFill, OdIfc4x3_rc4::IfcElectricAppliance, OdIfc4x3_rc4::IfcElectricApplianceType, OdIfc4x3_rc4::IfcElectricDistributionBoard, OdIfc4x3_rc4::IfcElectricDistributionBoardType, OdIfc4x3_rc4::IfcElectricFlowStorageDevice, OdIfc4x3_rc4::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc4::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc4::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcElectricGenerator, OdIfc4x3_rc4::IfcElectricGeneratorType, OdIfc4x3_rc4::IfcElectricMotor, OdIfc4x3_rc4::IfcElectricMotorType, OdIfc4x3_rc4::IfcElectricTimeControl, OdIfc4x3_rc4::IfcElectricTimeControlType, OdIfc4x3_rc4::IfcElementAssembly, OdIfc4x3_rc4::IfcElementAssemblyType, OdIfc4x3_rc4::IfcElement, OdIfc4x3_rc4::IfcElementQuantity, OdIfc4x3_rc4::IfcElementType, OdIfc4x3_rc4::IfcEngine, OdIfc4x3_rc4::IfcEngineType, OdIfc4x3_rc4::IfcEvaporativeCooler, OdIfc4x3_rc4::IfcEvaporativeCoolerType, OdIfc4x3_rc4::IfcEvaporator, OdIfc4x3_rc4::IfcEvaporatorType, OdIfc4x3_rc4::IfcEvent, OdIfc4x3_rc4::IfcEventType, OdIfc4x3_rc4::IfcExternalSpatialElement, OdIfc4x3_rc4::IfcFacilityPart, OdIfc4x3_rc4::IfcFan, OdIfc4x3_rc4::IfcFanType, OdIfc4x3_rc4::IfcFastener, OdIfc4x3_rc4::IfcFastenerType, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFilter, OdIfc4x3_rc4::IfcFilterType, OdIfc4x3_rc4::IfcFireSuppressionTerminal, OdIfc4x3_rc4::IfcFireSuppressionTerminalType, OdIfc4x3_rc4::IfcFlowInstrument, OdIfc4x3_rc4::IfcFlowInstrumentType, OdIfc4x3_rc4::IfcFlowMeter, OdIfc4x3_rc4::IfcFlowMeterType, OdIfc4x3_rc4::IfcFooting, OdIfc4x3_rc4::IfcFootingType, OdIfc4x3_rc4::IfcFurniture, OdIfc4x3_rc4::IfcFurnitureType, OdIfc4x3_rc4::IfcGeographicElement, OdIfc4x3_rc4::IfcGeographicElementType, OdIfc4x3_rc4::IfcGrid, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcHeatExchanger, OdIfc4x3_rc4::IfcHeatExchangerType, OdIfc4x3_rc4::IfcHumidifier, OdIfc4x3_rc4::IfcHumidifierType, OdIfc4x3_rc4::IfcImpactProtectionDevice, OdIfc4x3_rc4::IfcImpactProtectionDeviceType, OdIfc4x3_rc4::IfcInterceptor, OdIfc4x3_rc4::IfcInterceptorType, OdIfc4x3_rc4::IfcInventory, OdIfc4x3_rc4::IfcJunctionBox, OdIfc4x3_rc4::IfcJunctionBoxType, OdIfc4x3_rc4::IfcKerb, OdIfc4x3_rc4::IfcKerbType, OdIfc4x3_rc4::IfcLaborResource, OdIfc4x3_rc4::IfcLaborResourceType, OdIfc4x3_rc4::IfcLamp, OdIfc4x3_rc4::IfcLampType, OdIfc4x3_rc4::IfcLightFixture, OdIfc4x3_rc4::IfcLightFixtureType, OdIfc4x3_rc4::IfcLiquidTerminal, OdIfc4x3_rc4::IfcLiquidTerminalType, OdIfc4x3_rc4::IfcMarineFacility, OdIfc4x3_rc4::IfcMechanicalFastener, OdIfc4x3_rc4::IfcMechanicalFastenerType, OdIfc4x3_rc4::IfcMedicalDevice, OdIfc4x3_rc4::IfcMedicalDeviceType, OdIfc4x3_rc4::IfcMember, OdIfc4x3_rc4::IfcMemberType, OdIfc4x3_rc4::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc4::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc4::IfcMooringDevice, OdIfc4x3_rc4::IfcMooringDeviceType, OdIfc4x3_rc4::IfcMotorConnection, OdIfc4x3_rc4::IfcMotorConnectionType, OdIfc4x3_rc4::IfcNavigationElement, OdIfc4x3_rc4::IfcNavigationElementType, OdIfc4x3_rc4::IfcObject, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcOccupant, OdIfc4x3_rc4::IfcOpeningElement, OdIfc4x3_rc4::IfcOutlet, OdIfc4x3_rc4::IfcOutletType, OdIfc4x3_rc4::IfcPavement, OdIfc4x3_rc4::IfcPavementType, OdIfc4x3_rc4::IfcPerformanceHistory, OdIfc4x3_rc4::IfcPermeableCoveringProperties, OdIfc4x3_rc4::IfcPermit, OdIfc4x3_rc4::IfcPile, OdIfc4x3_rc4::IfcPileType, OdIfc4x3_rc4::IfcPipeFitting, OdIfc4x3_rc4::IfcPipeFittingType, OdIfc4x3_rc4::IfcPipeSegment, OdIfc4x3_rc4::IfcPipeSegmentType, OdIfc4x3_rc4::IfcPlate, OdIfc4x3_rc4::IfcPlateType, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcProcedure, OdIfc4x3_rc4::IfcProcedureType, OdIfc4x3_rc4::IfcProcess, OdIfc4x3_rc4::IfcProduct, OdIfc4x3_rc4::IfcProjectionElement, OdIfc4x3_rc4::IfcProjectOrder, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertySet, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetTemplate, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcProtectiveDevice, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc4::IfcProtectiveDeviceType, OdIfc4x3_rc4::IfcProxy, OdIfc4x3_rc4::IfcPump, OdIfc4x3_rc4::IfcPumpType, OdIfc4x3_rc4::IfcRail, OdIfc4x3_rc4::IfcRailing, OdIfc4x3_rc4::IfcRailingType, OdIfc4x3_rc4::IfcRailType, OdIfc4x3_rc4::IfcRailway, OdIfc4x3_rc4::IfcRamp, OdIfc4x3_rc4::IfcRampFlight, OdIfc4x3_rc4::IfcRampFlightType, OdIfc4x3_rc4::IfcRampType, OdIfc4x3_rc4::IfcReferent, OdIfc4x3_rc4::IfcReinforcedSoil, OdIfc4x3_rc4::IfcReinforcementDefinitionProperties, OdIfc4x3_rc4::IfcReinforcingBar, OdIfc4x3_rc4::IfcReinforcingBarType, OdIfc4x3_rc4::IfcReinforcingElement, OdIfc4x3_rc4::IfcReinforcingMesh, OdIfc4x3_rc4::IfcReinforcingMeshType, OdIfc4x3_rc4::IfcRelAdheresToElement, OdIfc4x3_rc4::IfcRelAggregates, OdIfc4x3_rc4::IfcRelAssigns, OdIfc4x3_rc4::IfcRelAssignsToActor, OdIfc4x3_rc4::IfcRelAssignsToControl, OdIfc4x3_rc4::IfcRelAssignsToGroup, OdIfc4x3_rc4::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc4::IfcRelAssignsToProcess, OdIfc4x3_rc4::IfcRelAssignsToProduct, OdIfc4x3_rc4::IfcRelAssignsToResource, OdIfc4x3_rc4::IfcRelAssociatesApproval, OdIfc4x3_rc4::IfcRelAssociates, OdIfc4x3_rc4::IfcRelAssociatesClassification, OdIfc4x3_rc4::IfcRelAssociatesConstraint, OdIfc4x3_rc4::IfcRelAssociatesDocument, OdIfc4x3_rc4::IfcRelAssociatesLibrary, OdIfc4x3_rc4::IfcRelAssociatesMaterial, OdIfc4x3_rc4::IfcRelAssociatesProfileDef, OdIfc4x3_rc4::IfcRelConnectsElements, OdIfc4x3_rc4::IfcRelConnectsPathElements, OdIfc4x3_rc4::IfcRelConnectsPorts, OdIfc4x3_rc4::IfcRelConnectsPortToElement, OdIfc4x3_rc4::IfcRelConnectsStructuralActivity, OdIfc4x3_rc4::IfcRelConnectsStructuralMember, OdIfc4x3_rc4::IfcRelConnectsWithEccentricity, OdIfc4x3_rc4::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc4::IfcRelContainedInSpatialStructure, OdIfc4x3_rc4::IfcRelCoversBldgElements, OdIfc4x3_rc4::IfcRelCoversSpaces, OdIfc4x3_rc4::IfcRelDeclares, OdIfc4x3_rc4::IfcRelDefinesByObject, OdIfc4x3_rc4::IfcRelDefinesByProperties, OdIfc4x3_rc4::IfcRelDefinesByTemplate, OdIfc4x3_rc4::IfcRelDefinesByType, OdIfc4x3_rc4::IfcRelFillsElement, OdIfc4x3_rc4::IfcRelFlowControlElements, OdIfc4x3_rc4::IfcRelInterferesElements, OdIfc4x3_rc4::IfcRelNests, OdIfc4x3_rc4::IfcRelPositions, OdIfc4x3_rc4::IfcRelProjectsElement, OdIfc4x3_rc4::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc4::IfcRelSequence, OdIfc4x3_rc4::IfcRelServicesBuildings, OdIfc4x3_rc4::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary, OdIfc4x3_rc4::IfcRelVoidsElement, OdIfc4x3_rc4::IfcResource, OdIfc4x3_rc4::IfcRoad, OdIfc4x3_rc4::IfcRoof, OdIfc4x3_rc4::IfcRoofType, OdIfc4x3_rc4::IfcSanitaryTerminal, OdIfc4x3_rc4::IfcSanitaryTerminalType, OdIfc4x3_rc4::IfcSensor, OdIfc4x3_rc4::IfcSensorType, OdIfc4x3_rc4::IfcShadingDevice, OdIfc4x3_rc4::IfcShadingDeviceType, OdIfc4x3_rc4::IfcSignal, OdIfc4x3_rc4::IfcSignalType, OdIfc4x3_rc4::IfcSign, OdIfc4x3_rc4::IfcSignType, OdIfc4x3_rc4::IfcSimplePropertyTemplate, OdIfc4x3_rc4::IfcSite, OdIfc4x3_rc4::IfcSlab, OdIfc4x3_rc4::IfcSlabType, OdIfc4x3_rc4::IfcSolarDevice, OdIfc4x3_rc4::IfcSolarDeviceType, OdIfc4x3_rc4::IfcSpace, OdIfc4x3_rc4::IfcSpaceHeater, OdIfc4x3_rc4::IfcSpaceHeaterType, OdIfc4x3_rc4::IfcSpaceType, OdIfc4x3_rc4::IfcSpatialElement, OdIfc4x3_rc4::IfcSpatialElementType, OdIfc4x3_rc4::IfcSpatialStructureElement, OdIfc4x3_rc4::IfcSpatialZone, OdIfc4x3_rc4::IfcSpatialZoneType, OdIfc4x3_rc4::IfcStackTerminal, OdIfc4x3_rc4::IfcStackTerminalType, OdIfc4x3_rc4::IfcStair, OdIfc4x3_rc4::IfcStairFlight, OdIfc4x3_rc4::IfcStairFlightType, OdIfc4x3_rc4::IfcStairType, OdIfc4x3_rc4::IfcStructuralAction, OdIfc4x3_rc4::IfcStructuralActivity, OdIfc4x3_rc4::IfcStructuralAnalysisModel, OdIfc4x3_rc4::IfcStructuralConnection, OdIfc4x3_rc4::IfcStructuralCurveAction, OdIfc4x3_rc4::IfcStructuralCurveConnection, OdIfc4x3_rc4::IfcStructuralCurveMember, OdIfc4x3_rc4::IfcStructuralCurveReaction, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralLoadCase, OdIfc4x3_rc4::IfcStructuralLoadGroup, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralPointConnection, OdIfc4x3_rc4::IfcStructuralResultGroup, OdIfc4x3_rc4::IfcStructuralSurfaceAction, OdIfc4x3_rc4::IfcStructuralSurfaceMember, OdIfc4x3_rc4::IfcStructuralSurfaceReaction, OdIfc4x3_rc4::IfcSubContractResource, OdIfc4x3_rc4::IfcSubContractResourceType, OdIfc4x3_rc4::IfcSurfaceFeature, OdIfc4x3_rc4::IfcSwitchingDevice, OdIfc4x3_rc4::IfcSwitchingDeviceType, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystemFurnitureElement, OdIfc4x3_rc4::IfcSystemFurnitureElementType, OdIfc4x3_rc4::IfcTank, OdIfc4x3_rc4::IfcTankType, OdIfc4x3_rc4::IfcTask, OdIfc4x3_rc4::IfcTaskType, OdIfc4x3_rc4::IfcTendonAnchor, OdIfc4x3_rc4::IfcTendonAnchorType, OdIfc4x3_rc4::IfcTendon, OdIfc4x3_rc4::IfcTendonConduit, OdIfc4x3_rc4::IfcTendonConduitType, OdIfc4x3_rc4::IfcTendonType, OdIfc4x3_rc4::IfcTrackElement, OdIfc4x3_rc4::IfcTrackElementType, OdIfc4x3_rc4::IfcTransformer, OdIfc4x3_rc4::IfcTransformerType, OdIfc4x3_rc4::IfcTransportElement, OdIfc4x3_rc4::IfcTransportElementType, OdIfc4x3_rc4::IfcTubeBundle, OdIfc4x3_rc4::IfcTubeBundleType, OdIfc4x3_rc4::IfcTypeObject, OdIfc4x3_rc4::IfcTypeProcess, OdIfc4x3_rc4::IfcTypeProduct, OdIfc4x3_rc4::IfcTypeResource, OdIfc4x3_rc4::IfcUnitaryControlElement, OdIfc4x3_rc4::IfcUnitaryControlElementType, OdIfc4x3_rc4::IfcUnitaryEquipment, OdIfc4x3_rc4::IfcUnitaryEquipmentType, OdIfc4x3_rc4::IfcValve, OdIfc4x3_rc4::IfcValveType, OdIfc4x3_rc4::IfcVibrationDamper, OdIfc4x3_rc4::IfcVibrationDamperType, OdIfc4x3_rc4::IfcVibrationIsolator, OdIfc4x3_rc4::IfcVibrationIsolatorType, OdIfc4x3_rc4::IfcVoidingFeature, OdIfc4x3_rc4::IfcWall, OdIfc4x3_rc4::IfcWallType, OdIfc4x3_rc4::IfcWasteTerminal, OdIfc4x3_rc4::IfcWasteTerminalType, OdIfc4x3_rc4::IfcWindow, OdIfc4x3_rc4::IfcWindowLiningProperties, OdIfc4x3_rc4::IfcWindowPanelProperties, OdIfc4x3_rc4::IfcWindowStyle, OdIfc4x3_rc4::IfcWindowType, OdIfc4x3_rc4::IfcWorkCalendar, OdIfc4x3_rc4::IfcWorkControl, OdIfc4x3_rc4::IfcWorkPlan, OdIfc4x3_rc4::IfcWorkSchedule, and OdIfc4x3_rc4::IfcZone.

◆ getAttr() [2/2]

virtual OdRxValue OdIfc4x3_rc4::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 OdIfc4x3_rc4::IfcActionRequest, OdIfc4x3_rc4::IfcActor, OdIfc4x3_rc4::IfcActuator, OdIfc4x3_rc4::IfcActuatorType, OdIfc4x3_rc4::IfcAirTerminal, OdIfc4x3_rc4::IfcAirTerminalBox, OdIfc4x3_rc4::IfcAirTerminalBoxType, OdIfc4x3_rc4::IfcAirTerminalType, OdIfc4x3_rc4::IfcAirToAirHeatRecovery, OdIfc4x3_rc4::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc4::IfcAlarm, OdIfc4x3_rc4::IfcAlarmType, OdIfc4x3_rc4::IfcAlignment, OdIfc4x3_rc4::IfcAlignmentCant, OdIfc4x3_rc4::IfcAlignmentSegment, OdIfc4x3_rc4::IfcAnnotation, OdIfc4x3_rc4::IfcAsset, OdIfc4x3_rc4::IfcAudioVisualAppliance, OdIfc4x3_rc4::IfcAudioVisualApplianceType, OdIfc4x3_rc4::IfcBeam, OdIfc4x3_rc4::IfcBeamType, OdIfc4x3_rc4::IfcBearing, OdIfc4x3_rc4::IfcBearingType, OdIfc4x3_rc4::IfcBoiler, OdIfc4x3_rc4::IfcBoilerType, OdIfc4x3_rc4::IfcBridge, OdIfc4x3_rc4::IfcBuilding, OdIfc4x3_rc4::IfcBuildingElementPart, OdIfc4x3_rc4::IfcBuildingElementPartType, OdIfc4x3_rc4::IfcBuildingElementProxy, OdIfc4x3_rc4::IfcBuildingElementProxyType, OdIfc4x3_rc4::IfcBuildingStorey, OdIfc4x3_rc4::IfcBuildingSystem, OdIfc4x3_rc4::IfcBuiltSystem, OdIfc4x3_rc4::IfcBurner, OdIfc4x3_rc4::IfcBurnerType, OdIfc4x3_rc4::IfcCableCarrierFitting, OdIfc4x3_rc4::IfcCableCarrierFittingType, OdIfc4x3_rc4::IfcCableCarrierSegment, OdIfc4x3_rc4::IfcCableCarrierSegmentType, OdIfc4x3_rc4::IfcCableFitting, OdIfc4x3_rc4::IfcCableFittingType, OdIfc4x3_rc4::IfcCableSegment, OdIfc4x3_rc4::IfcCableSegmentType, OdIfc4x3_rc4::IfcCaissonFoundation, OdIfc4x3_rc4::IfcCaissonFoundationType, OdIfc4x3_rc4::IfcChiller, OdIfc4x3_rc4::IfcChillerType, OdIfc4x3_rc4::IfcChimney, OdIfc4x3_rc4::IfcChimneyType, OdIfc4x3_rc4::IfcCoil, OdIfc4x3_rc4::IfcCoilType, OdIfc4x3_rc4::IfcColumn, OdIfc4x3_rc4::IfcColumnType, OdIfc4x3_rc4::IfcCommunicationsAppliance, OdIfc4x3_rc4::IfcCommunicationsApplianceType, OdIfc4x3_rc4::IfcComplexPropertyTemplate, OdIfc4x3_rc4::IfcCompressor, OdIfc4x3_rc4::IfcCompressorType, OdIfc4x3_rc4::IfcCondenser, OdIfc4x3_rc4::IfcCondenserType, OdIfc4x3_rc4::IfcConstructionEquipmentResource, OdIfc4x3_rc4::IfcConstructionEquipmentResourceType, OdIfc4x3_rc4::IfcConstructionMaterialResource, OdIfc4x3_rc4::IfcConstructionMaterialResourceType, OdIfc4x3_rc4::IfcConstructionProductResource, OdIfc4x3_rc4::IfcConstructionProductResourceType, OdIfc4x3_rc4::IfcConstructionResource, OdIfc4x3_rc4::IfcConstructionResourceType, OdIfc4x3_rc4::IfcContext, OdIfc4x3_rc4::IfcControl, OdIfc4x3_rc4::IfcController, OdIfc4x3_rc4::IfcControllerType, OdIfc4x3_rc4::IfcConveyorSegment, OdIfc4x3_rc4::IfcConveyorSegmentType, OdIfc4x3_rc4::IfcCooledBeam, OdIfc4x3_rc4::IfcCooledBeamType, OdIfc4x3_rc4::IfcCoolingTower, OdIfc4x3_rc4::IfcCoolingTowerType, OdIfc4x3_rc4::IfcCostItem, OdIfc4x3_rc4::IfcCostSchedule, OdIfc4x3_rc4::IfcCourse, OdIfc4x3_rc4::IfcCourseType, OdIfc4x3_rc4::IfcCovering, OdIfc4x3_rc4::IfcCoveringType, OdIfc4x3_rc4::IfcCrewResource, OdIfc4x3_rc4::IfcCrewResourceType, OdIfc4x3_rc4::IfcCurtainWall, OdIfc4x3_rc4::IfcCurtainWallType, OdIfc4x3_rc4::IfcDamper, OdIfc4x3_rc4::IfcDamperType, OdIfc4x3_rc4::IfcDiscreteAccessory, OdIfc4x3_rc4::IfcDiscreteAccessoryType, OdIfc4x3_rc4::IfcDistributionBoard, OdIfc4x3_rc4::IfcDistributionBoardType, OdIfc4x3_rc4::IfcDistributionChamberElement, OdIfc4x3_rc4::IfcDistributionChamberElementType, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionPort, OdIfc4x3_rc4::IfcDistributionSystem, OdIfc4x3_rc4::IfcDoor, OdIfc4x3_rc4::IfcDoorLiningProperties, OdIfc4x3_rc4::IfcDoorPanelProperties, OdIfc4x3_rc4::IfcDoorStyle, OdIfc4x3_rc4::IfcDoorType, OdIfc4x3_rc4::IfcDuctFitting, OdIfc4x3_rc4::IfcDuctFittingType, OdIfc4x3_rc4::IfcDuctSegment, OdIfc4x3_rc4::IfcDuctSegmentType, OdIfc4x3_rc4::IfcDuctSilencer, OdIfc4x3_rc4::IfcDuctSilencerType, OdIfc4x3_rc4::IfcEarthworksCut, OdIfc4x3_rc4::IfcEarthworksFill, OdIfc4x3_rc4::IfcElectricAppliance, OdIfc4x3_rc4::IfcElectricApplianceType, OdIfc4x3_rc4::IfcElectricDistributionBoard, OdIfc4x3_rc4::IfcElectricDistributionBoardType, OdIfc4x3_rc4::IfcElectricFlowStorageDevice, OdIfc4x3_rc4::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc4::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc4::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcElectricGenerator, OdIfc4x3_rc4::IfcElectricGeneratorType, OdIfc4x3_rc4::IfcElectricMotor, OdIfc4x3_rc4::IfcElectricMotorType, OdIfc4x3_rc4::IfcElectricTimeControl, OdIfc4x3_rc4::IfcElectricTimeControlType, OdIfc4x3_rc4::IfcElementAssembly, OdIfc4x3_rc4::IfcElementAssemblyType, OdIfc4x3_rc4::IfcElement, OdIfc4x3_rc4::IfcElementQuantity, OdIfc4x3_rc4::IfcElementType, OdIfc4x3_rc4::IfcEngine, OdIfc4x3_rc4::IfcEngineType, OdIfc4x3_rc4::IfcEvaporativeCooler, OdIfc4x3_rc4::IfcEvaporativeCoolerType, OdIfc4x3_rc4::IfcEvaporator, OdIfc4x3_rc4::IfcEvaporatorType, OdIfc4x3_rc4::IfcEvent, OdIfc4x3_rc4::IfcEventType, OdIfc4x3_rc4::IfcExternalSpatialElement, OdIfc4x3_rc4::IfcFacilityPart, OdIfc4x3_rc4::IfcFan, OdIfc4x3_rc4::IfcFanType, OdIfc4x3_rc4::IfcFastener, OdIfc4x3_rc4::IfcFastenerType, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFilter, OdIfc4x3_rc4::IfcFilterType, OdIfc4x3_rc4::IfcFireSuppressionTerminal, OdIfc4x3_rc4::IfcFireSuppressionTerminalType, OdIfc4x3_rc4::IfcFlowInstrument, OdIfc4x3_rc4::IfcFlowInstrumentType, OdIfc4x3_rc4::IfcFlowMeter, OdIfc4x3_rc4::IfcFlowMeterType, OdIfc4x3_rc4::IfcFooting, OdIfc4x3_rc4::IfcFootingType, OdIfc4x3_rc4::IfcFurniture, OdIfc4x3_rc4::IfcFurnitureType, OdIfc4x3_rc4::IfcGeographicElement, OdIfc4x3_rc4::IfcGeographicElementType, OdIfc4x3_rc4::IfcGrid, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcHeatExchanger, OdIfc4x3_rc4::IfcHeatExchangerType, OdIfc4x3_rc4::IfcHumidifier, OdIfc4x3_rc4::IfcHumidifierType, OdIfc4x3_rc4::IfcImpactProtectionDevice, OdIfc4x3_rc4::IfcImpactProtectionDeviceType, OdIfc4x3_rc4::IfcInterceptor, OdIfc4x3_rc4::IfcInterceptorType, OdIfc4x3_rc4::IfcInventory, OdIfc4x3_rc4::IfcJunctionBox, OdIfc4x3_rc4::IfcJunctionBoxType, OdIfc4x3_rc4::IfcKerb, OdIfc4x3_rc4::IfcKerbType, OdIfc4x3_rc4::IfcLaborResource, OdIfc4x3_rc4::IfcLaborResourceType, OdIfc4x3_rc4::IfcLamp, OdIfc4x3_rc4::IfcLampType, OdIfc4x3_rc4::IfcLightFixture, OdIfc4x3_rc4::IfcLightFixtureType, OdIfc4x3_rc4::IfcLiquidTerminal, OdIfc4x3_rc4::IfcLiquidTerminalType, OdIfc4x3_rc4::IfcMarineFacility, OdIfc4x3_rc4::IfcMechanicalFastener, OdIfc4x3_rc4::IfcMechanicalFastenerType, OdIfc4x3_rc4::IfcMedicalDevice, OdIfc4x3_rc4::IfcMedicalDeviceType, OdIfc4x3_rc4::IfcMember, OdIfc4x3_rc4::IfcMemberType, OdIfc4x3_rc4::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc4::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc4::IfcMooringDevice, OdIfc4x3_rc4::IfcMooringDeviceType, OdIfc4x3_rc4::IfcMotorConnection, OdIfc4x3_rc4::IfcMotorConnectionType, OdIfc4x3_rc4::IfcNavigationElement, OdIfc4x3_rc4::IfcNavigationElementType, OdIfc4x3_rc4::IfcObject, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcOccupant, OdIfc4x3_rc4::IfcOpeningElement, OdIfc4x3_rc4::IfcOutlet, OdIfc4x3_rc4::IfcOutletType, OdIfc4x3_rc4::IfcPavement, OdIfc4x3_rc4::IfcPavementType, OdIfc4x3_rc4::IfcPerformanceHistory, OdIfc4x3_rc4::IfcPermeableCoveringProperties, OdIfc4x3_rc4::IfcPermit, OdIfc4x3_rc4::IfcPile, OdIfc4x3_rc4::IfcPileType, OdIfc4x3_rc4::IfcPipeFitting, OdIfc4x3_rc4::IfcPipeFittingType, OdIfc4x3_rc4::IfcPipeSegment, OdIfc4x3_rc4::IfcPipeSegmentType, OdIfc4x3_rc4::IfcPlate, OdIfc4x3_rc4::IfcPlateType, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcProcedure, OdIfc4x3_rc4::IfcProcedureType, OdIfc4x3_rc4::IfcProcess, OdIfc4x3_rc4::IfcProduct, OdIfc4x3_rc4::IfcProjectionElement, OdIfc4x3_rc4::IfcProjectOrder, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertySet, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetTemplate, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcProtectiveDevice, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc4::IfcProtectiveDeviceType, OdIfc4x3_rc4::IfcProxy, OdIfc4x3_rc4::IfcPump, OdIfc4x3_rc4::IfcPumpType, OdIfc4x3_rc4::IfcRail, OdIfc4x3_rc4::IfcRailing, OdIfc4x3_rc4::IfcRailingType, OdIfc4x3_rc4::IfcRailType, OdIfc4x3_rc4::IfcRailway, OdIfc4x3_rc4::IfcRamp, OdIfc4x3_rc4::IfcRampFlight, OdIfc4x3_rc4::IfcRampFlightType, OdIfc4x3_rc4::IfcRampType, OdIfc4x3_rc4::IfcReferent, OdIfc4x3_rc4::IfcReinforcedSoil, OdIfc4x3_rc4::IfcReinforcementDefinitionProperties, OdIfc4x3_rc4::IfcReinforcingBar, OdIfc4x3_rc4::IfcReinforcingBarType, OdIfc4x3_rc4::IfcReinforcingElement, OdIfc4x3_rc4::IfcReinforcingMesh, OdIfc4x3_rc4::IfcReinforcingMeshType, OdIfc4x3_rc4::IfcRelAdheresToElement, OdIfc4x3_rc4::IfcRelAggregates, OdIfc4x3_rc4::IfcRelAssigns, OdIfc4x3_rc4::IfcRelAssignsToActor, OdIfc4x3_rc4::IfcRelAssignsToControl, OdIfc4x3_rc4::IfcRelAssignsToGroup, OdIfc4x3_rc4::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc4::IfcRelAssignsToProcess, OdIfc4x3_rc4::IfcRelAssignsToProduct, OdIfc4x3_rc4::IfcRelAssignsToResource, OdIfc4x3_rc4::IfcRelAssociatesApproval, OdIfc4x3_rc4::IfcRelAssociates, OdIfc4x3_rc4::IfcRelAssociatesClassification, OdIfc4x3_rc4::IfcRelAssociatesConstraint, OdIfc4x3_rc4::IfcRelAssociatesDocument, OdIfc4x3_rc4::IfcRelAssociatesLibrary, OdIfc4x3_rc4::IfcRelAssociatesMaterial, OdIfc4x3_rc4::IfcRelAssociatesProfileDef, OdIfc4x3_rc4::IfcRelConnectsElements, OdIfc4x3_rc4::IfcRelConnectsPathElements, OdIfc4x3_rc4::IfcRelConnectsPorts, OdIfc4x3_rc4::IfcRelConnectsPortToElement, OdIfc4x3_rc4::IfcRelConnectsStructuralActivity, OdIfc4x3_rc4::IfcRelConnectsStructuralMember, OdIfc4x3_rc4::IfcRelConnectsWithEccentricity, OdIfc4x3_rc4::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc4::IfcRelContainedInSpatialStructure, OdIfc4x3_rc4::IfcRelCoversBldgElements, OdIfc4x3_rc4::IfcRelCoversSpaces, OdIfc4x3_rc4::IfcRelDeclares, OdIfc4x3_rc4::IfcRelDefinesByObject, OdIfc4x3_rc4::IfcRelDefinesByProperties, OdIfc4x3_rc4::IfcRelDefinesByTemplate, OdIfc4x3_rc4::IfcRelDefinesByType, OdIfc4x3_rc4::IfcRelFillsElement, OdIfc4x3_rc4::IfcRelFlowControlElements, OdIfc4x3_rc4::IfcRelInterferesElements, OdIfc4x3_rc4::IfcRelNests, OdIfc4x3_rc4::IfcRelPositions, OdIfc4x3_rc4::IfcRelProjectsElement, OdIfc4x3_rc4::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc4::IfcRelSequence, OdIfc4x3_rc4::IfcRelServicesBuildings, OdIfc4x3_rc4::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary, OdIfc4x3_rc4::IfcRelVoidsElement, OdIfc4x3_rc4::IfcResource, OdIfc4x3_rc4::IfcRoad, OdIfc4x3_rc4::IfcRoof, OdIfc4x3_rc4::IfcRoofType, OdIfc4x3_rc4::IfcSanitaryTerminal, OdIfc4x3_rc4::IfcSanitaryTerminalType, OdIfc4x3_rc4::IfcSensor, OdIfc4x3_rc4::IfcSensorType, OdIfc4x3_rc4::IfcShadingDevice, OdIfc4x3_rc4::IfcShadingDeviceType, OdIfc4x3_rc4::IfcSignal, OdIfc4x3_rc4::IfcSignalType, OdIfc4x3_rc4::IfcSign, OdIfc4x3_rc4::IfcSignType, OdIfc4x3_rc4::IfcSimplePropertyTemplate, OdIfc4x3_rc4::IfcSite, OdIfc4x3_rc4::IfcSlab, OdIfc4x3_rc4::IfcSlabType, OdIfc4x3_rc4::IfcSolarDevice, OdIfc4x3_rc4::IfcSolarDeviceType, OdIfc4x3_rc4::IfcSpace, OdIfc4x3_rc4::IfcSpaceHeater, OdIfc4x3_rc4::IfcSpaceHeaterType, OdIfc4x3_rc4::IfcSpaceType, OdIfc4x3_rc4::IfcSpatialElement, OdIfc4x3_rc4::IfcSpatialElementType, OdIfc4x3_rc4::IfcSpatialStructureElement, OdIfc4x3_rc4::IfcSpatialZone, OdIfc4x3_rc4::IfcSpatialZoneType, OdIfc4x3_rc4::IfcStackTerminal, OdIfc4x3_rc4::IfcStackTerminalType, OdIfc4x3_rc4::IfcStair, OdIfc4x3_rc4::IfcStairFlight, OdIfc4x3_rc4::IfcStairFlightType, OdIfc4x3_rc4::IfcStairType, OdIfc4x3_rc4::IfcStructuralAction, OdIfc4x3_rc4::IfcStructuralActivity, OdIfc4x3_rc4::IfcStructuralAnalysisModel, OdIfc4x3_rc4::IfcStructuralConnection, OdIfc4x3_rc4::IfcStructuralCurveAction, OdIfc4x3_rc4::IfcStructuralCurveConnection, OdIfc4x3_rc4::IfcStructuralCurveMember, OdIfc4x3_rc4::IfcStructuralCurveReaction, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralLoadCase, OdIfc4x3_rc4::IfcStructuralLoadGroup, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralPointConnection, OdIfc4x3_rc4::IfcStructuralResultGroup, OdIfc4x3_rc4::IfcStructuralSurfaceAction, OdIfc4x3_rc4::IfcStructuralSurfaceMember, OdIfc4x3_rc4::IfcStructuralSurfaceReaction, OdIfc4x3_rc4::IfcSubContractResource, OdIfc4x3_rc4::IfcSubContractResourceType, OdIfc4x3_rc4::IfcSurfaceFeature, OdIfc4x3_rc4::IfcSwitchingDevice, OdIfc4x3_rc4::IfcSwitchingDeviceType, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystemFurnitureElement, OdIfc4x3_rc4::IfcSystemFurnitureElementType, OdIfc4x3_rc4::IfcTank, OdIfc4x3_rc4::IfcTankType, OdIfc4x3_rc4::IfcTask, OdIfc4x3_rc4::IfcTaskType, OdIfc4x3_rc4::IfcTendonAnchor, OdIfc4x3_rc4::IfcTendonAnchorType, OdIfc4x3_rc4::IfcTendon, OdIfc4x3_rc4::IfcTendonConduit, OdIfc4x3_rc4::IfcTendonConduitType, OdIfc4x3_rc4::IfcTendonType, OdIfc4x3_rc4::IfcTrackElement, OdIfc4x3_rc4::IfcTrackElementType, OdIfc4x3_rc4::IfcTransformer, OdIfc4x3_rc4::IfcTransformerType, OdIfc4x3_rc4::IfcTransportElement, OdIfc4x3_rc4::IfcTransportElementType, OdIfc4x3_rc4::IfcTubeBundle, OdIfc4x3_rc4::IfcTubeBundleType, OdIfc4x3_rc4::IfcTypeObject, OdIfc4x3_rc4::IfcTypeProcess, OdIfc4x3_rc4::IfcTypeProduct, OdIfc4x3_rc4::IfcTypeResource, OdIfc4x3_rc4::IfcUnitaryControlElement, OdIfc4x3_rc4::IfcUnitaryControlElementType, OdIfc4x3_rc4::IfcUnitaryEquipment, OdIfc4x3_rc4::IfcUnitaryEquipmentType, OdIfc4x3_rc4::IfcValve, OdIfc4x3_rc4::IfcValveType, OdIfc4x3_rc4::IfcVibrationDamper, OdIfc4x3_rc4::IfcVibrationDamperType, OdIfc4x3_rc4::IfcVibrationIsolator, OdIfc4x3_rc4::IfcVibrationIsolatorType, OdIfc4x3_rc4::IfcVoidingFeature, OdIfc4x3_rc4::IfcWall, OdIfc4x3_rc4::IfcWallType, OdIfc4x3_rc4::IfcWasteTerminal, OdIfc4x3_rc4::IfcWasteTerminalType, OdIfc4x3_rc4::IfcWindow, OdIfc4x3_rc4::IfcWindowLiningProperties, OdIfc4x3_rc4::IfcWindowPanelProperties, OdIfc4x3_rc4::IfcWindowStyle, OdIfc4x3_rc4::IfcWindowType, OdIfc4x3_rc4::IfcWorkCalendar, OdIfc4x3_rc4::IfcWorkControl, OdIfc4x3_rc4::IfcWorkPlan, OdIfc4x3_rc4::IfcWorkSchedule, and OdIfc4x3_rc4::IfcZone.

◆ getDescription()

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

Returns the description of an object.

Returns
String that contains description of the object.

◆ getGlobalId()

OdIfcGUID OdIfc4x3_rc4::IfcRoot::getGlobalId ( ) const

Returns a globally unique identifier within the entire software world.

Returns
The globally unique identifier value.

◆ getInstanceType()

virtual OdDAI::Entity * OdIfc4x3_rc4::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 OdIfc4x3_rc4::IfcActionRequest, OdIfc4x3_rc4::IfcActor, OdIfc4x3_rc4::IfcActuator, OdIfc4x3_rc4::IfcActuatorType, OdIfc4x3_rc4::IfcAirTerminal, OdIfc4x3_rc4::IfcAirTerminalBox, OdIfc4x3_rc4::IfcAirTerminalBoxType, OdIfc4x3_rc4::IfcAirTerminalType, OdIfc4x3_rc4::IfcAirToAirHeatRecovery, OdIfc4x3_rc4::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc4::IfcAlarm, OdIfc4x3_rc4::IfcAlarmType, OdIfc4x3_rc4::IfcAlignment, OdIfc4x3_rc4::IfcAlignmentCant, OdIfc4x3_rc4::IfcAlignmentHorizontal, OdIfc4x3_rc4::IfcAlignmentSegment, OdIfc4x3_rc4::IfcAlignmentVertical, OdIfc4x3_rc4::IfcAnnotation, OdIfc4x3_rc4::IfcAsset, OdIfc4x3_rc4::IfcAudioVisualAppliance, OdIfc4x3_rc4::IfcAudioVisualApplianceType, OdIfc4x3_rc4::IfcBeam, OdIfc4x3_rc4::IfcBeamStandardCase, OdIfc4x3_rc4::IfcBeamType, OdIfc4x3_rc4::IfcBearing, OdIfc4x3_rc4::IfcBearingType, OdIfc4x3_rc4::IfcBoiler, OdIfc4x3_rc4::IfcBoilerType, OdIfc4x3_rc4::IfcBorehole, OdIfc4x3_rc4::IfcBridge, OdIfc4x3_rc4::IfcBuilding, OdIfc4x3_rc4::IfcBuildingElementPart, OdIfc4x3_rc4::IfcBuildingElementPartType, OdIfc4x3_rc4::IfcBuildingElementProxy, OdIfc4x3_rc4::IfcBuildingElementProxyType, OdIfc4x3_rc4::IfcBuildingStorey, OdIfc4x3_rc4::IfcBuildingSystem, OdIfc4x3_rc4::IfcBuiltElement, OdIfc4x3_rc4::IfcBuiltElementType, OdIfc4x3_rc4::IfcBuiltSystem, OdIfc4x3_rc4::IfcBurner, OdIfc4x3_rc4::IfcBurnerType, OdIfc4x3_rc4::IfcCableCarrierFitting, OdIfc4x3_rc4::IfcCableCarrierFittingType, OdIfc4x3_rc4::IfcCableCarrierSegment, OdIfc4x3_rc4::IfcCableCarrierSegmentType, OdIfc4x3_rc4::IfcCableFitting, OdIfc4x3_rc4::IfcCableFittingType, OdIfc4x3_rc4::IfcCableSegment, OdIfc4x3_rc4::IfcCableSegmentType, OdIfc4x3_rc4::IfcCaissonFoundation, OdIfc4x3_rc4::IfcCaissonFoundationType, OdIfc4x3_rc4::IfcChiller, OdIfc4x3_rc4::IfcChillerType, OdIfc4x3_rc4::IfcChimney, OdIfc4x3_rc4::IfcChimneyType, OdIfc4x3_rc4::IfcCivilElement, OdIfc4x3_rc4::IfcCivilElementType, OdIfc4x3_rc4::IfcCoil, OdIfc4x3_rc4::IfcCoilType, OdIfc4x3_rc4::IfcColumn, OdIfc4x3_rc4::IfcColumnStandardCase, OdIfc4x3_rc4::IfcColumnType, OdIfc4x3_rc4::IfcCommunicationsAppliance, OdIfc4x3_rc4::IfcCommunicationsApplianceType, OdIfc4x3_rc4::IfcComplexPropertyTemplate, OdIfc4x3_rc4::IfcCompressor, OdIfc4x3_rc4::IfcCompressorType, OdIfc4x3_rc4::IfcCondenser, OdIfc4x3_rc4::IfcCondenserType, OdIfc4x3_rc4::IfcConstructionEquipmentResource, OdIfc4x3_rc4::IfcConstructionEquipmentResourceType, OdIfc4x3_rc4::IfcConstructionMaterialResource, OdIfc4x3_rc4::IfcConstructionMaterialResourceType, OdIfc4x3_rc4::IfcConstructionProductResource, OdIfc4x3_rc4::IfcConstructionProductResourceType, OdIfc4x3_rc4::IfcConstructionResource, OdIfc4x3_rc4::IfcConstructionResourceType, OdIfc4x3_rc4::IfcContext, OdIfc4x3_rc4::IfcControl, OdIfc4x3_rc4::IfcController, OdIfc4x3_rc4::IfcControllerType, OdIfc4x3_rc4::IfcConveyorSegment, OdIfc4x3_rc4::IfcConveyorSegmentType, OdIfc4x3_rc4::IfcCooledBeam, OdIfc4x3_rc4::IfcCooledBeamType, OdIfc4x3_rc4::IfcCoolingTower, OdIfc4x3_rc4::IfcCoolingTowerType, OdIfc4x3_rc4::IfcCostItem, OdIfc4x3_rc4::IfcCostSchedule, OdIfc4x3_rc4::IfcCourse, OdIfc4x3_rc4::IfcCourseType, OdIfc4x3_rc4::IfcCovering, OdIfc4x3_rc4::IfcCoveringType, OdIfc4x3_rc4::IfcCrewResource, OdIfc4x3_rc4::IfcCrewResourceType, OdIfc4x3_rc4::IfcCurtainWall, OdIfc4x3_rc4::IfcCurtainWallType, OdIfc4x3_rc4::IfcDamper, OdIfc4x3_rc4::IfcDamperType, OdIfc4x3_rc4::IfcDeepFoundation, OdIfc4x3_rc4::IfcDeepFoundationType, OdIfc4x3_rc4::IfcDiscreteAccessory, OdIfc4x3_rc4::IfcDiscreteAccessoryType, OdIfc4x3_rc4::IfcDistributionBoard, OdIfc4x3_rc4::IfcDistributionBoardType, OdIfc4x3_rc4::IfcDistributionChamberElement, OdIfc4x3_rc4::IfcDistributionChamberElementType, OdIfc4x3_rc4::IfcDistributionCircuit, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionControlElementType, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionElementType, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionFlowElementType, OdIfc4x3_rc4::IfcDistributionPort, OdIfc4x3_rc4::IfcDistributionSystem, OdIfc4x3_rc4::IfcDoor, OdIfc4x3_rc4::IfcDoorLiningProperties, OdIfc4x3_rc4::IfcDoorPanelProperties, OdIfc4x3_rc4::IfcDoorStandardCase, OdIfc4x3_rc4::IfcDoorStyle, OdIfc4x3_rc4::IfcDoorType, OdIfc4x3_rc4::IfcDuctFitting, OdIfc4x3_rc4::IfcDuctFittingType, OdIfc4x3_rc4::IfcDuctSegment, OdIfc4x3_rc4::IfcDuctSegmentType, OdIfc4x3_rc4::IfcDuctSilencer, OdIfc4x3_rc4::IfcDuctSilencerType, OdIfc4x3_rc4::IfcEarthworksCut, OdIfc4x3_rc4::IfcEarthworksElement, OdIfc4x3_rc4::IfcEarthworksFill, OdIfc4x3_rc4::IfcElectricAppliance, OdIfc4x3_rc4::IfcElectricApplianceType, OdIfc4x3_rc4::IfcElectricDistributionBoard, OdIfc4x3_rc4::IfcElectricDistributionBoardType, OdIfc4x3_rc4::IfcElectricFlowStorageDevice, OdIfc4x3_rc4::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc4::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc4::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcElectricGenerator, OdIfc4x3_rc4::IfcElectricGeneratorType, OdIfc4x3_rc4::IfcElectricMotor, OdIfc4x3_rc4::IfcElectricMotorType, OdIfc4x3_rc4::IfcElectricTimeControl, OdIfc4x3_rc4::IfcElectricTimeControlType, OdIfc4x3_rc4::IfcElementAssembly, OdIfc4x3_rc4::IfcElementAssemblyType, OdIfc4x3_rc4::IfcElement, OdIfc4x3_rc4::IfcElementComponent, OdIfc4x3_rc4::IfcElementComponentType, OdIfc4x3_rc4::IfcElementQuantity, OdIfc4x3_rc4::IfcElementType, OdIfc4x3_rc4::IfcEnergyConversionDevice, OdIfc4x3_rc4::IfcEnergyConversionDeviceType, OdIfc4x3_rc4::IfcEngine, OdIfc4x3_rc4::IfcEngineType, OdIfc4x3_rc4::IfcEvaporativeCooler, OdIfc4x3_rc4::IfcEvaporativeCoolerType, OdIfc4x3_rc4::IfcEvaporator, OdIfc4x3_rc4::IfcEvaporatorType, OdIfc4x3_rc4::IfcEvent, OdIfc4x3_rc4::IfcEventType, OdIfc4x3_rc4::IfcExternalSpatialElement, OdIfc4x3_rc4::IfcExternalSpatialStructureElement, OdIfc4x3_rc4::IfcFacility, OdIfc4x3_rc4::IfcFacilityPart, OdIfc4x3_rc4::IfcFan, OdIfc4x3_rc4::IfcFanType, OdIfc4x3_rc4::IfcFastener, OdIfc4x3_rc4::IfcFastenerType, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElement, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFilter, OdIfc4x3_rc4::IfcFilterType, OdIfc4x3_rc4::IfcFireSuppressionTerminal, OdIfc4x3_rc4::IfcFireSuppressionTerminalType, OdIfc4x3_rc4::IfcFlowController, OdIfc4x3_rc4::IfcFlowControllerType, OdIfc4x3_rc4::IfcFlowFitting, OdIfc4x3_rc4::IfcFlowFittingType, OdIfc4x3_rc4::IfcFlowInstrument, OdIfc4x3_rc4::IfcFlowInstrumentType, OdIfc4x3_rc4::IfcFlowMeter, OdIfc4x3_rc4::IfcFlowMeterType, OdIfc4x3_rc4::IfcFlowMovingDevice, OdIfc4x3_rc4::IfcFlowMovingDeviceType, OdIfc4x3_rc4::IfcFlowSegment, OdIfc4x3_rc4::IfcFlowSegmentType, OdIfc4x3_rc4::IfcFlowStorageDevice, OdIfc4x3_rc4::IfcFlowStorageDeviceType, OdIfc4x3_rc4::IfcFlowTerminal, OdIfc4x3_rc4::IfcFlowTerminalType, OdIfc4x3_rc4::IfcFlowTreatmentDevice, OdIfc4x3_rc4::IfcFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcFooting, OdIfc4x3_rc4::IfcFootingType, OdIfc4x3_rc4::IfcFurnishingElement, OdIfc4x3_rc4::IfcFurnishingElementType, OdIfc4x3_rc4::IfcFurniture, OdIfc4x3_rc4::IfcFurnitureType, OdIfc4x3_rc4::IfcGeographicElement, OdIfc4x3_rc4::IfcGeographicElementType, OdIfc4x3_rc4::IfcGeomodel, OdIfc4x3_rc4::IfcGeoslice, OdIfc4x3_rc4::IfcGeotechnicalAssembly, OdIfc4x3_rc4::IfcGeotechnicalElement, OdIfc4x3_rc4::IfcGeotechnicalStratum, OdIfc4x3_rc4::IfcGrid, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcHeatExchanger, OdIfc4x3_rc4::IfcHeatExchangerType, OdIfc4x3_rc4::IfcHumidifier, OdIfc4x3_rc4::IfcHumidifierType, OdIfc4x3_rc4::IfcImpactProtectionDevice, OdIfc4x3_rc4::IfcImpactProtectionDeviceType, OdIfc4x3_rc4::IfcInterceptor, OdIfc4x3_rc4::IfcInterceptorType, OdIfc4x3_rc4::IfcInventory, OdIfc4x3_rc4::IfcJunctionBox, OdIfc4x3_rc4::IfcJunctionBoxType, OdIfc4x3_rc4::IfcKerb, OdIfc4x3_rc4::IfcKerbType, OdIfc4x3_rc4::IfcLaborResource, OdIfc4x3_rc4::IfcLaborResourceType, OdIfc4x3_rc4::IfcLamp, OdIfc4x3_rc4::IfcLampType, OdIfc4x3_rc4::IfcLightFixture, OdIfc4x3_rc4::IfcLightFixtureType, OdIfc4x3_rc4::IfcLinearElement, OdIfc4x3_rc4::IfcLinearPositioningElement, OdIfc4x3_rc4::IfcLiquidTerminal, OdIfc4x3_rc4::IfcLiquidTerminalType, OdIfc4x3_rc4::IfcMarineFacility, OdIfc4x3_rc4::IfcMechanicalFastener, OdIfc4x3_rc4::IfcMechanicalFastenerType, OdIfc4x3_rc4::IfcMedicalDevice, OdIfc4x3_rc4::IfcMedicalDeviceType, OdIfc4x3_rc4::IfcMember, OdIfc4x3_rc4::IfcMemberStandardCase, OdIfc4x3_rc4::IfcMemberType, OdIfc4x3_rc4::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc4::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc4::IfcMooringDevice, OdIfc4x3_rc4::IfcMooringDeviceType, OdIfc4x3_rc4::IfcMotorConnection, OdIfc4x3_rc4::IfcMotorConnectionType, OdIfc4x3_rc4::IfcNavigationElement, OdIfc4x3_rc4::IfcNavigationElementType, OdIfc4x3_rc4::IfcObject, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcOccupant, OdIfc4x3_rc4::IfcOpeningElement, OdIfc4x3_rc4::IfcOpeningStandardCase, OdIfc4x3_rc4::IfcOutlet, OdIfc4x3_rc4::IfcOutletType, OdIfc4x3_rc4::IfcPavement, OdIfc4x3_rc4::IfcPavementType, OdIfc4x3_rc4::IfcPerformanceHistory, OdIfc4x3_rc4::IfcPermeableCoveringProperties, OdIfc4x3_rc4::IfcPermit, OdIfc4x3_rc4::IfcPile, OdIfc4x3_rc4::IfcPileType, OdIfc4x3_rc4::IfcPipeFitting, OdIfc4x3_rc4::IfcPipeFittingType, OdIfc4x3_rc4::IfcPipeSegment, OdIfc4x3_rc4::IfcPipeSegmentType, OdIfc4x3_rc4::IfcPlant, OdIfc4x3_rc4::IfcPlate, OdIfc4x3_rc4::IfcPlateStandardCase, OdIfc4x3_rc4::IfcPlateType, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcPreDefinedPropertySet, OdIfc4x3_rc4::IfcProcedure, OdIfc4x3_rc4::IfcProcedureType, OdIfc4x3_rc4::IfcProcess, OdIfc4x3_rc4::IfcProduct, OdIfc4x3_rc4::IfcProject, OdIfc4x3_rc4::IfcProjectionElement, OdIfc4x3_rc4::IfcProjectLibrary, OdIfc4x3_rc4::IfcProjectOrder, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertySet, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetTemplate, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcPropertyTemplateDefinition, OdIfc4x3_rc4::IfcProtectiveDevice, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc4::IfcProtectiveDeviceType, OdIfc4x3_rc4::IfcProxy, OdIfc4x3_rc4::IfcPump, OdIfc4x3_rc4::IfcPumpType, OdIfc4x3_rc4::IfcQuantitySet, OdIfc4x3_rc4::IfcRail, OdIfc4x3_rc4::IfcRailing, OdIfc4x3_rc4::IfcRailingType, OdIfc4x3_rc4::IfcRailType, OdIfc4x3_rc4::IfcRailway, OdIfc4x3_rc4::IfcRamp, OdIfc4x3_rc4::IfcRampFlight, OdIfc4x3_rc4::IfcRampFlightType, OdIfc4x3_rc4::IfcRampType, OdIfc4x3_rc4::IfcReferent, OdIfc4x3_rc4::IfcReinforcedSoil, OdIfc4x3_rc4::IfcReinforcementDefinitionProperties, OdIfc4x3_rc4::IfcReinforcingBar, OdIfc4x3_rc4::IfcReinforcingBarType, OdIfc4x3_rc4::IfcReinforcingElement, OdIfc4x3_rc4::IfcReinforcingElementType, OdIfc4x3_rc4::IfcReinforcingMesh, OdIfc4x3_rc4::IfcReinforcingMeshType, OdIfc4x3_rc4::IfcRelAdheresToElement, OdIfc4x3_rc4::IfcRelAggregates, OdIfc4x3_rc4::IfcRelAssigns, OdIfc4x3_rc4::IfcRelAssignsToActor, OdIfc4x3_rc4::IfcRelAssignsToControl, OdIfc4x3_rc4::IfcRelAssignsToGroup, OdIfc4x3_rc4::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc4::IfcRelAssignsToProcess, OdIfc4x3_rc4::IfcRelAssignsToProduct, OdIfc4x3_rc4::IfcRelAssignsToResource, OdIfc4x3_rc4::IfcRelAssociatesApproval, OdIfc4x3_rc4::IfcRelAssociates, OdIfc4x3_rc4::IfcRelAssociatesClassification, OdIfc4x3_rc4::IfcRelAssociatesConstraint, OdIfc4x3_rc4::IfcRelAssociatesDocument, OdIfc4x3_rc4::IfcRelAssociatesLibrary, OdIfc4x3_rc4::IfcRelAssociatesMaterial, OdIfc4x3_rc4::IfcRelAssociatesProfileDef, OdIfc4x3_rc4::IfcRelationship, OdIfc4x3_rc4::IfcRelConnects, OdIfc4x3_rc4::IfcRelConnectsElements, OdIfc4x3_rc4::IfcRelConnectsPathElements, OdIfc4x3_rc4::IfcRelConnectsPorts, OdIfc4x3_rc4::IfcRelConnectsPortToElement, OdIfc4x3_rc4::IfcRelConnectsStructuralActivity, OdIfc4x3_rc4::IfcRelConnectsStructuralMember, OdIfc4x3_rc4::IfcRelConnectsWithEccentricity, OdIfc4x3_rc4::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc4::IfcRelContainedInSpatialStructure, OdIfc4x3_rc4::IfcRelCoversBldgElements, OdIfc4x3_rc4::IfcRelCoversSpaces, OdIfc4x3_rc4::IfcRelDeclares, OdIfc4x3_rc4::IfcRelDecomposes, OdIfc4x3_rc4::IfcRelDefines, OdIfc4x3_rc4::IfcRelDefinesByObject, OdIfc4x3_rc4::IfcRelDefinesByProperties, OdIfc4x3_rc4::IfcRelDefinesByTemplate, OdIfc4x3_rc4::IfcRelDefinesByType, OdIfc4x3_rc4::IfcRelFillsElement, OdIfc4x3_rc4::IfcRelFlowControlElements, OdIfc4x3_rc4::IfcRelInterferesElements, OdIfc4x3_rc4::IfcRelNests, OdIfc4x3_rc4::IfcRelPositions, OdIfc4x3_rc4::IfcRelProjectsElement, OdIfc4x3_rc4::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc4::IfcRelSequence, OdIfc4x3_rc4::IfcRelServicesBuildings, OdIfc4x3_rc4::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary, OdIfc4x3_rc4::IfcRelVoidsElement, OdIfc4x3_rc4::IfcResource, OdIfc4x3_rc4::IfcRoad, OdIfc4x3_rc4::IfcRoof, OdIfc4x3_rc4::IfcRoofType, OdIfc4x3_rc4::IfcSanitaryTerminal, OdIfc4x3_rc4::IfcSanitaryTerminalType, OdIfc4x3_rc4::IfcSensor, OdIfc4x3_rc4::IfcSensorType, OdIfc4x3_rc4::IfcShadingDevice, OdIfc4x3_rc4::IfcShadingDeviceType, OdIfc4x3_rc4::IfcSignal, OdIfc4x3_rc4::IfcSignalType, OdIfc4x3_rc4::IfcSign, OdIfc4x3_rc4::IfcSignType, OdIfc4x3_rc4::IfcSimplePropertyTemplate, OdIfc4x3_rc4::IfcSite, OdIfc4x3_rc4::IfcSlab, OdIfc4x3_rc4::IfcSlabElementedCase, OdIfc4x3_rc4::IfcSlabStandardCase, OdIfc4x3_rc4::IfcSlabType, OdIfc4x3_rc4::IfcSolarDevice, OdIfc4x3_rc4::IfcSolarDeviceType, OdIfc4x3_rc4::IfcSolidStratum, OdIfc4x3_rc4::IfcSpace, OdIfc4x3_rc4::IfcSpaceHeater, OdIfc4x3_rc4::IfcSpaceHeaterType, OdIfc4x3_rc4::IfcSpaceType, OdIfc4x3_rc4::IfcSpatialElement, OdIfc4x3_rc4::IfcSpatialElementType, OdIfc4x3_rc4::IfcSpatialStructureElement, OdIfc4x3_rc4::IfcSpatialStructureElementType, OdIfc4x3_rc4::IfcSpatialZone, OdIfc4x3_rc4::IfcSpatialZoneType, OdIfc4x3_rc4::IfcStackTerminal, OdIfc4x3_rc4::IfcStackTerminalType, OdIfc4x3_rc4::IfcStair, OdIfc4x3_rc4::IfcStairFlight, OdIfc4x3_rc4::IfcStairFlightType, OdIfc4x3_rc4::IfcStairType, OdIfc4x3_rc4::IfcStructuralAction, OdIfc4x3_rc4::IfcStructuralActivity, OdIfc4x3_rc4::IfcStructuralAnalysisModel, OdIfc4x3_rc4::IfcStructuralConnection, OdIfc4x3_rc4::IfcStructuralCurveAction, OdIfc4x3_rc4::IfcStructuralCurveConnection, OdIfc4x3_rc4::IfcStructuralCurveMember, OdIfc4x3_rc4::IfcStructuralCurveMemberVarying, OdIfc4x3_rc4::IfcStructuralCurveReaction, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralLinearAction, OdIfc4x3_rc4::IfcStructuralLoadCase, OdIfc4x3_rc4::IfcStructuralLoadGroup, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralPlanarAction, OdIfc4x3_rc4::IfcStructuralPointAction, OdIfc4x3_rc4::IfcStructuralPointConnection, OdIfc4x3_rc4::IfcStructuralPointReaction, OdIfc4x3_rc4::IfcStructuralReaction, OdIfc4x3_rc4::IfcStructuralResultGroup, OdIfc4x3_rc4::IfcStructuralSurfaceAction, OdIfc4x3_rc4::IfcStructuralSurfaceConnection, OdIfc4x3_rc4::IfcStructuralSurfaceMember, OdIfc4x3_rc4::IfcStructuralSurfaceMemberVarying, OdIfc4x3_rc4::IfcStructuralSurfaceReaction, OdIfc4x3_rc4::IfcSubContractResource, OdIfc4x3_rc4::IfcSubContractResourceType, OdIfc4x3_rc4::IfcSurfaceFeature, OdIfc4x3_rc4::IfcSwitchingDevice, OdIfc4x3_rc4::IfcSwitchingDeviceType, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystemFurnitureElement, OdIfc4x3_rc4::IfcSystemFurnitureElementType, OdIfc4x3_rc4::IfcTank, OdIfc4x3_rc4::IfcTankType, OdIfc4x3_rc4::IfcTask, OdIfc4x3_rc4::IfcTaskType, OdIfc4x3_rc4::IfcTendonAnchor, OdIfc4x3_rc4::IfcTendonAnchorType, OdIfc4x3_rc4::IfcTendon, OdIfc4x3_rc4::IfcTendonConduit, OdIfc4x3_rc4::IfcTendonConduitType, OdIfc4x3_rc4::IfcTendonType, OdIfc4x3_rc4::IfcTrackElement, OdIfc4x3_rc4::IfcTrackElementType, OdIfc4x3_rc4::IfcTransformer, OdIfc4x3_rc4::IfcTransformerType, OdIfc4x3_rc4::IfcTransportElement, OdIfc4x3_rc4::IfcTransportElementType, OdIfc4x3_rc4::IfcTubeBundle, OdIfc4x3_rc4::IfcTubeBundleType, OdIfc4x3_rc4::IfcTypeObject, OdIfc4x3_rc4::IfcTypeProcess, OdIfc4x3_rc4::IfcTypeProduct, OdIfc4x3_rc4::IfcTypeResource, OdIfc4x3_rc4::IfcUnitaryControlElement, OdIfc4x3_rc4::IfcUnitaryControlElementType, OdIfc4x3_rc4::IfcUnitaryEquipment, OdIfc4x3_rc4::IfcUnitaryEquipmentType, OdIfc4x3_rc4::IfcValve, OdIfc4x3_rc4::IfcValveType, OdIfc4x3_rc4::IfcVibrationDamper, OdIfc4x3_rc4::IfcVibrationDamperType, OdIfc4x3_rc4::IfcVibrationIsolator, OdIfc4x3_rc4::IfcVibrationIsolatorType, OdIfc4x3_rc4::IfcVirtualElement, OdIfc4x3_rc4::IfcVoidingFeature, OdIfc4x3_rc4::IfcVoidStratum, OdIfc4x3_rc4::IfcWall, OdIfc4x3_rc4::IfcWallElementedCase, OdIfc4x3_rc4::IfcWallStandardCase, OdIfc4x3_rc4::IfcWallType, OdIfc4x3_rc4::IfcWasteTerminal, OdIfc4x3_rc4::IfcWasteTerminalType, OdIfc4x3_rc4::IfcWaterStratum, OdIfc4x3_rc4::IfcWindow, OdIfc4x3_rc4::IfcWindowLiningProperties, OdIfc4x3_rc4::IfcWindowPanelProperties, OdIfc4x3_rc4::IfcWindowStandardCase, OdIfc4x3_rc4::IfcWindowStyle, OdIfc4x3_rc4::IfcWindowType, OdIfc4x3_rc4::IfcWorkCalendar, OdIfc4x3_rc4::IfcWorkControl, OdIfc4x3_rc4::IfcWorkPlan, OdIfc4x3_rc4::IfcWorkSchedule, and OdIfc4x3_rc4::IfcZone.

◆ getName()

const OdAnsiString & OdIfc4x3_rc4::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 & OdIfc4x3_rc4::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 OdIfc4x3_rc4::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 OdIfc4x3_rc4::IfcActionRequest, OdIfc4x3_rc4::IfcActor, OdIfc4x3_rc4::IfcActuator, OdIfc4x3_rc4::IfcActuatorType, OdIfc4x3_rc4::IfcAirTerminal, OdIfc4x3_rc4::IfcAirTerminalBox, OdIfc4x3_rc4::IfcAirTerminalBoxType, OdIfc4x3_rc4::IfcAirTerminalType, OdIfc4x3_rc4::IfcAirToAirHeatRecovery, OdIfc4x3_rc4::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc4::IfcAlarm, OdIfc4x3_rc4::IfcAlarmType, OdIfc4x3_rc4::IfcAlignment, OdIfc4x3_rc4::IfcAlignmentCant, OdIfc4x3_rc4::IfcAlignmentSegment, OdIfc4x3_rc4::IfcAnnotation, OdIfc4x3_rc4::IfcAsset, OdIfc4x3_rc4::IfcAudioVisualAppliance, OdIfc4x3_rc4::IfcAudioVisualApplianceType, OdIfc4x3_rc4::IfcBeam, OdIfc4x3_rc4::IfcBeamType, OdIfc4x3_rc4::IfcBearing, OdIfc4x3_rc4::IfcBearingType, OdIfc4x3_rc4::IfcBoiler, OdIfc4x3_rc4::IfcBoilerType, OdIfc4x3_rc4::IfcBridge, OdIfc4x3_rc4::IfcBuilding, OdIfc4x3_rc4::IfcBuildingElementPart, OdIfc4x3_rc4::IfcBuildingElementPartType, OdIfc4x3_rc4::IfcBuildingElementProxy, OdIfc4x3_rc4::IfcBuildingElementProxyType, OdIfc4x3_rc4::IfcBuildingStorey, OdIfc4x3_rc4::IfcBuildingSystem, OdIfc4x3_rc4::IfcBuiltSystem, OdIfc4x3_rc4::IfcBurner, OdIfc4x3_rc4::IfcBurnerType, OdIfc4x3_rc4::IfcCableCarrierFitting, OdIfc4x3_rc4::IfcCableCarrierFittingType, OdIfc4x3_rc4::IfcCableCarrierSegment, OdIfc4x3_rc4::IfcCableCarrierSegmentType, OdIfc4x3_rc4::IfcCableFitting, OdIfc4x3_rc4::IfcCableFittingType, OdIfc4x3_rc4::IfcCableSegment, OdIfc4x3_rc4::IfcCableSegmentType, OdIfc4x3_rc4::IfcCaissonFoundation, OdIfc4x3_rc4::IfcCaissonFoundationType, OdIfc4x3_rc4::IfcChiller, OdIfc4x3_rc4::IfcChillerType, OdIfc4x3_rc4::IfcChimney, OdIfc4x3_rc4::IfcChimneyType, OdIfc4x3_rc4::IfcCoil, OdIfc4x3_rc4::IfcCoilType, OdIfc4x3_rc4::IfcColumn, OdIfc4x3_rc4::IfcColumnType, OdIfc4x3_rc4::IfcCommunicationsAppliance, OdIfc4x3_rc4::IfcCommunicationsApplianceType, OdIfc4x3_rc4::IfcComplexPropertyTemplate, OdIfc4x3_rc4::IfcCompressor, OdIfc4x3_rc4::IfcCompressorType, OdIfc4x3_rc4::IfcCondenser, OdIfc4x3_rc4::IfcCondenserType, OdIfc4x3_rc4::IfcConstructionEquipmentResource, OdIfc4x3_rc4::IfcConstructionEquipmentResourceType, OdIfc4x3_rc4::IfcConstructionMaterialResource, OdIfc4x3_rc4::IfcConstructionMaterialResourceType, OdIfc4x3_rc4::IfcConstructionProductResource, OdIfc4x3_rc4::IfcConstructionProductResourceType, OdIfc4x3_rc4::IfcConstructionResource, OdIfc4x3_rc4::IfcConstructionResourceType, OdIfc4x3_rc4::IfcContext, OdIfc4x3_rc4::IfcControl, OdIfc4x3_rc4::IfcController, OdIfc4x3_rc4::IfcControllerType, OdIfc4x3_rc4::IfcConveyorSegment, OdIfc4x3_rc4::IfcConveyorSegmentType, OdIfc4x3_rc4::IfcCooledBeam, OdIfc4x3_rc4::IfcCooledBeamType, OdIfc4x3_rc4::IfcCoolingTower, OdIfc4x3_rc4::IfcCoolingTowerType, OdIfc4x3_rc4::IfcCostItem, OdIfc4x3_rc4::IfcCostSchedule, OdIfc4x3_rc4::IfcCourse, OdIfc4x3_rc4::IfcCourseType, OdIfc4x3_rc4::IfcCovering, OdIfc4x3_rc4::IfcCoveringType, OdIfc4x3_rc4::IfcCrewResource, OdIfc4x3_rc4::IfcCrewResourceType, OdIfc4x3_rc4::IfcCurtainWall, OdIfc4x3_rc4::IfcCurtainWallType, OdIfc4x3_rc4::IfcDamper, OdIfc4x3_rc4::IfcDamperType, OdIfc4x3_rc4::IfcDiscreteAccessory, OdIfc4x3_rc4::IfcDiscreteAccessoryType, OdIfc4x3_rc4::IfcDistributionBoard, OdIfc4x3_rc4::IfcDistributionBoardType, OdIfc4x3_rc4::IfcDistributionChamberElement, OdIfc4x3_rc4::IfcDistributionChamberElementType, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionPort, OdIfc4x3_rc4::IfcDistributionSystem, OdIfc4x3_rc4::IfcDoor, OdIfc4x3_rc4::IfcDoorLiningProperties, OdIfc4x3_rc4::IfcDoorPanelProperties, OdIfc4x3_rc4::IfcDoorStyle, OdIfc4x3_rc4::IfcDoorType, OdIfc4x3_rc4::IfcDuctFitting, OdIfc4x3_rc4::IfcDuctFittingType, OdIfc4x3_rc4::IfcDuctSegment, OdIfc4x3_rc4::IfcDuctSegmentType, OdIfc4x3_rc4::IfcDuctSilencer, OdIfc4x3_rc4::IfcDuctSilencerType, OdIfc4x3_rc4::IfcEarthworksCut, OdIfc4x3_rc4::IfcEarthworksFill, OdIfc4x3_rc4::IfcElectricAppliance, OdIfc4x3_rc4::IfcElectricApplianceType, OdIfc4x3_rc4::IfcElectricDistributionBoard, OdIfc4x3_rc4::IfcElectricDistributionBoardType, OdIfc4x3_rc4::IfcElectricFlowStorageDevice, OdIfc4x3_rc4::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc4::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc4::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcElectricGenerator, OdIfc4x3_rc4::IfcElectricGeneratorType, OdIfc4x3_rc4::IfcElectricMotor, OdIfc4x3_rc4::IfcElectricMotorType, OdIfc4x3_rc4::IfcElectricTimeControl, OdIfc4x3_rc4::IfcElectricTimeControlType, OdIfc4x3_rc4::IfcElementAssembly, OdIfc4x3_rc4::IfcElementAssemblyType, OdIfc4x3_rc4::IfcElement, OdIfc4x3_rc4::IfcElementQuantity, OdIfc4x3_rc4::IfcElementType, OdIfc4x3_rc4::IfcEngine, OdIfc4x3_rc4::IfcEngineType, OdIfc4x3_rc4::IfcEvaporativeCooler, OdIfc4x3_rc4::IfcEvaporativeCoolerType, OdIfc4x3_rc4::IfcEvaporator, OdIfc4x3_rc4::IfcEvaporatorType, OdIfc4x3_rc4::IfcEvent, OdIfc4x3_rc4::IfcEventType, OdIfc4x3_rc4::IfcExternalSpatialElement, OdIfc4x3_rc4::IfcFacilityPart, OdIfc4x3_rc4::IfcFan, OdIfc4x3_rc4::IfcFanType, OdIfc4x3_rc4::IfcFastener, OdIfc4x3_rc4::IfcFastenerType, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFilter, OdIfc4x3_rc4::IfcFilterType, OdIfc4x3_rc4::IfcFireSuppressionTerminal, OdIfc4x3_rc4::IfcFireSuppressionTerminalType, OdIfc4x3_rc4::IfcFlowInstrument, OdIfc4x3_rc4::IfcFlowInstrumentType, OdIfc4x3_rc4::IfcFlowMeter, OdIfc4x3_rc4::IfcFlowMeterType, OdIfc4x3_rc4::IfcFooting, OdIfc4x3_rc4::IfcFootingType, OdIfc4x3_rc4::IfcFurniture, OdIfc4x3_rc4::IfcFurnitureType, OdIfc4x3_rc4::IfcGeographicElement, OdIfc4x3_rc4::IfcGeographicElementType, OdIfc4x3_rc4::IfcGrid, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcHeatExchanger, OdIfc4x3_rc4::IfcHeatExchangerType, OdIfc4x3_rc4::IfcHumidifier, OdIfc4x3_rc4::IfcHumidifierType, OdIfc4x3_rc4::IfcImpactProtectionDevice, OdIfc4x3_rc4::IfcImpactProtectionDeviceType, OdIfc4x3_rc4::IfcInterceptor, OdIfc4x3_rc4::IfcInterceptorType, OdIfc4x3_rc4::IfcInventory, OdIfc4x3_rc4::IfcJunctionBox, OdIfc4x3_rc4::IfcJunctionBoxType, OdIfc4x3_rc4::IfcKerb, OdIfc4x3_rc4::IfcKerbType, OdIfc4x3_rc4::IfcLaborResource, OdIfc4x3_rc4::IfcLaborResourceType, OdIfc4x3_rc4::IfcLamp, OdIfc4x3_rc4::IfcLampType, OdIfc4x3_rc4::IfcLightFixture, OdIfc4x3_rc4::IfcLightFixtureType, OdIfc4x3_rc4::IfcLiquidTerminal, OdIfc4x3_rc4::IfcLiquidTerminalType, OdIfc4x3_rc4::IfcMarineFacility, OdIfc4x3_rc4::IfcMechanicalFastener, OdIfc4x3_rc4::IfcMechanicalFastenerType, OdIfc4x3_rc4::IfcMedicalDevice, OdIfc4x3_rc4::IfcMedicalDeviceType, OdIfc4x3_rc4::IfcMember, OdIfc4x3_rc4::IfcMemberType, OdIfc4x3_rc4::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc4::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc4::IfcMooringDevice, OdIfc4x3_rc4::IfcMooringDeviceType, OdIfc4x3_rc4::IfcMotorConnection, OdIfc4x3_rc4::IfcMotorConnectionType, OdIfc4x3_rc4::IfcNavigationElement, OdIfc4x3_rc4::IfcNavigationElementType, OdIfc4x3_rc4::IfcObject, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcOccupant, OdIfc4x3_rc4::IfcOpeningElement, OdIfc4x3_rc4::IfcOutlet, OdIfc4x3_rc4::IfcOutletType, OdIfc4x3_rc4::IfcPavement, OdIfc4x3_rc4::IfcPavementType, OdIfc4x3_rc4::IfcPerformanceHistory, OdIfc4x3_rc4::IfcPermeableCoveringProperties, OdIfc4x3_rc4::IfcPermit, OdIfc4x3_rc4::IfcPile, OdIfc4x3_rc4::IfcPileType, OdIfc4x3_rc4::IfcPipeFitting, OdIfc4x3_rc4::IfcPipeFittingType, OdIfc4x3_rc4::IfcPipeSegment, OdIfc4x3_rc4::IfcPipeSegmentType, OdIfc4x3_rc4::IfcPlate, OdIfc4x3_rc4::IfcPlateType, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcProcedure, OdIfc4x3_rc4::IfcProcedureType, OdIfc4x3_rc4::IfcProcess, OdIfc4x3_rc4::IfcProduct, OdIfc4x3_rc4::IfcProjectionElement, OdIfc4x3_rc4::IfcProjectOrder, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertySet, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetTemplate, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcProtectiveDevice, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc4::IfcProtectiveDeviceType, OdIfc4x3_rc4::IfcProxy, OdIfc4x3_rc4::IfcPump, OdIfc4x3_rc4::IfcPumpType, OdIfc4x3_rc4::IfcRail, OdIfc4x3_rc4::IfcRailing, OdIfc4x3_rc4::IfcRailingType, OdIfc4x3_rc4::IfcRailType, OdIfc4x3_rc4::IfcRailway, OdIfc4x3_rc4::IfcRamp, OdIfc4x3_rc4::IfcRampFlight, OdIfc4x3_rc4::IfcRampFlightType, OdIfc4x3_rc4::IfcRampType, OdIfc4x3_rc4::IfcReferent, OdIfc4x3_rc4::IfcReinforcedSoil, OdIfc4x3_rc4::IfcReinforcementDefinitionProperties, OdIfc4x3_rc4::IfcReinforcingBar, OdIfc4x3_rc4::IfcReinforcingBarType, OdIfc4x3_rc4::IfcReinforcingElement, OdIfc4x3_rc4::IfcReinforcingMesh, OdIfc4x3_rc4::IfcReinforcingMeshType, OdIfc4x3_rc4::IfcRelAdheresToElement, OdIfc4x3_rc4::IfcRelAggregates, OdIfc4x3_rc4::IfcRelAssigns, OdIfc4x3_rc4::IfcRelAssignsToActor, OdIfc4x3_rc4::IfcRelAssignsToControl, OdIfc4x3_rc4::IfcRelAssignsToGroup, OdIfc4x3_rc4::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc4::IfcRelAssignsToProcess, OdIfc4x3_rc4::IfcRelAssignsToProduct, OdIfc4x3_rc4::IfcRelAssignsToResource, OdIfc4x3_rc4::IfcRelAssociatesApproval, OdIfc4x3_rc4::IfcRelAssociates, OdIfc4x3_rc4::IfcRelAssociatesClassification, OdIfc4x3_rc4::IfcRelAssociatesConstraint, OdIfc4x3_rc4::IfcRelAssociatesDocument, OdIfc4x3_rc4::IfcRelAssociatesLibrary, OdIfc4x3_rc4::IfcRelAssociatesMaterial, OdIfc4x3_rc4::IfcRelAssociatesProfileDef, OdIfc4x3_rc4::IfcRelConnectsElements, OdIfc4x3_rc4::IfcRelConnectsPathElements, OdIfc4x3_rc4::IfcRelConnectsPorts, OdIfc4x3_rc4::IfcRelConnectsPortToElement, OdIfc4x3_rc4::IfcRelConnectsStructuralActivity, OdIfc4x3_rc4::IfcRelConnectsStructuralMember, OdIfc4x3_rc4::IfcRelConnectsWithEccentricity, OdIfc4x3_rc4::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc4::IfcRelContainedInSpatialStructure, OdIfc4x3_rc4::IfcRelCoversBldgElements, OdIfc4x3_rc4::IfcRelCoversSpaces, OdIfc4x3_rc4::IfcRelDeclares, OdIfc4x3_rc4::IfcRelDefinesByObject, OdIfc4x3_rc4::IfcRelDefinesByProperties, OdIfc4x3_rc4::IfcRelDefinesByTemplate, OdIfc4x3_rc4::IfcRelDefinesByType, OdIfc4x3_rc4::IfcRelFillsElement, OdIfc4x3_rc4::IfcRelFlowControlElements, OdIfc4x3_rc4::IfcRelInterferesElements, OdIfc4x3_rc4::IfcRelNests, OdIfc4x3_rc4::IfcRelPositions, OdIfc4x3_rc4::IfcRelProjectsElement, OdIfc4x3_rc4::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc4::IfcRelSequence, OdIfc4x3_rc4::IfcRelServicesBuildings, OdIfc4x3_rc4::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary, OdIfc4x3_rc4::IfcRelVoidsElement, OdIfc4x3_rc4::IfcResource, OdIfc4x3_rc4::IfcRoad, OdIfc4x3_rc4::IfcRoof, OdIfc4x3_rc4::IfcRoofType, OdIfc4x3_rc4::IfcSanitaryTerminal, OdIfc4x3_rc4::IfcSanitaryTerminalType, OdIfc4x3_rc4::IfcSensor, OdIfc4x3_rc4::IfcSensorType, OdIfc4x3_rc4::IfcShadingDevice, OdIfc4x3_rc4::IfcShadingDeviceType, OdIfc4x3_rc4::IfcSignal, OdIfc4x3_rc4::IfcSignalType, OdIfc4x3_rc4::IfcSign, OdIfc4x3_rc4::IfcSignType, OdIfc4x3_rc4::IfcSimplePropertyTemplate, OdIfc4x3_rc4::IfcSite, OdIfc4x3_rc4::IfcSlab, OdIfc4x3_rc4::IfcSlabType, OdIfc4x3_rc4::IfcSolarDevice, OdIfc4x3_rc4::IfcSolarDeviceType, OdIfc4x3_rc4::IfcSpace, OdIfc4x3_rc4::IfcSpaceHeater, OdIfc4x3_rc4::IfcSpaceHeaterType, OdIfc4x3_rc4::IfcSpaceType, OdIfc4x3_rc4::IfcSpatialElement, OdIfc4x3_rc4::IfcSpatialElementType, OdIfc4x3_rc4::IfcSpatialStructureElement, OdIfc4x3_rc4::IfcSpatialZone, OdIfc4x3_rc4::IfcSpatialZoneType, OdIfc4x3_rc4::IfcStackTerminal, OdIfc4x3_rc4::IfcStackTerminalType, OdIfc4x3_rc4::IfcStair, OdIfc4x3_rc4::IfcStairFlight, OdIfc4x3_rc4::IfcStairFlightType, OdIfc4x3_rc4::IfcStairType, OdIfc4x3_rc4::IfcStructuralAction, OdIfc4x3_rc4::IfcStructuralActivity, OdIfc4x3_rc4::IfcStructuralAnalysisModel, OdIfc4x3_rc4::IfcStructuralConnection, OdIfc4x3_rc4::IfcStructuralCurveAction, OdIfc4x3_rc4::IfcStructuralCurveConnection, OdIfc4x3_rc4::IfcStructuralCurveMember, OdIfc4x3_rc4::IfcStructuralCurveReaction, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralLoadCase, OdIfc4x3_rc4::IfcStructuralLoadGroup, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralPointConnection, OdIfc4x3_rc4::IfcStructuralResultGroup, OdIfc4x3_rc4::IfcStructuralSurfaceAction, OdIfc4x3_rc4::IfcStructuralSurfaceMember, OdIfc4x3_rc4::IfcStructuralSurfaceReaction, OdIfc4x3_rc4::IfcSubContractResource, OdIfc4x3_rc4::IfcSubContractResourceType, OdIfc4x3_rc4::IfcSurfaceFeature, OdIfc4x3_rc4::IfcSwitchingDevice, OdIfc4x3_rc4::IfcSwitchingDeviceType, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystemFurnitureElement, OdIfc4x3_rc4::IfcSystemFurnitureElementType, OdIfc4x3_rc4::IfcTank, OdIfc4x3_rc4::IfcTankType, OdIfc4x3_rc4::IfcTask, OdIfc4x3_rc4::IfcTaskType, OdIfc4x3_rc4::IfcTendonAnchor, OdIfc4x3_rc4::IfcTendonAnchorType, OdIfc4x3_rc4::IfcTendon, OdIfc4x3_rc4::IfcTendonConduit, OdIfc4x3_rc4::IfcTendonConduitType, OdIfc4x3_rc4::IfcTendonType, OdIfc4x3_rc4::IfcTrackElement, OdIfc4x3_rc4::IfcTrackElementType, OdIfc4x3_rc4::IfcTransformer, OdIfc4x3_rc4::IfcTransformerType, OdIfc4x3_rc4::IfcTransportElement, OdIfc4x3_rc4::IfcTransportElementType, OdIfc4x3_rc4::IfcTubeBundle, OdIfc4x3_rc4::IfcTubeBundleType, OdIfc4x3_rc4::IfcTypeObject, OdIfc4x3_rc4::IfcTypeProcess, OdIfc4x3_rc4::IfcTypeProduct, OdIfc4x3_rc4::IfcTypeResource, OdIfc4x3_rc4::IfcUnitaryControlElement, OdIfc4x3_rc4::IfcUnitaryControlElementType, OdIfc4x3_rc4::IfcUnitaryEquipment, OdIfc4x3_rc4::IfcUnitaryEquipmentType, OdIfc4x3_rc4::IfcValve, OdIfc4x3_rc4::IfcValveType, OdIfc4x3_rc4::IfcVibrationDamper, OdIfc4x3_rc4::IfcVibrationDamperType, OdIfc4x3_rc4::IfcVibrationIsolator, OdIfc4x3_rc4::IfcVibrationIsolatorType, OdIfc4x3_rc4::IfcVoidingFeature, OdIfc4x3_rc4::IfcWall, OdIfc4x3_rc4::IfcWallType, OdIfc4x3_rc4::IfcWasteTerminal, OdIfc4x3_rc4::IfcWasteTerminalType, OdIfc4x3_rc4::IfcWindow, OdIfc4x3_rc4::IfcWindowLiningProperties, OdIfc4x3_rc4::IfcWindowPanelProperties, OdIfc4x3_rc4::IfcWindowStyle, OdIfc4x3_rc4::IfcWindowType, OdIfc4x3_rc4::IfcWorkCalendar, OdIfc4x3_rc4::IfcWorkControl, OdIfc4x3_rc4::IfcWorkPlan, OdIfc4x3_rc4::IfcWorkSchedule, and OdIfc4x3_rc4::IfcZone.

◆ isKindOf()

virtual bool OdIfc4x3_rc4::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 OdIfc4x3_rc4::IfcActionRequest, OdIfc4x3_rc4::IfcActor, OdIfc4x3_rc4::IfcActuator, OdIfc4x3_rc4::IfcActuatorType, OdIfc4x3_rc4::IfcAirTerminal, OdIfc4x3_rc4::IfcAirTerminalBox, OdIfc4x3_rc4::IfcAirTerminalBoxType, OdIfc4x3_rc4::IfcAirTerminalType, OdIfc4x3_rc4::IfcAirToAirHeatRecovery, OdIfc4x3_rc4::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc4::IfcAlarm, OdIfc4x3_rc4::IfcAlarmType, OdIfc4x3_rc4::IfcAlignment, OdIfc4x3_rc4::IfcAlignmentCant, OdIfc4x3_rc4::IfcAlignmentHorizontal, OdIfc4x3_rc4::IfcAlignmentSegment, OdIfc4x3_rc4::IfcAlignmentVertical, OdIfc4x3_rc4::IfcAnnotation, OdIfc4x3_rc4::IfcAsset, OdIfc4x3_rc4::IfcAudioVisualAppliance, OdIfc4x3_rc4::IfcAudioVisualApplianceType, OdIfc4x3_rc4::IfcBeam, OdIfc4x3_rc4::IfcBeamStandardCase, OdIfc4x3_rc4::IfcBeamType, OdIfc4x3_rc4::IfcBearing, OdIfc4x3_rc4::IfcBearingType, OdIfc4x3_rc4::IfcBoiler, OdIfc4x3_rc4::IfcBoilerType, OdIfc4x3_rc4::IfcBorehole, OdIfc4x3_rc4::IfcBridge, OdIfc4x3_rc4::IfcBuilding, OdIfc4x3_rc4::IfcBuildingElementPart, OdIfc4x3_rc4::IfcBuildingElementPartType, OdIfc4x3_rc4::IfcBuildingElementProxy, OdIfc4x3_rc4::IfcBuildingElementProxyType, OdIfc4x3_rc4::IfcBuildingStorey, OdIfc4x3_rc4::IfcBuildingSystem, OdIfc4x3_rc4::IfcBuiltElement, OdIfc4x3_rc4::IfcBuiltElementType, OdIfc4x3_rc4::IfcBuiltSystem, OdIfc4x3_rc4::IfcBurner, OdIfc4x3_rc4::IfcBurnerType, OdIfc4x3_rc4::IfcCableCarrierFitting, OdIfc4x3_rc4::IfcCableCarrierFittingType, OdIfc4x3_rc4::IfcCableCarrierSegment, OdIfc4x3_rc4::IfcCableCarrierSegmentType, OdIfc4x3_rc4::IfcCableFitting, OdIfc4x3_rc4::IfcCableFittingType, OdIfc4x3_rc4::IfcCableSegment, OdIfc4x3_rc4::IfcCableSegmentType, OdIfc4x3_rc4::IfcCaissonFoundation, OdIfc4x3_rc4::IfcCaissonFoundationType, OdIfc4x3_rc4::IfcChiller, OdIfc4x3_rc4::IfcChillerType, OdIfc4x3_rc4::IfcChimney, OdIfc4x3_rc4::IfcChimneyType, OdIfc4x3_rc4::IfcCivilElement, OdIfc4x3_rc4::IfcCivilElementType, OdIfc4x3_rc4::IfcCoil, OdIfc4x3_rc4::IfcCoilType, OdIfc4x3_rc4::IfcColumn, OdIfc4x3_rc4::IfcColumnStandardCase, OdIfc4x3_rc4::IfcColumnType, OdIfc4x3_rc4::IfcCommunicationsAppliance, OdIfc4x3_rc4::IfcCommunicationsApplianceType, OdIfc4x3_rc4::IfcComplexPropertyTemplate, OdIfc4x3_rc4::IfcCompressor, OdIfc4x3_rc4::IfcCompressorType, OdIfc4x3_rc4::IfcCondenser, OdIfc4x3_rc4::IfcCondenserType, OdIfc4x3_rc4::IfcConstructionEquipmentResource, OdIfc4x3_rc4::IfcConstructionEquipmentResourceType, OdIfc4x3_rc4::IfcConstructionMaterialResource, OdIfc4x3_rc4::IfcConstructionMaterialResourceType, OdIfc4x3_rc4::IfcConstructionProductResource, OdIfc4x3_rc4::IfcConstructionProductResourceType, OdIfc4x3_rc4::IfcConstructionResource, OdIfc4x3_rc4::IfcConstructionResourceType, OdIfc4x3_rc4::IfcContext, OdIfc4x3_rc4::IfcControl, OdIfc4x3_rc4::IfcController, OdIfc4x3_rc4::IfcControllerType, OdIfc4x3_rc4::IfcConveyorSegment, OdIfc4x3_rc4::IfcConveyorSegmentType, OdIfc4x3_rc4::IfcCooledBeam, OdIfc4x3_rc4::IfcCooledBeamType, OdIfc4x3_rc4::IfcCoolingTower, OdIfc4x3_rc4::IfcCoolingTowerType, OdIfc4x3_rc4::IfcCostItem, OdIfc4x3_rc4::IfcCostSchedule, OdIfc4x3_rc4::IfcCourse, OdIfc4x3_rc4::IfcCourseType, OdIfc4x3_rc4::IfcCovering, OdIfc4x3_rc4::IfcCoveringType, OdIfc4x3_rc4::IfcCrewResource, OdIfc4x3_rc4::IfcCrewResourceType, OdIfc4x3_rc4::IfcCurtainWall, OdIfc4x3_rc4::IfcCurtainWallType, OdIfc4x3_rc4::IfcDamper, OdIfc4x3_rc4::IfcDamperType, OdIfc4x3_rc4::IfcDeepFoundation, OdIfc4x3_rc4::IfcDeepFoundationType, OdIfc4x3_rc4::IfcDiscreteAccessory, OdIfc4x3_rc4::IfcDiscreteAccessoryType, OdIfc4x3_rc4::IfcDistributionBoard, OdIfc4x3_rc4::IfcDistributionBoardType, OdIfc4x3_rc4::IfcDistributionChamberElement, OdIfc4x3_rc4::IfcDistributionChamberElementType, OdIfc4x3_rc4::IfcDistributionCircuit, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionControlElementType, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionElementType, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionFlowElementType, OdIfc4x3_rc4::IfcDistributionPort, OdIfc4x3_rc4::IfcDistributionSystem, OdIfc4x3_rc4::IfcDoor, OdIfc4x3_rc4::IfcDoorLiningProperties, OdIfc4x3_rc4::IfcDoorPanelProperties, OdIfc4x3_rc4::IfcDoorStandardCase, OdIfc4x3_rc4::IfcDoorStyle, OdIfc4x3_rc4::IfcDoorType, OdIfc4x3_rc4::IfcDuctFitting, OdIfc4x3_rc4::IfcDuctFittingType, OdIfc4x3_rc4::IfcDuctSegment, OdIfc4x3_rc4::IfcDuctSegmentType, OdIfc4x3_rc4::IfcDuctSilencer, OdIfc4x3_rc4::IfcDuctSilencerType, OdIfc4x3_rc4::IfcEarthworksCut, OdIfc4x3_rc4::IfcEarthworksElement, OdIfc4x3_rc4::IfcEarthworksFill, OdIfc4x3_rc4::IfcElectricAppliance, OdIfc4x3_rc4::IfcElectricApplianceType, OdIfc4x3_rc4::IfcElectricDistributionBoard, OdIfc4x3_rc4::IfcElectricDistributionBoardType, OdIfc4x3_rc4::IfcElectricFlowStorageDevice, OdIfc4x3_rc4::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc4::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc4::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcElectricGenerator, OdIfc4x3_rc4::IfcElectricGeneratorType, OdIfc4x3_rc4::IfcElectricMotor, OdIfc4x3_rc4::IfcElectricMotorType, OdIfc4x3_rc4::IfcElectricTimeControl, OdIfc4x3_rc4::IfcElectricTimeControlType, OdIfc4x3_rc4::IfcElementAssembly, OdIfc4x3_rc4::IfcElementAssemblyType, OdIfc4x3_rc4::IfcElement, OdIfc4x3_rc4::IfcElementComponent, OdIfc4x3_rc4::IfcElementComponentType, OdIfc4x3_rc4::IfcElementQuantity, OdIfc4x3_rc4::IfcElementType, OdIfc4x3_rc4::IfcEnergyConversionDevice, OdIfc4x3_rc4::IfcEnergyConversionDeviceType, OdIfc4x3_rc4::IfcEngine, OdIfc4x3_rc4::IfcEngineType, OdIfc4x3_rc4::IfcEvaporativeCooler, OdIfc4x3_rc4::IfcEvaporativeCoolerType, OdIfc4x3_rc4::IfcEvaporator, OdIfc4x3_rc4::IfcEvaporatorType, OdIfc4x3_rc4::IfcEvent, OdIfc4x3_rc4::IfcEventType, OdIfc4x3_rc4::IfcExternalSpatialElement, OdIfc4x3_rc4::IfcExternalSpatialStructureElement, OdIfc4x3_rc4::IfcFacility, OdIfc4x3_rc4::IfcFacilityPart, OdIfc4x3_rc4::IfcFan, OdIfc4x3_rc4::IfcFanType, OdIfc4x3_rc4::IfcFastener, OdIfc4x3_rc4::IfcFastenerType, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElement, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFilter, OdIfc4x3_rc4::IfcFilterType, OdIfc4x3_rc4::IfcFireSuppressionTerminal, OdIfc4x3_rc4::IfcFireSuppressionTerminalType, OdIfc4x3_rc4::IfcFlowController, OdIfc4x3_rc4::IfcFlowControllerType, OdIfc4x3_rc4::IfcFlowFitting, OdIfc4x3_rc4::IfcFlowFittingType, OdIfc4x3_rc4::IfcFlowInstrument, OdIfc4x3_rc4::IfcFlowInstrumentType, OdIfc4x3_rc4::IfcFlowMeter, OdIfc4x3_rc4::IfcFlowMeterType, OdIfc4x3_rc4::IfcFlowMovingDevice, OdIfc4x3_rc4::IfcFlowMovingDeviceType, OdIfc4x3_rc4::IfcFlowSegment, OdIfc4x3_rc4::IfcFlowSegmentType, OdIfc4x3_rc4::IfcFlowStorageDevice, OdIfc4x3_rc4::IfcFlowStorageDeviceType, OdIfc4x3_rc4::IfcFlowTerminal, OdIfc4x3_rc4::IfcFlowTerminalType, OdIfc4x3_rc4::IfcFlowTreatmentDevice, OdIfc4x3_rc4::IfcFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcFooting, OdIfc4x3_rc4::IfcFootingType, OdIfc4x3_rc4::IfcFurnishingElement, OdIfc4x3_rc4::IfcFurnishingElementType, OdIfc4x3_rc4::IfcFurniture, OdIfc4x3_rc4::IfcFurnitureType, OdIfc4x3_rc4::IfcGeographicElement, OdIfc4x3_rc4::IfcGeographicElementType, OdIfc4x3_rc4::IfcGeomodel, OdIfc4x3_rc4::IfcGeoslice, OdIfc4x3_rc4::IfcGeotechnicalAssembly, OdIfc4x3_rc4::IfcGeotechnicalElement, OdIfc4x3_rc4::IfcGeotechnicalStratum, OdIfc4x3_rc4::IfcGrid, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcHeatExchanger, OdIfc4x3_rc4::IfcHeatExchangerType, OdIfc4x3_rc4::IfcHumidifier, OdIfc4x3_rc4::IfcHumidifierType, OdIfc4x3_rc4::IfcImpactProtectionDevice, OdIfc4x3_rc4::IfcImpactProtectionDeviceType, OdIfc4x3_rc4::IfcInterceptor, OdIfc4x3_rc4::IfcInterceptorType, OdIfc4x3_rc4::IfcInventory, OdIfc4x3_rc4::IfcJunctionBox, OdIfc4x3_rc4::IfcJunctionBoxType, OdIfc4x3_rc4::IfcKerb, OdIfc4x3_rc4::IfcKerbType, OdIfc4x3_rc4::IfcLaborResource, OdIfc4x3_rc4::IfcLaborResourceType, OdIfc4x3_rc4::IfcLamp, OdIfc4x3_rc4::IfcLampType, OdIfc4x3_rc4::IfcLightFixture, OdIfc4x3_rc4::IfcLightFixtureType, OdIfc4x3_rc4::IfcLinearElement, OdIfc4x3_rc4::IfcLinearPositioningElement, OdIfc4x3_rc4::IfcLiquidTerminal, OdIfc4x3_rc4::IfcLiquidTerminalType, OdIfc4x3_rc4::IfcMarineFacility, OdIfc4x3_rc4::IfcMechanicalFastener, OdIfc4x3_rc4::IfcMechanicalFastenerType, OdIfc4x3_rc4::IfcMedicalDevice, OdIfc4x3_rc4::IfcMedicalDeviceType, OdIfc4x3_rc4::IfcMember, OdIfc4x3_rc4::IfcMemberStandardCase, OdIfc4x3_rc4::IfcMemberType, OdIfc4x3_rc4::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc4::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc4::IfcMooringDevice, OdIfc4x3_rc4::IfcMooringDeviceType, OdIfc4x3_rc4::IfcMotorConnection, OdIfc4x3_rc4::IfcMotorConnectionType, OdIfc4x3_rc4::IfcNavigationElement, OdIfc4x3_rc4::IfcNavigationElementType, OdIfc4x3_rc4::IfcObject, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcOccupant, OdIfc4x3_rc4::IfcOpeningElement, OdIfc4x3_rc4::IfcOpeningStandardCase, OdIfc4x3_rc4::IfcOutlet, OdIfc4x3_rc4::IfcOutletType, OdIfc4x3_rc4::IfcPavement, OdIfc4x3_rc4::IfcPavementType, OdIfc4x3_rc4::IfcPerformanceHistory, OdIfc4x3_rc4::IfcPermeableCoveringProperties, OdIfc4x3_rc4::IfcPermit, OdIfc4x3_rc4::IfcPile, OdIfc4x3_rc4::IfcPileType, OdIfc4x3_rc4::IfcPipeFitting, OdIfc4x3_rc4::IfcPipeFittingType, OdIfc4x3_rc4::IfcPipeSegment, OdIfc4x3_rc4::IfcPipeSegmentType, OdIfc4x3_rc4::IfcPlant, OdIfc4x3_rc4::IfcPlate, OdIfc4x3_rc4::IfcPlateStandardCase, OdIfc4x3_rc4::IfcPlateType, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcPreDefinedPropertySet, OdIfc4x3_rc4::IfcProcedure, OdIfc4x3_rc4::IfcProcedureType, OdIfc4x3_rc4::IfcProcess, OdIfc4x3_rc4::IfcProduct, OdIfc4x3_rc4::IfcProject, OdIfc4x3_rc4::IfcProjectionElement, OdIfc4x3_rc4::IfcProjectLibrary, OdIfc4x3_rc4::IfcProjectOrder, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertySet, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetTemplate, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcPropertyTemplateDefinition, OdIfc4x3_rc4::IfcProtectiveDevice, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc4::IfcProtectiveDeviceType, OdIfc4x3_rc4::IfcProxy, OdIfc4x3_rc4::IfcPump, OdIfc4x3_rc4::IfcPumpType, OdIfc4x3_rc4::IfcQuantitySet, OdIfc4x3_rc4::IfcRail, OdIfc4x3_rc4::IfcRailing, OdIfc4x3_rc4::IfcRailingType, OdIfc4x3_rc4::IfcRailType, OdIfc4x3_rc4::IfcRailway, OdIfc4x3_rc4::IfcRamp, OdIfc4x3_rc4::IfcRampFlight, OdIfc4x3_rc4::IfcRampFlightType, OdIfc4x3_rc4::IfcRampType, OdIfc4x3_rc4::IfcReferent, OdIfc4x3_rc4::IfcReinforcedSoil, OdIfc4x3_rc4::IfcReinforcementDefinitionProperties, OdIfc4x3_rc4::IfcReinforcingBar, OdIfc4x3_rc4::IfcReinforcingBarType, OdIfc4x3_rc4::IfcReinforcingElement, OdIfc4x3_rc4::IfcReinforcingElementType, OdIfc4x3_rc4::IfcReinforcingMesh, OdIfc4x3_rc4::IfcReinforcingMeshType, OdIfc4x3_rc4::IfcRelAdheresToElement, OdIfc4x3_rc4::IfcRelAggregates, OdIfc4x3_rc4::IfcRelAssigns, OdIfc4x3_rc4::IfcRelAssignsToActor, OdIfc4x3_rc4::IfcRelAssignsToControl, OdIfc4x3_rc4::IfcRelAssignsToGroup, OdIfc4x3_rc4::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc4::IfcRelAssignsToProcess, OdIfc4x3_rc4::IfcRelAssignsToProduct, OdIfc4x3_rc4::IfcRelAssignsToResource, OdIfc4x3_rc4::IfcRelAssociatesApproval, OdIfc4x3_rc4::IfcRelAssociates, OdIfc4x3_rc4::IfcRelAssociatesClassification, OdIfc4x3_rc4::IfcRelAssociatesConstraint, OdIfc4x3_rc4::IfcRelAssociatesDocument, OdIfc4x3_rc4::IfcRelAssociatesLibrary, OdIfc4x3_rc4::IfcRelAssociatesMaterial, OdIfc4x3_rc4::IfcRelAssociatesProfileDef, OdIfc4x3_rc4::IfcRelationship, OdIfc4x3_rc4::IfcRelConnects, OdIfc4x3_rc4::IfcRelConnectsElements, OdIfc4x3_rc4::IfcRelConnectsPathElements, OdIfc4x3_rc4::IfcRelConnectsPorts, OdIfc4x3_rc4::IfcRelConnectsPortToElement, OdIfc4x3_rc4::IfcRelConnectsStructuralActivity, OdIfc4x3_rc4::IfcRelConnectsStructuralMember, OdIfc4x3_rc4::IfcRelConnectsWithEccentricity, OdIfc4x3_rc4::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc4::IfcRelContainedInSpatialStructure, OdIfc4x3_rc4::IfcRelCoversBldgElements, OdIfc4x3_rc4::IfcRelCoversSpaces, OdIfc4x3_rc4::IfcRelDeclares, OdIfc4x3_rc4::IfcRelDecomposes, OdIfc4x3_rc4::IfcRelDefines, OdIfc4x3_rc4::IfcRelDefinesByObject, OdIfc4x3_rc4::IfcRelDefinesByProperties, OdIfc4x3_rc4::IfcRelDefinesByTemplate, OdIfc4x3_rc4::IfcRelDefinesByType, OdIfc4x3_rc4::IfcRelFillsElement, OdIfc4x3_rc4::IfcRelFlowControlElements, OdIfc4x3_rc4::IfcRelInterferesElements, OdIfc4x3_rc4::IfcRelNests, OdIfc4x3_rc4::IfcRelPositions, OdIfc4x3_rc4::IfcRelProjectsElement, OdIfc4x3_rc4::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc4::IfcRelSequence, OdIfc4x3_rc4::IfcRelServicesBuildings, OdIfc4x3_rc4::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary, OdIfc4x3_rc4::IfcRelVoidsElement, OdIfc4x3_rc4::IfcResource, OdIfc4x3_rc4::IfcRoad, OdIfc4x3_rc4::IfcRoof, OdIfc4x3_rc4::IfcRoofType, OdIfc4x3_rc4::IfcSanitaryTerminal, OdIfc4x3_rc4::IfcSanitaryTerminalType, OdIfc4x3_rc4::IfcSensor, OdIfc4x3_rc4::IfcSensorType, OdIfc4x3_rc4::IfcShadingDevice, OdIfc4x3_rc4::IfcShadingDeviceType, OdIfc4x3_rc4::IfcSignal, OdIfc4x3_rc4::IfcSignalType, OdIfc4x3_rc4::IfcSign, OdIfc4x3_rc4::IfcSignType, OdIfc4x3_rc4::IfcSimplePropertyTemplate, OdIfc4x3_rc4::IfcSite, OdIfc4x3_rc4::IfcSlab, OdIfc4x3_rc4::IfcSlabElementedCase, OdIfc4x3_rc4::IfcSlabStandardCase, OdIfc4x3_rc4::IfcSlabType, OdIfc4x3_rc4::IfcSolarDevice, OdIfc4x3_rc4::IfcSolarDeviceType, OdIfc4x3_rc4::IfcSolidStratum, OdIfc4x3_rc4::IfcSpace, OdIfc4x3_rc4::IfcSpaceHeater, OdIfc4x3_rc4::IfcSpaceHeaterType, OdIfc4x3_rc4::IfcSpaceType, OdIfc4x3_rc4::IfcSpatialElement, OdIfc4x3_rc4::IfcSpatialElementType, OdIfc4x3_rc4::IfcSpatialStructureElement, OdIfc4x3_rc4::IfcSpatialStructureElementType, OdIfc4x3_rc4::IfcSpatialZone, OdIfc4x3_rc4::IfcSpatialZoneType, OdIfc4x3_rc4::IfcStackTerminal, OdIfc4x3_rc4::IfcStackTerminalType, OdIfc4x3_rc4::IfcStair, OdIfc4x3_rc4::IfcStairFlight, OdIfc4x3_rc4::IfcStairFlightType, OdIfc4x3_rc4::IfcStairType, OdIfc4x3_rc4::IfcStructuralAction, OdIfc4x3_rc4::IfcStructuralActivity, OdIfc4x3_rc4::IfcStructuralAnalysisModel, OdIfc4x3_rc4::IfcStructuralConnection, OdIfc4x3_rc4::IfcStructuralCurveAction, OdIfc4x3_rc4::IfcStructuralCurveConnection, OdIfc4x3_rc4::IfcStructuralCurveMember, OdIfc4x3_rc4::IfcStructuralCurveMemberVarying, OdIfc4x3_rc4::IfcStructuralCurveReaction, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralLinearAction, OdIfc4x3_rc4::IfcStructuralLoadCase, OdIfc4x3_rc4::IfcStructuralLoadGroup, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralPlanarAction, OdIfc4x3_rc4::IfcStructuralPointAction, OdIfc4x3_rc4::IfcStructuralPointConnection, OdIfc4x3_rc4::IfcStructuralPointReaction, OdIfc4x3_rc4::IfcStructuralReaction, OdIfc4x3_rc4::IfcStructuralResultGroup, OdIfc4x3_rc4::IfcStructuralSurfaceAction, OdIfc4x3_rc4::IfcStructuralSurfaceConnection, OdIfc4x3_rc4::IfcStructuralSurfaceMember, OdIfc4x3_rc4::IfcStructuralSurfaceMemberVarying, OdIfc4x3_rc4::IfcStructuralSurfaceReaction, OdIfc4x3_rc4::IfcSubContractResource, OdIfc4x3_rc4::IfcSubContractResourceType, OdIfc4x3_rc4::IfcSurfaceFeature, OdIfc4x3_rc4::IfcSwitchingDevice, OdIfc4x3_rc4::IfcSwitchingDeviceType, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystemFurnitureElement, OdIfc4x3_rc4::IfcSystemFurnitureElementType, OdIfc4x3_rc4::IfcTank, OdIfc4x3_rc4::IfcTankType, OdIfc4x3_rc4::IfcTask, OdIfc4x3_rc4::IfcTaskType, OdIfc4x3_rc4::IfcTendonAnchor, OdIfc4x3_rc4::IfcTendonAnchorType, OdIfc4x3_rc4::IfcTendon, OdIfc4x3_rc4::IfcTendonConduit, OdIfc4x3_rc4::IfcTendonConduitType, OdIfc4x3_rc4::IfcTendonType, OdIfc4x3_rc4::IfcTrackElement, OdIfc4x3_rc4::IfcTrackElementType, OdIfc4x3_rc4::IfcTransformer, OdIfc4x3_rc4::IfcTransformerType, OdIfc4x3_rc4::IfcTransportElement, OdIfc4x3_rc4::IfcTransportElementType, OdIfc4x3_rc4::IfcTubeBundle, OdIfc4x3_rc4::IfcTubeBundleType, OdIfc4x3_rc4::IfcTypeObject, OdIfc4x3_rc4::IfcTypeProcess, OdIfc4x3_rc4::IfcTypeProduct, OdIfc4x3_rc4::IfcTypeResource, OdIfc4x3_rc4::IfcUnitaryControlElement, OdIfc4x3_rc4::IfcUnitaryControlElementType, OdIfc4x3_rc4::IfcUnitaryEquipment, OdIfc4x3_rc4::IfcUnitaryEquipmentType, OdIfc4x3_rc4::IfcValve, OdIfc4x3_rc4::IfcValveType, OdIfc4x3_rc4::IfcVibrationDamper, OdIfc4x3_rc4::IfcVibrationDamperType, OdIfc4x3_rc4::IfcVibrationIsolator, OdIfc4x3_rc4::IfcVibrationIsolatorType, OdIfc4x3_rc4::IfcVirtualElement, OdIfc4x3_rc4::IfcVoidingFeature, OdIfc4x3_rc4::IfcVoidStratum, OdIfc4x3_rc4::IfcWall, OdIfc4x3_rc4::IfcWallElementedCase, OdIfc4x3_rc4::IfcWallStandardCase, OdIfc4x3_rc4::IfcWallType, OdIfc4x3_rc4::IfcWasteTerminal, OdIfc4x3_rc4::IfcWasteTerminalType, OdIfc4x3_rc4::IfcWaterStratum, OdIfc4x3_rc4::IfcWindow, OdIfc4x3_rc4::IfcWindowLiningProperties, OdIfc4x3_rc4::IfcWindowPanelProperties, OdIfc4x3_rc4::IfcWindowStandardCase, OdIfc4x3_rc4::IfcWindowStyle, OdIfc4x3_rc4::IfcWindowType, OdIfc4x3_rc4::IfcWorkCalendar, OdIfc4x3_rc4::IfcWorkControl, OdIfc4x3_rc4::IfcWorkPlan, OdIfc4x3_rc4::IfcWorkSchedule, and OdIfc4x3_rc4::IfcZone.

◆ outFields()

virtual OdResult OdIfc4x3_rc4::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 OdIfc4x3_rc4::IfcActionRequest, OdIfc4x3_rc4::IfcActor, OdIfc4x3_rc4::IfcActuator, OdIfc4x3_rc4::IfcActuatorType, OdIfc4x3_rc4::IfcAirTerminal, OdIfc4x3_rc4::IfcAirTerminalBox, OdIfc4x3_rc4::IfcAirTerminalBoxType, OdIfc4x3_rc4::IfcAirTerminalType, OdIfc4x3_rc4::IfcAirToAirHeatRecovery, OdIfc4x3_rc4::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc4::IfcAlarm, OdIfc4x3_rc4::IfcAlarmType, OdIfc4x3_rc4::IfcAlignment, OdIfc4x3_rc4::IfcAlignmentCant, OdIfc4x3_rc4::IfcAlignmentSegment, OdIfc4x3_rc4::IfcAnnotation, OdIfc4x3_rc4::IfcAsset, OdIfc4x3_rc4::IfcAudioVisualAppliance, OdIfc4x3_rc4::IfcAudioVisualApplianceType, OdIfc4x3_rc4::IfcBeam, OdIfc4x3_rc4::IfcBeamType, OdIfc4x3_rc4::IfcBearing, OdIfc4x3_rc4::IfcBearingType, OdIfc4x3_rc4::IfcBoiler, OdIfc4x3_rc4::IfcBoilerType, OdIfc4x3_rc4::IfcBridge, OdIfc4x3_rc4::IfcBuilding, OdIfc4x3_rc4::IfcBuildingElementPart, OdIfc4x3_rc4::IfcBuildingElementPartType, OdIfc4x3_rc4::IfcBuildingElementProxy, OdIfc4x3_rc4::IfcBuildingElementProxyType, OdIfc4x3_rc4::IfcBuildingStorey, OdIfc4x3_rc4::IfcBuildingSystem, OdIfc4x3_rc4::IfcBuiltSystem, OdIfc4x3_rc4::IfcBurner, OdIfc4x3_rc4::IfcBurnerType, OdIfc4x3_rc4::IfcCableCarrierFitting, OdIfc4x3_rc4::IfcCableCarrierFittingType, OdIfc4x3_rc4::IfcCableCarrierSegment, OdIfc4x3_rc4::IfcCableCarrierSegmentType, OdIfc4x3_rc4::IfcCableFitting, OdIfc4x3_rc4::IfcCableFittingType, OdIfc4x3_rc4::IfcCableSegment, OdIfc4x3_rc4::IfcCableSegmentType, OdIfc4x3_rc4::IfcCaissonFoundation, OdIfc4x3_rc4::IfcCaissonFoundationType, OdIfc4x3_rc4::IfcChiller, OdIfc4x3_rc4::IfcChillerType, OdIfc4x3_rc4::IfcChimney, OdIfc4x3_rc4::IfcChimneyType, OdIfc4x3_rc4::IfcCoil, OdIfc4x3_rc4::IfcCoilType, OdIfc4x3_rc4::IfcColumn, OdIfc4x3_rc4::IfcColumnType, OdIfc4x3_rc4::IfcCommunicationsAppliance, OdIfc4x3_rc4::IfcCommunicationsApplianceType, OdIfc4x3_rc4::IfcComplexPropertyTemplate, OdIfc4x3_rc4::IfcCompressor, OdIfc4x3_rc4::IfcCompressorType, OdIfc4x3_rc4::IfcCondenser, OdIfc4x3_rc4::IfcCondenserType, OdIfc4x3_rc4::IfcConstructionEquipmentResource, OdIfc4x3_rc4::IfcConstructionEquipmentResourceType, OdIfc4x3_rc4::IfcConstructionMaterialResource, OdIfc4x3_rc4::IfcConstructionMaterialResourceType, OdIfc4x3_rc4::IfcConstructionProductResource, OdIfc4x3_rc4::IfcConstructionProductResourceType, OdIfc4x3_rc4::IfcConstructionResource, OdIfc4x3_rc4::IfcConstructionResourceType, OdIfc4x3_rc4::IfcContext, OdIfc4x3_rc4::IfcControl, OdIfc4x3_rc4::IfcController, OdIfc4x3_rc4::IfcControllerType, OdIfc4x3_rc4::IfcConveyorSegment, OdIfc4x3_rc4::IfcConveyorSegmentType, OdIfc4x3_rc4::IfcCooledBeam, OdIfc4x3_rc4::IfcCooledBeamType, OdIfc4x3_rc4::IfcCoolingTower, OdIfc4x3_rc4::IfcCoolingTowerType, OdIfc4x3_rc4::IfcCostItem, OdIfc4x3_rc4::IfcCostSchedule, OdIfc4x3_rc4::IfcCourse, OdIfc4x3_rc4::IfcCourseType, OdIfc4x3_rc4::IfcCovering, OdIfc4x3_rc4::IfcCoveringType, OdIfc4x3_rc4::IfcCrewResource, OdIfc4x3_rc4::IfcCrewResourceType, OdIfc4x3_rc4::IfcCurtainWall, OdIfc4x3_rc4::IfcCurtainWallType, OdIfc4x3_rc4::IfcDamper, OdIfc4x3_rc4::IfcDamperType, OdIfc4x3_rc4::IfcDiscreteAccessory, OdIfc4x3_rc4::IfcDiscreteAccessoryType, OdIfc4x3_rc4::IfcDistributionBoard, OdIfc4x3_rc4::IfcDistributionBoardType, OdIfc4x3_rc4::IfcDistributionChamberElement, OdIfc4x3_rc4::IfcDistributionChamberElementType, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionPort, OdIfc4x3_rc4::IfcDistributionSystem, OdIfc4x3_rc4::IfcDoor, OdIfc4x3_rc4::IfcDoorLiningProperties, OdIfc4x3_rc4::IfcDoorPanelProperties, OdIfc4x3_rc4::IfcDoorStyle, OdIfc4x3_rc4::IfcDoorType, OdIfc4x3_rc4::IfcDuctFitting, OdIfc4x3_rc4::IfcDuctFittingType, OdIfc4x3_rc4::IfcDuctSegment, OdIfc4x3_rc4::IfcDuctSegmentType, OdIfc4x3_rc4::IfcDuctSilencer, OdIfc4x3_rc4::IfcDuctSilencerType, OdIfc4x3_rc4::IfcEarthworksCut, OdIfc4x3_rc4::IfcEarthworksFill, OdIfc4x3_rc4::IfcElectricAppliance, OdIfc4x3_rc4::IfcElectricApplianceType, OdIfc4x3_rc4::IfcElectricDistributionBoard, OdIfc4x3_rc4::IfcElectricDistributionBoardType, OdIfc4x3_rc4::IfcElectricFlowStorageDevice, OdIfc4x3_rc4::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc4::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc4::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcElectricGenerator, OdIfc4x3_rc4::IfcElectricGeneratorType, OdIfc4x3_rc4::IfcElectricMotor, OdIfc4x3_rc4::IfcElectricMotorType, OdIfc4x3_rc4::IfcElectricTimeControl, OdIfc4x3_rc4::IfcElectricTimeControlType, OdIfc4x3_rc4::IfcElementAssembly, OdIfc4x3_rc4::IfcElementAssemblyType, OdIfc4x3_rc4::IfcElement, OdIfc4x3_rc4::IfcElementQuantity, OdIfc4x3_rc4::IfcElementType, OdIfc4x3_rc4::IfcEngine, OdIfc4x3_rc4::IfcEngineType, OdIfc4x3_rc4::IfcEvaporativeCooler, OdIfc4x3_rc4::IfcEvaporativeCoolerType, OdIfc4x3_rc4::IfcEvaporator, OdIfc4x3_rc4::IfcEvaporatorType, OdIfc4x3_rc4::IfcEvent, OdIfc4x3_rc4::IfcEventType, OdIfc4x3_rc4::IfcExternalSpatialElement, OdIfc4x3_rc4::IfcFacilityPart, OdIfc4x3_rc4::IfcFan, OdIfc4x3_rc4::IfcFanType, OdIfc4x3_rc4::IfcFastener, OdIfc4x3_rc4::IfcFastenerType, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFilter, OdIfc4x3_rc4::IfcFilterType, OdIfc4x3_rc4::IfcFireSuppressionTerminal, OdIfc4x3_rc4::IfcFireSuppressionTerminalType, OdIfc4x3_rc4::IfcFlowInstrument, OdIfc4x3_rc4::IfcFlowInstrumentType, OdIfc4x3_rc4::IfcFlowMeter, OdIfc4x3_rc4::IfcFlowMeterType, OdIfc4x3_rc4::IfcFooting, OdIfc4x3_rc4::IfcFootingType, OdIfc4x3_rc4::IfcFurniture, OdIfc4x3_rc4::IfcFurnitureType, OdIfc4x3_rc4::IfcGeographicElement, OdIfc4x3_rc4::IfcGeographicElementType, OdIfc4x3_rc4::IfcGrid, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcHeatExchanger, OdIfc4x3_rc4::IfcHeatExchangerType, OdIfc4x3_rc4::IfcHumidifier, OdIfc4x3_rc4::IfcHumidifierType, OdIfc4x3_rc4::IfcImpactProtectionDevice, OdIfc4x3_rc4::IfcImpactProtectionDeviceType, OdIfc4x3_rc4::IfcInterceptor, OdIfc4x3_rc4::IfcInterceptorType, OdIfc4x3_rc4::IfcInventory, OdIfc4x3_rc4::IfcJunctionBox, OdIfc4x3_rc4::IfcJunctionBoxType, OdIfc4x3_rc4::IfcKerb, OdIfc4x3_rc4::IfcKerbType, OdIfc4x3_rc4::IfcLaborResource, OdIfc4x3_rc4::IfcLaborResourceType, OdIfc4x3_rc4::IfcLamp, OdIfc4x3_rc4::IfcLampType, OdIfc4x3_rc4::IfcLightFixture, OdIfc4x3_rc4::IfcLightFixtureType, OdIfc4x3_rc4::IfcLiquidTerminal, OdIfc4x3_rc4::IfcLiquidTerminalType, OdIfc4x3_rc4::IfcMarineFacility, OdIfc4x3_rc4::IfcMechanicalFastener, OdIfc4x3_rc4::IfcMechanicalFastenerType, OdIfc4x3_rc4::IfcMedicalDevice, OdIfc4x3_rc4::IfcMedicalDeviceType, OdIfc4x3_rc4::IfcMember, OdIfc4x3_rc4::IfcMemberType, OdIfc4x3_rc4::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc4::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc4::IfcMooringDevice, OdIfc4x3_rc4::IfcMooringDeviceType, OdIfc4x3_rc4::IfcMotorConnection, OdIfc4x3_rc4::IfcMotorConnectionType, OdIfc4x3_rc4::IfcNavigationElement, OdIfc4x3_rc4::IfcNavigationElementType, OdIfc4x3_rc4::IfcObject, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcOccupant, OdIfc4x3_rc4::IfcOpeningElement, OdIfc4x3_rc4::IfcOutlet, OdIfc4x3_rc4::IfcOutletType, OdIfc4x3_rc4::IfcPavement, OdIfc4x3_rc4::IfcPavementType, OdIfc4x3_rc4::IfcPerformanceHistory, OdIfc4x3_rc4::IfcPermeableCoveringProperties, OdIfc4x3_rc4::IfcPermit, OdIfc4x3_rc4::IfcPile, OdIfc4x3_rc4::IfcPileType, OdIfc4x3_rc4::IfcPipeFitting, OdIfc4x3_rc4::IfcPipeFittingType, OdIfc4x3_rc4::IfcPipeSegment, OdIfc4x3_rc4::IfcPipeSegmentType, OdIfc4x3_rc4::IfcPlate, OdIfc4x3_rc4::IfcPlateType, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcProcedure, OdIfc4x3_rc4::IfcProcedureType, OdIfc4x3_rc4::IfcProcess, OdIfc4x3_rc4::IfcProduct, OdIfc4x3_rc4::IfcProjectionElement, OdIfc4x3_rc4::IfcProjectOrder, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertySet, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetTemplate, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcProtectiveDevice, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc4::IfcProtectiveDeviceType, OdIfc4x3_rc4::IfcProxy, OdIfc4x3_rc4::IfcPump, OdIfc4x3_rc4::IfcPumpType, OdIfc4x3_rc4::IfcRail, OdIfc4x3_rc4::IfcRailing, OdIfc4x3_rc4::IfcRailingType, OdIfc4x3_rc4::IfcRailType, OdIfc4x3_rc4::IfcRailway, OdIfc4x3_rc4::IfcRamp, OdIfc4x3_rc4::IfcRampFlight, OdIfc4x3_rc4::IfcRampFlightType, OdIfc4x3_rc4::IfcRampType, OdIfc4x3_rc4::IfcReferent, OdIfc4x3_rc4::IfcReinforcedSoil, OdIfc4x3_rc4::IfcReinforcementDefinitionProperties, OdIfc4x3_rc4::IfcReinforcingBar, OdIfc4x3_rc4::IfcReinforcingBarType, OdIfc4x3_rc4::IfcReinforcingElement, OdIfc4x3_rc4::IfcReinforcingMesh, OdIfc4x3_rc4::IfcReinforcingMeshType, OdIfc4x3_rc4::IfcRelAdheresToElement, OdIfc4x3_rc4::IfcRelAggregates, OdIfc4x3_rc4::IfcRelAssigns, OdIfc4x3_rc4::IfcRelAssignsToActor, OdIfc4x3_rc4::IfcRelAssignsToControl, OdIfc4x3_rc4::IfcRelAssignsToGroup, OdIfc4x3_rc4::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc4::IfcRelAssignsToProcess, OdIfc4x3_rc4::IfcRelAssignsToProduct, OdIfc4x3_rc4::IfcRelAssignsToResource, OdIfc4x3_rc4::IfcRelAssociatesApproval, OdIfc4x3_rc4::IfcRelAssociates, OdIfc4x3_rc4::IfcRelAssociatesClassification, OdIfc4x3_rc4::IfcRelAssociatesConstraint, OdIfc4x3_rc4::IfcRelAssociatesDocument, OdIfc4x3_rc4::IfcRelAssociatesLibrary, OdIfc4x3_rc4::IfcRelAssociatesMaterial, OdIfc4x3_rc4::IfcRelAssociatesProfileDef, OdIfc4x3_rc4::IfcRelConnectsElements, OdIfc4x3_rc4::IfcRelConnectsPathElements, OdIfc4x3_rc4::IfcRelConnectsPorts, OdIfc4x3_rc4::IfcRelConnectsPortToElement, OdIfc4x3_rc4::IfcRelConnectsStructuralActivity, OdIfc4x3_rc4::IfcRelConnectsStructuralMember, OdIfc4x3_rc4::IfcRelConnectsWithEccentricity, OdIfc4x3_rc4::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc4::IfcRelContainedInSpatialStructure, OdIfc4x3_rc4::IfcRelCoversBldgElements, OdIfc4x3_rc4::IfcRelCoversSpaces, OdIfc4x3_rc4::IfcRelDeclares, OdIfc4x3_rc4::IfcRelDefinesByObject, OdIfc4x3_rc4::IfcRelDefinesByProperties, OdIfc4x3_rc4::IfcRelDefinesByTemplate, OdIfc4x3_rc4::IfcRelDefinesByType, OdIfc4x3_rc4::IfcRelFillsElement, OdIfc4x3_rc4::IfcRelFlowControlElements, OdIfc4x3_rc4::IfcRelInterferesElements, OdIfc4x3_rc4::IfcRelNests, OdIfc4x3_rc4::IfcRelPositions, OdIfc4x3_rc4::IfcRelProjectsElement, OdIfc4x3_rc4::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc4::IfcRelSequence, OdIfc4x3_rc4::IfcRelServicesBuildings, OdIfc4x3_rc4::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary, OdIfc4x3_rc4::IfcRelVoidsElement, OdIfc4x3_rc4::IfcResource, OdIfc4x3_rc4::IfcRoad, OdIfc4x3_rc4::IfcRoof, OdIfc4x3_rc4::IfcRoofType, OdIfc4x3_rc4::IfcSanitaryTerminal, OdIfc4x3_rc4::IfcSanitaryTerminalType, OdIfc4x3_rc4::IfcSensor, OdIfc4x3_rc4::IfcSensorType, OdIfc4x3_rc4::IfcShadingDevice, OdIfc4x3_rc4::IfcShadingDeviceType, OdIfc4x3_rc4::IfcSignal, OdIfc4x3_rc4::IfcSignalType, OdIfc4x3_rc4::IfcSign, OdIfc4x3_rc4::IfcSignType, OdIfc4x3_rc4::IfcSimplePropertyTemplate, OdIfc4x3_rc4::IfcSite, OdIfc4x3_rc4::IfcSlab, OdIfc4x3_rc4::IfcSlabType, OdIfc4x3_rc4::IfcSolarDevice, OdIfc4x3_rc4::IfcSolarDeviceType, OdIfc4x3_rc4::IfcSpace, OdIfc4x3_rc4::IfcSpaceHeater, OdIfc4x3_rc4::IfcSpaceHeaterType, OdIfc4x3_rc4::IfcSpaceType, OdIfc4x3_rc4::IfcSpatialElement, OdIfc4x3_rc4::IfcSpatialElementType, OdIfc4x3_rc4::IfcSpatialStructureElement, OdIfc4x3_rc4::IfcSpatialZone, OdIfc4x3_rc4::IfcSpatialZoneType, OdIfc4x3_rc4::IfcStackTerminal, OdIfc4x3_rc4::IfcStackTerminalType, OdIfc4x3_rc4::IfcStair, OdIfc4x3_rc4::IfcStairFlight, OdIfc4x3_rc4::IfcStairFlightType, OdIfc4x3_rc4::IfcStairType, OdIfc4x3_rc4::IfcStructuralAction, OdIfc4x3_rc4::IfcStructuralActivity, OdIfc4x3_rc4::IfcStructuralAnalysisModel, OdIfc4x3_rc4::IfcStructuralConnection, OdIfc4x3_rc4::IfcStructuralCurveAction, OdIfc4x3_rc4::IfcStructuralCurveConnection, OdIfc4x3_rc4::IfcStructuralCurveMember, OdIfc4x3_rc4::IfcStructuralCurveReaction, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralLoadCase, OdIfc4x3_rc4::IfcStructuralLoadGroup, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralPointConnection, OdIfc4x3_rc4::IfcStructuralResultGroup, OdIfc4x3_rc4::IfcStructuralSurfaceAction, OdIfc4x3_rc4::IfcStructuralSurfaceMember, OdIfc4x3_rc4::IfcStructuralSurfaceReaction, OdIfc4x3_rc4::IfcSubContractResource, OdIfc4x3_rc4::IfcSubContractResourceType, OdIfc4x3_rc4::IfcSurfaceFeature, OdIfc4x3_rc4::IfcSwitchingDevice, OdIfc4x3_rc4::IfcSwitchingDeviceType, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystemFurnitureElement, OdIfc4x3_rc4::IfcSystemFurnitureElementType, OdIfc4x3_rc4::IfcTank, OdIfc4x3_rc4::IfcTankType, OdIfc4x3_rc4::IfcTask, OdIfc4x3_rc4::IfcTaskType, OdIfc4x3_rc4::IfcTendonAnchor, OdIfc4x3_rc4::IfcTendonAnchorType, OdIfc4x3_rc4::IfcTendon, OdIfc4x3_rc4::IfcTendonConduit, OdIfc4x3_rc4::IfcTendonConduitType, OdIfc4x3_rc4::IfcTendonType, OdIfc4x3_rc4::IfcTrackElement, OdIfc4x3_rc4::IfcTrackElementType, OdIfc4x3_rc4::IfcTransformer, OdIfc4x3_rc4::IfcTransformerType, OdIfc4x3_rc4::IfcTransportElement, OdIfc4x3_rc4::IfcTransportElementType, OdIfc4x3_rc4::IfcTubeBundle, OdIfc4x3_rc4::IfcTubeBundleType, OdIfc4x3_rc4::IfcTypeObject, OdIfc4x3_rc4::IfcTypeProcess, OdIfc4x3_rc4::IfcTypeProduct, OdIfc4x3_rc4::IfcTypeResource, OdIfc4x3_rc4::IfcUnitaryControlElement, OdIfc4x3_rc4::IfcUnitaryControlElementType, OdIfc4x3_rc4::IfcUnitaryEquipment, OdIfc4x3_rc4::IfcUnitaryEquipmentType, OdIfc4x3_rc4::IfcValve, OdIfc4x3_rc4::IfcValveType, OdIfc4x3_rc4::IfcVibrationDamper, OdIfc4x3_rc4::IfcVibrationDamperType, OdIfc4x3_rc4::IfcVibrationIsolator, OdIfc4x3_rc4::IfcVibrationIsolatorType, OdIfc4x3_rc4::IfcVoidingFeature, OdIfc4x3_rc4::IfcWall, OdIfc4x3_rc4::IfcWallType, OdIfc4x3_rc4::IfcWasteTerminal, OdIfc4x3_rc4::IfcWasteTerminalType, OdIfc4x3_rc4::IfcWindow, OdIfc4x3_rc4::IfcWindowLiningProperties, OdIfc4x3_rc4::IfcWindowPanelProperties, OdIfc4x3_rc4::IfcWindowStyle, OdIfc4x3_rc4::IfcWindowType, OdIfc4x3_rc4::IfcWorkCalendar, OdIfc4x3_rc4::IfcWorkControl, OdIfc4x3_rc4::IfcWorkPlan, OdIfc4x3_rc4::IfcWorkSchedule, and OdIfc4x3_rc4::IfcZone.

◆ putAttr() [1/2]

virtual bool OdIfc4x3_rc4::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 OdIfc4x3_rc4::IfcActionRequest, OdIfc4x3_rc4::IfcActor, OdIfc4x3_rc4::IfcActuator, OdIfc4x3_rc4::IfcActuatorType, OdIfc4x3_rc4::IfcAirTerminal, OdIfc4x3_rc4::IfcAirTerminalBox, OdIfc4x3_rc4::IfcAirTerminalBoxType, OdIfc4x3_rc4::IfcAirTerminalType, OdIfc4x3_rc4::IfcAirToAirHeatRecovery, OdIfc4x3_rc4::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc4::IfcAlarm, OdIfc4x3_rc4::IfcAlarmType, OdIfc4x3_rc4::IfcAlignment, OdIfc4x3_rc4::IfcAlignmentCant, OdIfc4x3_rc4::IfcAlignmentSegment, OdIfc4x3_rc4::IfcAnnotation, OdIfc4x3_rc4::IfcAsset, OdIfc4x3_rc4::IfcAudioVisualAppliance, OdIfc4x3_rc4::IfcAudioVisualApplianceType, OdIfc4x3_rc4::IfcBeam, OdIfc4x3_rc4::IfcBeamType, OdIfc4x3_rc4::IfcBearing, OdIfc4x3_rc4::IfcBearingType, OdIfc4x3_rc4::IfcBoiler, OdIfc4x3_rc4::IfcBoilerType, OdIfc4x3_rc4::IfcBridge, OdIfc4x3_rc4::IfcBuilding, OdIfc4x3_rc4::IfcBuildingElementPart, OdIfc4x3_rc4::IfcBuildingElementPartType, OdIfc4x3_rc4::IfcBuildingElementProxy, OdIfc4x3_rc4::IfcBuildingElementProxyType, OdIfc4x3_rc4::IfcBuildingStorey, OdIfc4x3_rc4::IfcBuildingSystem, OdIfc4x3_rc4::IfcBuiltSystem, OdIfc4x3_rc4::IfcBurner, OdIfc4x3_rc4::IfcBurnerType, OdIfc4x3_rc4::IfcCableCarrierFitting, OdIfc4x3_rc4::IfcCableCarrierFittingType, OdIfc4x3_rc4::IfcCableCarrierSegment, OdIfc4x3_rc4::IfcCableCarrierSegmentType, OdIfc4x3_rc4::IfcCableFitting, OdIfc4x3_rc4::IfcCableFittingType, OdIfc4x3_rc4::IfcCableSegment, OdIfc4x3_rc4::IfcCableSegmentType, OdIfc4x3_rc4::IfcCaissonFoundation, OdIfc4x3_rc4::IfcCaissonFoundationType, OdIfc4x3_rc4::IfcChiller, OdIfc4x3_rc4::IfcChillerType, OdIfc4x3_rc4::IfcChimney, OdIfc4x3_rc4::IfcChimneyType, OdIfc4x3_rc4::IfcCoil, OdIfc4x3_rc4::IfcCoilType, OdIfc4x3_rc4::IfcColumn, OdIfc4x3_rc4::IfcColumnType, OdIfc4x3_rc4::IfcCommunicationsAppliance, OdIfc4x3_rc4::IfcCommunicationsApplianceType, OdIfc4x3_rc4::IfcComplexPropertyTemplate, OdIfc4x3_rc4::IfcCompressor, OdIfc4x3_rc4::IfcCompressorType, OdIfc4x3_rc4::IfcCondenser, OdIfc4x3_rc4::IfcCondenserType, OdIfc4x3_rc4::IfcConstructionEquipmentResource, OdIfc4x3_rc4::IfcConstructionEquipmentResourceType, OdIfc4x3_rc4::IfcConstructionMaterialResource, OdIfc4x3_rc4::IfcConstructionMaterialResourceType, OdIfc4x3_rc4::IfcConstructionProductResource, OdIfc4x3_rc4::IfcConstructionProductResourceType, OdIfc4x3_rc4::IfcConstructionResource, OdIfc4x3_rc4::IfcConstructionResourceType, OdIfc4x3_rc4::IfcContext, OdIfc4x3_rc4::IfcControl, OdIfc4x3_rc4::IfcController, OdIfc4x3_rc4::IfcControllerType, OdIfc4x3_rc4::IfcConveyorSegment, OdIfc4x3_rc4::IfcConveyorSegmentType, OdIfc4x3_rc4::IfcCooledBeam, OdIfc4x3_rc4::IfcCooledBeamType, OdIfc4x3_rc4::IfcCoolingTower, OdIfc4x3_rc4::IfcCoolingTowerType, OdIfc4x3_rc4::IfcCostItem, OdIfc4x3_rc4::IfcCostSchedule, OdIfc4x3_rc4::IfcCourse, OdIfc4x3_rc4::IfcCourseType, OdIfc4x3_rc4::IfcCovering, OdIfc4x3_rc4::IfcCoveringType, OdIfc4x3_rc4::IfcCrewResource, OdIfc4x3_rc4::IfcCrewResourceType, OdIfc4x3_rc4::IfcCurtainWall, OdIfc4x3_rc4::IfcCurtainWallType, OdIfc4x3_rc4::IfcDamper, OdIfc4x3_rc4::IfcDamperType, OdIfc4x3_rc4::IfcDiscreteAccessory, OdIfc4x3_rc4::IfcDiscreteAccessoryType, OdIfc4x3_rc4::IfcDistributionBoard, OdIfc4x3_rc4::IfcDistributionBoardType, OdIfc4x3_rc4::IfcDistributionChamberElement, OdIfc4x3_rc4::IfcDistributionChamberElementType, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionPort, OdIfc4x3_rc4::IfcDistributionSystem, OdIfc4x3_rc4::IfcDoor, OdIfc4x3_rc4::IfcDoorLiningProperties, OdIfc4x3_rc4::IfcDoorPanelProperties, OdIfc4x3_rc4::IfcDoorStyle, OdIfc4x3_rc4::IfcDoorType, OdIfc4x3_rc4::IfcDuctFitting, OdIfc4x3_rc4::IfcDuctFittingType, OdIfc4x3_rc4::IfcDuctSegment, OdIfc4x3_rc4::IfcDuctSegmentType, OdIfc4x3_rc4::IfcDuctSilencer, OdIfc4x3_rc4::IfcDuctSilencerType, OdIfc4x3_rc4::IfcEarthworksCut, OdIfc4x3_rc4::IfcEarthworksFill, OdIfc4x3_rc4::IfcElectricAppliance, OdIfc4x3_rc4::IfcElectricApplianceType, OdIfc4x3_rc4::IfcElectricDistributionBoard, OdIfc4x3_rc4::IfcElectricDistributionBoardType, OdIfc4x3_rc4::IfcElectricFlowStorageDevice, OdIfc4x3_rc4::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc4::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc4::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcElectricGenerator, OdIfc4x3_rc4::IfcElectricGeneratorType, OdIfc4x3_rc4::IfcElectricMotor, OdIfc4x3_rc4::IfcElectricMotorType, OdIfc4x3_rc4::IfcElectricTimeControl, OdIfc4x3_rc4::IfcElectricTimeControlType, OdIfc4x3_rc4::IfcElementAssembly, OdIfc4x3_rc4::IfcElementAssemblyType, OdIfc4x3_rc4::IfcElement, OdIfc4x3_rc4::IfcElementQuantity, OdIfc4x3_rc4::IfcElementType, OdIfc4x3_rc4::IfcEngine, OdIfc4x3_rc4::IfcEngineType, OdIfc4x3_rc4::IfcEvaporativeCooler, OdIfc4x3_rc4::IfcEvaporativeCoolerType, OdIfc4x3_rc4::IfcEvaporator, OdIfc4x3_rc4::IfcEvaporatorType, OdIfc4x3_rc4::IfcEvent, OdIfc4x3_rc4::IfcEventType, OdIfc4x3_rc4::IfcExternalSpatialElement, OdIfc4x3_rc4::IfcFacilityPart, OdIfc4x3_rc4::IfcFan, OdIfc4x3_rc4::IfcFanType, OdIfc4x3_rc4::IfcFastener, OdIfc4x3_rc4::IfcFastenerType, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFilter, OdIfc4x3_rc4::IfcFilterType, OdIfc4x3_rc4::IfcFireSuppressionTerminal, OdIfc4x3_rc4::IfcFireSuppressionTerminalType, OdIfc4x3_rc4::IfcFlowInstrument, OdIfc4x3_rc4::IfcFlowInstrumentType, OdIfc4x3_rc4::IfcFlowMeter, OdIfc4x3_rc4::IfcFlowMeterType, OdIfc4x3_rc4::IfcFooting, OdIfc4x3_rc4::IfcFootingType, OdIfc4x3_rc4::IfcFurniture, OdIfc4x3_rc4::IfcFurnitureType, OdIfc4x3_rc4::IfcGeographicElement, OdIfc4x3_rc4::IfcGeographicElementType, OdIfc4x3_rc4::IfcGrid, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcHeatExchanger, OdIfc4x3_rc4::IfcHeatExchangerType, OdIfc4x3_rc4::IfcHumidifier, OdIfc4x3_rc4::IfcHumidifierType, OdIfc4x3_rc4::IfcImpactProtectionDevice, OdIfc4x3_rc4::IfcImpactProtectionDeviceType, OdIfc4x3_rc4::IfcInterceptor, OdIfc4x3_rc4::IfcInterceptorType, OdIfc4x3_rc4::IfcInventory, OdIfc4x3_rc4::IfcJunctionBox, OdIfc4x3_rc4::IfcJunctionBoxType, OdIfc4x3_rc4::IfcKerb, OdIfc4x3_rc4::IfcKerbType, OdIfc4x3_rc4::IfcLaborResource, OdIfc4x3_rc4::IfcLaborResourceType, OdIfc4x3_rc4::IfcLamp, OdIfc4x3_rc4::IfcLampType, OdIfc4x3_rc4::IfcLightFixture, OdIfc4x3_rc4::IfcLightFixtureType, OdIfc4x3_rc4::IfcLiquidTerminal, OdIfc4x3_rc4::IfcLiquidTerminalType, OdIfc4x3_rc4::IfcMarineFacility, OdIfc4x3_rc4::IfcMechanicalFastener, OdIfc4x3_rc4::IfcMechanicalFastenerType, OdIfc4x3_rc4::IfcMedicalDevice, OdIfc4x3_rc4::IfcMedicalDeviceType, OdIfc4x3_rc4::IfcMember, OdIfc4x3_rc4::IfcMemberType, OdIfc4x3_rc4::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc4::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc4::IfcMooringDevice, OdIfc4x3_rc4::IfcMooringDeviceType, OdIfc4x3_rc4::IfcMotorConnection, OdIfc4x3_rc4::IfcMotorConnectionType, OdIfc4x3_rc4::IfcNavigationElement, OdIfc4x3_rc4::IfcNavigationElementType, OdIfc4x3_rc4::IfcObject, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcOccupant, OdIfc4x3_rc4::IfcOpeningElement, OdIfc4x3_rc4::IfcOutlet, OdIfc4x3_rc4::IfcOutletType, OdIfc4x3_rc4::IfcPavement, OdIfc4x3_rc4::IfcPavementType, OdIfc4x3_rc4::IfcPerformanceHistory, OdIfc4x3_rc4::IfcPermeableCoveringProperties, OdIfc4x3_rc4::IfcPermit, OdIfc4x3_rc4::IfcPile, OdIfc4x3_rc4::IfcPileType, OdIfc4x3_rc4::IfcPipeFitting, OdIfc4x3_rc4::IfcPipeFittingType, OdIfc4x3_rc4::IfcPipeSegment, OdIfc4x3_rc4::IfcPipeSegmentType, OdIfc4x3_rc4::IfcPlate, OdIfc4x3_rc4::IfcPlateType, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcProcedure, OdIfc4x3_rc4::IfcProcedureType, OdIfc4x3_rc4::IfcProcess, OdIfc4x3_rc4::IfcProduct, OdIfc4x3_rc4::IfcProjectionElement, OdIfc4x3_rc4::IfcProjectOrder, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertySet, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetTemplate, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcProtectiveDevice, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc4::IfcProtectiveDeviceType, OdIfc4x3_rc4::IfcProxy, OdIfc4x3_rc4::IfcPump, OdIfc4x3_rc4::IfcPumpType, OdIfc4x3_rc4::IfcRail, OdIfc4x3_rc4::IfcRailing, OdIfc4x3_rc4::IfcRailingType, OdIfc4x3_rc4::IfcRailType, OdIfc4x3_rc4::IfcRailway, OdIfc4x3_rc4::IfcRamp, OdIfc4x3_rc4::IfcRampFlight, OdIfc4x3_rc4::IfcRampFlightType, OdIfc4x3_rc4::IfcRampType, OdIfc4x3_rc4::IfcReferent, OdIfc4x3_rc4::IfcReinforcedSoil, OdIfc4x3_rc4::IfcReinforcementDefinitionProperties, OdIfc4x3_rc4::IfcReinforcingBar, OdIfc4x3_rc4::IfcReinforcingBarType, OdIfc4x3_rc4::IfcReinforcingElement, OdIfc4x3_rc4::IfcReinforcingMesh, OdIfc4x3_rc4::IfcReinforcingMeshType, OdIfc4x3_rc4::IfcRelAdheresToElement, OdIfc4x3_rc4::IfcRelAggregates, OdIfc4x3_rc4::IfcRelAssigns, OdIfc4x3_rc4::IfcRelAssignsToActor, OdIfc4x3_rc4::IfcRelAssignsToControl, OdIfc4x3_rc4::IfcRelAssignsToGroup, OdIfc4x3_rc4::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc4::IfcRelAssignsToProcess, OdIfc4x3_rc4::IfcRelAssignsToProduct, OdIfc4x3_rc4::IfcRelAssignsToResource, OdIfc4x3_rc4::IfcRelAssociatesApproval, OdIfc4x3_rc4::IfcRelAssociates, OdIfc4x3_rc4::IfcRelAssociatesClassification, OdIfc4x3_rc4::IfcRelAssociatesConstraint, OdIfc4x3_rc4::IfcRelAssociatesDocument, OdIfc4x3_rc4::IfcRelAssociatesLibrary, OdIfc4x3_rc4::IfcRelAssociatesMaterial, OdIfc4x3_rc4::IfcRelAssociatesProfileDef, OdIfc4x3_rc4::IfcRelConnectsElements, OdIfc4x3_rc4::IfcRelConnectsPathElements, OdIfc4x3_rc4::IfcRelConnectsPorts, OdIfc4x3_rc4::IfcRelConnectsPortToElement, OdIfc4x3_rc4::IfcRelConnectsStructuralActivity, OdIfc4x3_rc4::IfcRelConnectsStructuralMember, OdIfc4x3_rc4::IfcRelConnectsWithEccentricity, OdIfc4x3_rc4::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc4::IfcRelContainedInSpatialStructure, OdIfc4x3_rc4::IfcRelCoversBldgElements, OdIfc4x3_rc4::IfcRelCoversSpaces, OdIfc4x3_rc4::IfcRelDeclares, OdIfc4x3_rc4::IfcRelDefinesByObject, OdIfc4x3_rc4::IfcRelDefinesByProperties, OdIfc4x3_rc4::IfcRelDefinesByTemplate, OdIfc4x3_rc4::IfcRelDefinesByType, OdIfc4x3_rc4::IfcRelFillsElement, OdIfc4x3_rc4::IfcRelFlowControlElements, OdIfc4x3_rc4::IfcRelInterferesElements, OdIfc4x3_rc4::IfcRelNests, OdIfc4x3_rc4::IfcRelPositions, OdIfc4x3_rc4::IfcRelProjectsElement, OdIfc4x3_rc4::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc4::IfcRelSequence, OdIfc4x3_rc4::IfcRelServicesBuildings, OdIfc4x3_rc4::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary, OdIfc4x3_rc4::IfcRelVoidsElement, OdIfc4x3_rc4::IfcResource, OdIfc4x3_rc4::IfcRoad, OdIfc4x3_rc4::IfcRoof, OdIfc4x3_rc4::IfcRoofType, OdIfc4x3_rc4::IfcSanitaryTerminal, OdIfc4x3_rc4::IfcSanitaryTerminalType, OdIfc4x3_rc4::IfcSensor, OdIfc4x3_rc4::IfcSensorType, OdIfc4x3_rc4::IfcShadingDevice, OdIfc4x3_rc4::IfcShadingDeviceType, OdIfc4x3_rc4::IfcSignal, OdIfc4x3_rc4::IfcSignalType, OdIfc4x3_rc4::IfcSign, OdIfc4x3_rc4::IfcSignType, OdIfc4x3_rc4::IfcSimplePropertyTemplate, OdIfc4x3_rc4::IfcSite, OdIfc4x3_rc4::IfcSlab, OdIfc4x3_rc4::IfcSlabType, OdIfc4x3_rc4::IfcSolarDevice, OdIfc4x3_rc4::IfcSolarDeviceType, OdIfc4x3_rc4::IfcSpace, OdIfc4x3_rc4::IfcSpaceHeater, OdIfc4x3_rc4::IfcSpaceHeaterType, OdIfc4x3_rc4::IfcSpaceType, OdIfc4x3_rc4::IfcSpatialElement, OdIfc4x3_rc4::IfcSpatialElementType, OdIfc4x3_rc4::IfcSpatialStructureElement, OdIfc4x3_rc4::IfcSpatialZone, OdIfc4x3_rc4::IfcSpatialZoneType, OdIfc4x3_rc4::IfcStackTerminal, OdIfc4x3_rc4::IfcStackTerminalType, OdIfc4x3_rc4::IfcStair, OdIfc4x3_rc4::IfcStairFlight, OdIfc4x3_rc4::IfcStairFlightType, OdIfc4x3_rc4::IfcStairType, OdIfc4x3_rc4::IfcStructuralAction, OdIfc4x3_rc4::IfcStructuralActivity, OdIfc4x3_rc4::IfcStructuralAnalysisModel, OdIfc4x3_rc4::IfcStructuralConnection, OdIfc4x3_rc4::IfcStructuralCurveAction, OdIfc4x3_rc4::IfcStructuralCurveConnection, OdIfc4x3_rc4::IfcStructuralCurveMember, OdIfc4x3_rc4::IfcStructuralCurveReaction, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralLoadCase, OdIfc4x3_rc4::IfcStructuralLoadGroup, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralPointConnection, OdIfc4x3_rc4::IfcStructuralResultGroup, OdIfc4x3_rc4::IfcStructuralSurfaceAction, OdIfc4x3_rc4::IfcStructuralSurfaceMember, OdIfc4x3_rc4::IfcStructuralSurfaceReaction, OdIfc4x3_rc4::IfcSubContractResource, OdIfc4x3_rc4::IfcSubContractResourceType, OdIfc4x3_rc4::IfcSurfaceFeature, OdIfc4x3_rc4::IfcSwitchingDevice, OdIfc4x3_rc4::IfcSwitchingDeviceType, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystemFurnitureElement, OdIfc4x3_rc4::IfcSystemFurnitureElementType, OdIfc4x3_rc4::IfcTank, OdIfc4x3_rc4::IfcTankType, OdIfc4x3_rc4::IfcTask, OdIfc4x3_rc4::IfcTaskType, OdIfc4x3_rc4::IfcTendonAnchor, OdIfc4x3_rc4::IfcTendonAnchorType, OdIfc4x3_rc4::IfcTendon, OdIfc4x3_rc4::IfcTendonConduit, OdIfc4x3_rc4::IfcTendonConduitType, OdIfc4x3_rc4::IfcTendonType, OdIfc4x3_rc4::IfcTrackElement, OdIfc4x3_rc4::IfcTrackElementType, OdIfc4x3_rc4::IfcTransformer, OdIfc4x3_rc4::IfcTransformerType, OdIfc4x3_rc4::IfcTransportElement, OdIfc4x3_rc4::IfcTransportElementType, OdIfc4x3_rc4::IfcTubeBundle, OdIfc4x3_rc4::IfcTubeBundleType, OdIfc4x3_rc4::IfcTypeObject, OdIfc4x3_rc4::IfcTypeProcess, OdIfc4x3_rc4::IfcTypeProduct, OdIfc4x3_rc4::IfcTypeResource, OdIfc4x3_rc4::IfcUnitaryControlElement, OdIfc4x3_rc4::IfcUnitaryControlElementType, OdIfc4x3_rc4::IfcUnitaryEquipment, OdIfc4x3_rc4::IfcUnitaryEquipmentType, OdIfc4x3_rc4::IfcValve, OdIfc4x3_rc4::IfcValveType, OdIfc4x3_rc4::IfcVibrationDamper, OdIfc4x3_rc4::IfcVibrationDamperType, OdIfc4x3_rc4::IfcVibrationIsolator, OdIfc4x3_rc4::IfcVibrationIsolatorType, OdIfc4x3_rc4::IfcVoidingFeature, OdIfc4x3_rc4::IfcWall, OdIfc4x3_rc4::IfcWallType, OdIfc4x3_rc4::IfcWasteTerminal, OdIfc4x3_rc4::IfcWasteTerminalType, OdIfc4x3_rc4::IfcWindow, OdIfc4x3_rc4::IfcWindowLiningProperties, OdIfc4x3_rc4::IfcWindowPanelProperties, OdIfc4x3_rc4::IfcWindowStyle, OdIfc4x3_rc4::IfcWindowType, OdIfc4x3_rc4::IfcWorkCalendar, OdIfc4x3_rc4::IfcWorkControl, OdIfc4x3_rc4::IfcWorkPlan, OdIfc4x3_rc4::IfcWorkSchedule, and OdIfc4x3_rc4::IfcZone.

◆ putAttr() [2/2]

virtual bool OdIfc4x3_rc4::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 OdIfc4x3_rc4::IfcActionRequest, OdIfc4x3_rc4::IfcActor, OdIfc4x3_rc4::IfcActuator, OdIfc4x3_rc4::IfcActuatorType, OdIfc4x3_rc4::IfcAirTerminal, OdIfc4x3_rc4::IfcAirTerminalBox, OdIfc4x3_rc4::IfcAirTerminalBoxType, OdIfc4x3_rc4::IfcAirTerminalType, OdIfc4x3_rc4::IfcAirToAirHeatRecovery, OdIfc4x3_rc4::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc4::IfcAlarm, OdIfc4x3_rc4::IfcAlarmType, OdIfc4x3_rc4::IfcAlignment, OdIfc4x3_rc4::IfcAlignmentCant, OdIfc4x3_rc4::IfcAlignmentSegment, OdIfc4x3_rc4::IfcAnnotation, OdIfc4x3_rc4::IfcAsset, OdIfc4x3_rc4::IfcAudioVisualAppliance, OdIfc4x3_rc4::IfcAudioVisualApplianceType, OdIfc4x3_rc4::IfcBeam, OdIfc4x3_rc4::IfcBeamType, OdIfc4x3_rc4::IfcBearing, OdIfc4x3_rc4::IfcBearingType, OdIfc4x3_rc4::IfcBoiler, OdIfc4x3_rc4::IfcBoilerType, OdIfc4x3_rc4::IfcBridge, OdIfc4x3_rc4::IfcBuilding, OdIfc4x3_rc4::IfcBuildingElementPart, OdIfc4x3_rc4::IfcBuildingElementPartType, OdIfc4x3_rc4::IfcBuildingElementProxy, OdIfc4x3_rc4::IfcBuildingElementProxyType, OdIfc4x3_rc4::IfcBuildingStorey, OdIfc4x3_rc4::IfcBuildingSystem, OdIfc4x3_rc4::IfcBuiltSystem, OdIfc4x3_rc4::IfcBurner, OdIfc4x3_rc4::IfcBurnerType, OdIfc4x3_rc4::IfcCableCarrierFitting, OdIfc4x3_rc4::IfcCableCarrierFittingType, OdIfc4x3_rc4::IfcCableCarrierSegment, OdIfc4x3_rc4::IfcCableCarrierSegmentType, OdIfc4x3_rc4::IfcCableFitting, OdIfc4x3_rc4::IfcCableFittingType, OdIfc4x3_rc4::IfcCableSegment, OdIfc4x3_rc4::IfcCableSegmentType, OdIfc4x3_rc4::IfcCaissonFoundation, OdIfc4x3_rc4::IfcCaissonFoundationType, OdIfc4x3_rc4::IfcChiller, OdIfc4x3_rc4::IfcChillerType, OdIfc4x3_rc4::IfcChimney, OdIfc4x3_rc4::IfcChimneyType, OdIfc4x3_rc4::IfcCoil, OdIfc4x3_rc4::IfcCoilType, OdIfc4x3_rc4::IfcColumn, OdIfc4x3_rc4::IfcColumnType, OdIfc4x3_rc4::IfcCommunicationsAppliance, OdIfc4x3_rc4::IfcCommunicationsApplianceType, OdIfc4x3_rc4::IfcComplexPropertyTemplate, OdIfc4x3_rc4::IfcCompressor, OdIfc4x3_rc4::IfcCompressorType, OdIfc4x3_rc4::IfcCondenser, OdIfc4x3_rc4::IfcCondenserType, OdIfc4x3_rc4::IfcConstructionEquipmentResource, OdIfc4x3_rc4::IfcConstructionEquipmentResourceType, OdIfc4x3_rc4::IfcConstructionMaterialResource, OdIfc4x3_rc4::IfcConstructionMaterialResourceType, OdIfc4x3_rc4::IfcConstructionProductResource, OdIfc4x3_rc4::IfcConstructionProductResourceType, OdIfc4x3_rc4::IfcConstructionResource, OdIfc4x3_rc4::IfcConstructionResourceType, OdIfc4x3_rc4::IfcContext, OdIfc4x3_rc4::IfcControl, OdIfc4x3_rc4::IfcController, OdIfc4x3_rc4::IfcControllerType, OdIfc4x3_rc4::IfcConveyorSegment, OdIfc4x3_rc4::IfcConveyorSegmentType, OdIfc4x3_rc4::IfcCooledBeam, OdIfc4x3_rc4::IfcCooledBeamType, OdIfc4x3_rc4::IfcCoolingTower, OdIfc4x3_rc4::IfcCoolingTowerType, OdIfc4x3_rc4::IfcCostItem, OdIfc4x3_rc4::IfcCostSchedule, OdIfc4x3_rc4::IfcCourse, OdIfc4x3_rc4::IfcCourseType, OdIfc4x3_rc4::IfcCovering, OdIfc4x3_rc4::IfcCoveringType, OdIfc4x3_rc4::IfcCrewResource, OdIfc4x3_rc4::IfcCrewResourceType, OdIfc4x3_rc4::IfcCurtainWall, OdIfc4x3_rc4::IfcCurtainWallType, OdIfc4x3_rc4::IfcDamper, OdIfc4x3_rc4::IfcDamperType, OdIfc4x3_rc4::IfcDiscreteAccessory, OdIfc4x3_rc4::IfcDiscreteAccessoryType, OdIfc4x3_rc4::IfcDistributionBoard, OdIfc4x3_rc4::IfcDistributionBoardType, OdIfc4x3_rc4::IfcDistributionChamberElement, OdIfc4x3_rc4::IfcDistributionChamberElementType, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionPort, OdIfc4x3_rc4::IfcDistributionSystem, OdIfc4x3_rc4::IfcDoor, OdIfc4x3_rc4::IfcDoorLiningProperties, OdIfc4x3_rc4::IfcDoorPanelProperties, OdIfc4x3_rc4::IfcDoorStyle, OdIfc4x3_rc4::IfcDoorType, OdIfc4x3_rc4::IfcDuctFitting, OdIfc4x3_rc4::IfcDuctFittingType, OdIfc4x3_rc4::IfcDuctSegment, OdIfc4x3_rc4::IfcDuctSegmentType, OdIfc4x3_rc4::IfcDuctSilencer, OdIfc4x3_rc4::IfcDuctSilencerType, OdIfc4x3_rc4::IfcEarthworksCut, OdIfc4x3_rc4::IfcEarthworksFill, OdIfc4x3_rc4::IfcElectricAppliance, OdIfc4x3_rc4::IfcElectricApplianceType, OdIfc4x3_rc4::IfcElectricDistributionBoard, OdIfc4x3_rc4::IfcElectricDistributionBoardType, OdIfc4x3_rc4::IfcElectricFlowStorageDevice, OdIfc4x3_rc4::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc4::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc4::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcElectricGenerator, OdIfc4x3_rc4::IfcElectricGeneratorType, OdIfc4x3_rc4::IfcElectricMotor, OdIfc4x3_rc4::IfcElectricMotorType, OdIfc4x3_rc4::IfcElectricTimeControl, OdIfc4x3_rc4::IfcElectricTimeControlType, OdIfc4x3_rc4::IfcElementAssembly, OdIfc4x3_rc4::IfcElementAssemblyType, OdIfc4x3_rc4::IfcElement, OdIfc4x3_rc4::IfcElementQuantity, OdIfc4x3_rc4::IfcElementType, OdIfc4x3_rc4::IfcEngine, OdIfc4x3_rc4::IfcEngineType, OdIfc4x3_rc4::IfcEvaporativeCooler, OdIfc4x3_rc4::IfcEvaporativeCoolerType, OdIfc4x3_rc4::IfcEvaporator, OdIfc4x3_rc4::IfcEvaporatorType, OdIfc4x3_rc4::IfcEvent, OdIfc4x3_rc4::IfcEventType, OdIfc4x3_rc4::IfcExternalSpatialElement, OdIfc4x3_rc4::IfcFacilityPart, OdIfc4x3_rc4::IfcFan, OdIfc4x3_rc4::IfcFanType, OdIfc4x3_rc4::IfcFastener, OdIfc4x3_rc4::IfcFastenerType, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFilter, OdIfc4x3_rc4::IfcFilterType, OdIfc4x3_rc4::IfcFireSuppressionTerminal, OdIfc4x3_rc4::IfcFireSuppressionTerminalType, OdIfc4x3_rc4::IfcFlowInstrument, OdIfc4x3_rc4::IfcFlowInstrumentType, OdIfc4x3_rc4::IfcFlowMeter, OdIfc4x3_rc4::IfcFlowMeterType, OdIfc4x3_rc4::IfcFooting, OdIfc4x3_rc4::IfcFootingType, OdIfc4x3_rc4::IfcFurniture, OdIfc4x3_rc4::IfcFurnitureType, OdIfc4x3_rc4::IfcGeographicElement, OdIfc4x3_rc4::IfcGeographicElementType, OdIfc4x3_rc4::IfcGrid, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcHeatExchanger, OdIfc4x3_rc4::IfcHeatExchangerType, OdIfc4x3_rc4::IfcHumidifier, OdIfc4x3_rc4::IfcHumidifierType, OdIfc4x3_rc4::IfcImpactProtectionDevice, OdIfc4x3_rc4::IfcImpactProtectionDeviceType, OdIfc4x3_rc4::IfcInterceptor, OdIfc4x3_rc4::IfcInterceptorType, OdIfc4x3_rc4::IfcInventory, OdIfc4x3_rc4::IfcJunctionBox, OdIfc4x3_rc4::IfcJunctionBoxType, OdIfc4x3_rc4::IfcKerb, OdIfc4x3_rc4::IfcKerbType, OdIfc4x3_rc4::IfcLaborResource, OdIfc4x3_rc4::IfcLaborResourceType, OdIfc4x3_rc4::IfcLamp, OdIfc4x3_rc4::IfcLampType, OdIfc4x3_rc4::IfcLightFixture, OdIfc4x3_rc4::IfcLightFixtureType, OdIfc4x3_rc4::IfcLiquidTerminal, OdIfc4x3_rc4::IfcLiquidTerminalType, OdIfc4x3_rc4::IfcMarineFacility, OdIfc4x3_rc4::IfcMechanicalFastener, OdIfc4x3_rc4::IfcMechanicalFastenerType, OdIfc4x3_rc4::IfcMedicalDevice, OdIfc4x3_rc4::IfcMedicalDeviceType, OdIfc4x3_rc4::IfcMember, OdIfc4x3_rc4::IfcMemberType, OdIfc4x3_rc4::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc4::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc4::IfcMooringDevice, OdIfc4x3_rc4::IfcMooringDeviceType, OdIfc4x3_rc4::IfcMotorConnection, OdIfc4x3_rc4::IfcMotorConnectionType, OdIfc4x3_rc4::IfcNavigationElement, OdIfc4x3_rc4::IfcNavigationElementType, OdIfc4x3_rc4::IfcObject, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcOccupant, OdIfc4x3_rc4::IfcOpeningElement, OdIfc4x3_rc4::IfcOutlet, OdIfc4x3_rc4::IfcOutletType, OdIfc4x3_rc4::IfcPavement, OdIfc4x3_rc4::IfcPavementType, OdIfc4x3_rc4::IfcPerformanceHistory, OdIfc4x3_rc4::IfcPermeableCoveringProperties, OdIfc4x3_rc4::IfcPermit, OdIfc4x3_rc4::IfcPile, OdIfc4x3_rc4::IfcPileType, OdIfc4x3_rc4::IfcPipeFitting, OdIfc4x3_rc4::IfcPipeFittingType, OdIfc4x3_rc4::IfcPipeSegment, OdIfc4x3_rc4::IfcPipeSegmentType, OdIfc4x3_rc4::IfcPlate, OdIfc4x3_rc4::IfcPlateType, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcProcedure, OdIfc4x3_rc4::IfcProcedureType, OdIfc4x3_rc4::IfcProcess, OdIfc4x3_rc4::IfcProduct, OdIfc4x3_rc4::IfcProjectionElement, OdIfc4x3_rc4::IfcProjectOrder, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertySet, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetTemplate, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcProtectiveDevice, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc4::IfcProtectiveDeviceType, OdIfc4x3_rc4::IfcProxy, OdIfc4x3_rc4::IfcPump, OdIfc4x3_rc4::IfcPumpType, OdIfc4x3_rc4::IfcRail, OdIfc4x3_rc4::IfcRailing, OdIfc4x3_rc4::IfcRailingType, OdIfc4x3_rc4::IfcRailType, OdIfc4x3_rc4::IfcRailway, OdIfc4x3_rc4::IfcRamp, OdIfc4x3_rc4::IfcRampFlight, OdIfc4x3_rc4::IfcRampFlightType, OdIfc4x3_rc4::IfcRampType, OdIfc4x3_rc4::IfcReferent, OdIfc4x3_rc4::IfcReinforcedSoil, OdIfc4x3_rc4::IfcReinforcementDefinitionProperties, OdIfc4x3_rc4::IfcReinforcingBar, OdIfc4x3_rc4::IfcReinforcingBarType, OdIfc4x3_rc4::IfcReinforcingElement, OdIfc4x3_rc4::IfcReinforcingMesh, OdIfc4x3_rc4::IfcReinforcingMeshType, OdIfc4x3_rc4::IfcRelAdheresToElement, OdIfc4x3_rc4::IfcRelAggregates, OdIfc4x3_rc4::IfcRelAssigns, OdIfc4x3_rc4::IfcRelAssignsToActor, OdIfc4x3_rc4::IfcRelAssignsToControl, OdIfc4x3_rc4::IfcRelAssignsToGroup, OdIfc4x3_rc4::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc4::IfcRelAssignsToProcess, OdIfc4x3_rc4::IfcRelAssignsToProduct, OdIfc4x3_rc4::IfcRelAssignsToResource, OdIfc4x3_rc4::IfcRelAssociatesApproval, OdIfc4x3_rc4::IfcRelAssociates, OdIfc4x3_rc4::IfcRelAssociatesClassification, OdIfc4x3_rc4::IfcRelAssociatesConstraint, OdIfc4x3_rc4::IfcRelAssociatesDocument, OdIfc4x3_rc4::IfcRelAssociatesLibrary, OdIfc4x3_rc4::IfcRelAssociatesMaterial, OdIfc4x3_rc4::IfcRelAssociatesProfileDef, OdIfc4x3_rc4::IfcRelConnectsElements, OdIfc4x3_rc4::IfcRelConnectsPathElements, OdIfc4x3_rc4::IfcRelConnectsPorts, OdIfc4x3_rc4::IfcRelConnectsPortToElement, OdIfc4x3_rc4::IfcRelConnectsStructuralActivity, OdIfc4x3_rc4::IfcRelConnectsStructuralMember, OdIfc4x3_rc4::IfcRelConnectsWithEccentricity, OdIfc4x3_rc4::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc4::IfcRelContainedInSpatialStructure, OdIfc4x3_rc4::IfcRelCoversBldgElements, OdIfc4x3_rc4::IfcRelCoversSpaces, OdIfc4x3_rc4::IfcRelDeclares, OdIfc4x3_rc4::IfcRelDefinesByObject, OdIfc4x3_rc4::IfcRelDefinesByProperties, OdIfc4x3_rc4::IfcRelDefinesByTemplate, OdIfc4x3_rc4::IfcRelDefinesByType, OdIfc4x3_rc4::IfcRelFillsElement, OdIfc4x3_rc4::IfcRelFlowControlElements, OdIfc4x3_rc4::IfcRelInterferesElements, OdIfc4x3_rc4::IfcRelNests, OdIfc4x3_rc4::IfcRelPositions, OdIfc4x3_rc4::IfcRelProjectsElement, OdIfc4x3_rc4::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc4::IfcRelSequence, OdIfc4x3_rc4::IfcRelServicesBuildings, OdIfc4x3_rc4::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary, OdIfc4x3_rc4::IfcRelVoidsElement, OdIfc4x3_rc4::IfcResource, OdIfc4x3_rc4::IfcRoad, OdIfc4x3_rc4::IfcRoof, OdIfc4x3_rc4::IfcRoofType, OdIfc4x3_rc4::IfcSanitaryTerminal, OdIfc4x3_rc4::IfcSanitaryTerminalType, OdIfc4x3_rc4::IfcSensor, OdIfc4x3_rc4::IfcSensorType, OdIfc4x3_rc4::IfcShadingDevice, OdIfc4x3_rc4::IfcShadingDeviceType, OdIfc4x3_rc4::IfcSignal, OdIfc4x3_rc4::IfcSignalType, OdIfc4x3_rc4::IfcSign, OdIfc4x3_rc4::IfcSignType, OdIfc4x3_rc4::IfcSimplePropertyTemplate, OdIfc4x3_rc4::IfcSite, OdIfc4x3_rc4::IfcSlab, OdIfc4x3_rc4::IfcSlabType, OdIfc4x3_rc4::IfcSolarDevice, OdIfc4x3_rc4::IfcSolarDeviceType, OdIfc4x3_rc4::IfcSpace, OdIfc4x3_rc4::IfcSpaceHeater, OdIfc4x3_rc4::IfcSpaceHeaterType, OdIfc4x3_rc4::IfcSpaceType, OdIfc4x3_rc4::IfcSpatialElement, OdIfc4x3_rc4::IfcSpatialElementType, OdIfc4x3_rc4::IfcSpatialStructureElement, OdIfc4x3_rc4::IfcSpatialZone, OdIfc4x3_rc4::IfcSpatialZoneType, OdIfc4x3_rc4::IfcStackTerminal, OdIfc4x3_rc4::IfcStackTerminalType, OdIfc4x3_rc4::IfcStair, OdIfc4x3_rc4::IfcStairFlight, OdIfc4x3_rc4::IfcStairFlightType, OdIfc4x3_rc4::IfcStairType, OdIfc4x3_rc4::IfcStructuralAction, OdIfc4x3_rc4::IfcStructuralActivity, OdIfc4x3_rc4::IfcStructuralAnalysisModel, OdIfc4x3_rc4::IfcStructuralConnection, OdIfc4x3_rc4::IfcStructuralCurveAction, OdIfc4x3_rc4::IfcStructuralCurveConnection, OdIfc4x3_rc4::IfcStructuralCurveMember, OdIfc4x3_rc4::IfcStructuralCurveReaction, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralLoadCase, OdIfc4x3_rc4::IfcStructuralLoadGroup, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralPointConnection, OdIfc4x3_rc4::IfcStructuralResultGroup, OdIfc4x3_rc4::IfcStructuralSurfaceAction, OdIfc4x3_rc4::IfcStructuralSurfaceMember, OdIfc4x3_rc4::IfcStructuralSurfaceReaction, OdIfc4x3_rc4::IfcSubContractResource, OdIfc4x3_rc4::IfcSubContractResourceType, OdIfc4x3_rc4::IfcSurfaceFeature, OdIfc4x3_rc4::IfcSwitchingDevice, OdIfc4x3_rc4::IfcSwitchingDeviceType, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystemFurnitureElement, OdIfc4x3_rc4::IfcSystemFurnitureElementType, OdIfc4x3_rc4::IfcTank, OdIfc4x3_rc4::IfcTankType, OdIfc4x3_rc4::IfcTask, OdIfc4x3_rc4::IfcTaskType, OdIfc4x3_rc4::IfcTendonAnchor, OdIfc4x3_rc4::IfcTendonAnchorType, OdIfc4x3_rc4::IfcTendon, OdIfc4x3_rc4::IfcTendonConduit, OdIfc4x3_rc4::IfcTendonConduitType, OdIfc4x3_rc4::IfcTendonType, OdIfc4x3_rc4::IfcTrackElement, OdIfc4x3_rc4::IfcTrackElementType, OdIfc4x3_rc4::IfcTransformer, OdIfc4x3_rc4::IfcTransformerType, OdIfc4x3_rc4::IfcTransportElement, OdIfc4x3_rc4::IfcTransportElementType, OdIfc4x3_rc4::IfcTubeBundle, OdIfc4x3_rc4::IfcTubeBundleType, OdIfc4x3_rc4::IfcTypeObject, OdIfc4x3_rc4::IfcTypeProcess, OdIfc4x3_rc4::IfcTypeProduct, OdIfc4x3_rc4::IfcTypeResource, OdIfc4x3_rc4::IfcUnitaryControlElement, OdIfc4x3_rc4::IfcUnitaryControlElementType, OdIfc4x3_rc4::IfcUnitaryEquipment, OdIfc4x3_rc4::IfcUnitaryEquipmentType, OdIfc4x3_rc4::IfcValve, OdIfc4x3_rc4::IfcValveType, OdIfc4x3_rc4::IfcVibrationDamper, OdIfc4x3_rc4::IfcVibrationDamperType, OdIfc4x3_rc4::IfcVibrationIsolator, OdIfc4x3_rc4::IfcVibrationIsolatorType, OdIfc4x3_rc4::IfcVoidingFeature, OdIfc4x3_rc4::IfcWall, OdIfc4x3_rc4::IfcWallType, OdIfc4x3_rc4::IfcWasteTerminal, OdIfc4x3_rc4::IfcWasteTerminalType, OdIfc4x3_rc4::IfcWindow, OdIfc4x3_rc4::IfcWindowLiningProperties, OdIfc4x3_rc4::IfcWindowPanelProperties, OdIfc4x3_rc4::IfcWindowStyle, OdIfc4x3_rc4::IfcWindowType, OdIfc4x3_rc4::IfcWorkCalendar, OdIfc4x3_rc4::IfcWorkControl, OdIfc4x3_rc4::IfcWorkPlan, OdIfc4x3_rc4::IfcWorkSchedule, and OdIfc4x3_rc4::IfcZone.

◆ setDescription()

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

Sets the object description.

Parameters
DescriptionString that contains comments that describe an object.

◆ setGlobalId()

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

Sets the name of the object.

Parameters
NameString that contains name of the object.

◆ setOwnerHistory()

void OdIfc4x3_rc4::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 OdIfc4x3_rc4::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 OdIfc4x3_rc4::IfcActionRequest, OdIfc4x3_rc4::IfcActor, OdIfc4x3_rc4::IfcActuator, OdIfc4x3_rc4::IfcActuatorType, OdIfc4x3_rc4::IfcAirTerminal, OdIfc4x3_rc4::IfcAirTerminalBox, OdIfc4x3_rc4::IfcAirTerminalBoxType, OdIfc4x3_rc4::IfcAirTerminalType, OdIfc4x3_rc4::IfcAirToAirHeatRecovery, OdIfc4x3_rc4::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc4::IfcAlarm, OdIfc4x3_rc4::IfcAlarmType, OdIfc4x3_rc4::IfcAlignment, OdIfc4x3_rc4::IfcAlignmentCant, OdIfc4x3_rc4::IfcAlignmentSegment, OdIfc4x3_rc4::IfcAnnotation, OdIfc4x3_rc4::IfcAsset, OdIfc4x3_rc4::IfcAudioVisualAppliance, OdIfc4x3_rc4::IfcAudioVisualApplianceType, OdIfc4x3_rc4::IfcBeam, OdIfc4x3_rc4::IfcBeamType, OdIfc4x3_rc4::IfcBearing, OdIfc4x3_rc4::IfcBearingType, OdIfc4x3_rc4::IfcBoiler, OdIfc4x3_rc4::IfcBoilerType, OdIfc4x3_rc4::IfcBridge, OdIfc4x3_rc4::IfcBuilding, OdIfc4x3_rc4::IfcBuildingElementPart, OdIfc4x3_rc4::IfcBuildingElementPartType, OdIfc4x3_rc4::IfcBuildingElementProxy, OdIfc4x3_rc4::IfcBuildingElementProxyType, OdIfc4x3_rc4::IfcBuildingStorey, OdIfc4x3_rc4::IfcBuildingSystem, OdIfc4x3_rc4::IfcBuiltSystem, OdIfc4x3_rc4::IfcBurner, OdIfc4x3_rc4::IfcBurnerType, OdIfc4x3_rc4::IfcCableCarrierFitting, OdIfc4x3_rc4::IfcCableCarrierFittingType, OdIfc4x3_rc4::IfcCableCarrierSegment, OdIfc4x3_rc4::IfcCableCarrierSegmentType, OdIfc4x3_rc4::IfcCableFitting, OdIfc4x3_rc4::IfcCableFittingType, OdIfc4x3_rc4::IfcCableSegment, OdIfc4x3_rc4::IfcCableSegmentType, OdIfc4x3_rc4::IfcCaissonFoundation, OdIfc4x3_rc4::IfcCaissonFoundationType, OdIfc4x3_rc4::IfcChiller, OdIfc4x3_rc4::IfcChillerType, OdIfc4x3_rc4::IfcChimney, OdIfc4x3_rc4::IfcChimneyType, OdIfc4x3_rc4::IfcCoil, OdIfc4x3_rc4::IfcCoilType, OdIfc4x3_rc4::IfcColumn, OdIfc4x3_rc4::IfcColumnType, OdIfc4x3_rc4::IfcCommunicationsAppliance, OdIfc4x3_rc4::IfcCommunicationsApplianceType, OdIfc4x3_rc4::IfcComplexPropertyTemplate, OdIfc4x3_rc4::IfcCompressor, OdIfc4x3_rc4::IfcCompressorType, OdIfc4x3_rc4::IfcCondenser, OdIfc4x3_rc4::IfcCondenserType, OdIfc4x3_rc4::IfcConstructionEquipmentResource, OdIfc4x3_rc4::IfcConstructionEquipmentResourceType, OdIfc4x3_rc4::IfcConstructionMaterialResource, OdIfc4x3_rc4::IfcConstructionMaterialResourceType, OdIfc4x3_rc4::IfcConstructionProductResource, OdIfc4x3_rc4::IfcConstructionProductResourceType, OdIfc4x3_rc4::IfcConstructionResource, OdIfc4x3_rc4::IfcConstructionResourceType, OdIfc4x3_rc4::IfcContext, OdIfc4x3_rc4::IfcControl, OdIfc4x3_rc4::IfcController, OdIfc4x3_rc4::IfcControllerType, OdIfc4x3_rc4::IfcConveyorSegment, OdIfc4x3_rc4::IfcConveyorSegmentType, OdIfc4x3_rc4::IfcCooledBeam, OdIfc4x3_rc4::IfcCooledBeamType, OdIfc4x3_rc4::IfcCoolingTower, OdIfc4x3_rc4::IfcCoolingTowerType, OdIfc4x3_rc4::IfcCostItem, OdIfc4x3_rc4::IfcCostSchedule, OdIfc4x3_rc4::IfcCourse, OdIfc4x3_rc4::IfcCourseType, OdIfc4x3_rc4::IfcCovering, OdIfc4x3_rc4::IfcCoveringType, OdIfc4x3_rc4::IfcCrewResource, OdIfc4x3_rc4::IfcCrewResourceType, OdIfc4x3_rc4::IfcCurtainWall, OdIfc4x3_rc4::IfcCurtainWallType, OdIfc4x3_rc4::IfcDamper, OdIfc4x3_rc4::IfcDamperType, OdIfc4x3_rc4::IfcDiscreteAccessory, OdIfc4x3_rc4::IfcDiscreteAccessoryType, OdIfc4x3_rc4::IfcDistributionBoard, OdIfc4x3_rc4::IfcDistributionBoardType, OdIfc4x3_rc4::IfcDistributionChamberElement, OdIfc4x3_rc4::IfcDistributionChamberElementType, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionPort, OdIfc4x3_rc4::IfcDistributionSystem, OdIfc4x3_rc4::IfcDoor, OdIfc4x3_rc4::IfcDoorLiningProperties, OdIfc4x3_rc4::IfcDoorPanelProperties, OdIfc4x3_rc4::IfcDoorStyle, OdIfc4x3_rc4::IfcDoorType, OdIfc4x3_rc4::IfcDuctFitting, OdIfc4x3_rc4::IfcDuctFittingType, OdIfc4x3_rc4::IfcDuctSegment, OdIfc4x3_rc4::IfcDuctSegmentType, OdIfc4x3_rc4::IfcDuctSilencer, OdIfc4x3_rc4::IfcDuctSilencerType, OdIfc4x3_rc4::IfcEarthworksCut, OdIfc4x3_rc4::IfcEarthworksFill, OdIfc4x3_rc4::IfcElectricAppliance, OdIfc4x3_rc4::IfcElectricApplianceType, OdIfc4x3_rc4::IfcElectricDistributionBoard, OdIfc4x3_rc4::IfcElectricDistributionBoardType, OdIfc4x3_rc4::IfcElectricFlowStorageDevice, OdIfc4x3_rc4::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc4::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc4::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcElectricGenerator, OdIfc4x3_rc4::IfcElectricGeneratorType, OdIfc4x3_rc4::IfcElectricMotor, OdIfc4x3_rc4::IfcElectricMotorType, OdIfc4x3_rc4::IfcElectricTimeControl, OdIfc4x3_rc4::IfcElectricTimeControlType, OdIfc4x3_rc4::IfcElementAssembly, OdIfc4x3_rc4::IfcElementAssemblyType, OdIfc4x3_rc4::IfcElement, OdIfc4x3_rc4::IfcElementQuantity, OdIfc4x3_rc4::IfcElementType, OdIfc4x3_rc4::IfcEngine, OdIfc4x3_rc4::IfcEngineType, OdIfc4x3_rc4::IfcEvaporativeCooler, OdIfc4x3_rc4::IfcEvaporativeCoolerType, OdIfc4x3_rc4::IfcEvaporator, OdIfc4x3_rc4::IfcEvaporatorType, OdIfc4x3_rc4::IfcEvent, OdIfc4x3_rc4::IfcEventType, OdIfc4x3_rc4::IfcExternalSpatialElement, OdIfc4x3_rc4::IfcFacilityPart, OdIfc4x3_rc4::IfcFan, OdIfc4x3_rc4::IfcFanType, OdIfc4x3_rc4::IfcFastener, OdIfc4x3_rc4::IfcFastenerType, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFilter, OdIfc4x3_rc4::IfcFilterType, OdIfc4x3_rc4::IfcFireSuppressionTerminal, OdIfc4x3_rc4::IfcFireSuppressionTerminalType, OdIfc4x3_rc4::IfcFlowInstrument, OdIfc4x3_rc4::IfcFlowInstrumentType, OdIfc4x3_rc4::IfcFlowMeter, OdIfc4x3_rc4::IfcFlowMeterType, OdIfc4x3_rc4::IfcFooting, OdIfc4x3_rc4::IfcFootingType, OdIfc4x3_rc4::IfcFurniture, OdIfc4x3_rc4::IfcFurnitureType, OdIfc4x3_rc4::IfcGeographicElement, OdIfc4x3_rc4::IfcGeographicElementType, OdIfc4x3_rc4::IfcGrid, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcHeatExchanger, OdIfc4x3_rc4::IfcHeatExchangerType, OdIfc4x3_rc4::IfcHumidifier, OdIfc4x3_rc4::IfcHumidifierType, OdIfc4x3_rc4::IfcImpactProtectionDevice, OdIfc4x3_rc4::IfcImpactProtectionDeviceType, OdIfc4x3_rc4::IfcInterceptor, OdIfc4x3_rc4::IfcInterceptorType, OdIfc4x3_rc4::IfcInventory, OdIfc4x3_rc4::IfcJunctionBox, OdIfc4x3_rc4::IfcJunctionBoxType, OdIfc4x3_rc4::IfcKerb, OdIfc4x3_rc4::IfcKerbType, OdIfc4x3_rc4::IfcLaborResource, OdIfc4x3_rc4::IfcLaborResourceType, OdIfc4x3_rc4::IfcLamp, OdIfc4x3_rc4::IfcLampType, OdIfc4x3_rc4::IfcLightFixture, OdIfc4x3_rc4::IfcLightFixtureType, OdIfc4x3_rc4::IfcLiquidTerminal, OdIfc4x3_rc4::IfcLiquidTerminalType, OdIfc4x3_rc4::IfcMarineFacility, OdIfc4x3_rc4::IfcMechanicalFastener, OdIfc4x3_rc4::IfcMechanicalFastenerType, OdIfc4x3_rc4::IfcMedicalDevice, OdIfc4x3_rc4::IfcMedicalDeviceType, OdIfc4x3_rc4::IfcMember, OdIfc4x3_rc4::IfcMemberType, OdIfc4x3_rc4::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc4::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc4::IfcMooringDevice, OdIfc4x3_rc4::IfcMooringDeviceType, OdIfc4x3_rc4::IfcMotorConnection, OdIfc4x3_rc4::IfcMotorConnectionType, OdIfc4x3_rc4::IfcNavigationElement, OdIfc4x3_rc4::IfcNavigationElementType, OdIfc4x3_rc4::IfcObject, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcOccupant, OdIfc4x3_rc4::IfcOpeningElement, OdIfc4x3_rc4::IfcOutlet, OdIfc4x3_rc4::IfcOutletType, OdIfc4x3_rc4::IfcPavement, OdIfc4x3_rc4::IfcPavementType, OdIfc4x3_rc4::IfcPerformanceHistory, OdIfc4x3_rc4::IfcPermeableCoveringProperties, OdIfc4x3_rc4::IfcPermit, OdIfc4x3_rc4::IfcPile, OdIfc4x3_rc4::IfcPileType, OdIfc4x3_rc4::IfcPipeFitting, OdIfc4x3_rc4::IfcPipeFittingType, OdIfc4x3_rc4::IfcPipeSegment, OdIfc4x3_rc4::IfcPipeSegmentType, OdIfc4x3_rc4::IfcPlate, OdIfc4x3_rc4::IfcPlateType, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcProcedure, OdIfc4x3_rc4::IfcProcedureType, OdIfc4x3_rc4::IfcProcess, OdIfc4x3_rc4::IfcProduct, OdIfc4x3_rc4::IfcProjectionElement, OdIfc4x3_rc4::IfcProjectOrder, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertySet, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetTemplate, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcProtectiveDevice, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc4::IfcProtectiveDeviceType, OdIfc4x3_rc4::IfcProxy, OdIfc4x3_rc4::IfcPump, OdIfc4x3_rc4::IfcPumpType, OdIfc4x3_rc4::IfcRail, OdIfc4x3_rc4::IfcRailing, OdIfc4x3_rc4::IfcRailingType, OdIfc4x3_rc4::IfcRailType, OdIfc4x3_rc4::IfcRailway, OdIfc4x3_rc4::IfcRamp, OdIfc4x3_rc4::IfcRampFlight, OdIfc4x3_rc4::IfcRampFlightType, OdIfc4x3_rc4::IfcRampType, OdIfc4x3_rc4::IfcReferent, OdIfc4x3_rc4::IfcReinforcedSoil, OdIfc4x3_rc4::IfcReinforcementDefinitionProperties, OdIfc4x3_rc4::IfcReinforcingBar, OdIfc4x3_rc4::IfcReinforcingBarType, OdIfc4x3_rc4::IfcReinforcingElement, OdIfc4x3_rc4::IfcReinforcingMesh, OdIfc4x3_rc4::IfcReinforcingMeshType, OdIfc4x3_rc4::IfcRelAdheresToElement, OdIfc4x3_rc4::IfcRelAggregates, OdIfc4x3_rc4::IfcRelAssigns, OdIfc4x3_rc4::IfcRelAssignsToActor, OdIfc4x3_rc4::IfcRelAssignsToControl, OdIfc4x3_rc4::IfcRelAssignsToGroup, OdIfc4x3_rc4::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc4::IfcRelAssignsToProcess, OdIfc4x3_rc4::IfcRelAssignsToProduct, OdIfc4x3_rc4::IfcRelAssignsToResource, OdIfc4x3_rc4::IfcRelAssociatesApproval, OdIfc4x3_rc4::IfcRelAssociates, OdIfc4x3_rc4::IfcRelAssociatesClassification, OdIfc4x3_rc4::IfcRelAssociatesConstraint, OdIfc4x3_rc4::IfcRelAssociatesDocument, OdIfc4x3_rc4::IfcRelAssociatesLibrary, OdIfc4x3_rc4::IfcRelAssociatesMaterial, OdIfc4x3_rc4::IfcRelAssociatesProfileDef, OdIfc4x3_rc4::IfcRelConnectsElements, OdIfc4x3_rc4::IfcRelConnectsPathElements, OdIfc4x3_rc4::IfcRelConnectsPorts, OdIfc4x3_rc4::IfcRelConnectsPortToElement, OdIfc4x3_rc4::IfcRelConnectsStructuralActivity, OdIfc4x3_rc4::IfcRelConnectsStructuralMember, OdIfc4x3_rc4::IfcRelConnectsWithEccentricity, OdIfc4x3_rc4::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc4::IfcRelContainedInSpatialStructure, OdIfc4x3_rc4::IfcRelCoversBldgElements, OdIfc4x3_rc4::IfcRelCoversSpaces, OdIfc4x3_rc4::IfcRelDeclares, OdIfc4x3_rc4::IfcRelDefinesByObject, OdIfc4x3_rc4::IfcRelDefinesByProperties, OdIfc4x3_rc4::IfcRelDefinesByTemplate, OdIfc4x3_rc4::IfcRelDefinesByType, OdIfc4x3_rc4::IfcRelFillsElement, OdIfc4x3_rc4::IfcRelFlowControlElements, OdIfc4x3_rc4::IfcRelInterferesElements, OdIfc4x3_rc4::IfcRelNests, OdIfc4x3_rc4::IfcRelPositions, OdIfc4x3_rc4::IfcRelProjectsElement, OdIfc4x3_rc4::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc4::IfcRelSequence, OdIfc4x3_rc4::IfcRelServicesBuildings, OdIfc4x3_rc4::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary, OdIfc4x3_rc4::IfcRelVoidsElement, OdIfc4x3_rc4::IfcResource, OdIfc4x3_rc4::IfcRoad, OdIfc4x3_rc4::IfcRoof, OdIfc4x3_rc4::IfcRoofType, OdIfc4x3_rc4::IfcSanitaryTerminal, OdIfc4x3_rc4::IfcSanitaryTerminalType, OdIfc4x3_rc4::IfcSensor, OdIfc4x3_rc4::IfcSensorType, OdIfc4x3_rc4::IfcShadingDevice, OdIfc4x3_rc4::IfcShadingDeviceType, OdIfc4x3_rc4::IfcSignal, OdIfc4x3_rc4::IfcSignalType, OdIfc4x3_rc4::IfcSign, OdIfc4x3_rc4::IfcSignType, OdIfc4x3_rc4::IfcSimplePropertyTemplate, OdIfc4x3_rc4::IfcSite, OdIfc4x3_rc4::IfcSlab, OdIfc4x3_rc4::IfcSlabType, OdIfc4x3_rc4::IfcSolarDevice, OdIfc4x3_rc4::IfcSolarDeviceType, OdIfc4x3_rc4::IfcSpace, OdIfc4x3_rc4::IfcSpaceHeater, OdIfc4x3_rc4::IfcSpaceHeaterType, OdIfc4x3_rc4::IfcSpaceType, OdIfc4x3_rc4::IfcSpatialElement, OdIfc4x3_rc4::IfcSpatialElementType, OdIfc4x3_rc4::IfcSpatialStructureElement, OdIfc4x3_rc4::IfcSpatialZone, OdIfc4x3_rc4::IfcSpatialZoneType, OdIfc4x3_rc4::IfcStackTerminal, OdIfc4x3_rc4::IfcStackTerminalType, OdIfc4x3_rc4::IfcStair, OdIfc4x3_rc4::IfcStairFlight, OdIfc4x3_rc4::IfcStairFlightType, OdIfc4x3_rc4::IfcStairType, OdIfc4x3_rc4::IfcStructuralAction, OdIfc4x3_rc4::IfcStructuralActivity, OdIfc4x3_rc4::IfcStructuralAnalysisModel, OdIfc4x3_rc4::IfcStructuralConnection, OdIfc4x3_rc4::IfcStructuralCurveAction, OdIfc4x3_rc4::IfcStructuralCurveConnection, OdIfc4x3_rc4::IfcStructuralCurveMember, OdIfc4x3_rc4::IfcStructuralCurveReaction, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralLoadCase, OdIfc4x3_rc4::IfcStructuralLoadGroup, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralPointConnection, OdIfc4x3_rc4::IfcStructuralResultGroup, OdIfc4x3_rc4::IfcStructuralSurfaceAction, OdIfc4x3_rc4::IfcStructuralSurfaceMember, OdIfc4x3_rc4::IfcStructuralSurfaceReaction, OdIfc4x3_rc4::IfcSubContractResource, OdIfc4x3_rc4::IfcSubContractResourceType, OdIfc4x3_rc4::IfcSurfaceFeature, OdIfc4x3_rc4::IfcSwitchingDevice, OdIfc4x3_rc4::IfcSwitchingDeviceType, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystemFurnitureElement, OdIfc4x3_rc4::IfcSystemFurnitureElementType, OdIfc4x3_rc4::IfcTank, OdIfc4x3_rc4::IfcTankType, OdIfc4x3_rc4::IfcTask, OdIfc4x3_rc4::IfcTaskType, OdIfc4x3_rc4::IfcTendonAnchor, OdIfc4x3_rc4::IfcTendonAnchorType, OdIfc4x3_rc4::IfcTendon, OdIfc4x3_rc4::IfcTendonConduit, OdIfc4x3_rc4::IfcTendonConduitType, OdIfc4x3_rc4::IfcTendonType, OdIfc4x3_rc4::IfcTrackElement, OdIfc4x3_rc4::IfcTrackElementType, OdIfc4x3_rc4::IfcTransformer, OdIfc4x3_rc4::IfcTransformerType, OdIfc4x3_rc4::IfcTransportElement, OdIfc4x3_rc4::IfcTransportElementType, OdIfc4x3_rc4::IfcTubeBundle, OdIfc4x3_rc4::IfcTubeBundleType, OdIfc4x3_rc4::IfcTypeObject, OdIfc4x3_rc4::IfcTypeProcess, OdIfc4x3_rc4::IfcTypeProduct, OdIfc4x3_rc4::IfcTypeResource, OdIfc4x3_rc4::IfcUnitaryControlElement, OdIfc4x3_rc4::IfcUnitaryControlElementType, OdIfc4x3_rc4::IfcUnitaryEquipment, OdIfc4x3_rc4::IfcUnitaryEquipmentType, OdIfc4x3_rc4::IfcValve, OdIfc4x3_rc4::IfcValveType, OdIfc4x3_rc4::IfcVibrationDamper, OdIfc4x3_rc4::IfcVibrationDamperType, OdIfc4x3_rc4::IfcVibrationIsolator, OdIfc4x3_rc4::IfcVibrationIsolatorType, OdIfc4x3_rc4::IfcVoidingFeature, OdIfc4x3_rc4::IfcWall, OdIfc4x3_rc4::IfcWallType, OdIfc4x3_rc4::IfcWasteTerminal, OdIfc4x3_rc4::IfcWasteTerminalType, OdIfc4x3_rc4::IfcWindow, OdIfc4x3_rc4::IfcWindowLiningProperties, OdIfc4x3_rc4::IfcWindowPanelProperties, OdIfc4x3_rc4::IfcWindowStyle, OdIfc4x3_rc4::IfcWindowType, OdIfc4x3_rc4::IfcWorkCalendar, OdIfc4x3_rc4::IfcWorkControl, OdIfc4x3_rc4::IfcWorkPlan, OdIfc4x3_rc4::IfcWorkSchedule, and OdIfc4x3_rc4::IfcZone.

◆ testAttr() [2/2]

virtual bool OdIfc4x3_rc4::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 OdIfc4x3_rc4::IfcActionRequest, OdIfc4x3_rc4::IfcActor, OdIfc4x3_rc4::IfcActuator, OdIfc4x3_rc4::IfcActuatorType, OdIfc4x3_rc4::IfcAirTerminal, OdIfc4x3_rc4::IfcAirTerminalBox, OdIfc4x3_rc4::IfcAirTerminalBoxType, OdIfc4x3_rc4::IfcAirTerminalType, OdIfc4x3_rc4::IfcAirToAirHeatRecovery, OdIfc4x3_rc4::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc4::IfcAlarm, OdIfc4x3_rc4::IfcAlarmType, OdIfc4x3_rc4::IfcAlignment, OdIfc4x3_rc4::IfcAlignmentCant, OdIfc4x3_rc4::IfcAlignmentSegment, OdIfc4x3_rc4::IfcAnnotation, OdIfc4x3_rc4::IfcAsset, OdIfc4x3_rc4::IfcAudioVisualAppliance, OdIfc4x3_rc4::IfcAudioVisualApplianceType, OdIfc4x3_rc4::IfcBeam, OdIfc4x3_rc4::IfcBeamType, OdIfc4x3_rc4::IfcBearing, OdIfc4x3_rc4::IfcBearingType, OdIfc4x3_rc4::IfcBoiler, OdIfc4x3_rc4::IfcBoilerType, OdIfc4x3_rc4::IfcBridge, OdIfc4x3_rc4::IfcBuilding, OdIfc4x3_rc4::IfcBuildingElementPart, OdIfc4x3_rc4::IfcBuildingElementPartType, OdIfc4x3_rc4::IfcBuildingElementProxy, OdIfc4x3_rc4::IfcBuildingElementProxyType, OdIfc4x3_rc4::IfcBuildingStorey, OdIfc4x3_rc4::IfcBuildingSystem, OdIfc4x3_rc4::IfcBuiltSystem, OdIfc4x3_rc4::IfcBurner, OdIfc4x3_rc4::IfcBurnerType, OdIfc4x3_rc4::IfcCableCarrierFitting, OdIfc4x3_rc4::IfcCableCarrierFittingType, OdIfc4x3_rc4::IfcCableCarrierSegment, OdIfc4x3_rc4::IfcCableCarrierSegmentType, OdIfc4x3_rc4::IfcCableFitting, OdIfc4x3_rc4::IfcCableFittingType, OdIfc4x3_rc4::IfcCableSegment, OdIfc4x3_rc4::IfcCableSegmentType, OdIfc4x3_rc4::IfcCaissonFoundation, OdIfc4x3_rc4::IfcCaissonFoundationType, OdIfc4x3_rc4::IfcChiller, OdIfc4x3_rc4::IfcChillerType, OdIfc4x3_rc4::IfcChimney, OdIfc4x3_rc4::IfcChimneyType, OdIfc4x3_rc4::IfcCoil, OdIfc4x3_rc4::IfcCoilType, OdIfc4x3_rc4::IfcColumn, OdIfc4x3_rc4::IfcColumnType, OdIfc4x3_rc4::IfcCommunicationsAppliance, OdIfc4x3_rc4::IfcCommunicationsApplianceType, OdIfc4x3_rc4::IfcComplexPropertyTemplate, OdIfc4x3_rc4::IfcCompressor, OdIfc4x3_rc4::IfcCompressorType, OdIfc4x3_rc4::IfcCondenser, OdIfc4x3_rc4::IfcCondenserType, OdIfc4x3_rc4::IfcConstructionEquipmentResource, OdIfc4x3_rc4::IfcConstructionEquipmentResourceType, OdIfc4x3_rc4::IfcConstructionMaterialResource, OdIfc4x3_rc4::IfcConstructionMaterialResourceType, OdIfc4x3_rc4::IfcConstructionProductResource, OdIfc4x3_rc4::IfcConstructionProductResourceType, OdIfc4x3_rc4::IfcConstructionResource, OdIfc4x3_rc4::IfcConstructionResourceType, OdIfc4x3_rc4::IfcContext, OdIfc4x3_rc4::IfcControl, OdIfc4x3_rc4::IfcController, OdIfc4x3_rc4::IfcControllerType, OdIfc4x3_rc4::IfcConveyorSegment, OdIfc4x3_rc4::IfcConveyorSegmentType, OdIfc4x3_rc4::IfcCooledBeam, OdIfc4x3_rc4::IfcCooledBeamType, OdIfc4x3_rc4::IfcCoolingTower, OdIfc4x3_rc4::IfcCoolingTowerType, OdIfc4x3_rc4::IfcCostItem, OdIfc4x3_rc4::IfcCostSchedule, OdIfc4x3_rc4::IfcCourse, OdIfc4x3_rc4::IfcCourseType, OdIfc4x3_rc4::IfcCovering, OdIfc4x3_rc4::IfcCoveringType, OdIfc4x3_rc4::IfcCrewResource, OdIfc4x3_rc4::IfcCrewResourceType, OdIfc4x3_rc4::IfcCurtainWall, OdIfc4x3_rc4::IfcCurtainWallType, OdIfc4x3_rc4::IfcDamper, OdIfc4x3_rc4::IfcDamperType, OdIfc4x3_rc4::IfcDiscreteAccessory, OdIfc4x3_rc4::IfcDiscreteAccessoryType, OdIfc4x3_rc4::IfcDistributionBoard, OdIfc4x3_rc4::IfcDistributionBoardType, OdIfc4x3_rc4::IfcDistributionChamberElement, OdIfc4x3_rc4::IfcDistributionChamberElementType, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionPort, OdIfc4x3_rc4::IfcDistributionSystem, OdIfc4x3_rc4::IfcDoor, OdIfc4x3_rc4::IfcDoorLiningProperties, OdIfc4x3_rc4::IfcDoorPanelProperties, OdIfc4x3_rc4::IfcDoorStyle, OdIfc4x3_rc4::IfcDoorType, OdIfc4x3_rc4::IfcDuctFitting, OdIfc4x3_rc4::IfcDuctFittingType, OdIfc4x3_rc4::IfcDuctSegment, OdIfc4x3_rc4::IfcDuctSegmentType, OdIfc4x3_rc4::IfcDuctSilencer, OdIfc4x3_rc4::IfcDuctSilencerType, OdIfc4x3_rc4::IfcEarthworksCut, OdIfc4x3_rc4::IfcEarthworksFill, OdIfc4x3_rc4::IfcElectricAppliance, OdIfc4x3_rc4::IfcElectricApplianceType, OdIfc4x3_rc4::IfcElectricDistributionBoard, OdIfc4x3_rc4::IfcElectricDistributionBoardType, OdIfc4x3_rc4::IfcElectricFlowStorageDevice, OdIfc4x3_rc4::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc4::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc4::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcElectricGenerator, OdIfc4x3_rc4::IfcElectricGeneratorType, OdIfc4x3_rc4::IfcElectricMotor, OdIfc4x3_rc4::IfcElectricMotorType, OdIfc4x3_rc4::IfcElectricTimeControl, OdIfc4x3_rc4::IfcElectricTimeControlType, OdIfc4x3_rc4::IfcElementAssembly, OdIfc4x3_rc4::IfcElementAssemblyType, OdIfc4x3_rc4::IfcElement, OdIfc4x3_rc4::IfcElementQuantity, OdIfc4x3_rc4::IfcElementType, OdIfc4x3_rc4::IfcEngine, OdIfc4x3_rc4::IfcEngineType, OdIfc4x3_rc4::IfcEvaporativeCooler, OdIfc4x3_rc4::IfcEvaporativeCoolerType, OdIfc4x3_rc4::IfcEvaporator, OdIfc4x3_rc4::IfcEvaporatorType, OdIfc4x3_rc4::IfcEvent, OdIfc4x3_rc4::IfcEventType, OdIfc4x3_rc4::IfcExternalSpatialElement, OdIfc4x3_rc4::IfcFacilityPart, OdIfc4x3_rc4::IfcFan, OdIfc4x3_rc4::IfcFanType, OdIfc4x3_rc4::IfcFastener, OdIfc4x3_rc4::IfcFastenerType, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFilter, OdIfc4x3_rc4::IfcFilterType, OdIfc4x3_rc4::IfcFireSuppressionTerminal, OdIfc4x3_rc4::IfcFireSuppressionTerminalType, OdIfc4x3_rc4::IfcFlowInstrument, OdIfc4x3_rc4::IfcFlowInstrumentType, OdIfc4x3_rc4::IfcFlowMeter, OdIfc4x3_rc4::IfcFlowMeterType, OdIfc4x3_rc4::IfcFooting, OdIfc4x3_rc4::IfcFootingType, OdIfc4x3_rc4::IfcFurniture, OdIfc4x3_rc4::IfcFurnitureType, OdIfc4x3_rc4::IfcGeographicElement, OdIfc4x3_rc4::IfcGeographicElementType, OdIfc4x3_rc4::IfcGrid, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcHeatExchanger, OdIfc4x3_rc4::IfcHeatExchangerType, OdIfc4x3_rc4::IfcHumidifier, OdIfc4x3_rc4::IfcHumidifierType, OdIfc4x3_rc4::IfcImpactProtectionDevice, OdIfc4x3_rc4::IfcImpactProtectionDeviceType, OdIfc4x3_rc4::IfcInterceptor, OdIfc4x3_rc4::IfcInterceptorType, OdIfc4x3_rc4::IfcInventory, OdIfc4x3_rc4::IfcJunctionBox, OdIfc4x3_rc4::IfcJunctionBoxType, OdIfc4x3_rc4::IfcKerb, OdIfc4x3_rc4::IfcKerbType, OdIfc4x3_rc4::IfcLaborResource, OdIfc4x3_rc4::IfcLaborResourceType, OdIfc4x3_rc4::IfcLamp, OdIfc4x3_rc4::IfcLampType, OdIfc4x3_rc4::IfcLightFixture, OdIfc4x3_rc4::IfcLightFixtureType, OdIfc4x3_rc4::IfcLiquidTerminal, OdIfc4x3_rc4::IfcLiquidTerminalType, OdIfc4x3_rc4::IfcMarineFacility, OdIfc4x3_rc4::IfcMechanicalFastener, OdIfc4x3_rc4::IfcMechanicalFastenerType, OdIfc4x3_rc4::IfcMedicalDevice, OdIfc4x3_rc4::IfcMedicalDeviceType, OdIfc4x3_rc4::IfcMember, OdIfc4x3_rc4::IfcMemberType, OdIfc4x3_rc4::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc4::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc4::IfcMooringDevice, OdIfc4x3_rc4::IfcMooringDeviceType, OdIfc4x3_rc4::IfcMotorConnection, OdIfc4x3_rc4::IfcMotorConnectionType, OdIfc4x3_rc4::IfcNavigationElement, OdIfc4x3_rc4::IfcNavigationElementType, OdIfc4x3_rc4::IfcObject, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcOccupant, OdIfc4x3_rc4::IfcOpeningElement, OdIfc4x3_rc4::IfcOutlet, OdIfc4x3_rc4::IfcOutletType, OdIfc4x3_rc4::IfcPavement, OdIfc4x3_rc4::IfcPavementType, OdIfc4x3_rc4::IfcPerformanceHistory, OdIfc4x3_rc4::IfcPermeableCoveringProperties, OdIfc4x3_rc4::IfcPermit, OdIfc4x3_rc4::IfcPile, OdIfc4x3_rc4::IfcPileType, OdIfc4x3_rc4::IfcPipeFitting, OdIfc4x3_rc4::IfcPipeFittingType, OdIfc4x3_rc4::IfcPipeSegment, OdIfc4x3_rc4::IfcPipeSegmentType, OdIfc4x3_rc4::IfcPlate, OdIfc4x3_rc4::IfcPlateType, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcProcedure, OdIfc4x3_rc4::IfcProcedureType, OdIfc4x3_rc4::IfcProcess, OdIfc4x3_rc4::IfcProduct, OdIfc4x3_rc4::IfcProjectionElement, OdIfc4x3_rc4::IfcProjectOrder, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertySet, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetTemplate, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcProtectiveDevice, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc4::IfcProtectiveDeviceType, OdIfc4x3_rc4::IfcProxy, OdIfc4x3_rc4::IfcPump, OdIfc4x3_rc4::IfcPumpType, OdIfc4x3_rc4::IfcRail, OdIfc4x3_rc4::IfcRailing, OdIfc4x3_rc4::IfcRailingType, OdIfc4x3_rc4::IfcRailType, OdIfc4x3_rc4::IfcRailway, OdIfc4x3_rc4::IfcRamp, OdIfc4x3_rc4::IfcRampFlight, OdIfc4x3_rc4::IfcRampFlightType, OdIfc4x3_rc4::IfcRampType, OdIfc4x3_rc4::IfcReferent, OdIfc4x3_rc4::IfcReinforcedSoil, OdIfc4x3_rc4::IfcReinforcementDefinitionProperties, OdIfc4x3_rc4::IfcReinforcingBar, OdIfc4x3_rc4::IfcReinforcingBarType, OdIfc4x3_rc4::IfcReinforcingElement, OdIfc4x3_rc4::IfcReinforcingMesh, OdIfc4x3_rc4::IfcReinforcingMeshType, OdIfc4x3_rc4::IfcRelAdheresToElement, OdIfc4x3_rc4::IfcRelAggregates, OdIfc4x3_rc4::IfcRelAssigns, OdIfc4x3_rc4::IfcRelAssignsToActor, OdIfc4x3_rc4::IfcRelAssignsToControl, OdIfc4x3_rc4::IfcRelAssignsToGroup, OdIfc4x3_rc4::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc4::IfcRelAssignsToProcess, OdIfc4x3_rc4::IfcRelAssignsToProduct, OdIfc4x3_rc4::IfcRelAssignsToResource, OdIfc4x3_rc4::IfcRelAssociatesApproval, OdIfc4x3_rc4::IfcRelAssociates, OdIfc4x3_rc4::IfcRelAssociatesClassification, OdIfc4x3_rc4::IfcRelAssociatesConstraint, OdIfc4x3_rc4::IfcRelAssociatesDocument, OdIfc4x3_rc4::IfcRelAssociatesLibrary, OdIfc4x3_rc4::IfcRelAssociatesMaterial, OdIfc4x3_rc4::IfcRelAssociatesProfileDef, OdIfc4x3_rc4::IfcRelConnectsElements, OdIfc4x3_rc4::IfcRelConnectsPathElements, OdIfc4x3_rc4::IfcRelConnectsPorts, OdIfc4x3_rc4::IfcRelConnectsPortToElement, OdIfc4x3_rc4::IfcRelConnectsStructuralActivity, OdIfc4x3_rc4::IfcRelConnectsStructuralMember, OdIfc4x3_rc4::IfcRelConnectsWithEccentricity, OdIfc4x3_rc4::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc4::IfcRelContainedInSpatialStructure, OdIfc4x3_rc4::IfcRelCoversBldgElements, OdIfc4x3_rc4::IfcRelCoversSpaces, OdIfc4x3_rc4::IfcRelDeclares, OdIfc4x3_rc4::IfcRelDefinesByObject, OdIfc4x3_rc4::IfcRelDefinesByProperties, OdIfc4x3_rc4::IfcRelDefinesByTemplate, OdIfc4x3_rc4::IfcRelDefinesByType, OdIfc4x3_rc4::IfcRelFillsElement, OdIfc4x3_rc4::IfcRelFlowControlElements, OdIfc4x3_rc4::IfcRelInterferesElements, OdIfc4x3_rc4::IfcRelNests, OdIfc4x3_rc4::IfcRelPositions, OdIfc4x3_rc4::IfcRelProjectsElement, OdIfc4x3_rc4::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc4::IfcRelSequence, OdIfc4x3_rc4::IfcRelServicesBuildings, OdIfc4x3_rc4::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary, OdIfc4x3_rc4::IfcRelVoidsElement, OdIfc4x3_rc4::IfcResource, OdIfc4x3_rc4::IfcRoad, OdIfc4x3_rc4::IfcRoof, OdIfc4x3_rc4::IfcRoofType, OdIfc4x3_rc4::IfcSanitaryTerminal, OdIfc4x3_rc4::IfcSanitaryTerminalType, OdIfc4x3_rc4::IfcSensor, OdIfc4x3_rc4::IfcSensorType, OdIfc4x3_rc4::IfcShadingDevice, OdIfc4x3_rc4::IfcShadingDeviceType, OdIfc4x3_rc4::IfcSignal, OdIfc4x3_rc4::IfcSignalType, OdIfc4x3_rc4::IfcSign, OdIfc4x3_rc4::IfcSignType, OdIfc4x3_rc4::IfcSimplePropertyTemplate, OdIfc4x3_rc4::IfcSite, OdIfc4x3_rc4::IfcSlab, OdIfc4x3_rc4::IfcSlabType, OdIfc4x3_rc4::IfcSolarDevice, OdIfc4x3_rc4::IfcSolarDeviceType, OdIfc4x3_rc4::IfcSpace, OdIfc4x3_rc4::IfcSpaceHeater, OdIfc4x3_rc4::IfcSpaceHeaterType, OdIfc4x3_rc4::IfcSpaceType, OdIfc4x3_rc4::IfcSpatialElement, OdIfc4x3_rc4::IfcSpatialElementType, OdIfc4x3_rc4::IfcSpatialStructureElement, OdIfc4x3_rc4::IfcSpatialZone, OdIfc4x3_rc4::IfcSpatialZoneType, OdIfc4x3_rc4::IfcStackTerminal, OdIfc4x3_rc4::IfcStackTerminalType, OdIfc4x3_rc4::IfcStair, OdIfc4x3_rc4::IfcStairFlight, OdIfc4x3_rc4::IfcStairFlightType, OdIfc4x3_rc4::IfcStairType, OdIfc4x3_rc4::IfcStructuralAction, OdIfc4x3_rc4::IfcStructuralActivity, OdIfc4x3_rc4::IfcStructuralAnalysisModel, OdIfc4x3_rc4::IfcStructuralConnection, OdIfc4x3_rc4::IfcStructuralCurveAction, OdIfc4x3_rc4::IfcStructuralCurveConnection, OdIfc4x3_rc4::IfcStructuralCurveMember, OdIfc4x3_rc4::IfcStructuralCurveReaction, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralLoadCase, OdIfc4x3_rc4::IfcStructuralLoadGroup, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralPointConnection, OdIfc4x3_rc4::IfcStructuralResultGroup, OdIfc4x3_rc4::IfcStructuralSurfaceAction, OdIfc4x3_rc4::IfcStructuralSurfaceMember, OdIfc4x3_rc4::IfcStructuralSurfaceReaction, OdIfc4x3_rc4::IfcSubContractResource, OdIfc4x3_rc4::IfcSubContractResourceType, OdIfc4x3_rc4::IfcSurfaceFeature, OdIfc4x3_rc4::IfcSwitchingDevice, OdIfc4x3_rc4::IfcSwitchingDeviceType, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystemFurnitureElement, OdIfc4x3_rc4::IfcSystemFurnitureElementType, OdIfc4x3_rc4::IfcTank, OdIfc4x3_rc4::IfcTankType, OdIfc4x3_rc4::IfcTask, OdIfc4x3_rc4::IfcTaskType, OdIfc4x3_rc4::IfcTendonAnchor, OdIfc4x3_rc4::IfcTendonAnchorType, OdIfc4x3_rc4::IfcTendon, OdIfc4x3_rc4::IfcTendonConduit, OdIfc4x3_rc4::IfcTendonConduitType, OdIfc4x3_rc4::IfcTendonType, OdIfc4x3_rc4::IfcTrackElement, OdIfc4x3_rc4::IfcTrackElementType, OdIfc4x3_rc4::IfcTransformer, OdIfc4x3_rc4::IfcTransformerType, OdIfc4x3_rc4::IfcTransportElement, OdIfc4x3_rc4::IfcTransportElementType, OdIfc4x3_rc4::IfcTubeBundle, OdIfc4x3_rc4::IfcTubeBundleType, OdIfc4x3_rc4::IfcTypeObject, OdIfc4x3_rc4::IfcTypeProcess, OdIfc4x3_rc4::IfcTypeProduct, OdIfc4x3_rc4::IfcTypeResource, OdIfc4x3_rc4::IfcUnitaryControlElement, OdIfc4x3_rc4::IfcUnitaryControlElementType, OdIfc4x3_rc4::IfcUnitaryEquipment, OdIfc4x3_rc4::IfcUnitaryEquipmentType, OdIfc4x3_rc4::IfcValve, OdIfc4x3_rc4::IfcValveType, OdIfc4x3_rc4::IfcVibrationDamper, OdIfc4x3_rc4::IfcVibrationDamperType, OdIfc4x3_rc4::IfcVibrationIsolator, OdIfc4x3_rc4::IfcVibrationIsolatorType, OdIfc4x3_rc4::IfcVoidingFeature, OdIfc4x3_rc4::IfcWall, OdIfc4x3_rc4::IfcWallType, OdIfc4x3_rc4::IfcWasteTerminal, OdIfc4x3_rc4::IfcWasteTerminalType, OdIfc4x3_rc4::IfcWindow, OdIfc4x3_rc4::IfcWindowLiningProperties, OdIfc4x3_rc4::IfcWindowPanelProperties, OdIfc4x3_rc4::IfcWindowStyle, OdIfc4x3_rc4::IfcWindowType, OdIfc4x3_rc4::IfcWorkCalendar, OdIfc4x3_rc4::IfcWorkControl, OdIfc4x3_rc4::IfcWorkPlan, OdIfc4x3_rc4::IfcWorkSchedule, and OdIfc4x3_rc4::IfcZone.

◆ type()

virtual OdIfc::OdIfcEntityType OdIfc4x3_rc4::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 OdIfc4x3_rc4::IfcActionRequest, OdIfc4x3_rc4::IfcActor, OdIfc4x3_rc4::IfcActuator, OdIfc4x3_rc4::IfcActuatorType, OdIfc4x3_rc4::IfcAirTerminal, OdIfc4x3_rc4::IfcAirTerminalBox, OdIfc4x3_rc4::IfcAirTerminalBoxType, OdIfc4x3_rc4::IfcAirTerminalType, OdIfc4x3_rc4::IfcAirToAirHeatRecovery, OdIfc4x3_rc4::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc4::IfcAlarm, OdIfc4x3_rc4::IfcAlarmType, OdIfc4x3_rc4::IfcAlignment, OdIfc4x3_rc4::IfcAlignmentCant, OdIfc4x3_rc4::IfcAlignmentHorizontal, OdIfc4x3_rc4::IfcAlignmentSegment, OdIfc4x3_rc4::IfcAlignmentVertical, OdIfc4x3_rc4::IfcAnnotation, OdIfc4x3_rc4::IfcAsset, OdIfc4x3_rc4::IfcAudioVisualAppliance, OdIfc4x3_rc4::IfcAudioVisualApplianceType, OdIfc4x3_rc4::IfcBeam, OdIfc4x3_rc4::IfcBeamStandardCase, OdIfc4x3_rc4::IfcBeamType, OdIfc4x3_rc4::IfcBearing, OdIfc4x3_rc4::IfcBearingType, OdIfc4x3_rc4::IfcBoiler, OdIfc4x3_rc4::IfcBoilerType, OdIfc4x3_rc4::IfcBorehole, OdIfc4x3_rc4::IfcBridge, OdIfc4x3_rc4::IfcBuilding, OdIfc4x3_rc4::IfcBuildingElementPart, OdIfc4x3_rc4::IfcBuildingElementPartType, OdIfc4x3_rc4::IfcBuildingElementProxy, OdIfc4x3_rc4::IfcBuildingElementProxyType, OdIfc4x3_rc4::IfcBuildingStorey, OdIfc4x3_rc4::IfcBuildingSystem, OdIfc4x3_rc4::IfcBuiltElement, OdIfc4x3_rc4::IfcBuiltElementType, OdIfc4x3_rc4::IfcBuiltSystem, OdIfc4x3_rc4::IfcBurner, OdIfc4x3_rc4::IfcBurnerType, OdIfc4x3_rc4::IfcCableCarrierFitting, OdIfc4x3_rc4::IfcCableCarrierFittingType, OdIfc4x3_rc4::IfcCableCarrierSegment, OdIfc4x3_rc4::IfcCableCarrierSegmentType, OdIfc4x3_rc4::IfcCableFitting, OdIfc4x3_rc4::IfcCableFittingType, OdIfc4x3_rc4::IfcCableSegment, OdIfc4x3_rc4::IfcCableSegmentType, OdIfc4x3_rc4::IfcCaissonFoundation, OdIfc4x3_rc4::IfcCaissonFoundationType, OdIfc4x3_rc4::IfcChiller, OdIfc4x3_rc4::IfcChillerType, OdIfc4x3_rc4::IfcChimney, OdIfc4x3_rc4::IfcChimneyType, OdIfc4x3_rc4::IfcCivilElement, OdIfc4x3_rc4::IfcCivilElementType, OdIfc4x3_rc4::IfcCoil, OdIfc4x3_rc4::IfcCoilType, OdIfc4x3_rc4::IfcColumn, OdIfc4x3_rc4::IfcColumnStandardCase, OdIfc4x3_rc4::IfcColumnType, OdIfc4x3_rc4::IfcCommunicationsAppliance, OdIfc4x3_rc4::IfcCommunicationsApplianceType, OdIfc4x3_rc4::IfcComplexPropertyTemplate, OdIfc4x3_rc4::IfcCompressor, OdIfc4x3_rc4::IfcCompressorType, OdIfc4x3_rc4::IfcCondenser, OdIfc4x3_rc4::IfcCondenserType, OdIfc4x3_rc4::IfcConstructionEquipmentResource, OdIfc4x3_rc4::IfcConstructionEquipmentResourceType, OdIfc4x3_rc4::IfcConstructionMaterialResource, OdIfc4x3_rc4::IfcConstructionMaterialResourceType, OdIfc4x3_rc4::IfcConstructionProductResource, OdIfc4x3_rc4::IfcConstructionProductResourceType, OdIfc4x3_rc4::IfcConstructionResource, OdIfc4x3_rc4::IfcConstructionResourceType, OdIfc4x3_rc4::IfcContext, OdIfc4x3_rc4::IfcControl, OdIfc4x3_rc4::IfcController, OdIfc4x3_rc4::IfcControllerType, OdIfc4x3_rc4::IfcConveyorSegment, OdIfc4x3_rc4::IfcConveyorSegmentType, OdIfc4x3_rc4::IfcCooledBeam, OdIfc4x3_rc4::IfcCooledBeamType, OdIfc4x3_rc4::IfcCoolingTower, OdIfc4x3_rc4::IfcCoolingTowerType, OdIfc4x3_rc4::IfcCostItem, OdIfc4x3_rc4::IfcCostSchedule, OdIfc4x3_rc4::IfcCourse, OdIfc4x3_rc4::IfcCourseType, OdIfc4x3_rc4::IfcCovering, OdIfc4x3_rc4::IfcCoveringType, OdIfc4x3_rc4::IfcCrewResource, OdIfc4x3_rc4::IfcCrewResourceType, OdIfc4x3_rc4::IfcCurtainWall, OdIfc4x3_rc4::IfcCurtainWallType, OdIfc4x3_rc4::IfcDamper, OdIfc4x3_rc4::IfcDamperType, OdIfc4x3_rc4::IfcDeepFoundation, OdIfc4x3_rc4::IfcDeepFoundationType, OdIfc4x3_rc4::IfcDiscreteAccessory, OdIfc4x3_rc4::IfcDiscreteAccessoryType, OdIfc4x3_rc4::IfcDistributionBoard, OdIfc4x3_rc4::IfcDistributionBoardType, OdIfc4x3_rc4::IfcDistributionChamberElement, OdIfc4x3_rc4::IfcDistributionChamberElementType, OdIfc4x3_rc4::IfcDistributionCircuit, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionControlElementType, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionElementType, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionFlowElementType, OdIfc4x3_rc4::IfcDistributionPort, OdIfc4x3_rc4::IfcDistributionSystem, OdIfc4x3_rc4::IfcDoor, OdIfc4x3_rc4::IfcDoorLiningProperties, OdIfc4x3_rc4::IfcDoorPanelProperties, OdIfc4x3_rc4::IfcDoorStandardCase, OdIfc4x3_rc4::IfcDoorStyle, OdIfc4x3_rc4::IfcDoorType, OdIfc4x3_rc4::IfcDuctFitting, OdIfc4x3_rc4::IfcDuctFittingType, OdIfc4x3_rc4::IfcDuctSegment, OdIfc4x3_rc4::IfcDuctSegmentType, OdIfc4x3_rc4::IfcDuctSilencer, OdIfc4x3_rc4::IfcDuctSilencerType, OdIfc4x3_rc4::IfcEarthworksCut, OdIfc4x3_rc4::IfcEarthworksElement, OdIfc4x3_rc4::IfcEarthworksFill, OdIfc4x3_rc4::IfcElectricAppliance, OdIfc4x3_rc4::IfcElectricApplianceType, OdIfc4x3_rc4::IfcElectricDistributionBoard, OdIfc4x3_rc4::IfcElectricDistributionBoardType, OdIfc4x3_rc4::IfcElectricFlowStorageDevice, OdIfc4x3_rc4::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc4::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc4::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcElectricGenerator, OdIfc4x3_rc4::IfcElectricGeneratorType, OdIfc4x3_rc4::IfcElectricMotor, OdIfc4x3_rc4::IfcElectricMotorType, OdIfc4x3_rc4::IfcElectricTimeControl, OdIfc4x3_rc4::IfcElectricTimeControlType, OdIfc4x3_rc4::IfcElementAssembly, OdIfc4x3_rc4::IfcElementAssemblyType, OdIfc4x3_rc4::IfcElement, OdIfc4x3_rc4::IfcElementComponent, OdIfc4x3_rc4::IfcElementComponentType, OdIfc4x3_rc4::IfcElementQuantity, OdIfc4x3_rc4::IfcElementType, OdIfc4x3_rc4::IfcEnergyConversionDevice, OdIfc4x3_rc4::IfcEnergyConversionDeviceType, OdIfc4x3_rc4::IfcEngine, OdIfc4x3_rc4::IfcEngineType, OdIfc4x3_rc4::IfcEvaporativeCooler, OdIfc4x3_rc4::IfcEvaporativeCoolerType, OdIfc4x3_rc4::IfcEvaporator, OdIfc4x3_rc4::IfcEvaporatorType, OdIfc4x3_rc4::IfcEvent, OdIfc4x3_rc4::IfcEventType, OdIfc4x3_rc4::IfcExternalSpatialElement, OdIfc4x3_rc4::IfcExternalSpatialStructureElement, OdIfc4x3_rc4::IfcFacility, OdIfc4x3_rc4::IfcFacilityPart, OdIfc4x3_rc4::IfcFan, OdIfc4x3_rc4::IfcFanType, OdIfc4x3_rc4::IfcFastener, OdIfc4x3_rc4::IfcFastenerType, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElement, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFilter, OdIfc4x3_rc4::IfcFilterType, OdIfc4x3_rc4::IfcFireSuppressionTerminal, OdIfc4x3_rc4::IfcFireSuppressionTerminalType, OdIfc4x3_rc4::IfcFlowController, OdIfc4x3_rc4::IfcFlowControllerType, OdIfc4x3_rc4::IfcFlowFitting, OdIfc4x3_rc4::IfcFlowFittingType, OdIfc4x3_rc4::IfcFlowInstrument, OdIfc4x3_rc4::IfcFlowInstrumentType, OdIfc4x3_rc4::IfcFlowMeter, OdIfc4x3_rc4::IfcFlowMeterType, OdIfc4x3_rc4::IfcFlowMovingDevice, OdIfc4x3_rc4::IfcFlowMovingDeviceType, OdIfc4x3_rc4::IfcFlowSegment, OdIfc4x3_rc4::IfcFlowSegmentType, OdIfc4x3_rc4::IfcFlowStorageDevice, OdIfc4x3_rc4::IfcFlowStorageDeviceType, OdIfc4x3_rc4::IfcFlowTerminal, OdIfc4x3_rc4::IfcFlowTerminalType, OdIfc4x3_rc4::IfcFlowTreatmentDevice, OdIfc4x3_rc4::IfcFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcFooting, OdIfc4x3_rc4::IfcFootingType, OdIfc4x3_rc4::IfcFurnishingElement, OdIfc4x3_rc4::IfcFurnishingElementType, OdIfc4x3_rc4::IfcFurniture, OdIfc4x3_rc4::IfcFurnitureType, OdIfc4x3_rc4::IfcGeographicElement, OdIfc4x3_rc4::IfcGeographicElementType, OdIfc4x3_rc4::IfcGeomodel, OdIfc4x3_rc4::IfcGeoslice, OdIfc4x3_rc4::IfcGeotechnicalAssembly, OdIfc4x3_rc4::IfcGeotechnicalElement, OdIfc4x3_rc4::IfcGeotechnicalStratum, OdIfc4x3_rc4::IfcGrid, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcHeatExchanger, OdIfc4x3_rc4::IfcHeatExchangerType, OdIfc4x3_rc4::IfcHumidifier, OdIfc4x3_rc4::IfcHumidifierType, OdIfc4x3_rc4::IfcImpactProtectionDevice, OdIfc4x3_rc4::IfcImpactProtectionDeviceType, OdIfc4x3_rc4::IfcInterceptor, OdIfc4x3_rc4::IfcInterceptorType, OdIfc4x3_rc4::IfcInventory, OdIfc4x3_rc4::IfcJunctionBox, OdIfc4x3_rc4::IfcJunctionBoxType, OdIfc4x3_rc4::IfcKerb, OdIfc4x3_rc4::IfcKerbType, OdIfc4x3_rc4::IfcLaborResource, OdIfc4x3_rc4::IfcLaborResourceType, OdIfc4x3_rc4::IfcLamp, OdIfc4x3_rc4::IfcLampType, OdIfc4x3_rc4::IfcLightFixture, OdIfc4x3_rc4::IfcLightFixtureType, OdIfc4x3_rc4::IfcLinearElement, OdIfc4x3_rc4::IfcLinearPositioningElement, OdIfc4x3_rc4::IfcLiquidTerminal, OdIfc4x3_rc4::IfcLiquidTerminalType, OdIfc4x3_rc4::IfcMarineFacility, OdIfc4x3_rc4::IfcMechanicalFastener, OdIfc4x3_rc4::IfcMechanicalFastenerType, OdIfc4x3_rc4::IfcMedicalDevice, OdIfc4x3_rc4::IfcMedicalDeviceType, OdIfc4x3_rc4::IfcMember, OdIfc4x3_rc4::IfcMemberStandardCase, OdIfc4x3_rc4::IfcMemberType, OdIfc4x3_rc4::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc4::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc4::IfcMooringDevice, OdIfc4x3_rc4::IfcMooringDeviceType, OdIfc4x3_rc4::IfcMotorConnection, OdIfc4x3_rc4::IfcMotorConnectionType, OdIfc4x3_rc4::IfcNavigationElement, OdIfc4x3_rc4::IfcNavigationElementType, OdIfc4x3_rc4::IfcObject, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcOccupant, OdIfc4x3_rc4::IfcOpeningElement, OdIfc4x3_rc4::IfcOpeningStandardCase, OdIfc4x3_rc4::IfcOutlet, OdIfc4x3_rc4::IfcOutletType, OdIfc4x3_rc4::IfcPavement, OdIfc4x3_rc4::IfcPavementType, OdIfc4x3_rc4::IfcPerformanceHistory, OdIfc4x3_rc4::IfcPermeableCoveringProperties, OdIfc4x3_rc4::IfcPermit, OdIfc4x3_rc4::IfcPile, OdIfc4x3_rc4::IfcPileType, OdIfc4x3_rc4::IfcPipeFitting, OdIfc4x3_rc4::IfcPipeFittingType, OdIfc4x3_rc4::IfcPipeSegment, OdIfc4x3_rc4::IfcPipeSegmentType, OdIfc4x3_rc4::IfcPlant, OdIfc4x3_rc4::IfcPlate, OdIfc4x3_rc4::IfcPlateStandardCase, OdIfc4x3_rc4::IfcPlateType, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcPreDefinedPropertySet, OdIfc4x3_rc4::IfcProcedure, OdIfc4x3_rc4::IfcProcedureType, OdIfc4x3_rc4::IfcProcess, OdIfc4x3_rc4::IfcProduct, OdIfc4x3_rc4::IfcProject, OdIfc4x3_rc4::IfcProjectionElement, OdIfc4x3_rc4::IfcProjectLibrary, OdIfc4x3_rc4::IfcProjectOrder, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertySet, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetTemplate, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcPropertyTemplateDefinition, OdIfc4x3_rc4::IfcProtectiveDevice, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc4::IfcProtectiveDeviceType, OdIfc4x3_rc4::IfcProxy, OdIfc4x3_rc4::IfcPump, OdIfc4x3_rc4::IfcPumpType, OdIfc4x3_rc4::IfcQuantitySet, OdIfc4x3_rc4::IfcRail, OdIfc4x3_rc4::IfcRailing, OdIfc4x3_rc4::IfcRailingType, OdIfc4x3_rc4::IfcRailType, OdIfc4x3_rc4::IfcRailway, OdIfc4x3_rc4::IfcRamp, OdIfc4x3_rc4::IfcRampFlight, OdIfc4x3_rc4::IfcRampFlightType, OdIfc4x3_rc4::IfcRampType, OdIfc4x3_rc4::IfcReferent, OdIfc4x3_rc4::IfcReinforcedSoil, OdIfc4x3_rc4::IfcReinforcementDefinitionProperties, OdIfc4x3_rc4::IfcReinforcingBar, OdIfc4x3_rc4::IfcReinforcingBarType, OdIfc4x3_rc4::IfcReinforcingElement, OdIfc4x3_rc4::IfcReinforcingElementType, OdIfc4x3_rc4::IfcReinforcingMesh, OdIfc4x3_rc4::IfcReinforcingMeshType, OdIfc4x3_rc4::IfcRelAdheresToElement, OdIfc4x3_rc4::IfcRelAggregates, OdIfc4x3_rc4::IfcRelAssigns, OdIfc4x3_rc4::IfcRelAssignsToActor, OdIfc4x3_rc4::IfcRelAssignsToControl, OdIfc4x3_rc4::IfcRelAssignsToGroup, OdIfc4x3_rc4::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc4::IfcRelAssignsToProcess, OdIfc4x3_rc4::IfcRelAssignsToProduct, OdIfc4x3_rc4::IfcRelAssignsToResource, OdIfc4x3_rc4::IfcRelAssociatesApproval, OdIfc4x3_rc4::IfcRelAssociates, OdIfc4x3_rc4::IfcRelAssociatesClassification, OdIfc4x3_rc4::IfcRelAssociatesConstraint, OdIfc4x3_rc4::IfcRelAssociatesDocument, OdIfc4x3_rc4::IfcRelAssociatesLibrary, OdIfc4x3_rc4::IfcRelAssociatesMaterial, OdIfc4x3_rc4::IfcRelAssociatesProfileDef, OdIfc4x3_rc4::IfcRelationship, OdIfc4x3_rc4::IfcRelConnects, OdIfc4x3_rc4::IfcRelConnectsElements, OdIfc4x3_rc4::IfcRelConnectsPathElements, OdIfc4x3_rc4::IfcRelConnectsPorts, OdIfc4x3_rc4::IfcRelConnectsPortToElement, OdIfc4x3_rc4::IfcRelConnectsStructuralActivity, OdIfc4x3_rc4::IfcRelConnectsStructuralMember, OdIfc4x3_rc4::IfcRelConnectsWithEccentricity, OdIfc4x3_rc4::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc4::IfcRelContainedInSpatialStructure, OdIfc4x3_rc4::IfcRelCoversBldgElements, OdIfc4x3_rc4::IfcRelCoversSpaces, OdIfc4x3_rc4::IfcRelDeclares, OdIfc4x3_rc4::IfcRelDecomposes, OdIfc4x3_rc4::IfcRelDefines, OdIfc4x3_rc4::IfcRelDefinesByObject, OdIfc4x3_rc4::IfcRelDefinesByProperties, OdIfc4x3_rc4::IfcRelDefinesByTemplate, OdIfc4x3_rc4::IfcRelDefinesByType, OdIfc4x3_rc4::IfcRelFillsElement, OdIfc4x3_rc4::IfcRelFlowControlElements, OdIfc4x3_rc4::IfcRelInterferesElements, OdIfc4x3_rc4::IfcRelNests, OdIfc4x3_rc4::IfcRelPositions, OdIfc4x3_rc4::IfcRelProjectsElement, OdIfc4x3_rc4::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc4::IfcRelSequence, OdIfc4x3_rc4::IfcRelServicesBuildings, OdIfc4x3_rc4::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary, OdIfc4x3_rc4::IfcRelVoidsElement, OdIfc4x3_rc4::IfcResource, OdIfc4x3_rc4::IfcRoad, OdIfc4x3_rc4::IfcRoof, OdIfc4x3_rc4::IfcRoofType, OdIfc4x3_rc4::IfcSanitaryTerminal, OdIfc4x3_rc4::IfcSanitaryTerminalType, OdIfc4x3_rc4::IfcSensor, OdIfc4x3_rc4::IfcSensorType, OdIfc4x3_rc4::IfcShadingDevice, OdIfc4x3_rc4::IfcShadingDeviceType, OdIfc4x3_rc4::IfcSignal, OdIfc4x3_rc4::IfcSignalType, OdIfc4x3_rc4::IfcSign, OdIfc4x3_rc4::IfcSignType, OdIfc4x3_rc4::IfcSimplePropertyTemplate, OdIfc4x3_rc4::IfcSite, OdIfc4x3_rc4::IfcSlab, OdIfc4x3_rc4::IfcSlabElementedCase, OdIfc4x3_rc4::IfcSlabStandardCase, OdIfc4x3_rc4::IfcSlabType, OdIfc4x3_rc4::IfcSolarDevice, OdIfc4x3_rc4::IfcSolarDeviceType, OdIfc4x3_rc4::IfcSolidStratum, OdIfc4x3_rc4::IfcSpace, OdIfc4x3_rc4::IfcSpaceHeater, OdIfc4x3_rc4::IfcSpaceHeaterType, OdIfc4x3_rc4::IfcSpaceType, OdIfc4x3_rc4::IfcSpatialElement, OdIfc4x3_rc4::IfcSpatialElementType, OdIfc4x3_rc4::IfcSpatialStructureElement, OdIfc4x3_rc4::IfcSpatialStructureElementType, OdIfc4x3_rc4::IfcSpatialZone, OdIfc4x3_rc4::IfcSpatialZoneType, OdIfc4x3_rc4::IfcStackTerminal, OdIfc4x3_rc4::IfcStackTerminalType, OdIfc4x3_rc4::IfcStair, OdIfc4x3_rc4::IfcStairFlight, OdIfc4x3_rc4::IfcStairFlightType, OdIfc4x3_rc4::IfcStairType, OdIfc4x3_rc4::IfcStructuralAction, OdIfc4x3_rc4::IfcStructuralActivity, OdIfc4x3_rc4::IfcStructuralAnalysisModel, OdIfc4x3_rc4::IfcStructuralConnection, OdIfc4x3_rc4::IfcStructuralCurveAction, OdIfc4x3_rc4::IfcStructuralCurveConnection, OdIfc4x3_rc4::IfcStructuralCurveMember, OdIfc4x3_rc4::IfcStructuralCurveMemberVarying, OdIfc4x3_rc4::IfcStructuralCurveReaction, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralLinearAction, OdIfc4x3_rc4::IfcStructuralLoadCase, OdIfc4x3_rc4::IfcStructuralLoadGroup, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralPlanarAction, OdIfc4x3_rc4::IfcStructuralPointAction, OdIfc4x3_rc4::IfcStructuralPointConnection, OdIfc4x3_rc4::IfcStructuralPointReaction, OdIfc4x3_rc4::IfcStructuralReaction, OdIfc4x3_rc4::IfcStructuralResultGroup, OdIfc4x3_rc4::IfcStructuralSurfaceAction, OdIfc4x3_rc4::IfcStructuralSurfaceConnection, OdIfc4x3_rc4::IfcStructuralSurfaceMember, OdIfc4x3_rc4::IfcStructuralSurfaceMemberVarying, OdIfc4x3_rc4::IfcStructuralSurfaceReaction, OdIfc4x3_rc4::IfcSubContractResource, OdIfc4x3_rc4::IfcSubContractResourceType, OdIfc4x3_rc4::IfcSurfaceFeature, OdIfc4x3_rc4::IfcSwitchingDevice, OdIfc4x3_rc4::IfcSwitchingDeviceType, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystemFurnitureElement, OdIfc4x3_rc4::IfcSystemFurnitureElementType, OdIfc4x3_rc4::IfcTank, OdIfc4x3_rc4::IfcTankType, OdIfc4x3_rc4::IfcTask, OdIfc4x3_rc4::IfcTaskType, OdIfc4x3_rc4::IfcTendonAnchor, OdIfc4x3_rc4::IfcTendonAnchorType, OdIfc4x3_rc4::IfcTendon, OdIfc4x3_rc4::IfcTendonConduit, OdIfc4x3_rc4::IfcTendonConduitType, OdIfc4x3_rc4::IfcTendonType, OdIfc4x3_rc4::IfcTrackElement, OdIfc4x3_rc4::IfcTrackElementType, OdIfc4x3_rc4::IfcTransformer, OdIfc4x3_rc4::IfcTransformerType, OdIfc4x3_rc4::IfcTransportElement, OdIfc4x3_rc4::IfcTransportElementType, OdIfc4x3_rc4::IfcTubeBundle, OdIfc4x3_rc4::IfcTubeBundleType, OdIfc4x3_rc4::IfcTypeObject, OdIfc4x3_rc4::IfcTypeProcess, OdIfc4x3_rc4::IfcTypeProduct, OdIfc4x3_rc4::IfcTypeResource, OdIfc4x3_rc4::IfcUnitaryControlElement, OdIfc4x3_rc4::IfcUnitaryControlElementType, OdIfc4x3_rc4::IfcUnitaryEquipment, OdIfc4x3_rc4::IfcUnitaryEquipmentType, OdIfc4x3_rc4::IfcValve, OdIfc4x3_rc4::IfcValveType, OdIfc4x3_rc4::IfcVibrationDamper, OdIfc4x3_rc4::IfcVibrationDamperType, OdIfc4x3_rc4::IfcVibrationIsolator, OdIfc4x3_rc4::IfcVibrationIsolatorType, OdIfc4x3_rc4::IfcVirtualElement, OdIfc4x3_rc4::IfcVoidingFeature, OdIfc4x3_rc4::IfcVoidStratum, OdIfc4x3_rc4::IfcWall, OdIfc4x3_rc4::IfcWallElementedCase, OdIfc4x3_rc4::IfcWallStandardCase, OdIfc4x3_rc4::IfcWallType, OdIfc4x3_rc4::IfcWasteTerminal, OdIfc4x3_rc4::IfcWasteTerminalType, OdIfc4x3_rc4::IfcWaterStratum, OdIfc4x3_rc4::IfcWindow, OdIfc4x3_rc4::IfcWindowLiningProperties, OdIfc4x3_rc4::IfcWindowPanelProperties, OdIfc4x3_rc4::IfcWindowStandardCase, OdIfc4x3_rc4::IfcWindowStyle, OdIfc4x3_rc4::IfcWindowType, OdIfc4x3_rc4::IfcWorkCalendar, OdIfc4x3_rc4::IfcWorkControl, OdIfc4x3_rc4::IfcWorkPlan, OdIfc4x3_rc4::IfcWorkSchedule, and OdIfc4x3_rc4::IfcZone.

◆ unsetAttr() [1/2]

virtual void OdIfc4x3_rc4::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 OdIfc4x3_rc4::IfcActionRequest, OdIfc4x3_rc4::IfcActor, OdIfc4x3_rc4::IfcActuator, OdIfc4x3_rc4::IfcActuatorType, OdIfc4x3_rc4::IfcAirTerminal, OdIfc4x3_rc4::IfcAirTerminalBox, OdIfc4x3_rc4::IfcAirTerminalBoxType, OdIfc4x3_rc4::IfcAirTerminalType, OdIfc4x3_rc4::IfcAirToAirHeatRecovery, OdIfc4x3_rc4::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc4::IfcAlarm, OdIfc4x3_rc4::IfcAlarmType, OdIfc4x3_rc4::IfcAlignment, OdIfc4x3_rc4::IfcAlignmentCant, OdIfc4x3_rc4::IfcAlignmentSegment, OdIfc4x3_rc4::IfcAnnotation, OdIfc4x3_rc4::IfcAsset, OdIfc4x3_rc4::IfcAudioVisualAppliance, OdIfc4x3_rc4::IfcAudioVisualApplianceType, OdIfc4x3_rc4::IfcBeam, OdIfc4x3_rc4::IfcBeamType, OdIfc4x3_rc4::IfcBearing, OdIfc4x3_rc4::IfcBearingType, OdIfc4x3_rc4::IfcBoiler, OdIfc4x3_rc4::IfcBoilerType, OdIfc4x3_rc4::IfcBridge, OdIfc4x3_rc4::IfcBuilding, OdIfc4x3_rc4::IfcBuildingElementPart, OdIfc4x3_rc4::IfcBuildingElementPartType, OdIfc4x3_rc4::IfcBuildingElementProxy, OdIfc4x3_rc4::IfcBuildingElementProxyType, OdIfc4x3_rc4::IfcBuildingStorey, OdIfc4x3_rc4::IfcBuildingSystem, OdIfc4x3_rc4::IfcBuiltSystem, OdIfc4x3_rc4::IfcBurner, OdIfc4x3_rc4::IfcBurnerType, OdIfc4x3_rc4::IfcCableCarrierFitting, OdIfc4x3_rc4::IfcCableCarrierFittingType, OdIfc4x3_rc4::IfcCableCarrierSegment, OdIfc4x3_rc4::IfcCableCarrierSegmentType, OdIfc4x3_rc4::IfcCableFitting, OdIfc4x3_rc4::IfcCableFittingType, OdIfc4x3_rc4::IfcCableSegment, OdIfc4x3_rc4::IfcCableSegmentType, OdIfc4x3_rc4::IfcCaissonFoundation, OdIfc4x3_rc4::IfcCaissonFoundationType, OdIfc4x3_rc4::IfcChiller, OdIfc4x3_rc4::IfcChillerType, OdIfc4x3_rc4::IfcChimney, OdIfc4x3_rc4::IfcChimneyType, OdIfc4x3_rc4::IfcCoil, OdIfc4x3_rc4::IfcCoilType, OdIfc4x3_rc4::IfcColumn, OdIfc4x3_rc4::IfcColumnType, OdIfc4x3_rc4::IfcCommunicationsAppliance, OdIfc4x3_rc4::IfcCommunicationsApplianceType, OdIfc4x3_rc4::IfcComplexPropertyTemplate, OdIfc4x3_rc4::IfcCompressor, OdIfc4x3_rc4::IfcCompressorType, OdIfc4x3_rc4::IfcCondenser, OdIfc4x3_rc4::IfcCondenserType, OdIfc4x3_rc4::IfcConstructionEquipmentResource, OdIfc4x3_rc4::IfcConstructionEquipmentResourceType, OdIfc4x3_rc4::IfcConstructionMaterialResource, OdIfc4x3_rc4::IfcConstructionMaterialResourceType, OdIfc4x3_rc4::IfcConstructionProductResource, OdIfc4x3_rc4::IfcConstructionProductResourceType, OdIfc4x3_rc4::IfcConstructionResource, OdIfc4x3_rc4::IfcConstructionResourceType, OdIfc4x3_rc4::IfcContext, OdIfc4x3_rc4::IfcControl, OdIfc4x3_rc4::IfcController, OdIfc4x3_rc4::IfcControllerType, OdIfc4x3_rc4::IfcConveyorSegment, OdIfc4x3_rc4::IfcConveyorSegmentType, OdIfc4x3_rc4::IfcCooledBeam, OdIfc4x3_rc4::IfcCooledBeamType, OdIfc4x3_rc4::IfcCoolingTower, OdIfc4x3_rc4::IfcCoolingTowerType, OdIfc4x3_rc4::IfcCostItem, OdIfc4x3_rc4::IfcCostSchedule, OdIfc4x3_rc4::IfcCourse, OdIfc4x3_rc4::IfcCourseType, OdIfc4x3_rc4::IfcCovering, OdIfc4x3_rc4::IfcCoveringType, OdIfc4x3_rc4::IfcCrewResource, OdIfc4x3_rc4::IfcCrewResourceType, OdIfc4x3_rc4::IfcCurtainWall, OdIfc4x3_rc4::IfcCurtainWallType, OdIfc4x3_rc4::IfcDamper, OdIfc4x3_rc4::IfcDamperType, OdIfc4x3_rc4::IfcDiscreteAccessory, OdIfc4x3_rc4::IfcDiscreteAccessoryType, OdIfc4x3_rc4::IfcDistributionBoard, OdIfc4x3_rc4::IfcDistributionBoardType, OdIfc4x3_rc4::IfcDistributionChamberElement, OdIfc4x3_rc4::IfcDistributionChamberElementType, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionPort, OdIfc4x3_rc4::IfcDistributionSystem, OdIfc4x3_rc4::IfcDoor, OdIfc4x3_rc4::IfcDoorLiningProperties, OdIfc4x3_rc4::IfcDoorPanelProperties, OdIfc4x3_rc4::IfcDoorStyle, OdIfc4x3_rc4::IfcDoorType, OdIfc4x3_rc4::IfcDuctFitting, OdIfc4x3_rc4::IfcDuctFittingType, OdIfc4x3_rc4::IfcDuctSegment, OdIfc4x3_rc4::IfcDuctSegmentType, OdIfc4x3_rc4::IfcDuctSilencer, OdIfc4x3_rc4::IfcDuctSilencerType, OdIfc4x3_rc4::IfcEarthworksCut, OdIfc4x3_rc4::IfcEarthworksFill, OdIfc4x3_rc4::IfcElectricAppliance, OdIfc4x3_rc4::IfcElectricApplianceType, OdIfc4x3_rc4::IfcElectricDistributionBoard, OdIfc4x3_rc4::IfcElectricDistributionBoardType, OdIfc4x3_rc4::IfcElectricFlowStorageDevice, OdIfc4x3_rc4::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc4::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc4::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcElectricGenerator, OdIfc4x3_rc4::IfcElectricGeneratorType, OdIfc4x3_rc4::IfcElectricMotor, OdIfc4x3_rc4::IfcElectricMotorType, OdIfc4x3_rc4::IfcElectricTimeControl, OdIfc4x3_rc4::IfcElectricTimeControlType, OdIfc4x3_rc4::IfcElementAssembly, OdIfc4x3_rc4::IfcElementAssemblyType, OdIfc4x3_rc4::IfcElement, OdIfc4x3_rc4::IfcElementQuantity, OdIfc4x3_rc4::IfcElementType, OdIfc4x3_rc4::IfcEngine, OdIfc4x3_rc4::IfcEngineType, OdIfc4x3_rc4::IfcEvaporativeCooler, OdIfc4x3_rc4::IfcEvaporativeCoolerType, OdIfc4x3_rc4::IfcEvaporator, OdIfc4x3_rc4::IfcEvaporatorType, OdIfc4x3_rc4::IfcEvent, OdIfc4x3_rc4::IfcEventType, OdIfc4x3_rc4::IfcExternalSpatialElement, OdIfc4x3_rc4::IfcFacilityPart, OdIfc4x3_rc4::IfcFan, OdIfc4x3_rc4::IfcFanType, OdIfc4x3_rc4::IfcFastener, OdIfc4x3_rc4::IfcFastenerType, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFilter, OdIfc4x3_rc4::IfcFilterType, OdIfc4x3_rc4::IfcFireSuppressionTerminal, OdIfc4x3_rc4::IfcFireSuppressionTerminalType, OdIfc4x3_rc4::IfcFlowInstrument, OdIfc4x3_rc4::IfcFlowInstrumentType, OdIfc4x3_rc4::IfcFlowMeter, OdIfc4x3_rc4::IfcFlowMeterType, OdIfc4x3_rc4::IfcFooting, OdIfc4x3_rc4::IfcFootingType, OdIfc4x3_rc4::IfcFurniture, OdIfc4x3_rc4::IfcFurnitureType, OdIfc4x3_rc4::IfcGeographicElement, OdIfc4x3_rc4::IfcGeographicElementType, OdIfc4x3_rc4::IfcGrid, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcHeatExchanger, OdIfc4x3_rc4::IfcHeatExchangerType, OdIfc4x3_rc4::IfcHumidifier, OdIfc4x3_rc4::IfcHumidifierType, OdIfc4x3_rc4::IfcImpactProtectionDevice, OdIfc4x3_rc4::IfcImpactProtectionDeviceType, OdIfc4x3_rc4::IfcInterceptor, OdIfc4x3_rc4::IfcInterceptorType, OdIfc4x3_rc4::IfcInventory, OdIfc4x3_rc4::IfcJunctionBox, OdIfc4x3_rc4::IfcJunctionBoxType, OdIfc4x3_rc4::IfcKerb, OdIfc4x3_rc4::IfcKerbType, OdIfc4x3_rc4::IfcLaborResource, OdIfc4x3_rc4::IfcLaborResourceType, OdIfc4x3_rc4::IfcLamp, OdIfc4x3_rc4::IfcLampType, OdIfc4x3_rc4::IfcLightFixture, OdIfc4x3_rc4::IfcLightFixtureType, OdIfc4x3_rc4::IfcLiquidTerminal, OdIfc4x3_rc4::IfcLiquidTerminalType, OdIfc4x3_rc4::IfcMarineFacility, OdIfc4x3_rc4::IfcMechanicalFastener, OdIfc4x3_rc4::IfcMechanicalFastenerType, OdIfc4x3_rc4::IfcMedicalDevice, OdIfc4x3_rc4::IfcMedicalDeviceType, OdIfc4x3_rc4::IfcMember, OdIfc4x3_rc4::IfcMemberType, OdIfc4x3_rc4::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc4::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc4::IfcMooringDevice, OdIfc4x3_rc4::IfcMooringDeviceType, OdIfc4x3_rc4::IfcMotorConnection, OdIfc4x3_rc4::IfcMotorConnectionType, OdIfc4x3_rc4::IfcNavigationElement, OdIfc4x3_rc4::IfcNavigationElementType, OdIfc4x3_rc4::IfcObject, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcOccupant, OdIfc4x3_rc4::IfcOpeningElement, OdIfc4x3_rc4::IfcOutlet, OdIfc4x3_rc4::IfcOutletType, OdIfc4x3_rc4::IfcPavement, OdIfc4x3_rc4::IfcPavementType, OdIfc4x3_rc4::IfcPerformanceHistory, OdIfc4x3_rc4::IfcPermeableCoveringProperties, OdIfc4x3_rc4::IfcPermit, OdIfc4x3_rc4::IfcPile, OdIfc4x3_rc4::IfcPileType, OdIfc4x3_rc4::IfcPipeFitting, OdIfc4x3_rc4::IfcPipeFittingType, OdIfc4x3_rc4::IfcPipeSegment, OdIfc4x3_rc4::IfcPipeSegmentType, OdIfc4x3_rc4::IfcPlate, OdIfc4x3_rc4::IfcPlateType, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcProcedure, OdIfc4x3_rc4::IfcProcedureType, OdIfc4x3_rc4::IfcProcess, OdIfc4x3_rc4::IfcProduct, OdIfc4x3_rc4::IfcProjectionElement, OdIfc4x3_rc4::IfcProjectOrder, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertySet, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetTemplate, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcProtectiveDevice, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc4::IfcProtectiveDeviceType, OdIfc4x3_rc4::IfcProxy, OdIfc4x3_rc4::IfcPump, OdIfc4x3_rc4::IfcPumpType, OdIfc4x3_rc4::IfcRail, OdIfc4x3_rc4::IfcRailing, OdIfc4x3_rc4::IfcRailingType, OdIfc4x3_rc4::IfcRailType, OdIfc4x3_rc4::IfcRailway, OdIfc4x3_rc4::IfcRamp, OdIfc4x3_rc4::IfcRampFlight, OdIfc4x3_rc4::IfcRampFlightType, OdIfc4x3_rc4::IfcRampType, OdIfc4x3_rc4::IfcReferent, OdIfc4x3_rc4::IfcReinforcedSoil, OdIfc4x3_rc4::IfcReinforcementDefinitionProperties, OdIfc4x3_rc4::IfcReinforcingBar, OdIfc4x3_rc4::IfcReinforcingBarType, OdIfc4x3_rc4::IfcReinforcingElement, OdIfc4x3_rc4::IfcReinforcingMesh, OdIfc4x3_rc4::IfcReinforcingMeshType, OdIfc4x3_rc4::IfcRelAdheresToElement, OdIfc4x3_rc4::IfcRelAggregates, OdIfc4x3_rc4::IfcRelAssigns, OdIfc4x3_rc4::IfcRelAssignsToActor, OdIfc4x3_rc4::IfcRelAssignsToControl, OdIfc4x3_rc4::IfcRelAssignsToGroup, OdIfc4x3_rc4::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc4::IfcRelAssignsToProcess, OdIfc4x3_rc4::IfcRelAssignsToProduct, OdIfc4x3_rc4::IfcRelAssignsToResource, OdIfc4x3_rc4::IfcRelAssociatesApproval, OdIfc4x3_rc4::IfcRelAssociates, OdIfc4x3_rc4::IfcRelAssociatesClassification, OdIfc4x3_rc4::IfcRelAssociatesConstraint, OdIfc4x3_rc4::IfcRelAssociatesDocument, OdIfc4x3_rc4::IfcRelAssociatesLibrary, OdIfc4x3_rc4::IfcRelAssociatesMaterial, OdIfc4x3_rc4::IfcRelAssociatesProfileDef, OdIfc4x3_rc4::IfcRelConnectsElements, OdIfc4x3_rc4::IfcRelConnectsPathElements, OdIfc4x3_rc4::IfcRelConnectsPorts, OdIfc4x3_rc4::IfcRelConnectsPortToElement, OdIfc4x3_rc4::IfcRelConnectsStructuralActivity, OdIfc4x3_rc4::IfcRelConnectsStructuralMember, OdIfc4x3_rc4::IfcRelConnectsWithEccentricity, OdIfc4x3_rc4::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc4::IfcRelContainedInSpatialStructure, OdIfc4x3_rc4::IfcRelCoversBldgElements, OdIfc4x3_rc4::IfcRelCoversSpaces, OdIfc4x3_rc4::IfcRelDeclares, OdIfc4x3_rc4::IfcRelDefinesByObject, OdIfc4x3_rc4::IfcRelDefinesByProperties, OdIfc4x3_rc4::IfcRelDefinesByTemplate, OdIfc4x3_rc4::IfcRelDefinesByType, OdIfc4x3_rc4::IfcRelFillsElement, OdIfc4x3_rc4::IfcRelFlowControlElements, OdIfc4x3_rc4::IfcRelInterferesElements, OdIfc4x3_rc4::IfcRelNests, OdIfc4x3_rc4::IfcRelPositions, OdIfc4x3_rc4::IfcRelProjectsElement, OdIfc4x3_rc4::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc4::IfcRelSequence, OdIfc4x3_rc4::IfcRelServicesBuildings, OdIfc4x3_rc4::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary, OdIfc4x3_rc4::IfcRelVoidsElement, OdIfc4x3_rc4::IfcResource, OdIfc4x3_rc4::IfcRoad, OdIfc4x3_rc4::IfcRoof, OdIfc4x3_rc4::IfcRoofType, OdIfc4x3_rc4::IfcSanitaryTerminal, OdIfc4x3_rc4::IfcSanitaryTerminalType, OdIfc4x3_rc4::IfcSensor, OdIfc4x3_rc4::IfcSensorType, OdIfc4x3_rc4::IfcShadingDevice, OdIfc4x3_rc4::IfcShadingDeviceType, OdIfc4x3_rc4::IfcSignal, OdIfc4x3_rc4::IfcSignalType, OdIfc4x3_rc4::IfcSign, OdIfc4x3_rc4::IfcSignType, OdIfc4x3_rc4::IfcSimplePropertyTemplate, OdIfc4x3_rc4::IfcSite, OdIfc4x3_rc4::IfcSlab, OdIfc4x3_rc4::IfcSlabType, OdIfc4x3_rc4::IfcSolarDevice, OdIfc4x3_rc4::IfcSolarDeviceType, OdIfc4x3_rc4::IfcSpace, OdIfc4x3_rc4::IfcSpaceHeater, OdIfc4x3_rc4::IfcSpaceHeaterType, OdIfc4x3_rc4::IfcSpaceType, OdIfc4x3_rc4::IfcSpatialElement, OdIfc4x3_rc4::IfcSpatialElementType, OdIfc4x3_rc4::IfcSpatialStructureElement, OdIfc4x3_rc4::IfcSpatialZone, OdIfc4x3_rc4::IfcSpatialZoneType, OdIfc4x3_rc4::IfcStackTerminal, OdIfc4x3_rc4::IfcStackTerminalType, OdIfc4x3_rc4::IfcStair, OdIfc4x3_rc4::IfcStairFlight, OdIfc4x3_rc4::IfcStairFlightType, OdIfc4x3_rc4::IfcStairType, OdIfc4x3_rc4::IfcStructuralAction, OdIfc4x3_rc4::IfcStructuralActivity, OdIfc4x3_rc4::IfcStructuralAnalysisModel, OdIfc4x3_rc4::IfcStructuralConnection, OdIfc4x3_rc4::IfcStructuralCurveAction, OdIfc4x3_rc4::IfcStructuralCurveConnection, OdIfc4x3_rc4::IfcStructuralCurveMember, OdIfc4x3_rc4::IfcStructuralCurveReaction, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralLoadCase, OdIfc4x3_rc4::IfcStructuralLoadGroup, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralPointConnection, OdIfc4x3_rc4::IfcStructuralResultGroup, OdIfc4x3_rc4::IfcStructuralSurfaceAction, OdIfc4x3_rc4::IfcStructuralSurfaceMember, OdIfc4x3_rc4::IfcStructuralSurfaceReaction, OdIfc4x3_rc4::IfcSubContractResource, OdIfc4x3_rc4::IfcSubContractResourceType, OdIfc4x3_rc4::IfcSurfaceFeature, OdIfc4x3_rc4::IfcSwitchingDevice, OdIfc4x3_rc4::IfcSwitchingDeviceType, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystemFurnitureElement, OdIfc4x3_rc4::IfcSystemFurnitureElementType, OdIfc4x3_rc4::IfcTank, OdIfc4x3_rc4::IfcTankType, OdIfc4x3_rc4::IfcTask, OdIfc4x3_rc4::IfcTaskType, OdIfc4x3_rc4::IfcTendonAnchor, OdIfc4x3_rc4::IfcTendonAnchorType, OdIfc4x3_rc4::IfcTendon, OdIfc4x3_rc4::IfcTendonConduit, OdIfc4x3_rc4::IfcTendonConduitType, OdIfc4x3_rc4::IfcTendonType, OdIfc4x3_rc4::IfcTrackElement, OdIfc4x3_rc4::IfcTrackElementType, OdIfc4x3_rc4::IfcTransformer, OdIfc4x3_rc4::IfcTransformerType, OdIfc4x3_rc4::IfcTransportElement, OdIfc4x3_rc4::IfcTransportElementType, OdIfc4x3_rc4::IfcTubeBundle, OdIfc4x3_rc4::IfcTubeBundleType, OdIfc4x3_rc4::IfcTypeObject, OdIfc4x3_rc4::IfcTypeProcess, OdIfc4x3_rc4::IfcTypeProduct, OdIfc4x3_rc4::IfcTypeResource, OdIfc4x3_rc4::IfcUnitaryControlElement, OdIfc4x3_rc4::IfcUnitaryControlElementType, OdIfc4x3_rc4::IfcUnitaryEquipment, OdIfc4x3_rc4::IfcUnitaryEquipmentType, OdIfc4x3_rc4::IfcValve, OdIfc4x3_rc4::IfcValveType, OdIfc4x3_rc4::IfcVibrationDamper, OdIfc4x3_rc4::IfcVibrationDamperType, OdIfc4x3_rc4::IfcVibrationIsolator, OdIfc4x3_rc4::IfcVibrationIsolatorType, OdIfc4x3_rc4::IfcVoidingFeature, OdIfc4x3_rc4::IfcWall, OdIfc4x3_rc4::IfcWallType, OdIfc4x3_rc4::IfcWasteTerminal, OdIfc4x3_rc4::IfcWasteTerminalType, OdIfc4x3_rc4::IfcWindow, OdIfc4x3_rc4::IfcWindowLiningProperties, OdIfc4x3_rc4::IfcWindowPanelProperties, OdIfc4x3_rc4::IfcWindowStyle, OdIfc4x3_rc4::IfcWindowType, OdIfc4x3_rc4::IfcWorkCalendar, OdIfc4x3_rc4::IfcWorkControl, OdIfc4x3_rc4::IfcWorkPlan, OdIfc4x3_rc4::IfcWorkSchedule, and OdIfc4x3_rc4::IfcZone.

◆ unsetAttr() [2/2]

virtual void OdIfc4x3_rc4::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 OdIfc4x3_rc4::IfcActionRequest, OdIfc4x3_rc4::IfcActor, OdIfc4x3_rc4::IfcActuator, OdIfc4x3_rc4::IfcActuatorType, OdIfc4x3_rc4::IfcAirTerminal, OdIfc4x3_rc4::IfcAirTerminalBox, OdIfc4x3_rc4::IfcAirTerminalBoxType, OdIfc4x3_rc4::IfcAirTerminalType, OdIfc4x3_rc4::IfcAirToAirHeatRecovery, OdIfc4x3_rc4::IfcAirToAirHeatRecoveryType, OdIfc4x3_rc4::IfcAlarm, OdIfc4x3_rc4::IfcAlarmType, OdIfc4x3_rc4::IfcAlignment, OdIfc4x3_rc4::IfcAlignmentCant, OdIfc4x3_rc4::IfcAlignmentSegment, OdIfc4x3_rc4::IfcAnnotation, OdIfc4x3_rc4::IfcAsset, OdIfc4x3_rc4::IfcAudioVisualAppliance, OdIfc4x3_rc4::IfcAudioVisualApplianceType, OdIfc4x3_rc4::IfcBeam, OdIfc4x3_rc4::IfcBeamType, OdIfc4x3_rc4::IfcBearing, OdIfc4x3_rc4::IfcBearingType, OdIfc4x3_rc4::IfcBoiler, OdIfc4x3_rc4::IfcBoilerType, OdIfc4x3_rc4::IfcBridge, OdIfc4x3_rc4::IfcBuilding, OdIfc4x3_rc4::IfcBuildingElementPart, OdIfc4x3_rc4::IfcBuildingElementPartType, OdIfc4x3_rc4::IfcBuildingElementProxy, OdIfc4x3_rc4::IfcBuildingElementProxyType, OdIfc4x3_rc4::IfcBuildingStorey, OdIfc4x3_rc4::IfcBuildingSystem, OdIfc4x3_rc4::IfcBuiltSystem, OdIfc4x3_rc4::IfcBurner, OdIfc4x3_rc4::IfcBurnerType, OdIfc4x3_rc4::IfcCableCarrierFitting, OdIfc4x3_rc4::IfcCableCarrierFittingType, OdIfc4x3_rc4::IfcCableCarrierSegment, OdIfc4x3_rc4::IfcCableCarrierSegmentType, OdIfc4x3_rc4::IfcCableFitting, OdIfc4x3_rc4::IfcCableFittingType, OdIfc4x3_rc4::IfcCableSegment, OdIfc4x3_rc4::IfcCableSegmentType, OdIfc4x3_rc4::IfcCaissonFoundation, OdIfc4x3_rc4::IfcCaissonFoundationType, OdIfc4x3_rc4::IfcChiller, OdIfc4x3_rc4::IfcChillerType, OdIfc4x3_rc4::IfcChimney, OdIfc4x3_rc4::IfcChimneyType, OdIfc4x3_rc4::IfcCoil, OdIfc4x3_rc4::IfcCoilType, OdIfc4x3_rc4::IfcColumn, OdIfc4x3_rc4::IfcColumnType, OdIfc4x3_rc4::IfcCommunicationsAppliance, OdIfc4x3_rc4::IfcCommunicationsApplianceType, OdIfc4x3_rc4::IfcComplexPropertyTemplate, OdIfc4x3_rc4::IfcCompressor, OdIfc4x3_rc4::IfcCompressorType, OdIfc4x3_rc4::IfcCondenser, OdIfc4x3_rc4::IfcCondenserType, OdIfc4x3_rc4::IfcConstructionEquipmentResource, OdIfc4x3_rc4::IfcConstructionEquipmentResourceType, OdIfc4x3_rc4::IfcConstructionMaterialResource, OdIfc4x3_rc4::IfcConstructionMaterialResourceType, OdIfc4x3_rc4::IfcConstructionProductResource, OdIfc4x3_rc4::IfcConstructionProductResourceType, OdIfc4x3_rc4::IfcConstructionResource, OdIfc4x3_rc4::IfcConstructionResourceType, OdIfc4x3_rc4::IfcContext, OdIfc4x3_rc4::IfcControl, OdIfc4x3_rc4::IfcController, OdIfc4x3_rc4::IfcControllerType, OdIfc4x3_rc4::IfcConveyorSegment, OdIfc4x3_rc4::IfcConveyorSegmentType, OdIfc4x3_rc4::IfcCooledBeam, OdIfc4x3_rc4::IfcCooledBeamType, OdIfc4x3_rc4::IfcCoolingTower, OdIfc4x3_rc4::IfcCoolingTowerType, OdIfc4x3_rc4::IfcCostItem, OdIfc4x3_rc4::IfcCostSchedule, OdIfc4x3_rc4::IfcCourse, OdIfc4x3_rc4::IfcCourseType, OdIfc4x3_rc4::IfcCovering, OdIfc4x3_rc4::IfcCoveringType, OdIfc4x3_rc4::IfcCrewResource, OdIfc4x3_rc4::IfcCrewResourceType, OdIfc4x3_rc4::IfcCurtainWall, OdIfc4x3_rc4::IfcCurtainWallType, OdIfc4x3_rc4::IfcDamper, OdIfc4x3_rc4::IfcDamperType, OdIfc4x3_rc4::IfcDiscreteAccessory, OdIfc4x3_rc4::IfcDiscreteAccessoryType, OdIfc4x3_rc4::IfcDistributionBoard, OdIfc4x3_rc4::IfcDistributionBoardType, OdIfc4x3_rc4::IfcDistributionChamberElement, OdIfc4x3_rc4::IfcDistributionChamberElementType, OdIfc4x3_rc4::IfcDistributionControlElement, OdIfc4x3_rc4::IfcDistributionElement, OdIfc4x3_rc4::IfcDistributionFlowElement, OdIfc4x3_rc4::IfcDistributionPort, OdIfc4x3_rc4::IfcDistributionSystem, OdIfc4x3_rc4::IfcDoor, OdIfc4x3_rc4::IfcDoorLiningProperties, OdIfc4x3_rc4::IfcDoorPanelProperties, OdIfc4x3_rc4::IfcDoorStyle, OdIfc4x3_rc4::IfcDoorType, OdIfc4x3_rc4::IfcDuctFitting, OdIfc4x3_rc4::IfcDuctFittingType, OdIfc4x3_rc4::IfcDuctSegment, OdIfc4x3_rc4::IfcDuctSegmentType, OdIfc4x3_rc4::IfcDuctSilencer, OdIfc4x3_rc4::IfcDuctSilencerType, OdIfc4x3_rc4::IfcEarthworksCut, OdIfc4x3_rc4::IfcEarthworksFill, OdIfc4x3_rc4::IfcElectricAppliance, OdIfc4x3_rc4::IfcElectricApplianceType, OdIfc4x3_rc4::IfcElectricDistributionBoard, OdIfc4x3_rc4::IfcElectricDistributionBoardType, OdIfc4x3_rc4::IfcElectricFlowStorageDevice, OdIfc4x3_rc4::IfcElectricFlowStorageDeviceType, OdIfc4x3_rc4::IfcElectricFlowTreatmentDevice, OdIfc4x3_rc4::IfcElectricFlowTreatmentDeviceType, OdIfc4x3_rc4::IfcElectricGenerator, OdIfc4x3_rc4::IfcElectricGeneratorType, OdIfc4x3_rc4::IfcElectricMotor, OdIfc4x3_rc4::IfcElectricMotorType, OdIfc4x3_rc4::IfcElectricTimeControl, OdIfc4x3_rc4::IfcElectricTimeControlType, OdIfc4x3_rc4::IfcElementAssembly, OdIfc4x3_rc4::IfcElementAssemblyType, OdIfc4x3_rc4::IfcElement, OdIfc4x3_rc4::IfcElementQuantity, OdIfc4x3_rc4::IfcElementType, OdIfc4x3_rc4::IfcEngine, OdIfc4x3_rc4::IfcEngineType, OdIfc4x3_rc4::IfcEvaporativeCooler, OdIfc4x3_rc4::IfcEvaporativeCoolerType, OdIfc4x3_rc4::IfcEvaporator, OdIfc4x3_rc4::IfcEvaporatorType, OdIfc4x3_rc4::IfcEvent, OdIfc4x3_rc4::IfcEventType, OdIfc4x3_rc4::IfcExternalSpatialElement, OdIfc4x3_rc4::IfcFacilityPart, OdIfc4x3_rc4::IfcFan, OdIfc4x3_rc4::IfcFanType, OdIfc4x3_rc4::IfcFastener, OdIfc4x3_rc4::IfcFastenerType, OdIfc4x3_rc4::IfcFeatureElementAddition, OdIfc4x3_rc4::IfcFeatureElementSubtraction, OdIfc4x3_rc4::IfcFilter, OdIfc4x3_rc4::IfcFilterType, OdIfc4x3_rc4::IfcFireSuppressionTerminal, OdIfc4x3_rc4::IfcFireSuppressionTerminalType, OdIfc4x3_rc4::IfcFlowInstrument, OdIfc4x3_rc4::IfcFlowInstrumentType, OdIfc4x3_rc4::IfcFlowMeter, OdIfc4x3_rc4::IfcFlowMeterType, OdIfc4x3_rc4::IfcFooting, OdIfc4x3_rc4::IfcFootingType, OdIfc4x3_rc4::IfcFurniture, OdIfc4x3_rc4::IfcFurnitureType, OdIfc4x3_rc4::IfcGeographicElement, OdIfc4x3_rc4::IfcGeographicElementType, OdIfc4x3_rc4::IfcGrid, OdIfc4x3_rc4::IfcGroup, OdIfc4x3_rc4::IfcHeatExchanger, OdIfc4x3_rc4::IfcHeatExchangerType, OdIfc4x3_rc4::IfcHumidifier, OdIfc4x3_rc4::IfcHumidifierType, OdIfc4x3_rc4::IfcImpactProtectionDevice, OdIfc4x3_rc4::IfcImpactProtectionDeviceType, OdIfc4x3_rc4::IfcInterceptor, OdIfc4x3_rc4::IfcInterceptorType, OdIfc4x3_rc4::IfcInventory, OdIfc4x3_rc4::IfcJunctionBox, OdIfc4x3_rc4::IfcJunctionBoxType, OdIfc4x3_rc4::IfcKerb, OdIfc4x3_rc4::IfcKerbType, OdIfc4x3_rc4::IfcLaborResource, OdIfc4x3_rc4::IfcLaborResourceType, OdIfc4x3_rc4::IfcLamp, OdIfc4x3_rc4::IfcLampType, OdIfc4x3_rc4::IfcLightFixture, OdIfc4x3_rc4::IfcLightFixtureType, OdIfc4x3_rc4::IfcLiquidTerminal, OdIfc4x3_rc4::IfcLiquidTerminalType, OdIfc4x3_rc4::IfcMarineFacility, OdIfc4x3_rc4::IfcMechanicalFastener, OdIfc4x3_rc4::IfcMechanicalFastenerType, OdIfc4x3_rc4::IfcMedicalDevice, OdIfc4x3_rc4::IfcMedicalDeviceType, OdIfc4x3_rc4::IfcMember, OdIfc4x3_rc4::IfcMemberType, OdIfc4x3_rc4::IfcMobileTelecommunicationsAppliance, OdIfc4x3_rc4::IfcMobileTelecommunicationsApplianceType, OdIfc4x3_rc4::IfcMooringDevice, OdIfc4x3_rc4::IfcMooringDeviceType, OdIfc4x3_rc4::IfcMotorConnection, OdIfc4x3_rc4::IfcMotorConnectionType, OdIfc4x3_rc4::IfcNavigationElement, OdIfc4x3_rc4::IfcNavigationElementType, OdIfc4x3_rc4::IfcObject, OdIfc4x3_rc4::IfcObjectDefinition, OdIfc4x3_rc4::IfcOccupant, OdIfc4x3_rc4::IfcOpeningElement, OdIfc4x3_rc4::IfcOutlet, OdIfc4x3_rc4::IfcOutletType, OdIfc4x3_rc4::IfcPavement, OdIfc4x3_rc4::IfcPavementType, OdIfc4x3_rc4::IfcPerformanceHistory, OdIfc4x3_rc4::IfcPermeableCoveringProperties, OdIfc4x3_rc4::IfcPermit, OdIfc4x3_rc4::IfcPile, OdIfc4x3_rc4::IfcPileType, OdIfc4x3_rc4::IfcPipeFitting, OdIfc4x3_rc4::IfcPipeFittingType, OdIfc4x3_rc4::IfcPipeSegment, OdIfc4x3_rc4::IfcPipeSegmentType, OdIfc4x3_rc4::IfcPlate, OdIfc4x3_rc4::IfcPlateType, OdIfc4x3_rc4::IfcPort, OdIfc4x3_rc4::IfcPositioningElement, OdIfc4x3_rc4::IfcProcedure, OdIfc4x3_rc4::IfcProcedureType, OdIfc4x3_rc4::IfcProcess, OdIfc4x3_rc4::IfcProduct, OdIfc4x3_rc4::IfcProjectionElement, OdIfc4x3_rc4::IfcProjectOrder, OdIfc4x3_rc4::IfcPropertyDefinition, OdIfc4x3_rc4::IfcPropertySet, OdIfc4x3_rc4::IfcPropertySetDefinition, OdIfc4x3_rc4::IfcPropertySetTemplate, OdIfc4x3_rc4::IfcPropertyTemplate, OdIfc4x3_rc4::IfcProtectiveDevice, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_rc4::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_rc4::IfcProtectiveDeviceType, OdIfc4x3_rc4::IfcProxy, OdIfc4x3_rc4::IfcPump, OdIfc4x3_rc4::IfcPumpType, OdIfc4x3_rc4::IfcRail, OdIfc4x3_rc4::IfcRailing, OdIfc4x3_rc4::IfcRailingType, OdIfc4x3_rc4::IfcRailType, OdIfc4x3_rc4::IfcRailway, OdIfc4x3_rc4::IfcRamp, OdIfc4x3_rc4::IfcRampFlight, OdIfc4x3_rc4::IfcRampFlightType, OdIfc4x3_rc4::IfcRampType, OdIfc4x3_rc4::IfcReferent, OdIfc4x3_rc4::IfcReinforcedSoil, OdIfc4x3_rc4::IfcReinforcementDefinitionProperties, OdIfc4x3_rc4::IfcReinforcingBar, OdIfc4x3_rc4::IfcReinforcingBarType, OdIfc4x3_rc4::IfcReinforcingElement, OdIfc4x3_rc4::IfcReinforcingMesh, OdIfc4x3_rc4::IfcReinforcingMeshType, OdIfc4x3_rc4::IfcRelAdheresToElement, OdIfc4x3_rc4::IfcRelAggregates, OdIfc4x3_rc4::IfcRelAssigns, OdIfc4x3_rc4::IfcRelAssignsToActor, OdIfc4x3_rc4::IfcRelAssignsToControl, OdIfc4x3_rc4::IfcRelAssignsToGroup, OdIfc4x3_rc4::IfcRelAssignsToGroupByFactor, OdIfc4x3_rc4::IfcRelAssignsToProcess, OdIfc4x3_rc4::IfcRelAssignsToProduct, OdIfc4x3_rc4::IfcRelAssignsToResource, OdIfc4x3_rc4::IfcRelAssociatesApproval, OdIfc4x3_rc4::IfcRelAssociates, OdIfc4x3_rc4::IfcRelAssociatesClassification, OdIfc4x3_rc4::IfcRelAssociatesConstraint, OdIfc4x3_rc4::IfcRelAssociatesDocument, OdIfc4x3_rc4::IfcRelAssociatesLibrary, OdIfc4x3_rc4::IfcRelAssociatesMaterial, OdIfc4x3_rc4::IfcRelAssociatesProfileDef, OdIfc4x3_rc4::IfcRelConnectsElements, OdIfc4x3_rc4::IfcRelConnectsPathElements, OdIfc4x3_rc4::IfcRelConnectsPorts, OdIfc4x3_rc4::IfcRelConnectsPortToElement, OdIfc4x3_rc4::IfcRelConnectsStructuralActivity, OdIfc4x3_rc4::IfcRelConnectsStructuralMember, OdIfc4x3_rc4::IfcRelConnectsWithEccentricity, OdIfc4x3_rc4::IfcRelConnectsWithRealizingElements, OdIfc4x3_rc4::IfcRelContainedInSpatialStructure, OdIfc4x3_rc4::IfcRelCoversBldgElements, OdIfc4x3_rc4::IfcRelCoversSpaces, OdIfc4x3_rc4::IfcRelDeclares, OdIfc4x3_rc4::IfcRelDefinesByObject, OdIfc4x3_rc4::IfcRelDefinesByProperties, OdIfc4x3_rc4::IfcRelDefinesByTemplate, OdIfc4x3_rc4::IfcRelDefinesByType, OdIfc4x3_rc4::IfcRelFillsElement, OdIfc4x3_rc4::IfcRelFlowControlElements, OdIfc4x3_rc4::IfcRelInterferesElements, OdIfc4x3_rc4::IfcRelNests, OdIfc4x3_rc4::IfcRelPositions, OdIfc4x3_rc4::IfcRelProjectsElement, OdIfc4x3_rc4::IfcRelReferencedInSpatialStructure, OdIfc4x3_rc4::IfcRelSequence, OdIfc4x3_rc4::IfcRelServicesBuildings, OdIfc4x3_rc4::IfcRelSpaceBoundary1stLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary2ndLevel, OdIfc4x3_rc4::IfcRelSpaceBoundary, OdIfc4x3_rc4::IfcRelVoidsElement, OdIfc4x3_rc4::IfcResource, OdIfc4x3_rc4::IfcRoad, OdIfc4x3_rc4::IfcRoof, OdIfc4x3_rc4::IfcRoofType, OdIfc4x3_rc4::IfcSanitaryTerminal, OdIfc4x3_rc4::IfcSanitaryTerminalType, OdIfc4x3_rc4::IfcSensor, OdIfc4x3_rc4::IfcSensorType, OdIfc4x3_rc4::IfcShadingDevice, OdIfc4x3_rc4::IfcShadingDeviceType, OdIfc4x3_rc4::IfcSignal, OdIfc4x3_rc4::IfcSignalType, OdIfc4x3_rc4::IfcSign, OdIfc4x3_rc4::IfcSignType, OdIfc4x3_rc4::IfcSimplePropertyTemplate, OdIfc4x3_rc4::IfcSite, OdIfc4x3_rc4::IfcSlab, OdIfc4x3_rc4::IfcSlabType, OdIfc4x3_rc4::IfcSolarDevice, OdIfc4x3_rc4::IfcSolarDeviceType, OdIfc4x3_rc4::IfcSpace, OdIfc4x3_rc4::IfcSpaceHeater, OdIfc4x3_rc4::IfcSpaceHeaterType, OdIfc4x3_rc4::IfcSpaceType, OdIfc4x3_rc4::IfcSpatialElement, OdIfc4x3_rc4::IfcSpatialElementType, OdIfc4x3_rc4::IfcSpatialStructureElement, OdIfc4x3_rc4::IfcSpatialZone, OdIfc4x3_rc4::IfcSpatialZoneType, OdIfc4x3_rc4::IfcStackTerminal, OdIfc4x3_rc4::IfcStackTerminalType, OdIfc4x3_rc4::IfcStair, OdIfc4x3_rc4::IfcStairFlight, OdIfc4x3_rc4::IfcStairFlightType, OdIfc4x3_rc4::IfcStairType, OdIfc4x3_rc4::IfcStructuralAction, OdIfc4x3_rc4::IfcStructuralActivity, OdIfc4x3_rc4::IfcStructuralAnalysisModel, OdIfc4x3_rc4::IfcStructuralConnection, OdIfc4x3_rc4::IfcStructuralCurveAction, OdIfc4x3_rc4::IfcStructuralCurveConnection, OdIfc4x3_rc4::IfcStructuralCurveMember, OdIfc4x3_rc4::IfcStructuralCurveReaction, OdIfc4x3_rc4::IfcStructuralItem, OdIfc4x3_rc4::IfcStructuralLoadCase, OdIfc4x3_rc4::IfcStructuralLoadGroup, OdIfc4x3_rc4::IfcStructuralMember, OdIfc4x3_rc4::IfcStructuralPointConnection, OdIfc4x3_rc4::IfcStructuralResultGroup, OdIfc4x3_rc4::IfcStructuralSurfaceAction, OdIfc4x3_rc4::IfcStructuralSurfaceMember, OdIfc4x3_rc4::IfcStructuralSurfaceReaction, OdIfc4x3_rc4::IfcSubContractResource, OdIfc4x3_rc4::IfcSubContractResourceType, OdIfc4x3_rc4::IfcSurfaceFeature, OdIfc4x3_rc4::IfcSwitchingDevice, OdIfc4x3_rc4::IfcSwitchingDeviceType, OdIfc4x3_rc4::IfcSystem, OdIfc4x3_rc4::IfcSystemFurnitureElement, OdIfc4x3_rc4::IfcSystemFurnitureElementType, OdIfc4x3_rc4::IfcTank, OdIfc4x3_rc4::IfcTankType, OdIfc4x3_rc4::IfcTask, OdIfc4x3_rc4::IfcTaskType, OdIfc4x3_rc4::IfcTendonAnchor, OdIfc4x3_rc4::IfcTendonAnchorType, OdIfc4x3_rc4::IfcTendon, OdIfc4x3_rc4::IfcTendonConduit, OdIfc4x3_rc4::IfcTendonConduitType, OdIfc4x3_rc4::IfcTendonType, OdIfc4x3_rc4::IfcTrackElement, OdIfc4x3_rc4::IfcTrackElementType, OdIfc4x3_rc4::IfcTransformer, OdIfc4x3_rc4::IfcTransformerType, OdIfc4x3_rc4::IfcTransportElement, OdIfc4x3_rc4::IfcTransportElementType, OdIfc4x3_rc4::IfcTubeBundle, OdIfc4x3_rc4::IfcTubeBundleType, OdIfc4x3_rc4::IfcTypeObject, OdIfc4x3_rc4::IfcTypeProcess, OdIfc4x3_rc4::IfcTypeProduct, OdIfc4x3_rc4::IfcTypeResource, OdIfc4x3_rc4::IfcUnitaryControlElement, OdIfc4x3_rc4::IfcUnitaryControlElementType, OdIfc4x3_rc4::IfcUnitaryEquipment, OdIfc4x3_rc4::IfcUnitaryEquipmentType, OdIfc4x3_rc4::IfcValve, OdIfc4x3_rc4::IfcValveType, OdIfc4x3_rc4::IfcVibrationDamper, OdIfc4x3_rc4::IfcVibrationDamperType, OdIfc4x3_rc4::IfcVibrationIsolator, OdIfc4x3_rc4::IfcVibrationIsolatorType, OdIfc4x3_rc4::IfcVoidingFeature, OdIfc4x3_rc4::IfcWall, OdIfc4x3_rc4::IfcWallType, OdIfc4x3_rc4::IfcWasteTerminal, OdIfc4x3_rc4::IfcWasteTerminalType, OdIfc4x3_rc4::IfcWindow, OdIfc4x3_rc4::IfcWindowLiningProperties, OdIfc4x3_rc4::IfcWindowPanelProperties, OdIfc4x3_rc4::IfcWindowStyle, OdIfc4x3_rc4::IfcWindowType, OdIfc4x3_rc4::IfcWorkCalendar, OdIfc4x3_rc4::IfcWorkControl, OdIfc4x3_rc4::IfcWorkPlan, OdIfc4x3_rc4::IfcWorkSchedule, and OdIfc4x3_rc4::IfcZone.

Member Data Documentation

◆ m_Description

OdAnsiString OdIfc4x3_rc4::IfcRoot::m_Description
protected

Definition at line 247 of file Ifc4x3_RC4/IfcRootAutoImpl.h.

◆ m_GlobalId

OdIfcGUID OdIfc4x3_rc4::IfcRoot::m_GlobalId
protected

Definition at line 244 of file Ifc4x3_RC4/IfcRootAutoImpl.h.

◆ m_Name

OdAnsiString OdIfc4x3_rc4::IfcRoot::m_Name
protected

Definition at line 246 of file Ifc4x3_RC4/IfcRootAutoImpl.h.

◆ m_OwnerHistory

OdDAIObjectId OdIfc4x3_rc4::IfcRoot::m_OwnerHistory
protected

Definition at line 245 of file Ifc4x3_RC4/IfcRootAutoImpl.h.


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