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

#include <IfcRootAutoImpl.h>

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

Public Member Functions

OdIfcGUID getGlobalId () const
 
void setGlobalId (OdIfcGUID GlobalId)
 
const OdDAIObjectId & getOwnerHistory () const
 
void setOwnerHistory (const OdDAIObjectId &OwnerHistory)
 
const OdAnsiString & getName () const
 
void setName (const OdAnsiString &Name)
 
const OdAnsiString & getDescription () const
 
void setDescription (const OdAnsiString &Description)
 
 IfcRoot ()
 
virtual OdResult inFields (OdDAI::OdSpfFilerBase *rdFiler)
 
virtual OdResult outFields (OdDAI::OdSpfFilerBase *wrFiler)
 
virtual OdDAI::Entity * getInstanceType () const
 
virtual OdRxValue getAttr (const char *attrName) const
 
virtual bool comparedToEarlyImpl (const OdDAI::ApplicationInstance *pOther, OdRx::Ordering &ordering) const
 
virtual void unsetAttr (const char *explicitAttrName)
 
virtual bool testAttr (const char *explicitAttrName) const
 
virtual bool putAttr (const char *explicitAttrName, const OdRxValue &val)
 
virtual bool isKindOf (OdIfc::OdIfcEntityType entityType) const
 
virtual OdIfc::OdIfcEntityType type () const
 
virtual OdRxValue getAttr (const OdIfc::OdIfcAttribute attrDef) const
 
virtual void unsetAttr (const OdIfc::OdIfcAttribute explicitAttrDef)
 
virtual bool testAttr (const OdIfc::OdIfcAttribute explicitAttrDef) const
 
virtual bool putAttr (const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val)
 
- Public Member Functions inherited from OdIfc::OdIfcEntity
 ODRX_DECLARE_MEMBERS (OdIfcEntity)
 
 OdIfcEntity ()
 
 ~OdIfcEntity ()
 
virtual bool isKindOf (OdIfcEntityType entityType) const
 
bool isInstanceOf (OdIfcEntityType entityType) const
 
virtual OdIfcEntityType type () const
 
virtual OdRxValue getAttr (const OdIfcAttribute attrDef) const
 
virtual bool testAttr (const char *explicitAttrName) const
 
virtual bool testAttr (const OdIfcAttribute explicitAttrDef) const
 
virtual void unsetAttr (const char *explicitAttrName)
 
virtual void unsetAttr (const OdIfcAttribute explicitAttrDef)
 
virtual bool putAttr (const char *explicitAttrName, const OdRxValue &val)
 
virtual bool putAttr (const OdIfcAttribute explicitAttrDef, const OdRxValue &val)
 
IfcOpResult resolved ()
 
void resolve (IfcOpResult resolved, void *resPtr)
 
void unresolve ()
 
virtual void setGsNode (OdGsCache *pGsNode)
 
virtual OdGsCachegsNode () const
 
virtual OdUInt32 subSetAttributes (OdGiDrawableTraits *traits) const
 
virtual bool subWorldDraw (OdGiWorldDraw *wd) const
 

Protected Attributes

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

Additional Inherited Members

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

Detailed Description

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

Remarks
The attribute OwnerHistory has been made OPTIONAL.

Definition at line 52 of file Ifc4/IfcRootAutoImpl.h.

Constructor & Destructor Documentation

◆ IfcRoot()

OdIfc4::IfcRoot::IfcRoot ( )

Default constructor for the IfcRoot class.

Member Function Documentation

◆ comparedToEarlyImpl()

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

Early-bound version of instances comparison.

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

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

◆ getAttr() [1/2]

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

Returns an attribute value for the specified attribute name.

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

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

◆ getAttr() [2/2]

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

Returns an attribute value for the specified attribute definition.

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

Reimplemented from OdIfc::OdIfcEntity.

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

◆ getDescription()

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

Returns the description of an object.

Returns
String that contains description of the object.

◆ getGlobalId()

OdIfcGUID OdIfc4::IfcRoot::getGlobalId ( ) const

Returns a globally unique identifier within the entire software world.

Returns
The globally unique identifier value.

◆ getInstanceType()

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

Returns a type of a class instance.

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

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

◆ getName()

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

Reads object's data from the specified filer.

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

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

◆ isKindOf()

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

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

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

Reimplemented from OdIfc::OdIfcEntity.

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

◆ outFields()

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

Writes object's data the the specified filer.

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

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

◆ putAttr() [1/2]

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

Sets the specified attribute with a given value.

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

Reimplemented from OdIfc::OdIfcEntity.

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

◆ putAttr() [2/2]

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

Sets the specified attribute with a given value.

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

Reimplemented from OdIfc::OdIfcEntity.

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

◆ setDescription()

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

Sets the object description.

Parameters
DescriptionString that contains comments that describe an object.

◆ setGlobalId()

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

Assigns a globally unique identifier within the entire software world.

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

◆ setName()

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

Sets the name of the object.

Parameters
NameString that contains name of the object.

◆ setOwnerHistory()

void OdIfc4::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 OdIfc4::IfcRoot::testAttr ( const char *  explicitAttrName) const
virtual

Checks whether the specified attribute is set.

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

Reimplemented from OdIfc::OdIfcEntity.

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

◆ testAttr() [2/2]

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

Checks whether the specified attribute is set.

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

Reimplemented from OdIfc::OdIfcEntity.

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

◆ type()

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

Returns the type of this entity.

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

Reimplemented from OdIfc::OdIfcEntity.

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

◆ unsetAttr() [1/2]

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

Resets a value for the specified attribute.

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

Reimplemented from OdIfc::OdIfcEntity.

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

◆ unsetAttr() [2/2]

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

Resets a value for the specified attribute.

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

Reimplemented from OdIfc::OdIfcEntity.

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

Member Data Documentation

◆ m_Description

OdAnsiString OdIfc4::IfcRoot::m_Description
protected

Definition at line 250 of file Ifc4/IfcRootAutoImpl.h.

◆ m_GlobalId

OdIfcGUID OdIfc4::IfcRoot::m_GlobalId
protected

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

◆ m_Name

OdAnsiString OdIfc4::IfcRoot::m_Name
protected

Definition at line 249 of file Ifc4/IfcRootAutoImpl.h.

◆ m_OwnerHistory

OdDAIObjectId OdIfc4::IfcRoot::m_OwnerHistory
protected

Definition at line 248 of file Ifc4/IfcRootAutoImpl.h.


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