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

#include <IfcRootAutoImpl.h>

Inheritance diagram for OdIfc4x4::IfcRoot:
OdIfc4x4::OdIFC4X4Instance OdIfc::OdIfcInstance OdIfc4x4::IfcObjectDefinition OdIfc4x4::IfcPropertyDefinition OdIfc4x4::IfcRelationship OdIfc4x4::IfcContext OdIfc4x4::IfcObject OdIfc4x4::IfcTypeObject OdIfc4x4::IfcPropertySetDefinition OdIfc4x4::IfcPropertyTemplateDefinition OdIfc4x4::IfcRelAssigns OdIfc4x4::IfcRelAssociates OdIfc4x4::IfcRelConnects OdIfc4x4::IfcRelDeclares OdIfc4x4::IfcRelDecomposes OdIfc4x4::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 OdIfc4x4::OdIFC4X4Instance
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 IFC4X4/IfcRootAutoImpl.h.

Constructor & Destructor Documentation

◆ IfcRoot()

OdIfc4x4::IfcRoot::IfcRoot ( )

Default constructor for the IfcRoot class.

Member Function Documentation

◆ comparedToEarlyImpl()

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

◆ getAttr() [1/2]

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

◆ getAttr() [2/2]

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

◆ getDescription()

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

Returns the description of an object.

Returns
String that contains description of the object.

◆ getGlobalId()

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

Returns a globally unique identifier within the entire software world.

Returns
The globally unique identifier value.

◆ getInstanceType()

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

◆ getName()

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

◆ isKindOf()

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

◆ outFields()

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

◆ putAttr() [1/2]

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

◆ putAttr() [2/2]

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

◆ setDescription()

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

Sets the object description.

Parameters
DescriptionString that contains comments that describe an object.

◆ setGlobalId()

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

Sets the name of the object.

Parameters
NameString that contains name of the object.

◆ setOwnerHistory()

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

◆ testAttr() [2/2]

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

◆ type()

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

◆ unsetAttr() [1/2]

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

◆ unsetAttr() [2/2]

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

Member Data Documentation

◆ m_Description

OdAnsiString OdIfc4x4::IfcRoot::m_Description
protected

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

◆ m_GlobalId

OdDAI::CompressedGUID OdIfc4x4::IfcRoot::m_GlobalId
protected

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

◆ m_Name

OdAnsiString OdIfc4x4::IfcRoot::m_Name
protected

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

◆ m_OwnerHistory

OdDAIObjectId OdIfc4x4::IfcRoot::m_OwnerHistory
protected

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


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