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

#include <IfcRootAutoImpl.h>

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

Public Member Functions

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

Protected Attributes

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

Additional Inherited Members

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

Detailed Description

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

Definition at line 49 of file Ifc4x1/IfcRootAutoImpl.h.

Constructor & Destructor Documentation

◆ IfcRoot()

OdIfc4x1::IfcRoot::IfcRoot ( )

Default constructor for the IfcRoot class.

Member Function Documentation

◆ getAttr() [1/2]

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

◆ getAttr() [2/2]

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

◆ getDescription()

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

Returns the description of an object.

Returns
String that contains description of the object.

◆ getGlobalId()

OdIfcGUID OdIfc4x1::IfcRoot::getGlobalId ( ) const

Returns a globally unique identifier within the entire software world.

Returns
The globally unique identifier value.

◆ getInstanceType()

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

◆ getName()

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

◆ isKindOf()

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

◆ outFields()

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

◆ putAttr() [1/2]

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

◆ putAttr() [2/2]

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

◆ setDescription()

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

Sets the object description.

Parameters
DescriptionString that contains comments that describe an object.

◆ setGlobalId()

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

Sets the name of the object.

Parameters
NameString that contains name of the object.

◆ setOwnerHistory()

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

◆ testAttr() [2/2]

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

◆ type()

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

◆ unsetAttr() [1/2]

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

◆ unsetAttr() [2/2]

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

Member Data Documentation

◆ m_Description

OdAnsiString OdIfc4x1::IfcRoot::m_Description
protected

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

◆ m_GlobalId

OdIfcGUID OdIfc4x1::IfcRoot::m_GlobalId
protected

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

◆ m_Name

OdAnsiString OdIfc4x1::IfcRoot::m_Name
protected

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

◆ m_OwnerHistory

OdDAIObjectId OdIfc4x1::IfcRoot::m_OwnerHistory
protected

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


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