CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdIfc4x3_add2::IfcRoot Class Reference

#include <IfcRootAutoImpl.h>

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

Public Member Functions

OdDAI::CompressedGUID getGlobalId () const
 
void setGlobalId (OdDAI::CompressedGUID 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) override
 
virtual OdResult outFields (OdDAI::OdSpfFilerBase *wrFiler) override
 
virtual OdDAI::Entity * getInstanceType () const override
 
virtual OdRxValue getAttr (const char *attrName) const override
 
virtual bool comparedToEarlyImpl (const OdDAI::ApplicationInstance *pOther, OdRx::Ordering &ordering) const override
 
virtual void unsetAttr (const char *explicitAttrName) override
 
virtual bool testAttr (const char *explicitAttrName) const override
 
virtual bool putAttr (const char *explicitAttrName, const OdRxValue &val) override
 
virtual bool isKindOf (OdIfc::OdIfcEntityType entityType) const override
 
virtual OdIfc::OdIfcEntityType type () const override
 
virtual OdRxValue getAttr (const OdIfc::OdIfcAttribute attrDef) const override
 
virtual void unsetAttr (const OdIfc::OdIfcAttribute explicitAttrDef) override
 
virtual bool testAttr (const OdIfc::OdIfcAttribute explicitAttrDef) const override
 
virtual bool putAttr (const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val) override
 
- Public Member Functions inherited from OdIfc4x3_add2::OdIfc4x3Instance
void setInverseCounterParts () override
 
- Public Member Functions inherited from OdIfc::OdIfcInstance
 ODRX_DECLARE_MEMBERS (OdIfcInstance)
 
 OdIfcInstance ()
 
 ~OdIfcInstance ()
 
bool isInstanceOf (OdIfcEntityType entityType) const
 
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
 
virtual OdDbStub * ownerId () const
 

Protected Attributes

OdDAI::CompressedGUID m_GlobalId
 
OdDAIObjectId m_OwnerHistory
 
OdAnsiString m_Name
 
OdAnsiString m_Description
 
- Protected Attributes inherited from OdIfc::OdIfcInstance
voidm_resPtr
 
IfcOpResult m_resolved
 

Additional Inherited Members

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

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 can provide for a name and a description about the concepts.

Remarks
View definitions and implementation agreement can impose additional restrictions on the use of the OwnerHistory to handle object versioning.

\changes

IFC4 changes: The attribute OwnerHistory has been made OPTIONAL.

Definition at line 56 of file Ifc4x3/IfcRootAutoImpl.h.

Constructor & Destructor Documentation

◆ IfcRoot()

OdIfc4x3_add2::IfcRoot::IfcRoot ( )

Default constructor for the IfcRoot class.

Member Function Documentation

◆ comparedToEarlyImpl()

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

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

◆ getAttr() [1/2]

virtual OdRxValue OdIfc4x3_add2::IfcRoot::getAttr ( const char * attrName) const
overridevirtual

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

◆ getAttr() [2/2]

virtual OdRxValue OdIfc4x3_add2::IfcRoot::getAttr ( const OdIfc::OdIfcAttribute attrDef) const
overridevirtual

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::OdIfcInstance.

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

◆ getDescription()

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

Returns the description of an object.

Returns
String that contains description of the object.

◆ getGlobalId()

OdDAI::CompressedGUID OdIfc4x3_add2::IfcRoot::getGlobalId ( ) const

Returns a globally unique identifier within the entire software world.

Returns
The globally unique identifier value.

◆ getInstanceType()

virtual OdDAI::Entity * OdIfc4x3_add2::IfcRoot::getInstanceType ( ) const
overridevirtual

Returns a type of a class instance.

Returns
Pointer to the <exref target=https://docs.opendesign.com/tkernel_api_cpp/OdDAI__Entity.html>>OdDAI::Entity</exref> type that determines an entity definition within a schema.

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

◆ getName()

const OdAnsiString & OdIfc4x3_add2::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_add2::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_add2::IfcRoot::inFields ( OdDAI::OdSpfFilerBase * rdFiler)
overridevirtual

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

◆ isKindOf()

virtual bool OdIfc4x3_add2::IfcRoot::isKindOf ( OdIfc::OdIfcEntityType entityType) const
overridevirtual

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::OdIfcInstance.

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

◆ outFields()

virtual OdResult OdIfc4x3_add2::IfcRoot::outFields ( OdDAI::OdSpfFilerBase * wrFiler)
overridevirtual

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

◆ putAttr() [1/2]

virtual bool OdIfc4x3_add2::IfcRoot::putAttr ( const char * explicitAttrName,
const OdRxValue & val )
overridevirtual

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::OdIfcInstance.

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

◆ putAttr() [2/2]

virtual bool OdIfc4x3_add2::IfcRoot::putAttr ( const OdIfc::OdIfcAttribute explicitAttrDef,
const OdRxValue & val )
overridevirtual

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::OdIfcInstance.

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

◆ setDescription()

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

Sets the object description.

Parameters
DescriptionString that contains comments that describe an object.

◆ setGlobalId()

void OdIfc4x3_add2::IfcRoot::setGlobalId ( OdDAI::CompressedGUID 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_add2::IfcRoot::setName ( const OdAnsiString & Name)

Sets the name of the object.

Parameters
NameString that contains name of the object.

◆ setOwnerHistory()

void OdIfc4x3_add2::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_add2::IfcRoot::testAttr ( const char * explicitAttrName) const
overridevirtual

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::OdIfcInstance.

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

◆ testAttr() [2/2]

virtual bool OdIfc4x3_add2::IfcRoot::testAttr ( const OdIfc::OdIfcAttribute explicitAttrDef) const
overridevirtual

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::OdIfcInstance.

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

◆ type()

virtual OdIfc::OdIfcEntityType OdIfc4x3_add2::IfcRoot::type ( ) const
overridevirtual

Returns the type of this entity.

Returns
A value of the <exref target=https://docs.opendesign.com/tkernel_api_cpp/OdIfc__OdIfcEntityType.html>>OdIfc::OdIfcEntityType</exref> type that represents type of this entity.

Reimplemented from OdIfc::OdIfcInstance.

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

◆ unsetAttr() [1/2]

virtual void OdIfc4x3_add2::IfcRoot::unsetAttr ( const char * explicitAttrName)
overridevirtual

Resets a value for the specified attribute.

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

Reimplemented from OdIfc::OdIfcInstance.

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

◆ unsetAttr() [2/2]

virtual void OdIfc4x3_add2::IfcRoot::unsetAttr ( const OdIfc::OdIfcAttribute explicitAttrDef)
overridevirtual

Resets a value for the specified attribute.

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

Reimplemented from OdIfc::OdIfcInstance.

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

Member Data Documentation

◆ m_Description

OdAnsiString OdIfc4x3_add2::IfcRoot::m_Description
protected

Definition at line 254 of file Ifc4x3/IfcRootAutoImpl.h.

◆ m_GlobalId

OdDAI::CompressedGUID OdIfc4x3_add2::IfcRoot::m_GlobalId
protected

Definition at line 251 of file Ifc4x3/IfcRootAutoImpl.h.

◆ m_Name

OdAnsiString OdIfc4x3_add2::IfcRoot::m_Name
protected

Definition at line 253 of file Ifc4x3/IfcRootAutoImpl.h.

◆ m_OwnerHistory

OdDAIObjectId OdIfc4x3_add2::IfcRoot::m_OwnerHistory
protected

Definition at line 252 of file Ifc4x3/IfcRootAutoImpl.h.


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