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

#include <IfcRootAutoImpl.h>

Inheritance diagram for OdIfc2x3::IfcRoot:
OdIfc::OdIfcEntity OdIfc2x3::IfcObjectDefinition OdIfc2x3::IfcPropertyDefinition OdIfc2x3::IfcRelationship OdIfc2x3::IfcObject OdIfc2x3::IfcTypeObject OdIfc2x3::IfcPropertySetDefinition OdIfc2x3::IfcRelAssigns OdIfc2x3::IfcRelAssociates OdIfc2x3::IfcRelConnects OdIfc2x3::IfcRelDecomposes OdIfc2x3::IfcRelDefines

Public Member Functions

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

Protected Attributes

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

Additional Inherited Members

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

Detailed Description

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

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

Constructor & Destructor Documentation

◆ IfcRoot()

OdIfc2x3::IfcRoot::IfcRoot ( )

Default constructor for the IfcRoot class.

Member Function Documentation

◆ comparedToEarlyImpl()

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

Early-bound version of instances comparison.

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

Reimplemented in OdIfc2x3::IfcActionRequest, OdIfc2x3::IfcActor, OdIfc2x3::IfcActuatorType, OdIfc2x3::IfcAirTerminalBoxType, OdIfc2x3::IfcAirTerminalType, OdIfc2x3::IfcAirToAirHeatRecoveryType, OdIfc2x3::IfcAlarmType, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAsset, OdIfc2x3::IfcBeam, OdIfc2x3::IfcBeamType, OdIfc2x3::IfcBoilerType, OdIfc2x3::IfcBuilding, OdIfc2x3::IfcBuildingElement, OdIfc2x3::IfcBuildingElementComponent, OdIfc2x3::IfcBuildingElementPart, OdIfc2x3::IfcBuildingElementProxy, OdIfc2x3::IfcBuildingElementProxyType, OdIfc2x3::IfcBuildingElementType, OdIfc2x3::IfcBuildingStorey, OdIfc2x3::IfcCableCarrierFittingType, OdIfc2x3::IfcCableCarrierSegmentType, OdIfc2x3::IfcCableSegmentType, OdIfc2x3::IfcChamferEdgeFeature, OdIfc2x3::IfcChillerType, OdIfc2x3::IfcCoilType, OdIfc2x3::IfcColumn, OdIfc2x3::IfcColumnType, OdIfc2x3::IfcCompressorType, OdIfc2x3::IfcCondenserType, OdIfc2x3::IfcCondition, OdIfc2x3::IfcConditionCriterion, OdIfc2x3::IfcConstructionEquipmentResource, OdIfc2x3::IfcConstructionMaterialResource, OdIfc2x3::IfcConstructionProductResource, OdIfc2x3::IfcConstructionResource, OdIfc2x3::IfcControl, OdIfc2x3::IfcControllerType, OdIfc2x3::IfcCooledBeamType, OdIfc2x3::IfcCoolingTowerType, OdIfc2x3::IfcCostItem, OdIfc2x3::IfcCostSchedule, OdIfc2x3::IfcCovering, OdIfc2x3::IfcCoveringType, OdIfc2x3::IfcCrewResource, OdIfc2x3::IfcCurtainWall, OdIfc2x3::IfcCurtainWallType, OdIfc2x3::IfcDamperType, OdIfc2x3::IfcDiscreteAccessory, OdIfc2x3::IfcDiscreteAccessoryType, OdIfc2x3::IfcDistributionChamberElement, OdIfc2x3::IfcDistributionChamberElementType, OdIfc2x3::IfcDistributionControlElement, OdIfc2x3::IfcDistributionControlElementType, OdIfc2x3::IfcDistributionElement, OdIfc2x3::IfcDistributionElementType, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionFlowElementType, OdIfc2x3::IfcDistributionPort, OdIfc2x3::IfcDoor, OdIfc2x3::IfcDoorLiningProperties, OdIfc2x3::IfcDoorPanelProperties, OdIfc2x3::IfcDoorStyle, OdIfc2x3::IfcDuctFittingType, OdIfc2x3::IfcDuctSegmentType, OdIfc2x3::IfcDuctSilencerType, OdIfc2x3::IfcEdgeFeature, OdIfc2x3::IfcElectricalBaseProperties, OdIfc2x3::IfcElectricalCircuit, OdIfc2x3::IfcElectricalElement, OdIfc2x3::IfcElectricApplianceType, OdIfc2x3::IfcElectricDistributionPoint, OdIfc2x3::IfcElectricFlowStorageDeviceType, OdIfc2x3::IfcElectricGeneratorType, OdIfc2x3::IfcElectricHeaterType, OdIfc2x3::IfcElectricMotorType, OdIfc2x3::IfcElectricTimeControlType, OdIfc2x3::IfcElementAssembly, OdIfc2x3::IfcElement, OdIfc2x3::IfcElementComponent, OdIfc2x3::IfcElementComponentType, OdIfc2x3::IfcElementQuantity, OdIfc2x3::IfcElementType, OdIfc2x3::IfcEnergyConversionDevice, OdIfc2x3::IfcEnergyConversionDeviceType, OdIfc2x3::IfcEnergyProperties, OdIfc2x3::IfcEquipmentElement, OdIfc2x3::IfcEquipmentStandard, OdIfc2x3::IfcEvaporativeCoolerType, OdIfc2x3::IfcEvaporatorType, OdIfc2x3::IfcFanType, OdIfc2x3::IfcFastener, OdIfc2x3::IfcFastenerType, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElement, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFilterType, OdIfc2x3::IfcFireSuppressionTerminalType, OdIfc2x3::IfcFlowController, OdIfc2x3::IfcFlowControllerType, OdIfc2x3::IfcFlowFitting, OdIfc2x3::IfcFlowFittingType, OdIfc2x3::IfcFlowInstrumentType, OdIfc2x3::IfcFlowMeterType, OdIfc2x3::IfcFlowMovingDevice, OdIfc2x3::IfcFlowMovingDeviceType, OdIfc2x3::IfcFlowSegment, OdIfc2x3::IfcFlowSegmentType, OdIfc2x3::IfcFlowStorageDevice, OdIfc2x3::IfcFlowStorageDeviceType, OdIfc2x3::IfcFlowTerminal, OdIfc2x3::IfcFlowTerminalType, OdIfc2x3::IfcFlowTreatmentDevice, OdIfc2x3::IfcFlowTreatmentDeviceType, OdIfc2x3::IfcFluidFlowProperties, OdIfc2x3::IfcFooting, OdIfc2x3::IfcFurnishingElement, OdIfc2x3::IfcFurnishingElementType, OdIfc2x3::IfcFurnitureStandard, OdIfc2x3::IfcFurnitureType, OdIfc2x3::IfcGasTerminalType, OdIfc2x3::IfcGrid, OdIfc2x3::IfcGroup, OdIfc2x3::IfcHeatExchangerType, OdIfc2x3::IfcHumidifierType, OdIfc2x3::IfcInventory, OdIfc2x3::IfcJunctionBoxType, OdIfc2x3::IfcLaborResource, OdIfc2x3::IfcLampType, OdIfc2x3::IfcLightFixtureType, OdIfc2x3::IfcMechanicalFastener, OdIfc2x3::IfcMechanicalFastenerType, OdIfc2x3::IfcMember, OdIfc2x3::IfcMemberType, OdIfc2x3::IfcMotorConnectionType, OdIfc2x3::IfcMove, OdIfc2x3::IfcObject, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcOccupant, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOrderAction, OdIfc2x3::IfcOutletType, OdIfc2x3::IfcPerformanceHistory, OdIfc2x3::IfcPermeableCoveringProperties, OdIfc2x3::IfcPermit, OdIfc2x3::IfcPile, OdIfc2x3::IfcPipeFittingType, OdIfc2x3::IfcPipeSegmentType, OdIfc2x3::IfcPlate, OdIfc2x3::IfcPlateType, OdIfc2x3::IfcPort, OdIfc2x3::IfcProcedure, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProduct, OdIfc2x3::IfcProject, OdIfc2x3::IfcProjectionElement, OdIfc2x3::IfcProjectOrder, OdIfc2x3::IfcProjectOrderRecord, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertySet, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcProtectiveDeviceType, OdIfc2x3::IfcProxy, OdIfc2x3::IfcPumpType, OdIfc2x3::IfcRailing, OdIfc2x3::IfcRailingType, OdIfc2x3::IfcRamp, OdIfc2x3::IfcRampFlight, OdIfc2x3::IfcRampFlightType, OdIfc2x3::IfcReinforcementDefinitionProperties, OdIfc2x3::IfcReinforcingBar, OdIfc2x3::IfcReinforcingElement, OdIfc2x3::IfcReinforcingMesh, OdIfc2x3::IfcRelAggregates, OdIfc2x3::IfcRelAssigns, OdIfc2x3::IfcRelAssignsTasks, OdIfc2x3::IfcRelAssignsToActor, OdIfc2x3::IfcRelAssignsToControl, OdIfc2x3::IfcRelAssignsToGroup, OdIfc2x3::IfcRelAssignsToProcess, OdIfc2x3::IfcRelAssignsToProduct, OdIfc2x3::IfcRelAssignsToProjectOrder, OdIfc2x3::IfcRelAssignsToResource, OdIfc2x3::IfcRelAssociatesAppliedValue, OdIfc2x3::IfcRelAssociatesApproval, OdIfc2x3::IfcRelAssociates, OdIfc2x3::IfcRelAssociatesClassification, OdIfc2x3::IfcRelAssociatesConstraint, OdIfc2x3::IfcRelAssociatesDocument, OdIfc2x3::IfcRelAssociatesLibrary, OdIfc2x3::IfcRelAssociatesMaterial, OdIfc2x3::IfcRelAssociatesProfileProperties, OdIfc2x3::IfcRelationship, OdIfc2x3::IfcRelConnects, OdIfc2x3::IfcRelConnectsElements, OdIfc2x3::IfcRelConnectsPathElements, OdIfc2x3::IfcRelConnectsPorts, OdIfc2x3::IfcRelConnectsPortToElement, OdIfc2x3::IfcRelConnectsStructuralActivity, OdIfc2x3::IfcRelConnectsStructuralElement, OdIfc2x3::IfcRelConnectsStructuralMember, OdIfc2x3::IfcRelConnectsWithEccentricity, OdIfc2x3::IfcRelConnectsWithRealizingElements, OdIfc2x3::IfcRelContainedInSpatialStructure, OdIfc2x3::IfcRelCoversBldgElements, OdIfc2x3::IfcRelCoversSpaces, OdIfc2x3::IfcRelDecomposes, OdIfc2x3::IfcRelDefines, OdIfc2x3::IfcRelDefinesByProperties, OdIfc2x3::IfcRelDefinesByType, OdIfc2x3::IfcRelFillsElement, OdIfc2x3::IfcRelFlowControlElements, OdIfc2x3::IfcRelInteractionRequirements, OdIfc2x3::IfcRelNests, OdIfc2x3::IfcRelOccupiesSpaces, OdIfc2x3::IfcRelOverridesProperties, OdIfc2x3::IfcRelProjectsElement, OdIfc2x3::IfcRelReferencedInSpatialStructure, OdIfc2x3::IfcRelSchedulesCostItems, OdIfc2x3::IfcRelSequence, OdIfc2x3::IfcRelServicesBuildings, OdIfc2x3::IfcRelSpaceBoundary, OdIfc2x3::IfcRelVoidsElement, OdIfc2x3::IfcResource, OdIfc2x3::IfcRoof, OdIfc2x3::IfcRoundedEdgeFeature, OdIfc2x3::IfcSanitaryTerminalType, OdIfc2x3::IfcScheduleTimeControl, OdIfc2x3::IfcSensorType, OdIfc2x3::IfcServiceLife, OdIfc2x3::IfcServiceLifeFactor, OdIfc2x3::IfcSite, OdIfc2x3::IfcSlab, OdIfc2x3::IfcSlabType, OdIfc2x3::IfcSoundProperties, OdIfc2x3::IfcSoundValue, OdIfc2x3::IfcSpace, OdIfc2x3::IfcSpaceHeaterType, OdIfc2x3::IfcSpaceProgram, OdIfc2x3::IfcSpaceThermalLoadProperties, OdIfc2x3::IfcSpaceType, OdIfc2x3::IfcSpatialStructureElement, OdIfc2x3::IfcSpatialStructureElementType, OdIfc2x3::IfcStackTerminalType, OdIfc2x3::IfcStair, OdIfc2x3::IfcStairFlight, OdIfc2x3::IfcStairFlightType, OdIfc2x3::IfcStructuralAction, OdIfc2x3::IfcStructuralActivity, OdIfc2x3::IfcStructuralAnalysisModel, OdIfc2x3::IfcStructuralConnection, OdIfc2x3::IfcStructuralCurveConnection, OdIfc2x3::IfcStructuralCurveMember, OdIfc2x3::IfcStructuralCurveMemberVarying, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralLinearAction, OdIfc2x3::IfcStructuralLinearActionVarying, OdIfc2x3::IfcStructuralLoadGroup, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralPlanarAction, OdIfc2x3::IfcStructuralPlanarActionVarying, OdIfc2x3::IfcStructuralPointAction, OdIfc2x3::IfcStructuralPointConnection, OdIfc2x3::IfcStructuralPointReaction, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralResultGroup, OdIfc2x3::IfcStructuralSurfaceConnection, OdIfc2x3::IfcStructuralSurfaceMember, OdIfc2x3::IfcStructuralSurfaceMemberVarying, OdIfc2x3::IfcSubContractResource, OdIfc2x3::IfcSwitchingDeviceType, OdIfc2x3::IfcSystem, OdIfc2x3::IfcSystemFurnitureElementType, OdIfc2x3::IfcTankType, OdIfc2x3::IfcTask, OdIfc2x3::IfcTendonAnchor, OdIfc2x3::IfcTendon, OdIfc2x3::IfcTimeSeriesSchedule, OdIfc2x3::IfcTransformerType, OdIfc2x3::IfcTransportElement, OdIfc2x3::IfcTransportElementType, OdIfc2x3::IfcTubeBundleType, OdIfc2x3::IfcTypeObject, OdIfc2x3::IfcTypeProduct, OdIfc2x3::IfcUnitaryEquipmentType, OdIfc2x3::IfcValveType, OdIfc2x3::IfcVibrationIsolatorType, OdIfc2x3::IfcVirtualElement, OdIfc2x3::IfcWall, OdIfc2x3::IfcWallStandardCase, OdIfc2x3::IfcWallType, OdIfc2x3::IfcWasteTerminalType, OdIfc2x3::IfcWindow, OdIfc2x3::IfcWindowLiningProperties, OdIfc2x3::IfcWindowPanelProperties, OdIfc2x3::IfcWindowStyle, OdIfc2x3::IfcWorkControl, OdIfc2x3::IfcWorkPlan, OdIfc2x3::IfcWorkSchedule, and OdIfc2x3::IfcZone.

◆ getAttr() [1/2]

virtual OdRxValue OdIfc2x3::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 OdIfc2x3::IfcActionRequest, OdIfc2x3::IfcActor, OdIfc2x3::IfcActuatorType, OdIfc2x3::IfcAirTerminalBoxType, OdIfc2x3::IfcAirTerminalType, OdIfc2x3::IfcAirToAirHeatRecoveryType, OdIfc2x3::IfcAlarmType, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAsset, OdIfc2x3::IfcBeamType, OdIfc2x3::IfcBoilerType, OdIfc2x3::IfcBuilding, OdIfc2x3::IfcBuildingElementProxy, OdIfc2x3::IfcBuildingElementProxyType, OdIfc2x3::IfcBuildingStorey, OdIfc2x3::IfcCableCarrierFittingType, OdIfc2x3::IfcCableCarrierSegmentType, OdIfc2x3::IfcCableSegmentType, OdIfc2x3::IfcChamferEdgeFeature, OdIfc2x3::IfcChillerType, OdIfc2x3::IfcCoilType, OdIfc2x3::IfcColumnType, OdIfc2x3::IfcCompressorType, OdIfc2x3::IfcCondenserType, OdIfc2x3::IfcConditionCriterion, OdIfc2x3::IfcConstructionMaterialResource, OdIfc2x3::IfcConstructionResource, OdIfc2x3::IfcControl, OdIfc2x3::IfcControllerType, OdIfc2x3::IfcCooledBeamType, OdIfc2x3::IfcCoolingTowerType, OdIfc2x3::IfcCostSchedule, OdIfc2x3::IfcCovering, OdIfc2x3::IfcCoveringType, OdIfc2x3::IfcCurtainWallType, OdIfc2x3::IfcDamperType, OdIfc2x3::IfcDistributionChamberElementType, OdIfc2x3::IfcDistributionControlElement, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionPort, OdIfc2x3::IfcDoor, OdIfc2x3::IfcDoorLiningProperties, OdIfc2x3::IfcDoorPanelProperties, OdIfc2x3::IfcDoorStyle, OdIfc2x3::IfcDuctFittingType, OdIfc2x3::IfcDuctSegmentType, OdIfc2x3::IfcDuctSilencerType, OdIfc2x3::IfcEdgeFeature, OdIfc2x3::IfcElectricalBaseProperties, OdIfc2x3::IfcElectricApplianceType, OdIfc2x3::IfcElectricDistributionPoint, OdIfc2x3::IfcElectricFlowStorageDeviceType, OdIfc2x3::IfcElectricGeneratorType, OdIfc2x3::IfcElectricHeaterType, OdIfc2x3::IfcElectricMotorType, OdIfc2x3::IfcElectricTimeControlType, OdIfc2x3::IfcElementAssembly, OdIfc2x3::IfcElement, OdIfc2x3::IfcElementQuantity, OdIfc2x3::IfcElementType, OdIfc2x3::IfcEnergyProperties, OdIfc2x3::IfcEvaporativeCoolerType, OdIfc2x3::IfcEvaporatorType, OdIfc2x3::IfcFanType, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFilterType, OdIfc2x3::IfcFireSuppressionTerminalType, OdIfc2x3::IfcFlowInstrumentType, OdIfc2x3::IfcFlowMeterType, OdIfc2x3::IfcFluidFlowProperties, OdIfc2x3::IfcFooting, OdIfc2x3::IfcFurnitureType, OdIfc2x3::IfcGasTerminalType, OdIfc2x3::IfcGrid, OdIfc2x3::IfcGroup, OdIfc2x3::IfcHeatExchangerType, OdIfc2x3::IfcHumidifierType, OdIfc2x3::IfcInventory, OdIfc2x3::IfcJunctionBoxType, OdIfc2x3::IfcLaborResource, OdIfc2x3::IfcLampType, OdIfc2x3::IfcLightFixtureType, OdIfc2x3::IfcMechanicalFastener, OdIfc2x3::IfcMemberType, OdIfc2x3::IfcMotorConnectionType, OdIfc2x3::IfcMove, OdIfc2x3::IfcObject, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcOccupant, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOrderAction, OdIfc2x3::IfcOutletType, OdIfc2x3::IfcPerformanceHistory, OdIfc2x3::IfcPermeableCoveringProperties, OdIfc2x3::IfcPermit, OdIfc2x3::IfcPile, OdIfc2x3::IfcPipeFittingType, OdIfc2x3::IfcPipeSegmentType, OdIfc2x3::IfcPlateType, OdIfc2x3::IfcPort, OdIfc2x3::IfcProcedure, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProduct, OdIfc2x3::IfcProject, OdIfc2x3::IfcProjectOrder, OdIfc2x3::IfcProjectOrderRecord, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertySet, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcProtectiveDeviceType, OdIfc2x3::IfcProxy, OdIfc2x3::IfcPumpType, OdIfc2x3::IfcRailing, OdIfc2x3::IfcRailingType, OdIfc2x3::IfcRamp, OdIfc2x3::IfcRampFlightType, OdIfc2x3::IfcReinforcementDefinitionProperties, OdIfc2x3::IfcReinforcingBar, OdIfc2x3::IfcReinforcingElement, OdIfc2x3::IfcReinforcingMesh, OdIfc2x3::IfcRelAssigns, OdIfc2x3::IfcRelAssignsTasks, OdIfc2x3::IfcRelAssignsToActor, OdIfc2x3::IfcRelAssignsToControl, OdIfc2x3::IfcRelAssignsToGroup, OdIfc2x3::IfcRelAssignsToProcess, OdIfc2x3::IfcRelAssignsToProduct, OdIfc2x3::IfcRelAssignsToResource, OdIfc2x3::IfcRelAssociatesAppliedValue, OdIfc2x3::IfcRelAssociatesApproval, OdIfc2x3::IfcRelAssociates, OdIfc2x3::IfcRelAssociatesClassification, OdIfc2x3::IfcRelAssociatesConstraint, OdIfc2x3::IfcRelAssociatesDocument, OdIfc2x3::IfcRelAssociatesLibrary, OdIfc2x3::IfcRelAssociatesMaterial, OdIfc2x3::IfcRelAssociatesProfileProperties, OdIfc2x3::IfcRelConnectsElements, OdIfc2x3::IfcRelConnectsPathElements, OdIfc2x3::IfcRelConnectsPorts, OdIfc2x3::IfcRelConnectsPortToElement, OdIfc2x3::IfcRelConnectsStructuralActivity, OdIfc2x3::IfcRelConnectsStructuralElement, OdIfc2x3::IfcRelConnectsStructuralMember, OdIfc2x3::IfcRelConnectsWithEccentricity, OdIfc2x3::IfcRelConnectsWithRealizingElements, OdIfc2x3::IfcRelContainedInSpatialStructure, OdIfc2x3::IfcRelCoversBldgElements, OdIfc2x3::IfcRelCoversSpaces, OdIfc2x3::IfcRelDecomposes, OdIfc2x3::IfcRelDefines, OdIfc2x3::IfcRelDefinesByProperties, OdIfc2x3::IfcRelDefinesByType, OdIfc2x3::IfcRelFillsElement, OdIfc2x3::IfcRelFlowControlElements, OdIfc2x3::IfcRelInteractionRequirements, OdIfc2x3::IfcRelOverridesProperties, OdIfc2x3::IfcRelProjectsElement, OdIfc2x3::IfcRelReferencedInSpatialStructure, OdIfc2x3::IfcRelSequence, OdIfc2x3::IfcRelServicesBuildings, OdIfc2x3::IfcRelSpaceBoundary, OdIfc2x3::IfcRelVoidsElement, OdIfc2x3::IfcResource, OdIfc2x3::IfcRoof, OdIfc2x3::IfcRoundedEdgeFeature, OdIfc2x3::IfcSanitaryTerminalType, OdIfc2x3::IfcScheduleTimeControl, OdIfc2x3::IfcSensorType, OdIfc2x3::IfcServiceLife, OdIfc2x3::IfcServiceLifeFactor, OdIfc2x3::IfcSite, OdIfc2x3::IfcSlab, OdIfc2x3::IfcSlabType, OdIfc2x3::IfcSoundProperties, OdIfc2x3::IfcSoundValue, OdIfc2x3::IfcSpace, OdIfc2x3::IfcSpaceHeaterType, OdIfc2x3::IfcSpaceProgram, OdIfc2x3::IfcSpaceThermalLoadProperties, OdIfc2x3::IfcSpaceType, OdIfc2x3::IfcSpatialStructureElement, OdIfc2x3::IfcStackTerminalType, OdIfc2x3::IfcStair, OdIfc2x3::IfcStairFlight, OdIfc2x3::IfcStairFlightType, OdIfc2x3::IfcStructuralAction, OdIfc2x3::IfcStructuralActivity, OdIfc2x3::IfcStructuralAnalysisModel, OdIfc2x3::IfcStructuralConnection, OdIfc2x3::IfcStructuralCurveMember, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralLinearAction, OdIfc2x3::IfcStructuralLinearActionVarying, OdIfc2x3::IfcStructuralLoadGroup, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralPlanarAction, OdIfc2x3::IfcStructuralPlanarActionVarying, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralResultGroup, OdIfc2x3::IfcStructuralSurfaceMember, OdIfc2x3::IfcStructuralSurfaceMemberVarying, OdIfc2x3::IfcSubContractResource, OdIfc2x3::IfcSwitchingDeviceType, OdIfc2x3::IfcSystem, OdIfc2x3::IfcTankType, OdIfc2x3::IfcTask, OdIfc2x3::IfcTendon, OdIfc2x3::IfcTimeSeriesSchedule, OdIfc2x3::IfcTransformerType, OdIfc2x3::IfcTransportElement, OdIfc2x3::IfcTransportElementType, OdIfc2x3::IfcTubeBundleType, OdIfc2x3::IfcTypeObject, OdIfc2x3::IfcTypeProduct, OdIfc2x3::IfcUnitaryEquipmentType, OdIfc2x3::IfcValveType, OdIfc2x3::IfcVibrationIsolatorType, OdIfc2x3::IfcWallType, OdIfc2x3::IfcWasteTerminalType, OdIfc2x3::IfcWindow, OdIfc2x3::IfcWindowLiningProperties, OdIfc2x3::IfcWindowPanelProperties, OdIfc2x3::IfcWindowStyle, and OdIfc2x3::IfcWorkControl.

◆ getAttr() [2/2]

virtual OdRxValue OdIfc2x3::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 OdIfc2x3::IfcActionRequest, OdIfc2x3::IfcActor, OdIfc2x3::IfcActuatorType, OdIfc2x3::IfcAirTerminalBoxType, OdIfc2x3::IfcAirTerminalType, OdIfc2x3::IfcAirToAirHeatRecoveryType, OdIfc2x3::IfcAlarmType, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAsset, OdIfc2x3::IfcBeamType, OdIfc2x3::IfcBoilerType, OdIfc2x3::IfcBuilding, OdIfc2x3::IfcBuildingElementProxy, OdIfc2x3::IfcBuildingElementProxyType, OdIfc2x3::IfcBuildingStorey, OdIfc2x3::IfcCableCarrierFittingType, OdIfc2x3::IfcCableCarrierSegmentType, OdIfc2x3::IfcCableSegmentType, OdIfc2x3::IfcChamferEdgeFeature, OdIfc2x3::IfcChillerType, OdIfc2x3::IfcCoilType, OdIfc2x3::IfcColumnType, OdIfc2x3::IfcCompressorType, OdIfc2x3::IfcCondenserType, OdIfc2x3::IfcConditionCriterion, OdIfc2x3::IfcConstructionMaterialResource, OdIfc2x3::IfcConstructionResource, OdIfc2x3::IfcControl, OdIfc2x3::IfcControl, OdIfc2x3::IfcControllerType, OdIfc2x3::IfcCooledBeamType, OdIfc2x3::IfcCoolingTowerType, OdIfc2x3::IfcCostSchedule, OdIfc2x3::IfcCovering, OdIfc2x3::IfcCoveringType, OdIfc2x3::IfcCurtainWallType, OdIfc2x3::IfcDamperType, OdIfc2x3::IfcDistributionChamberElementType, OdIfc2x3::IfcDistributionControlElement, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionPort, OdIfc2x3::IfcDoor, OdIfc2x3::IfcDoorLiningProperties, OdIfc2x3::IfcDoorPanelProperties, OdIfc2x3::IfcDoorStyle, OdIfc2x3::IfcDuctFittingType, OdIfc2x3::IfcDuctSegmentType, OdIfc2x3::IfcDuctSilencerType, OdIfc2x3::IfcEdgeFeature, OdIfc2x3::IfcElectricalBaseProperties, OdIfc2x3::IfcElectricApplianceType, OdIfc2x3::IfcElectricDistributionPoint, OdIfc2x3::IfcElectricFlowStorageDeviceType, OdIfc2x3::IfcElectricGeneratorType, OdIfc2x3::IfcElectricHeaterType, OdIfc2x3::IfcElectricMotorType, OdIfc2x3::IfcElectricTimeControlType, OdIfc2x3::IfcElementAssembly, OdIfc2x3::IfcElement, OdIfc2x3::IfcElementQuantity, OdIfc2x3::IfcElementType, OdIfc2x3::IfcEnergyProperties, OdIfc2x3::IfcEvaporativeCoolerType, OdIfc2x3::IfcEvaporatorType, OdIfc2x3::IfcFanType, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFilterType, OdIfc2x3::IfcFireSuppressionTerminalType, OdIfc2x3::IfcFlowInstrumentType, OdIfc2x3::IfcFlowMeterType, OdIfc2x3::IfcFluidFlowProperties, OdIfc2x3::IfcFooting, OdIfc2x3::IfcFurnitureType, OdIfc2x3::IfcGasTerminalType, OdIfc2x3::IfcGrid, OdIfc2x3::IfcGroup, OdIfc2x3::IfcGroup, OdIfc2x3::IfcHeatExchangerType, OdIfc2x3::IfcHumidifierType, OdIfc2x3::IfcInventory, OdIfc2x3::IfcJunctionBoxType, OdIfc2x3::IfcLaborResource, OdIfc2x3::IfcLampType, OdIfc2x3::IfcLightFixtureType, OdIfc2x3::IfcMechanicalFastener, OdIfc2x3::IfcMemberType, OdIfc2x3::IfcMotorConnectionType, OdIfc2x3::IfcMove, OdIfc2x3::IfcObject, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcOccupant, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOrderAction, OdIfc2x3::IfcOutletType, OdIfc2x3::IfcPerformanceHistory, OdIfc2x3::IfcPermeableCoveringProperties, OdIfc2x3::IfcPermit, OdIfc2x3::IfcPile, OdIfc2x3::IfcPipeFittingType, OdIfc2x3::IfcPipeSegmentType, OdIfc2x3::IfcPlateType, OdIfc2x3::IfcPort, OdIfc2x3::IfcPort, OdIfc2x3::IfcProcedure, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProduct, OdIfc2x3::IfcProject, OdIfc2x3::IfcProjectOrder, OdIfc2x3::IfcProjectOrderRecord, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertySet, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcProtectiveDeviceType, OdIfc2x3::IfcProxy, OdIfc2x3::IfcPumpType, OdIfc2x3::IfcRailing, OdIfc2x3::IfcRailingType, OdIfc2x3::IfcRamp, OdIfc2x3::IfcRampFlightType, OdIfc2x3::IfcReinforcementDefinitionProperties, OdIfc2x3::IfcReinforcingBar, OdIfc2x3::IfcReinforcingElement, OdIfc2x3::IfcReinforcingMesh, OdIfc2x3::IfcRelAssigns, OdIfc2x3::IfcRelAssignsTasks, OdIfc2x3::IfcRelAssignsToActor, OdIfc2x3::IfcRelAssignsToControl, OdIfc2x3::IfcRelAssignsToGroup, OdIfc2x3::IfcRelAssignsToProcess, OdIfc2x3::IfcRelAssignsToProduct, OdIfc2x3::IfcRelAssignsToResource, OdIfc2x3::IfcRelAssociatesAppliedValue, OdIfc2x3::IfcRelAssociatesApproval, OdIfc2x3::IfcRelAssociates, OdIfc2x3::IfcRelAssociatesClassification, OdIfc2x3::IfcRelAssociatesConstraint, OdIfc2x3::IfcRelAssociatesDocument, OdIfc2x3::IfcRelAssociatesLibrary, OdIfc2x3::IfcRelAssociatesMaterial, OdIfc2x3::IfcRelAssociatesProfileProperties, OdIfc2x3::IfcRelConnectsElements, OdIfc2x3::IfcRelConnectsPathElements, OdIfc2x3::IfcRelConnectsPorts, OdIfc2x3::IfcRelConnectsPortToElement, OdIfc2x3::IfcRelConnectsStructuralActivity, OdIfc2x3::IfcRelConnectsStructuralElement, OdIfc2x3::IfcRelConnectsStructuralMember, OdIfc2x3::IfcRelConnectsWithEccentricity, OdIfc2x3::IfcRelConnectsWithRealizingElements, OdIfc2x3::IfcRelContainedInSpatialStructure, OdIfc2x3::IfcRelCoversBldgElements, OdIfc2x3::IfcRelCoversSpaces, OdIfc2x3::IfcRelDecomposes, OdIfc2x3::IfcRelDefines, OdIfc2x3::IfcRelDefinesByProperties, OdIfc2x3::IfcRelDefinesByType, OdIfc2x3::IfcRelFillsElement, OdIfc2x3::IfcRelFlowControlElements, OdIfc2x3::IfcRelInteractionRequirements, OdIfc2x3::IfcRelOverridesProperties, OdIfc2x3::IfcRelProjectsElement, OdIfc2x3::IfcRelReferencedInSpatialStructure, OdIfc2x3::IfcRelSequence, OdIfc2x3::IfcRelServicesBuildings, OdIfc2x3::IfcRelSpaceBoundary, OdIfc2x3::IfcRelVoidsElement, OdIfc2x3::IfcResource, OdIfc2x3::IfcResource, OdIfc2x3::IfcRoof, OdIfc2x3::IfcRoundedEdgeFeature, OdIfc2x3::IfcSanitaryTerminalType, OdIfc2x3::IfcScheduleTimeControl, OdIfc2x3::IfcSensorType, OdIfc2x3::IfcServiceLife, OdIfc2x3::IfcServiceLifeFactor, OdIfc2x3::IfcSite, OdIfc2x3::IfcSlab, OdIfc2x3::IfcSlabType, OdIfc2x3::IfcSoundProperties, OdIfc2x3::IfcSoundValue, OdIfc2x3::IfcSpace, OdIfc2x3::IfcSpaceHeaterType, OdIfc2x3::IfcSpaceProgram, OdIfc2x3::IfcSpaceThermalLoadProperties, OdIfc2x3::IfcSpaceType, OdIfc2x3::IfcSpatialStructureElement, OdIfc2x3::IfcStackTerminalType, OdIfc2x3::IfcStair, OdIfc2x3::IfcStairFlight, OdIfc2x3::IfcStairFlightType, OdIfc2x3::IfcStructuralAction, OdIfc2x3::IfcStructuralActivity, OdIfc2x3::IfcStructuralAnalysisModel, OdIfc2x3::IfcStructuralConnection, OdIfc2x3::IfcStructuralCurveMember, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralLinearAction, OdIfc2x3::IfcStructuralLinearActionVarying, OdIfc2x3::IfcStructuralLoadGroup, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralPlanarAction, OdIfc2x3::IfcStructuralPlanarActionVarying, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralResultGroup, OdIfc2x3::IfcStructuralSurfaceMember, OdIfc2x3::IfcStructuralSurfaceMemberVarying, OdIfc2x3::IfcSubContractResource, OdIfc2x3::IfcSwitchingDeviceType, OdIfc2x3::IfcSystem, OdIfc2x3::IfcSystem, OdIfc2x3::IfcTankType, OdIfc2x3::IfcTask, OdIfc2x3::IfcTendon, OdIfc2x3::IfcTimeSeriesSchedule, OdIfc2x3::IfcTransformerType, OdIfc2x3::IfcTransportElement, OdIfc2x3::IfcTransportElementType, OdIfc2x3::IfcTubeBundleType, OdIfc2x3::IfcTypeObject, OdIfc2x3::IfcTypeProduct, OdIfc2x3::IfcUnitaryEquipmentType, OdIfc2x3::IfcValveType, OdIfc2x3::IfcVibrationIsolatorType, OdIfc2x3::IfcWallType, OdIfc2x3::IfcWasteTerminalType, OdIfc2x3::IfcWindow, OdIfc2x3::IfcWindowLiningProperties, OdIfc2x3::IfcWindowPanelProperties, OdIfc2x3::IfcWindowStyle, and OdIfc2x3::IfcWorkControl.

◆ getDescription()

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

Returns the description of an object.

Returns
String that contains description of the object.

◆ getGlobalId()

OdIfcGUID OdIfc2x3::IfcRoot::getGlobalId ( ) const

Returns a globally unique identifier within the entire software world.

Returns
The globally unique identifier value.

◆ getInstanceType()

virtual OdDAI::Entity * OdIfc2x3::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 OdIfc2x3::IfcActionRequest, OdIfc2x3::IfcActor, OdIfc2x3::IfcActuatorType, OdIfc2x3::IfcAirTerminalBoxType, OdIfc2x3::IfcAirTerminalType, OdIfc2x3::IfcAirToAirHeatRecoveryType, OdIfc2x3::IfcAlarmType, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAsset, OdIfc2x3::IfcBeam, OdIfc2x3::IfcBeamType, OdIfc2x3::IfcBoilerType, OdIfc2x3::IfcBuilding, OdIfc2x3::IfcBuildingElement, OdIfc2x3::IfcBuildingElementComponent, OdIfc2x3::IfcBuildingElementPart, OdIfc2x3::IfcBuildingElementProxy, OdIfc2x3::IfcBuildingElementProxyType, OdIfc2x3::IfcBuildingElementType, OdIfc2x3::IfcBuildingStorey, OdIfc2x3::IfcCableCarrierFittingType, OdIfc2x3::IfcCableCarrierSegmentType, OdIfc2x3::IfcCableSegmentType, OdIfc2x3::IfcChamferEdgeFeature, OdIfc2x3::IfcChillerType, OdIfc2x3::IfcCoilType, OdIfc2x3::IfcColumn, OdIfc2x3::IfcColumnType, OdIfc2x3::IfcCompressorType, OdIfc2x3::IfcCondenserType, OdIfc2x3::IfcCondition, OdIfc2x3::IfcConditionCriterion, OdIfc2x3::IfcConstructionEquipmentResource, OdIfc2x3::IfcConstructionMaterialResource, OdIfc2x3::IfcConstructionProductResource, OdIfc2x3::IfcConstructionResource, OdIfc2x3::IfcControl, OdIfc2x3::IfcControllerType, OdIfc2x3::IfcCooledBeamType, OdIfc2x3::IfcCoolingTowerType, OdIfc2x3::IfcCostItem, OdIfc2x3::IfcCostSchedule, OdIfc2x3::IfcCovering, OdIfc2x3::IfcCoveringType, OdIfc2x3::IfcCrewResource, OdIfc2x3::IfcCurtainWall, OdIfc2x3::IfcCurtainWallType, OdIfc2x3::IfcDamperType, OdIfc2x3::IfcDiscreteAccessory, OdIfc2x3::IfcDiscreteAccessoryType, OdIfc2x3::IfcDistributionChamberElement, OdIfc2x3::IfcDistributionChamberElementType, OdIfc2x3::IfcDistributionControlElement, OdIfc2x3::IfcDistributionControlElementType, OdIfc2x3::IfcDistributionElement, OdIfc2x3::IfcDistributionElementType, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionFlowElementType, OdIfc2x3::IfcDistributionPort, OdIfc2x3::IfcDoor, OdIfc2x3::IfcDoorLiningProperties, OdIfc2x3::IfcDoorPanelProperties, OdIfc2x3::IfcDoorStyle, OdIfc2x3::IfcDuctFittingType, OdIfc2x3::IfcDuctSegmentType, OdIfc2x3::IfcDuctSilencerType, OdIfc2x3::IfcEdgeFeature, OdIfc2x3::IfcElectricalBaseProperties, OdIfc2x3::IfcElectricalCircuit, OdIfc2x3::IfcElectricalElement, OdIfc2x3::IfcElectricApplianceType, OdIfc2x3::IfcElectricDistributionPoint, OdIfc2x3::IfcElectricFlowStorageDeviceType, OdIfc2x3::IfcElectricGeneratorType, OdIfc2x3::IfcElectricHeaterType, OdIfc2x3::IfcElectricMotorType, OdIfc2x3::IfcElectricTimeControlType, OdIfc2x3::IfcElementAssembly, OdIfc2x3::IfcElement, OdIfc2x3::IfcElementComponent, OdIfc2x3::IfcElementComponentType, OdIfc2x3::IfcElementQuantity, OdIfc2x3::IfcElementType, OdIfc2x3::IfcEnergyConversionDevice, OdIfc2x3::IfcEnergyConversionDeviceType, OdIfc2x3::IfcEnergyProperties, OdIfc2x3::IfcEquipmentElement, OdIfc2x3::IfcEquipmentStandard, OdIfc2x3::IfcEvaporativeCoolerType, OdIfc2x3::IfcEvaporatorType, OdIfc2x3::IfcFanType, OdIfc2x3::IfcFastener, OdIfc2x3::IfcFastenerType, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElement, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFilterType, OdIfc2x3::IfcFireSuppressionTerminalType, OdIfc2x3::IfcFlowController, OdIfc2x3::IfcFlowControllerType, OdIfc2x3::IfcFlowFitting, OdIfc2x3::IfcFlowFittingType, OdIfc2x3::IfcFlowInstrumentType, OdIfc2x3::IfcFlowMeterType, OdIfc2x3::IfcFlowMovingDevice, OdIfc2x3::IfcFlowMovingDeviceType, OdIfc2x3::IfcFlowSegment, OdIfc2x3::IfcFlowSegmentType, OdIfc2x3::IfcFlowStorageDevice, OdIfc2x3::IfcFlowStorageDeviceType, OdIfc2x3::IfcFlowTerminal, OdIfc2x3::IfcFlowTerminalType, OdIfc2x3::IfcFlowTreatmentDevice, OdIfc2x3::IfcFlowTreatmentDeviceType, OdIfc2x3::IfcFluidFlowProperties, OdIfc2x3::IfcFooting, OdIfc2x3::IfcFurnishingElement, OdIfc2x3::IfcFurnishingElementType, OdIfc2x3::IfcFurnitureStandard, OdIfc2x3::IfcFurnitureType, OdIfc2x3::IfcGasTerminalType, OdIfc2x3::IfcGrid, OdIfc2x3::IfcGroup, OdIfc2x3::IfcHeatExchangerType, OdIfc2x3::IfcHumidifierType, OdIfc2x3::IfcInventory, OdIfc2x3::IfcJunctionBoxType, OdIfc2x3::IfcLaborResource, OdIfc2x3::IfcLampType, OdIfc2x3::IfcLightFixtureType, OdIfc2x3::IfcMechanicalFastener, OdIfc2x3::IfcMechanicalFastenerType, OdIfc2x3::IfcMember, OdIfc2x3::IfcMemberType, OdIfc2x3::IfcMotorConnectionType, OdIfc2x3::IfcMove, OdIfc2x3::IfcObject, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcOccupant, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOrderAction, OdIfc2x3::IfcOutletType, OdIfc2x3::IfcPerformanceHistory, OdIfc2x3::IfcPermeableCoveringProperties, OdIfc2x3::IfcPermit, OdIfc2x3::IfcPile, OdIfc2x3::IfcPipeFittingType, OdIfc2x3::IfcPipeSegmentType, OdIfc2x3::IfcPlate, OdIfc2x3::IfcPlateType, OdIfc2x3::IfcPort, OdIfc2x3::IfcProcedure, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProduct, OdIfc2x3::IfcProject, OdIfc2x3::IfcProjectionElement, OdIfc2x3::IfcProjectOrder, OdIfc2x3::IfcProjectOrderRecord, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertySet, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcProtectiveDeviceType, OdIfc2x3::IfcProxy, OdIfc2x3::IfcPumpType, OdIfc2x3::IfcRailing, OdIfc2x3::IfcRailingType, OdIfc2x3::IfcRamp, OdIfc2x3::IfcRampFlight, OdIfc2x3::IfcRampFlightType, OdIfc2x3::IfcReinforcementDefinitionProperties, OdIfc2x3::IfcReinforcingBar, OdIfc2x3::IfcReinforcingElement, OdIfc2x3::IfcReinforcingMesh, OdIfc2x3::IfcRelAggregates, OdIfc2x3::IfcRelAssigns, OdIfc2x3::IfcRelAssignsTasks, OdIfc2x3::IfcRelAssignsToActor, OdIfc2x3::IfcRelAssignsToControl, OdIfc2x3::IfcRelAssignsToGroup, OdIfc2x3::IfcRelAssignsToProcess, OdIfc2x3::IfcRelAssignsToProduct, OdIfc2x3::IfcRelAssignsToProjectOrder, OdIfc2x3::IfcRelAssignsToResource, OdIfc2x3::IfcRelAssociatesAppliedValue, OdIfc2x3::IfcRelAssociatesApproval, OdIfc2x3::IfcRelAssociates, OdIfc2x3::IfcRelAssociatesClassification, OdIfc2x3::IfcRelAssociatesConstraint, OdIfc2x3::IfcRelAssociatesDocument, OdIfc2x3::IfcRelAssociatesLibrary, OdIfc2x3::IfcRelAssociatesMaterial, OdIfc2x3::IfcRelAssociatesProfileProperties, OdIfc2x3::IfcRelationship, OdIfc2x3::IfcRelConnects, OdIfc2x3::IfcRelConnectsElements, OdIfc2x3::IfcRelConnectsPathElements, OdIfc2x3::IfcRelConnectsPorts, OdIfc2x3::IfcRelConnectsPortToElement, OdIfc2x3::IfcRelConnectsStructuralActivity, OdIfc2x3::IfcRelConnectsStructuralElement, OdIfc2x3::IfcRelConnectsStructuralMember, OdIfc2x3::IfcRelConnectsWithEccentricity, OdIfc2x3::IfcRelConnectsWithRealizingElements, OdIfc2x3::IfcRelContainedInSpatialStructure, OdIfc2x3::IfcRelCoversBldgElements, OdIfc2x3::IfcRelCoversSpaces, OdIfc2x3::IfcRelDecomposes, OdIfc2x3::IfcRelDefines, OdIfc2x3::IfcRelDefinesByProperties, OdIfc2x3::IfcRelDefinesByType, OdIfc2x3::IfcRelFillsElement, OdIfc2x3::IfcRelFlowControlElements, OdIfc2x3::IfcRelInteractionRequirements, OdIfc2x3::IfcRelNests, OdIfc2x3::IfcRelOccupiesSpaces, OdIfc2x3::IfcRelOverridesProperties, OdIfc2x3::IfcRelProjectsElement, OdIfc2x3::IfcRelReferencedInSpatialStructure, OdIfc2x3::IfcRelSchedulesCostItems, OdIfc2x3::IfcRelSequence, OdIfc2x3::IfcRelServicesBuildings, OdIfc2x3::IfcRelSpaceBoundary, OdIfc2x3::IfcRelVoidsElement, OdIfc2x3::IfcResource, OdIfc2x3::IfcRoof, OdIfc2x3::IfcRoundedEdgeFeature, OdIfc2x3::IfcSanitaryTerminalType, OdIfc2x3::IfcScheduleTimeControl, OdIfc2x3::IfcSensorType, OdIfc2x3::IfcServiceLife, OdIfc2x3::IfcServiceLifeFactor, OdIfc2x3::IfcSite, OdIfc2x3::IfcSlab, OdIfc2x3::IfcSlabType, OdIfc2x3::IfcSoundProperties, OdIfc2x3::IfcSoundValue, OdIfc2x3::IfcSpace, OdIfc2x3::IfcSpaceHeaterType, OdIfc2x3::IfcSpaceProgram, OdIfc2x3::IfcSpaceThermalLoadProperties, OdIfc2x3::IfcSpaceType, OdIfc2x3::IfcSpatialStructureElement, OdIfc2x3::IfcSpatialStructureElementType, OdIfc2x3::IfcStackTerminalType, OdIfc2x3::IfcStair, OdIfc2x3::IfcStairFlight, OdIfc2x3::IfcStairFlightType, OdIfc2x3::IfcStructuralAction, OdIfc2x3::IfcStructuralActivity, OdIfc2x3::IfcStructuralAnalysisModel, OdIfc2x3::IfcStructuralConnection, OdIfc2x3::IfcStructuralCurveConnection, OdIfc2x3::IfcStructuralCurveMember, OdIfc2x3::IfcStructuralCurveMemberVarying, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralLinearAction, OdIfc2x3::IfcStructuralLinearActionVarying, OdIfc2x3::IfcStructuralLoadGroup, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralPlanarAction, OdIfc2x3::IfcStructuralPlanarActionVarying, OdIfc2x3::IfcStructuralPointAction, OdIfc2x3::IfcStructuralPointConnection, OdIfc2x3::IfcStructuralPointReaction, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralResultGroup, OdIfc2x3::IfcStructuralSurfaceConnection, OdIfc2x3::IfcStructuralSurfaceMember, OdIfc2x3::IfcStructuralSurfaceMemberVarying, OdIfc2x3::IfcSubContractResource, OdIfc2x3::IfcSwitchingDeviceType, OdIfc2x3::IfcSystem, OdIfc2x3::IfcSystemFurnitureElementType, OdIfc2x3::IfcTankType, OdIfc2x3::IfcTask, OdIfc2x3::IfcTendonAnchor, OdIfc2x3::IfcTendon, OdIfc2x3::IfcTimeSeriesSchedule, OdIfc2x3::IfcTransformerType, OdIfc2x3::IfcTransportElement, OdIfc2x3::IfcTransportElementType, OdIfc2x3::IfcTubeBundleType, OdIfc2x3::IfcTypeObject, OdIfc2x3::IfcTypeProduct, OdIfc2x3::IfcUnitaryEquipmentType, OdIfc2x3::IfcValveType, OdIfc2x3::IfcVibrationIsolatorType, OdIfc2x3::IfcVirtualElement, OdIfc2x3::IfcWall, OdIfc2x3::IfcWallStandardCase, OdIfc2x3::IfcWallType, OdIfc2x3::IfcWasteTerminalType, OdIfc2x3::IfcWindow, OdIfc2x3::IfcWindowLiningProperties, OdIfc2x3::IfcWindowPanelProperties, OdIfc2x3::IfcWindowStyle, OdIfc2x3::IfcWorkControl, OdIfc2x3::IfcWorkPlan, OdIfc2x3::IfcWorkSchedule, and OdIfc2x3::IfcZone.

◆ getName()

const OdAnsiString & OdIfc2x3::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 & OdIfc2x3::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 OdIfc2x3::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 OdIfc2x3::IfcActionRequest, OdIfc2x3::IfcActor, OdIfc2x3::IfcActuatorType, OdIfc2x3::IfcAirTerminalBoxType, OdIfc2x3::IfcAirTerminalType, OdIfc2x3::IfcAirToAirHeatRecoveryType, OdIfc2x3::IfcAlarmType, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAsset, OdIfc2x3::IfcBeamType, OdIfc2x3::IfcBoilerType, OdIfc2x3::IfcBuilding, OdIfc2x3::IfcBuildingElementProxy, OdIfc2x3::IfcBuildingElementProxyType, OdIfc2x3::IfcBuildingStorey, OdIfc2x3::IfcCableCarrierFittingType, OdIfc2x3::IfcCableCarrierSegmentType, OdIfc2x3::IfcCableSegmentType, OdIfc2x3::IfcChamferEdgeFeature, OdIfc2x3::IfcChillerType, OdIfc2x3::IfcCoilType, OdIfc2x3::IfcColumnType, OdIfc2x3::IfcCompressorType, OdIfc2x3::IfcCondenserType, OdIfc2x3::IfcConditionCriterion, OdIfc2x3::IfcConstructionMaterialResource, OdIfc2x3::IfcConstructionResource, OdIfc2x3::IfcControl, OdIfc2x3::IfcControllerType, OdIfc2x3::IfcCooledBeamType, OdIfc2x3::IfcCoolingTowerType, OdIfc2x3::IfcCostSchedule, OdIfc2x3::IfcCovering, OdIfc2x3::IfcCoveringType, OdIfc2x3::IfcCurtainWallType, OdIfc2x3::IfcDamperType, OdIfc2x3::IfcDistributionChamberElementType, OdIfc2x3::IfcDistributionControlElement, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionPort, OdIfc2x3::IfcDoor, OdIfc2x3::IfcDoorLiningProperties, OdIfc2x3::IfcDoorPanelProperties, OdIfc2x3::IfcDoorStyle, OdIfc2x3::IfcDuctFittingType, OdIfc2x3::IfcDuctSegmentType, OdIfc2x3::IfcDuctSilencerType, OdIfc2x3::IfcEdgeFeature, OdIfc2x3::IfcElectricalBaseProperties, OdIfc2x3::IfcElectricApplianceType, OdIfc2x3::IfcElectricDistributionPoint, OdIfc2x3::IfcElectricFlowStorageDeviceType, OdIfc2x3::IfcElectricGeneratorType, OdIfc2x3::IfcElectricHeaterType, OdIfc2x3::IfcElectricMotorType, OdIfc2x3::IfcElectricTimeControlType, OdIfc2x3::IfcElementAssembly, OdIfc2x3::IfcElement, OdIfc2x3::IfcElementQuantity, OdIfc2x3::IfcElementType, OdIfc2x3::IfcEnergyProperties, OdIfc2x3::IfcEvaporativeCoolerType, OdIfc2x3::IfcEvaporatorType, OdIfc2x3::IfcFanType, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFilterType, OdIfc2x3::IfcFireSuppressionTerminalType, OdIfc2x3::IfcFlowInstrumentType, OdIfc2x3::IfcFlowMeterType, OdIfc2x3::IfcFluidFlowProperties, OdIfc2x3::IfcFooting, OdIfc2x3::IfcFurnitureType, OdIfc2x3::IfcGasTerminalType, OdIfc2x3::IfcGrid, OdIfc2x3::IfcGroup, OdIfc2x3::IfcHeatExchangerType, OdIfc2x3::IfcHumidifierType, OdIfc2x3::IfcInventory, OdIfc2x3::IfcJunctionBoxType, OdIfc2x3::IfcLaborResource, OdIfc2x3::IfcLampType, OdIfc2x3::IfcLightFixtureType, OdIfc2x3::IfcMechanicalFastener, OdIfc2x3::IfcMemberType, OdIfc2x3::IfcMotorConnectionType, OdIfc2x3::IfcMove, OdIfc2x3::IfcObject, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcOccupant, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOrderAction, OdIfc2x3::IfcOutletType, OdIfc2x3::IfcPerformanceHistory, OdIfc2x3::IfcPermeableCoveringProperties, OdIfc2x3::IfcPermit, OdIfc2x3::IfcPile, OdIfc2x3::IfcPipeFittingType, OdIfc2x3::IfcPipeSegmentType, OdIfc2x3::IfcPlateType, OdIfc2x3::IfcPort, OdIfc2x3::IfcProcedure, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProduct, OdIfc2x3::IfcProject, OdIfc2x3::IfcProjectOrder, OdIfc2x3::IfcProjectOrderRecord, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertySet, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcProtectiveDeviceType, OdIfc2x3::IfcProxy, OdIfc2x3::IfcPumpType, OdIfc2x3::IfcRailing, OdIfc2x3::IfcRailingType, OdIfc2x3::IfcRamp, OdIfc2x3::IfcRampFlightType, OdIfc2x3::IfcReinforcementDefinitionProperties, OdIfc2x3::IfcReinforcingBar, OdIfc2x3::IfcReinforcingElement, OdIfc2x3::IfcReinforcingMesh, OdIfc2x3::IfcRelAssigns, OdIfc2x3::IfcRelAssignsTasks, OdIfc2x3::IfcRelAssignsToActor, OdIfc2x3::IfcRelAssignsToControl, OdIfc2x3::IfcRelAssignsToGroup, OdIfc2x3::IfcRelAssignsToProcess, OdIfc2x3::IfcRelAssignsToProduct, OdIfc2x3::IfcRelAssignsToResource, OdIfc2x3::IfcRelAssociatesAppliedValue, OdIfc2x3::IfcRelAssociatesApproval, OdIfc2x3::IfcRelAssociates, OdIfc2x3::IfcRelAssociatesClassification, OdIfc2x3::IfcRelAssociatesConstraint, OdIfc2x3::IfcRelAssociatesDocument, OdIfc2x3::IfcRelAssociatesLibrary, OdIfc2x3::IfcRelAssociatesMaterial, OdIfc2x3::IfcRelAssociatesProfileProperties, OdIfc2x3::IfcRelConnectsElements, OdIfc2x3::IfcRelConnectsPathElements, OdIfc2x3::IfcRelConnectsPorts, OdIfc2x3::IfcRelConnectsPortToElement, OdIfc2x3::IfcRelConnectsStructuralActivity, OdIfc2x3::IfcRelConnectsStructuralElement, OdIfc2x3::IfcRelConnectsStructuralMember, OdIfc2x3::IfcRelConnectsWithEccentricity, OdIfc2x3::IfcRelConnectsWithRealizingElements, OdIfc2x3::IfcRelContainedInSpatialStructure, OdIfc2x3::IfcRelCoversBldgElements, OdIfc2x3::IfcRelCoversSpaces, OdIfc2x3::IfcRelDecomposes, OdIfc2x3::IfcRelDefines, OdIfc2x3::IfcRelDefinesByProperties, OdIfc2x3::IfcRelDefinesByType, OdIfc2x3::IfcRelFillsElement, OdIfc2x3::IfcRelFlowControlElements, OdIfc2x3::IfcRelInteractionRequirements, OdIfc2x3::IfcRelOverridesProperties, OdIfc2x3::IfcRelProjectsElement, OdIfc2x3::IfcRelReferencedInSpatialStructure, OdIfc2x3::IfcRelSequence, OdIfc2x3::IfcRelServicesBuildings, OdIfc2x3::IfcRelSpaceBoundary, OdIfc2x3::IfcRelVoidsElement, OdIfc2x3::IfcResource, OdIfc2x3::IfcRoof, OdIfc2x3::IfcRoundedEdgeFeature, OdIfc2x3::IfcSanitaryTerminalType, OdIfc2x3::IfcScheduleTimeControl, OdIfc2x3::IfcSensorType, OdIfc2x3::IfcServiceLife, OdIfc2x3::IfcServiceLifeFactor, OdIfc2x3::IfcSite, OdIfc2x3::IfcSlab, OdIfc2x3::IfcSlabType, OdIfc2x3::IfcSoundProperties, OdIfc2x3::IfcSoundValue, OdIfc2x3::IfcSpace, OdIfc2x3::IfcSpaceHeaterType, OdIfc2x3::IfcSpaceProgram, OdIfc2x3::IfcSpaceThermalLoadProperties, OdIfc2x3::IfcSpaceType, OdIfc2x3::IfcSpatialStructureElement, OdIfc2x3::IfcStackTerminalType, OdIfc2x3::IfcStair, OdIfc2x3::IfcStairFlight, OdIfc2x3::IfcStairFlightType, OdIfc2x3::IfcStructuralAction, OdIfc2x3::IfcStructuralActivity, OdIfc2x3::IfcStructuralAnalysisModel, OdIfc2x3::IfcStructuralConnection, OdIfc2x3::IfcStructuralCurveMember, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralLinearAction, OdIfc2x3::IfcStructuralLinearActionVarying, OdIfc2x3::IfcStructuralLoadGroup, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralPlanarAction, OdIfc2x3::IfcStructuralPlanarActionVarying, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralResultGroup, OdIfc2x3::IfcStructuralSurfaceMember, OdIfc2x3::IfcStructuralSurfaceMemberVarying, OdIfc2x3::IfcSubContractResource, OdIfc2x3::IfcSwitchingDeviceType, OdIfc2x3::IfcSystem, OdIfc2x3::IfcTankType, OdIfc2x3::IfcTask, OdIfc2x3::IfcTendon, OdIfc2x3::IfcTimeSeriesSchedule, OdIfc2x3::IfcTransformerType, OdIfc2x3::IfcTransportElement, OdIfc2x3::IfcTransportElementType, OdIfc2x3::IfcTubeBundleType, OdIfc2x3::IfcTypeObject, OdIfc2x3::IfcTypeProduct, OdIfc2x3::IfcUnitaryEquipmentType, OdIfc2x3::IfcValveType, OdIfc2x3::IfcVibrationIsolatorType, OdIfc2x3::IfcWallType, OdIfc2x3::IfcWasteTerminalType, OdIfc2x3::IfcWindow, OdIfc2x3::IfcWindowLiningProperties, OdIfc2x3::IfcWindowPanelProperties, OdIfc2x3::IfcWindowStyle, and OdIfc2x3::IfcWorkControl.

◆ isKindOf()

virtual bool OdIfc2x3::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 OdIfc2x3::IfcActionRequest, OdIfc2x3::IfcActor, OdIfc2x3::IfcActuatorType, OdIfc2x3::IfcAirTerminalBoxType, OdIfc2x3::IfcAirTerminalType, OdIfc2x3::IfcAirToAirHeatRecoveryType, OdIfc2x3::IfcAlarmType, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAsset, OdIfc2x3::IfcBeam, OdIfc2x3::IfcBeamType, OdIfc2x3::IfcBoilerType, OdIfc2x3::IfcBuilding, OdIfc2x3::IfcBuildingElement, OdIfc2x3::IfcBuildingElementComponent, OdIfc2x3::IfcBuildingElementPart, OdIfc2x3::IfcBuildingElementProxy, OdIfc2x3::IfcBuildingElementProxyType, OdIfc2x3::IfcBuildingElementType, OdIfc2x3::IfcBuildingStorey, OdIfc2x3::IfcCableCarrierFittingType, OdIfc2x3::IfcCableCarrierSegmentType, OdIfc2x3::IfcCableSegmentType, OdIfc2x3::IfcChamferEdgeFeature, OdIfc2x3::IfcChillerType, OdIfc2x3::IfcCoilType, OdIfc2x3::IfcColumn, OdIfc2x3::IfcColumnType, OdIfc2x3::IfcCompressorType, OdIfc2x3::IfcCondenserType, OdIfc2x3::IfcCondition, OdIfc2x3::IfcConditionCriterion, OdIfc2x3::IfcConstructionEquipmentResource, OdIfc2x3::IfcConstructionMaterialResource, OdIfc2x3::IfcConstructionProductResource, OdIfc2x3::IfcConstructionResource, OdIfc2x3::IfcControl, OdIfc2x3::IfcControllerType, OdIfc2x3::IfcCooledBeamType, OdIfc2x3::IfcCoolingTowerType, OdIfc2x3::IfcCostItem, OdIfc2x3::IfcCostSchedule, OdIfc2x3::IfcCovering, OdIfc2x3::IfcCoveringType, OdIfc2x3::IfcCrewResource, OdIfc2x3::IfcCurtainWall, OdIfc2x3::IfcCurtainWallType, OdIfc2x3::IfcDamperType, OdIfc2x3::IfcDiscreteAccessory, OdIfc2x3::IfcDiscreteAccessoryType, OdIfc2x3::IfcDistributionChamberElement, OdIfc2x3::IfcDistributionChamberElementType, OdIfc2x3::IfcDistributionControlElement, OdIfc2x3::IfcDistributionControlElementType, OdIfc2x3::IfcDistributionElement, OdIfc2x3::IfcDistributionElementType, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionFlowElementType, OdIfc2x3::IfcDistributionPort, OdIfc2x3::IfcDoor, OdIfc2x3::IfcDoorLiningProperties, OdIfc2x3::IfcDoorPanelProperties, OdIfc2x3::IfcDoorStyle, OdIfc2x3::IfcDuctFittingType, OdIfc2x3::IfcDuctSegmentType, OdIfc2x3::IfcDuctSilencerType, OdIfc2x3::IfcEdgeFeature, OdIfc2x3::IfcElectricalBaseProperties, OdIfc2x3::IfcElectricalCircuit, OdIfc2x3::IfcElectricalElement, OdIfc2x3::IfcElectricApplianceType, OdIfc2x3::IfcElectricDistributionPoint, OdIfc2x3::IfcElectricFlowStorageDeviceType, OdIfc2x3::IfcElectricGeneratorType, OdIfc2x3::IfcElectricHeaterType, OdIfc2x3::IfcElectricMotorType, OdIfc2x3::IfcElectricTimeControlType, OdIfc2x3::IfcElementAssembly, OdIfc2x3::IfcElement, OdIfc2x3::IfcElementComponent, OdIfc2x3::IfcElementComponentType, OdIfc2x3::IfcElementQuantity, OdIfc2x3::IfcElementType, OdIfc2x3::IfcEnergyConversionDevice, OdIfc2x3::IfcEnergyConversionDeviceType, OdIfc2x3::IfcEnergyProperties, OdIfc2x3::IfcEquipmentElement, OdIfc2x3::IfcEquipmentStandard, OdIfc2x3::IfcEvaporativeCoolerType, OdIfc2x3::IfcEvaporatorType, OdIfc2x3::IfcFanType, OdIfc2x3::IfcFastener, OdIfc2x3::IfcFastenerType, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElement, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFilterType, OdIfc2x3::IfcFireSuppressionTerminalType, OdIfc2x3::IfcFlowController, OdIfc2x3::IfcFlowControllerType, OdIfc2x3::IfcFlowFitting, OdIfc2x3::IfcFlowFittingType, OdIfc2x3::IfcFlowInstrumentType, OdIfc2x3::IfcFlowMeterType, OdIfc2x3::IfcFlowMovingDevice, OdIfc2x3::IfcFlowMovingDeviceType, OdIfc2x3::IfcFlowSegment, OdIfc2x3::IfcFlowSegmentType, OdIfc2x3::IfcFlowStorageDevice, OdIfc2x3::IfcFlowStorageDeviceType, OdIfc2x3::IfcFlowTerminal, OdIfc2x3::IfcFlowTerminalType, OdIfc2x3::IfcFlowTreatmentDevice, OdIfc2x3::IfcFlowTreatmentDeviceType, OdIfc2x3::IfcFluidFlowProperties, OdIfc2x3::IfcFooting, OdIfc2x3::IfcFurnishingElement, OdIfc2x3::IfcFurnishingElementType, OdIfc2x3::IfcFurnitureStandard, OdIfc2x3::IfcFurnitureType, OdIfc2x3::IfcGasTerminalType, OdIfc2x3::IfcGrid, OdIfc2x3::IfcGroup, OdIfc2x3::IfcHeatExchangerType, OdIfc2x3::IfcHumidifierType, OdIfc2x3::IfcInventory, OdIfc2x3::IfcJunctionBoxType, OdIfc2x3::IfcLaborResource, OdIfc2x3::IfcLampType, OdIfc2x3::IfcLightFixtureType, OdIfc2x3::IfcMechanicalFastener, OdIfc2x3::IfcMechanicalFastenerType, OdIfc2x3::IfcMember, OdIfc2x3::IfcMemberType, OdIfc2x3::IfcMotorConnectionType, OdIfc2x3::IfcMove, OdIfc2x3::IfcObject, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcOccupant, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOrderAction, OdIfc2x3::IfcOutletType, OdIfc2x3::IfcPerformanceHistory, OdIfc2x3::IfcPermeableCoveringProperties, OdIfc2x3::IfcPermit, OdIfc2x3::IfcPile, OdIfc2x3::IfcPipeFittingType, OdIfc2x3::IfcPipeSegmentType, OdIfc2x3::IfcPlate, OdIfc2x3::IfcPlateType, OdIfc2x3::IfcPort, OdIfc2x3::IfcProcedure, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProduct, OdIfc2x3::IfcProject, OdIfc2x3::IfcProjectionElement, OdIfc2x3::IfcProjectOrder, OdIfc2x3::IfcProjectOrderRecord, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertySet, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcProtectiveDeviceType, OdIfc2x3::IfcProxy, OdIfc2x3::IfcPumpType, OdIfc2x3::IfcRailing, OdIfc2x3::IfcRailingType, OdIfc2x3::IfcRamp, OdIfc2x3::IfcRampFlight, OdIfc2x3::IfcRampFlightType, OdIfc2x3::IfcReinforcementDefinitionProperties, OdIfc2x3::IfcReinforcingBar, OdIfc2x3::IfcReinforcingElement, OdIfc2x3::IfcReinforcingMesh, OdIfc2x3::IfcRelAggregates, OdIfc2x3::IfcRelAssigns, OdIfc2x3::IfcRelAssignsTasks, OdIfc2x3::IfcRelAssignsToActor, OdIfc2x3::IfcRelAssignsToControl, OdIfc2x3::IfcRelAssignsToGroup, OdIfc2x3::IfcRelAssignsToProcess, OdIfc2x3::IfcRelAssignsToProduct, OdIfc2x3::IfcRelAssignsToProjectOrder, OdIfc2x3::IfcRelAssignsToResource, OdIfc2x3::IfcRelAssociatesAppliedValue, OdIfc2x3::IfcRelAssociatesApproval, OdIfc2x3::IfcRelAssociates, OdIfc2x3::IfcRelAssociatesClassification, OdIfc2x3::IfcRelAssociatesConstraint, OdIfc2x3::IfcRelAssociatesDocument, OdIfc2x3::IfcRelAssociatesLibrary, OdIfc2x3::IfcRelAssociatesMaterial, OdIfc2x3::IfcRelAssociatesProfileProperties, OdIfc2x3::IfcRelationship, OdIfc2x3::IfcRelConnects, OdIfc2x3::IfcRelConnectsElements, OdIfc2x3::IfcRelConnectsPathElements, OdIfc2x3::IfcRelConnectsPorts, OdIfc2x3::IfcRelConnectsPortToElement, OdIfc2x3::IfcRelConnectsStructuralActivity, OdIfc2x3::IfcRelConnectsStructuralElement, OdIfc2x3::IfcRelConnectsStructuralMember, OdIfc2x3::IfcRelConnectsWithEccentricity, OdIfc2x3::IfcRelConnectsWithRealizingElements, OdIfc2x3::IfcRelContainedInSpatialStructure, OdIfc2x3::IfcRelCoversBldgElements, OdIfc2x3::IfcRelCoversSpaces, OdIfc2x3::IfcRelDecomposes, OdIfc2x3::IfcRelDefines, OdIfc2x3::IfcRelDefinesByProperties, OdIfc2x3::IfcRelDefinesByType, OdIfc2x3::IfcRelFillsElement, OdIfc2x3::IfcRelFlowControlElements, OdIfc2x3::IfcRelInteractionRequirements, OdIfc2x3::IfcRelNests, OdIfc2x3::IfcRelOccupiesSpaces, OdIfc2x3::IfcRelOverridesProperties, OdIfc2x3::IfcRelProjectsElement, OdIfc2x3::IfcRelReferencedInSpatialStructure, OdIfc2x3::IfcRelSchedulesCostItems, OdIfc2x3::IfcRelSequence, OdIfc2x3::IfcRelServicesBuildings, OdIfc2x3::IfcRelSpaceBoundary, OdIfc2x3::IfcRelVoidsElement, OdIfc2x3::IfcResource, OdIfc2x3::IfcRoof, OdIfc2x3::IfcRoundedEdgeFeature, OdIfc2x3::IfcSanitaryTerminalType, OdIfc2x3::IfcScheduleTimeControl, OdIfc2x3::IfcSensorType, OdIfc2x3::IfcServiceLife, OdIfc2x3::IfcServiceLifeFactor, OdIfc2x3::IfcSite, OdIfc2x3::IfcSlab, OdIfc2x3::IfcSlabType, OdIfc2x3::IfcSoundProperties, OdIfc2x3::IfcSoundValue, OdIfc2x3::IfcSpace, OdIfc2x3::IfcSpaceHeaterType, OdIfc2x3::IfcSpaceProgram, OdIfc2x3::IfcSpaceThermalLoadProperties, OdIfc2x3::IfcSpaceType, OdIfc2x3::IfcSpatialStructureElement, OdIfc2x3::IfcSpatialStructureElementType, OdIfc2x3::IfcStackTerminalType, OdIfc2x3::IfcStair, OdIfc2x3::IfcStairFlight, OdIfc2x3::IfcStairFlightType, OdIfc2x3::IfcStructuralAction, OdIfc2x3::IfcStructuralActivity, OdIfc2x3::IfcStructuralAnalysisModel, OdIfc2x3::IfcStructuralConnection, OdIfc2x3::IfcStructuralCurveConnection, OdIfc2x3::IfcStructuralCurveMember, OdIfc2x3::IfcStructuralCurveMemberVarying, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralLinearAction, OdIfc2x3::IfcStructuralLinearActionVarying, OdIfc2x3::IfcStructuralLoadGroup, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralPlanarAction, OdIfc2x3::IfcStructuralPlanarActionVarying, OdIfc2x3::IfcStructuralPointAction, OdIfc2x3::IfcStructuralPointConnection, OdIfc2x3::IfcStructuralPointReaction, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralResultGroup, OdIfc2x3::IfcStructuralSurfaceConnection, OdIfc2x3::IfcStructuralSurfaceMember, OdIfc2x3::IfcStructuralSurfaceMemberVarying, OdIfc2x3::IfcSubContractResource, OdIfc2x3::IfcSwitchingDeviceType, OdIfc2x3::IfcSystem, OdIfc2x3::IfcSystemFurnitureElementType, OdIfc2x3::IfcTankType, OdIfc2x3::IfcTask, OdIfc2x3::IfcTendonAnchor, OdIfc2x3::IfcTendon, OdIfc2x3::IfcTimeSeriesSchedule, OdIfc2x3::IfcTransformerType, OdIfc2x3::IfcTransportElement, OdIfc2x3::IfcTransportElementType, OdIfc2x3::IfcTubeBundleType, OdIfc2x3::IfcTypeObject, OdIfc2x3::IfcTypeProduct, OdIfc2x3::IfcUnitaryEquipmentType, OdIfc2x3::IfcValveType, OdIfc2x3::IfcVibrationIsolatorType, OdIfc2x3::IfcVirtualElement, OdIfc2x3::IfcWall, OdIfc2x3::IfcWallStandardCase, OdIfc2x3::IfcWallType, OdIfc2x3::IfcWasteTerminalType, OdIfc2x3::IfcWindow, OdIfc2x3::IfcWindowLiningProperties, OdIfc2x3::IfcWindowPanelProperties, OdIfc2x3::IfcWindowStyle, OdIfc2x3::IfcWorkControl, OdIfc2x3::IfcWorkPlan, OdIfc2x3::IfcWorkSchedule, and OdIfc2x3::IfcZone.

◆ outFields()

virtual OdResult OdIfc2x3::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 OdIfc2x3::IfcActionRequest, OdIfc2x3::IfcActor, OdIfc2x3::IfcActuatorType, OdIfc2x3::IfcAirTerminalBoxType, OdIfc2x3::IfcAirTerminalType, OdIfc2x3::IfcAirToAirHeatRecoveryType, OdIfc2x3::IfcAlarmType, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAsset, OdIfc2x3::IfcBeamType, OdIfc2x3::IfcBoilerType, OdIfc2x3::IfcBuilding, OdIfc2x3::IfcBuildingElementProxy, OdIfc2x3::IfcBuildingElementProxyType, OdIfc2x3::IfcBuildingStorey, OdIfc2x3::IfcCableCarrierFittingType, OdIfc2x3::IfcCableCarrierSegmentType, OdIfc2x3::IfcCableSegmentType, OdIfc2x3::IfcChamferEdgeFeature, OdIfc2x3::IfcChillerType, OdIfc2x3::IfcCoilType, OdIfc2x3::IfcColumnType, OdIfc2x3::IfcCompressorType, OdIfc2x3::IfcCondenserType, OdIfc2x3::IfcConditionCriterion, OdIfc2x3::IfcConstructionMaterialResource, OdIfc2x3::IfcConstructionResource, OdIfc2x3::IfcControl, OdIfc2x3::IfcControllerType, OdIfc2x3::IfcCooledBeamType, OdIfc2x3::IfcCoolingTowerType, OdIfc2x3::IfcCostSchedule, OdIfc2x3::IfcCovering, OdIfc2x3::IfcCoveringType, OdIfc2x3::IfcCurtainWallType, OdIfc2x3::IfcDamperType, OdIfc2x3::IfcDistributionChamberElementType, OdIfc2x3::IfcDistributionControlElement, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionPort, OdIfc2x3::IfcDoor, OdIfc2x3::IfcDoorLiningProperties, OdIfc2x3::IfcDoorPanelProperties, OdIfc2x3::IfcDoorStyle, OdIfc2x3::IfcDuctFittingType, OdIfc2x3::IfcDuctSegmentType, OdIfc2x3::IfcDuctSilencerType, OdIfc2x3::IfcEdgeFeature, OdIfc2x3::IfcElectricalBaseProperties, OdIfc2x3::IfcElectricApplianceType, OdIfc2x3::IfcElectricDistributionPoint, OdIfc2x3::IfcElectricFlowStorageDeviceType, OdIfc2x3::IfcElectricGeneratorType, OdIfc2x3::IfcElectricHeaterType, OdIfc2x3::IfcElectricMotorType, OdIfc2x3::IfcElectricTimeControlType, OdIfc2x3::IfcElementAssembly, OdIfc2x3::IfcElement, OdIfc2x3::IfcElementQuantity, OdIfc2x3::IfcElementType, OdIfc2x3::IfcEnergyProperties, OdIfc2x3::IfcEvaporativeCoolerType, OdIfc2x3::IfcEvaporatorType, OdIfc2x3::IfcFanType, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFilterType, OdIfc2x3::IfcFireSuppressionTerminalType, OdIfc2x3::IfcFlowInstrumentType, OdIfc2x3::IfcFlowMeterType, OdIfc2x3::IfcFluidFlowProperties, OdIfc2x3::IfcFooting, OdIfc2x3::IfcFurnitureType, OdIfc2x3::IfcGasTerminalType, OdIfc2x3::IfcGrid, OdIfc2x3::IfcGroup, OdIfc2x3::IfcHeatExchangerType, OdIfc2x3::IfcHumidifierType, OdIfc2x3::IfcInventory, OdIfc2x3::IfcJunctionBoxType, OdIfc2x3::IfcLaborResource, OdIfc2x3::IfcLampType, OdIfc2x3::IfcLightFixtureType, OdIfc2x3::IfcMechanicalFastener, OdIfc2x3::IfcMemberType, OdIfc2x3::IfcMotorConnectionType, OdIfc2x3::IfcMove, OdIfc2x3::IfcObject, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcOccupant, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOrderAction, OdIfc2x3::IfcOutletType, OdIfc2x3::IfcPerformanceHistory, OdIfc2x3::IfcPermeableCoveringProperties, OdIfc2x3::IfcPermit, OdIfc2x3::IfcPile, OdIfc2x3::IfcPipeFittingType, OdIfc2x3::IfcPipeSegmentType, OdIfc2x3::IfcPlateType, OdIfc2x3::IfcPort, OdIfc2x3::IfcProcedure, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProduct, OdIfc2x3::IfcProject, OdIfc2x3::IfcProjectOrder, OdIfc2x3::IfcProjectOrderRecord, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertySet, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcProtectiveDeviceType, OdIfc2x3::IfcProxy, OdIfc2x3::IfcPumpType, OdIfc2x3::IfcRailing, OdIfc2x3::IfcRailingType, OdIfc2x3::IfcRamp, OdIfc2x3::IfcRampFlightType, OdIfc2x3::IfcReinforcementDefinitionProperties, OdIfc2x3::IfcReinforcingBar, OdIfc2x3::IfcReinforcingElement, OdIfc2x3::IfcReinforcingMesh, OdIfc2x3::IfcRelAssigns, OdIfc2x3::IfcRelAssignsTasks, OdIfc2x3::IfcRelAssignsToActor, OdIfc2x3::IfcRelAssignsToControl, OdIfc2x3::IfcRelAssignsToGroup, OdIfc2x3::IfcRelAssignsToProcess, OdIfc2x3::IfcRelAssignsToProduct, OdIfc2x3::IfcRelAssignsToResource, OdIfc2x3::IfcRelAssociatesAppliedValue, OdIfc2x3::IfcRelAssociatesApproval, OdIfc2x3::IfcRelAssociates, OdIfc2x3::IfcRelAssociatesClassification, OdIfc2x3::IfcRelAssociatesConstraint, OdIfc2x3::IfcRelAssociatesDocument, OdIfc2x3::IfcRelAssociatesLibrary, OdIfc2x3::IfcRelAssociatesMaterial, OdIfc2x3::IfcRelAssociatesProfileProperties, OdIfc2x3::IfcRelConnectsElements, OdIfc2x3::IfcRelConnectsPathElements, OdIfc2x3::IfcRelConnectsPorts, OdIfc2x3::IfcRelConnectsPortToElement, OdIfc2x3::IfcRelConnectsStructuralActivity, OdIfc2x3::IfcRelConnectsStructuralElement, OdIfc2x3::IfcRelConnectsStructuralMember, OdIfc2x3::IfcRelConnectsWithEccentricity, OdIfc2x3::IfcRelConnectsWithRealizingElements, OdIfc2x3::IfcRelContainedInSpatialStructure, OdIfc2x3::IfcRelCoversBldgElements, OdIfc2x3::IfcRelCoversSpaces, OdIfc2x3::IfcRelDecomposes, OdIfc2x3::IfcRelDefines, OdIfc2x3::IfcRelDefinesByProperties, OdIfc2x3::IfcRelDefinesByType, OdIfc2x3::IfcRelFillsElement, OdIfc2x3::IfcRelFlowControlElements, OdIfc2x3::IfcRelInteractionRequirements, OdIfc2x3::IfcRelOverridesProperties, OdIfc2x3::IfcRelProjectsElement, OdIfc2x3::IfcRelReferencedInSpatialStructure, OdIfc2x3::IfcRelSequence, OdIfc2x3::IfcRelServicesBuildings, OdIfc2x3::IfcRelSpaceBoundary, OdIfc2x3::IfcRelVoidsElement, OdIfc2x3::IfcResource, OdIfc2x3::IfcRoof, OdIfc2x3::IfcRoundedEdgeFeature, OdIfc2x3::IfcSanitaryTerminalType, OdIfc2x3::IfcScheduleTimeControl, OdIfc2x3::IfcSensorType, OdIfc2x3::IfcServiceLife, OdIfc2x3::IfcServiceLifeFactor, OdIfc2x3::IfcSite, OdIfc2x3::IfcSlab, OdIfc2x3::IfcSlabType, OdIfc2x3::IfcSoundProperties, OdIfc2x3::IfcSoundValue, OdIfc2x3::IfcSpace, OdIfc2x3::IfcSpaceHeaterType, OdIfc2x3::IfcSpaceProgram, OdIfc2x3::IfcSpaceThermalLoadProperties, OdIfc2x3::IfcSpaceType, OdIfc2x3::IfcSpatialStructureElement, OdIfc2x3::IfcStackTerminalType, OdIfc2x3::IfcStair, OdIfc2x3::IfcStairFlight, OdIfc2x3::IfcStairFlightType, OdIfc2x3::IfcStructuralAction, OdIfc2x3::IfcStructuralActivity, OdIfc2x3::IfcStructuralAnalysisModel, OdIfc2x3::IfcStructuralConnection, OdIfc2x3::IfcStructuralCurveMember, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralLinearAction, OdIfc2x3::IfcStructuralLinearActionVarying, OdIfc2x3::IfcStructuralLoadGroup, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralPlanarAction, OdIfc2x3::IfcStructuralPlanarActionVarying, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralResultGroup, OdIfc2x3::IfcStructuralSurfaceMember, OdIfc2x3::IfcStructuralSurfaceMemberVarying, OdIfc2x3::IfcSubContractResource, OdIfc2x3::IfcSwitchingDeviceType, OdIfc2x3::IfcSystem, OdIfc2x3::IfcTankType, OdIfc2x3::IfcTask, OdIfc2x3::IfcTendon, OdIfc2x3::IfcTimeSeriesSchedule, OdIfc2x3::IfcTransformerType, OdIfc2x3::IfcTransportElement, OdIfc2x3::IfcTransportElementType, OdIfc2x3::IfcTubeBundleType, OdIfc2x3::IfcTypeObject, OdIfc2x3::IfcTypeProduct, OdIfc2x3::IfcUnitaryEquipmentType, OdIfc2x3::IfcValveType, OdIfc2x3::IfcVibrationIsolatorType, OdIfc2x3::IfcWallType, OdIfc2x3::IfcWasteTerminalType, OdIfc2x3::IfcWindow, OdIfc2x3::IfcWindowLiningProperties, OdIfc2x3::IfcWindowPanelProperties, OdIfc2x3::IfcWindowStyle, and OdIfc2x3::IfcWorkControl.

◆ putAttr() [1/2]

virtual bool OdIfc2x3::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 OdIfc2x3::IfcActionRequest, OdIfc2x3::IfcActor, OdIfc2x3::IfcActuatorType, OdIfc2x3::IfcAirTerminalBoxType, OdIfc2x3::IfcAirTerminalType, OdIfc2x3::IfcAirToAirHeatRecoveryType, OdIfc2x3::IfcAlarmType, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAsset, OdIfc2x3::IfcBeamType, OdIfc2x3::IfcBoilerType, OdIfc2x3::IfcBuilding, OdIfc2x3::IfcBuildingElementProxy, OdIfc2x3::IfcBuildingElementProxyType, OdIfc2x3::IfcBuildingStorey, OdIfc2x3::IfcCableCarrierFittingType, OdIfc2x3::IfcCableCarrierSegmentType, OdIfc2x3::IfcCableSegmentType, OdIfc2x3::IfcChamferEdgeFeature, OdIfc2x3::IfcChillerType, OdIfc2x3::IfcCoilType, OdIfc2x3::IfcColumnType, OdIfc2x3::IfcCompressorType, OdIfc2x3::IfcCondenserType, OdIfc2x3::IfcConditionCriterion, OdIfc2x3::IfcConstructionMaterialResource, OdIfc2x3::IfcConstructionResource, OdIfc2x3::IfcControl, OdIfc2x3::IfcControllerType, OdIfc2x3::IfcCooledBeamType, OdIfc2x3::IfcCoolingTowerType, OdIfc2x3::IfcCostSchedule, OdIfc2x3::IfcCovering, OdIfc2x3::IfcCoveringType, OdIfc2x3::IfcCurtainWallType, OdIfc2x3::IfcDamperType, OdIfc2x3::IfcDistributionChamberElementType, OdIfc2x3::IfcDistributionControlElement, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionPort, OdIfc2x3::IfcDoor, OdIfc2x3::IfcDoorLiningProperties, OdIfc2x3::IfcDoorPanelProperties, OdIfc2x3::IfcDoorStyle, OdIfc2x3::IfcDuctFittingType, OdIfc2x3::IfcDuctSegmentType, OdIfc2x3::IfcDuctSilencerType, OdIfc2x3::IfcEdgeFeature, OdIfc2x3::IfcElectricalBaseProperties, OdIfc2x3::IfcElectricApplianceType, OdIfc2x3::IfcElectricDistributionPoint, OdIfc2x3::IfcElectricFlowStorageDeviceType, OdIfc2x3::IfcElectricGeneratorType, OdIfc2x3::IfcElectricHeaterType, OdIfc2x3::IfcElectricMotorType, OdIfc2x3::IfcElectricTimeControlType, OdIfc2x3::IfcElementAssembly, OdIfc2x3::IfcElement, OdIfc2x3::IfcElementQuantity, OdIfc2x3::IfcElementType, OdIfc2x3::IfcEnergyProperties, OdIfc2x3::IfcEvaporativeCoolerType, OdIfc2x3::IfcEvaporatorType, OdIfc2x3::IfcFanType, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFilterType, OdIfc2x3::IfcFireSuppressionTerminalType, OdIfc2x3::IfcFlowInstrumentType, OdIfc2x3::IfcFlowMeterType, OdIfc2x3::IfcFluidFlowProperties, OdIfc2x3::IfcFooting, OdIfc2x3::IfcFurnitureType, OdIfc2x3::IfcGasTerminalType, OdIfc2x3::IfcGrid, OdIfc2x3::IfcGroup, OdIfc2x3::IfcHeatExchangerType, OdIfc2x3::IfcHumidifierType, OdIfc2x3::IfcInventory, OdIfc2x3::IfcJunctionBoxType, OdIfc2x3::IfcLaborResource, OdIfc2x3::IfcLampType, OdIfc2x3::IfcLightFixtureType, OdIfc2x3::IfcMechanicalFastener, OdIfc2x3::IfcMemberType, OdIfc2x3::IfcMotorConnectionType, OdIfc2x3::IfcMove, OdIfc2x3::IfcObject, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcOccupant, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOrderAction, OdIfc2x3::IfcOutletType, OdIfc2x3::IfcPerformanceHistory, OdIfc2x3::IfcPermeableCoveringProperties, OdIfc2x3::IfcPermit, OdIfc2x3::IfcPile, OdIfc2x3::IfcPipeFittingType, OdIfc2x3::IfcPipeSegmentType, OdIfc2x3::IfcPlateType, OdIfc2x3::IfcPort, OdIfc2x3::IfcProcedure, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProduct, OdIfc2x3::IfcProject, OdIfc2x3::IfcProjectOrder, OdIfc2x3::IfcProjectOrderRecord, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertySet, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcProtectiveDeviceType, OdIfc2x3::IfcProxy, OdIfc2x3::IfcPumpType, OdIfc2x3::IfcRailing, OdIfc2x3::IfcRailingType, OdIfc2x3::IfcRamp, OdIfc2x3::IfcRampFlightType, OdIfc2x3::IfcReinforcementDefinitionProperties, OdIfc2x3::IfcReinforcingBar, OdIfc2x3::IfcReinforcingElement, OdIfc2x3::IfcReinforcingMesh, OdIfc2x3::IfcRelAssigns, OdIfc2x3::IfcRelAssignsTasks, OdIfc2x3::IfcRelAssignsToActor, OdIfc2x3::IfcRelAssignsToControl, OdIfc2x3::IfcRelAssignsToGroup, OdIfc2x3::IfcRelAssignsToProcess, OdIfc2x3::IfcRelAssignsToProduct, OdIfc2x3::IfcRelAssignsToResource, OdIfc2x3::IfcRelAssociatesAppliedValue, OdIfc2x3::IfcRelAssociatesApproval, OdIfc2x3::IfcRelAssociates, OdIfc2x3::IfcRelAssociatesClassification, OdIfc2x3::IfcRelAssociatesConstraint, OdIfc2x3::IfcRelAssociatesDocument, OdIfc2x3::IfcRelAssociatesLibrary, OdIfc2x3::IfcRelAssociatesMaterial, OdIfc2x3::IfcRelAssociatesProfileProperties, OdIfc2x3::IfcRelConnectsElements, OdIfc2x3::IfcRelConnectsPathElements, OdIfc2x3::IfcRelConnectsPorts, OdIfc2x3::IfcRelConnectsPortToElement, OdIfc2x3::IfcRelConnectsStructuralActivity, OdIfc2x3::IfcRelConnectsStructuralElement, OdIfc2x3::IfcRelConnectsStructuralMember, OdIfc2x3::IfcRelConnectsWithEccentricity, OdIfc2x3::IfcRelConnectsWithRealizingElements, OdIfc2x3::IfcRelContainedInSpatialStructure, OdIfc2x3::IfcRelCoversBldgElements, OdIfc2x3::IfcRelCoversSpaces, OdIfc2x3::IfcRelDecomposes, OdIfc2x3::IfcRelDefines, OdIfc2x3::IfcRelDefinesByProperties, OdIfc2x3::IfcRelDefinesByType, OdIfc2x3::IfcRelFillsElement, OdIfc2x3::IfcRelFlowControlElements, OdIfc2x3::IfcRelInteractionRequirements, OdIfc2x3::IfcRelOverridesProperties, OdIfc2x3::IfcRelProjectsElement, OdIfc2x3::IfcRelReferencedInSpatialStructure, OdIfc2x3::IfcRelSequence, OdIfc2x3::IfcRelServicesBuildings, OdIfc2x3::IfcRelSpaceBoundary, OdIfc2x3::IfcRelVoidsElement, OdIfc2x3::IfcResource, OdIfc2x3::IfcRoof, OdIfc2x3::IfcRoundedEdgeFeature, OdIfc2x3::IfcSanitaryTerminalType, OdIfc2x3::IfcScheduleTimeControl, OdIfc2x3::IfcSensorType, OdIfc2x3::IfcServiceLife, OdIfc2x3::IfcServiceLifeFactor, OdIfc2x3::IfcSite, OdIfc2x3::IfcSlab, OdIfc2x3::IfcSlabType, OdIfc2x3::IfcSoundProperties, OdIfc2x3::IfcSoundValue, OdIfc2x3::IfcSpace, OdIfc2x3::IfcSpaceHeaterType, OdIfc2x3::IfcSpaceProgram, OdIfc2x3::IfcSpaceThermalLoadProperties, OdIfc2x3::IfcSpaceType, OdIfc2x3::IfcSpatialStructureElement, OdIfc2x3::IfcStackTerminalType, OdIfc2x3::IfcStair, OdIfc2x3::IfcStairFlight, OdIfc2x3::IfcStairFlightType, OdIfc2x3::IfcStructuralAction, OdIfc2x3::IfcStructuralActivity, OdIfc2x3::IfcStructuralAnalysisModel, OdIfc2x3::IfcStructuralConnection, OdIfc2x3::IfcStructuralCurveMember, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralLinearAction, OdIfc2x3::IfcStructuralLinearActionVarying, OdIfc2x3::IfcStructuralLoadGroup, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralPlanarAction, OdIfc2x3::IfcStructuralPlanarActionVarying, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralResultGroup, OdIfc2x3::IfcStructuralSurfaceMember, OdIfc2x3::IfcStructuralSurfaceMemberVarying, OdIfc2x3::IfcSubContractResource, OdIfc2x3::IfcSwitchingDeviceType, OdIfc2x3::IfcSystem, OdIfc2x3::IfcTankType, OdIfc2x3::IfcTask, OdIfc2x3::IfcTendon, OdIfc2x3::IfcTimeSeriesSchedule, OdIfc2x3::IfcTransformerType, OdIfc2x3::IfcTransportElement, OdIfc2x3::IfcTransportElementType, OdIfc2x3::IfcTubeBundleType, OdIfc2x3::IfcTypeObject, OdIfc2x3::IfcTypeProduct, OdIfc2x3::IfcUnitaryEquipmentType, OdIfc2x3::IfcValveType, OdIfc2x3::IfcVibrationIsolatorType, OdIfc2x3::IfcWallType, OdIfc2x3::IfcWasteTerminalType, OdIfc2x3::IfcWindow, OdIfc2x3::IfcWindowLiningProperties, OdIfc2x3::IfcWindowPanelProperties, OdIfc2x3::IfcWindowStyle, and OdIfc2x3::IfcWorkControl.

◆ putAttr() [2/2]

virtual bool OdIfc2x3::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 OdIfc2x3::IfcActionRequest, OdIfc2x3::IfcActor, OdIfc2x3::IfcActuatorType, OdIfc2x3::IfcAirTerminalBoxType, OdIfc2x3::IfcAirTerminalType, OdIfc2x3::IfcAirToAirHeatRecoveryType, OdIfc2x3::IfcAlarmType, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAsset, OdIfc2x3::IfcBeamType, OdIfc2x3::IfcBoilerType, OdIfc2x3::IfcBuilding, OdIfc2x3::IfcBuildingElementProxy, OdIfc2x3::IfcBuildingElementProxyType, OdIfc2x3::IfcBuildingStorey, OdIfc2x3::IfcCableCarrierFittingType, OdIfc2x3::IfcCableCarrierSegmentType, OdIfc2x3::IfcCableSegmentType, OdIfc2x3::IfcChamferEdgeFeature, OdIfc2x3::IfcChillerType, OdIfc2x3::IfcCoilType, OdIfc2x3::IfcColumnType, OdIfc2x3::IfcCompressorType, OdIfc2x3::IfcCondenserType, OdIfc2x3::IfcConditionCriterion, OdIfc2x3::IfcConstructionMaterialResource, OdIfc2x3::IfcConstructionResource, OdIfc2x3::IfcControl, OdIfc2x3::IfcControl, OdIfc2x3::IfcControllerType, OdIfc2x3::IfcCooledBeamType, OdIfc2x3::IfcCoolingTowerType, OdIfc2x3::IfcCostSchedule, OdIfc2x3::IfcCovering, OdIfc2x3::IfcCoveringType, OdIfc2x3::IfcCurtainWallType, OdIfc2x3::IfcDamperType, OdIfc2x3::IfcDistributionChamberElementType, OdIfc2x3::IfcDistributionControlElement, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionPort, OdIfc2x3::IfcDoor, OdIfc2x3::IfcDoorLiningProperties, OdIfc2x3::IfcDoorPanelProperties, OdIfc2x3::IfcDoorStyle, OdIfc2x3::IfcDuctFittingType, OdIfc2x3::IfcDuctSegmentType, OdIfc2x3::IfcDuctSilencerType, OdIfc2x3::IfcEdgeFeature, OdIfc2x3::IfcElectricalBaseProperties, OdIfc2x3::IfcElectricApplianceType, OdIfc2x3::IfcElectricDistributionPoint, OdIfc2x3::IfcElectricFlowStorageDeviceType, OdIfc2x3::IfcElectricGeneratorType, OdIfc2x3::IfcElectricHeaterType, OdIfc2x3::IfcElectricMotorType, OdIfc2x3::IfcElectricTimeControlType, OdIfc2x3::IfcElementAssembly, OdIfc2x3::IfcElement, OdIfc2x3::IfcElementQuantity, OdIfc2x3::IfcElementType, OdIfc2x3::IfcEnergyProperties, OdIfc2x3::IfcEvaporativeCoolerType, OdIfc2x3::IfcEvaporatorType, OdIfc2x3::IfcFanType, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFilterType, OdIfc2x3::IfcFireSuppressionTerminalType, OdIfc2x3::IfcFlowInstrumentType, OdIfc2x3::IfcFlowMeterType, OdIfc2x3::IfcFluidFlowProperties, OdIfc2x3::IfcFooting, OdIfc2x3::IfcFurnitureType, OdIfc2x3::IfcGasTerminalType, OdIfc2x3::IfcGrid, OdIfc2x3::IfcGroup, OdIfc2x3::IfcGroup, OdIfc2x3::IfcHeatExchangerType, OdIfc2x3::IfcHumidifierType, OdIfc2x3::IfcInventory, OdIfc2x3::IfcJunctionBoxType, OdIfc2x3::IfcLaborResource, OdIfc2x3::IfcLampType, OdIfc2x3::IfcLightFixtureType, OdIfc2x3::IfcMechanicalFastener, OdIfc2x3::IfcMemberType, OdIfc2x3::IfcMotorConnectionType, OdIfc2x3::IfcMove, OdIfc2x3::IfcObject, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcOccupant, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOrderAction, OdIfc2x3::IfcOutletType, OdIfc2x3::IfcPerformanceHistory, OdIfc2x3::IfcPermeableCoveringProperties, OdIfc2x3::IfcPermit, OdIfc2x3::IfcPile, OdIfc2x3::IfcPipeFittingType, OdIfc2x3::IfcPipeSegmentType, OdIfc2x3::IfcPlateType, OdIfc2x3::IfcPort, OdIfc2x3::IfcPort, OdIfc2x3::IfcProcedure, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProduct, OdIfc2x3::IfcProject, OdIfc2x3::IfcProjectOrder, OdIfc2x3::IfcProjectOrderRecord, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertySet, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcProtectiveDeviceType, OdIfc2x3::IfcProxy, OdIfc2x3::IfcPumpType, OdIfc2x3::IfcRailing, OdIfc2x3::IfcRailingType, OdIfc2x3::IfcRamp, OdIfc2x3::IfcRampFlightType, OdIfc2x3::IfcReinforcementDefinitionProperties, OdIfc2x3::IfcReinforcingBar, OdIfc2x3::IfcReinforcingElement, OdIfc2x3::IfcReinforcingMesh, OdIfc2x3::IfcRelAssigns, OdIfc2x3::IfcRelAssignsTasks, OdIfc2x3::IfcRelAssignsToActor, OdIfc2x3::IfcRelAssignsToControl, OdIfc2x3::IfcRelAssignsToGroup, OdIfc2x3::IfcRelAssignsToProcess, OdIfc2x3::IfcRelAssignsToProduct, OdIfc2x3::IfcRelAssignsToResource, OdIfc2x3::IfcRelAssociatesAppliedValue, OdIfc2x3::IfcRelAssociatesApproval, OdIfc2x3::IfcRelAssociates, OdIfc2x3::IfcRelAssociatesClassification, OdIfc2x3::IfcRelAssociatesConstraint, OdIfc2x3::IfcRelAssociatesDocument, OdIfc2x3::IfcRelAssociatesLibrary, OdIfc2x3::IfcRelAssociatesMaterial, OdIfc2x3::IfcRelAssociatesProfileProperties, OdIfc2x3::IfcRelConnectsElements, OdIfc2x3::IfcRelConnectsPathElements, OdIfc2x3::IfcRelConnectsPorts, OdIfc2x3::IfcRelConnectsPortToElement, OdIfc2x3::IfcRelConnectsStructuralActivity, OdIfc2x3::IfcRelConnectsStructuralElement, OdIfc2x3::IfcRelConnectsStructuralMember, OdIfc2x3::IfcRelConnectsWithEccentricity, OdIfc2x3::IfcRelConnectsWithRealizingElements, OdIfc2x3::IfcRelContainedInSpatialStructure, OdIfc2x3::IfcRelCoversBldgElements, OdIfc2x3::IfcRelCoversSpaces, OdIfc2x3::IfcRelDecomposes, OdIfc2x3::IfcRelDefines, OdIfc2x3::IfcRelDefinesByProperties, OdIfc2x3::IfcRelDefinesByType, OdIfc2x3::IfcRelFillsElement, OdIfc2x3::IfcRelFlowControlElements, OdIfc2x3::IfcRelInteractionRequirements, OdIfc2x3::IfcRelOverridesProperties, OdIfc2x3::IfcRelProjectsElement, OdIfc2x3::IfcRelReferencedInSpatialStructure, OdIfc2x3::IfcRelSequence, OdIfc2x3::IfcRelServicesBuildings, OdIfc2x3::IfcRelSpaceBoundary, OdIfc2x3::IfcRelVoidsElement, OdIfc2x3::IfcResource, OdIfc2x3::IfcResource, OdIfc2x3::IfcRoof, OdIfc2x3::IfcRoundedEdgeFeature, OdIfc2x3::IfcSanitaryTerminalType, OdIfc2x3::IfcScheduleTimeControl, OdIfc2x3::IfcSensorType, OdIfc2x3::IfcServiceLife, OdIfc2x3::IfcServiceLifeFactor, OdIfc2x3::IfcSite, OdIfc2x3::IfcSlab, OdIfc2x3::IfcSlabType, OdIfc2x3::IfcSoundProperties, OdIfc2x3::IfcSoundValue, OdIfc2x3::IfcSpace, OdIfc2x3::IfcSpaceHeaterType, OdIfc2x3::IfcSpaceProgram, OdIfc2x3::IfcSpaceThermalLoadProperties, OdIfc2x3::IfcSpaceType, OdIfc2x3::IfcSpatialStructureElement, OdIfc2x3::IfcStackTerminalType, OdIfc2x3::IfcStair, OdIfc2x3::IfcStairFlight, OdIfc2x3::IfcStairFlightType, OdIfc2x3::IfcStructuralAction, OdIfc2x3::IfcStructuralActivity, OdIfc2x3::IfcStructuralAnalysisModel, OdIfc2x3::IfcStructuralConnection, OdIfc2x3::IfcStructuralCurveMember, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralLinearAction, OdIfc2x3::IfcStructuralLinearActionVarying, OdIfc2x3::IfcStructuralLoadGroup, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralPlanarAction, OdIfc2x3::IfcStructuralPlanarActionVarying, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralResultGroup, OdIfc2x3::IfcStructuralSurfaceMember, OdIfc2x3::IfcStructuralSurfaceMemberVarying, OdIfc2x3::IfcSubContractResource, OdIfc2x3::IfcSwitchingDeviceType, OdIfc2x3::IfcSystem, OdIfc2x3::IfcSystem, OdIfc2x3::IfcTankType, OdIfc2x3::IfcTask, OdIfc2x3::IfcTendon, OdIfc2x3::IfcTimeSeriesSchedule, OdIfc2x3::IfcTransformerType, OdIfc2x3::IfcTransportElement, OdIfc2x3::IfcTransportElementType, OdIfc2x3::IfcTubeBundleType, OdIfc2x3::IfcTypeObject, OdIfc2x3::IfcTypeProduct, OdIfc2x3::IfcUnitaryEquipmentType, OdIfc2x3::IfcValveType, OdIfc2x3::IfcVibrationIsolatorType, OdIfc2x3::IfcWallType, OdIfc2x3::IfcWasteTerminalType, OdIfc2x3::IfcWindow, OdIfc2x3::IfcWindowLiningProperties, OdIfc2x3::IfcWindowPanelProperties, OdIfc2x3::IfcWindowStyle, and OdIfc2x3::IfcWorkControl.

◆ setDescription()

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

Sets the object description.

Parameters
DescriptionString that contains comments that describe an object.

◆ setGlobalId()

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

Sets the name of the object.

Parameters
NameString that contains name of the object.

◆ setOwnerHistory()

void OdIfc2x3::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 OdIfc2x3::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 OdIfc2x3::IfcActionRequest, OdIfc2x3::IfcActor, OdIfc2x3::IfcActuatorType, OdIfc2x3::IfcAirTerminalBoxType, OdIfc2x3::IfcAirTerminalType, OdIfc2x3::IfcAirToAirHeatRecoveryType, OdIfc2x3::IfcAlarmType, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAsset, OdIfc2x3::IfcBeamType, OdIfc2x3::IfcBoilerType, OdIfc2x3::IfcBuilding, OdIfc2x3::IfcBuildingElementProxy, OdIfc2x3::IfcBuildingElementProxyType, OdIfc2x3::IfcBuildingStorey, OdIfc2x3::IfcCableCarrierFittingType, OdIfc2x3::IfcCableCarrierSegmentType, OdIfc2x3::IfcCableSegmentType, OdIfc2x3::IfcChamferEdgeFeature, OdIfc2x3::IfcChillerType, OdIfc2x3::IfcCoilType, OdIfc2x3::IfcColumnType, OdIfc2x3::IfcCompressorType, OdIfc2x3::IfcCondenserType, OdIfc2x3::IfcConditionCriterion, OdIfc2x3::IfcConstructionMaterialResource, OdIfc2x3::IfcConstructionResource, OdIfc2x3::IfcControl, OdIfc2x3::IfcControllerType, OdIfc2x3::IfcCooledBeamType, OdIfc2x3::IfcCoolingTowerType, OdIfc2x3::IfcCostSchedule, OdIfc2x3::IfcCovering, OdIfc2x3::IfcCoveringType, OdIfc2x3::IfcCurtainWallType, OdIfc2x3::IfcDamperType, OdIfc2x3::IfcDistributionChamberElementType, OdIfc2x3::IfcDistributionControlElement, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionPort, OdIfc2x3::IfcDoor, OdIfc2x3::IfcDoorLiningProperties, OdIfc2x3::IfcDoorPanelProperties, OdIfc2x3::IfcDoorStyle, OdIfc2x3::IfcDuctFittingType, OdIfc2x3::IfcDuctSegmentType, OdIfc2x3::IfcDuctSilencerType, OdIfc2x3::IfcEdgeFeature, OdIfc2x3::IfcElectricalBaseProperties, OdIfc2x3::IfcElectricApplianceType, OdIfc2x3::IfcElectricDistributionPoint, OdIfc2x3::IfcElectricFlowStorageDeviceType, OdIfc2x3::IfcElectricGeneratorType, OdIfc2x3::IfcElectricHeaterType, OdIfc2x3::IfcElectricMotorType, OdIfc2x3::IfcElectricTimeControlType, OdIfc2x3::IfcElementAssembly, OdIfc2x3::IfcElement, OdIfc2x3::IfcElementQuantity, OdIfc2x3::IfcElementType, OdIfc2x3::IfcEnergyProperties, OdIfc2x3::IfcEvaporativeCoolerType, OdIfc2x3::IfcEvaporatorType, OdIfc2x3::IfcFanType, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFilterType, OdIfc2x3::IfcFireSuppressionTerminalType, OdIfc2x3::IfcFlowInstrumentType, OdIfc2x3::IfcFlowMeterType, OdIfc2x3::IfcFluidFlowProperties, OdIfc2x3::IfcFooting, OdIfc2x3::IfcFurnitureType, OdIfc2x3::IfcGasTerminalType, OdIfc2x3::IfcGrid, OdIfc2x3::IfcGroup, OdIfc2x3::IfcHeatExchangerType, OdIfc2x3::IfcHumidifierType, OdIfc2x3::IfcInventory, OdIfc2x3::IfcJunctionBoxType, OdIfc2x3::IfcLaborResource, OdIfc2x3::IfcLampType, OdIfc2x3::IfcLightFixtureType, OdIfc2x3::IfcMechanicalFastener, OdIfc2x3::IfcMemberType, OdIfc2x3::IfcMotorConnectionType, OdIfc2x3::IfcMove, OdIfc2x3::IfcObject, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcOccupant, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOrderAction, OdIfc2x3::IfcOutletType, OdIfc2x3::IfcPerformanceHistory, OdIfc2x3::IfcPermeableCoveringProperties, OdIfc2x3::IfcPermit, OdIfc2x3::IfcPile, OdIfc2x3::IfcPipeFittingType, OdIfc2x3::IfcPipeSegmentType, OdIfc2x3::IfcPlateType, OdIfc2x3::IfcPort, OdIfc2x3::IfcProcedure, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProduct, OdIfc2x3::IfcProject, OdIfc2x3::IfcProjectOrder, OdIfc2x3::IfcProjectOrderRecord, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertySet, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcProtectiveDeviceType, OdIfc2x3::IfcProxy, OdIfc2x3::IfcPumpType, OdIfc2x3::IfcRailing, OdIfc2x3::IfcRailingType, OdIfc2x3::IfcRamp, OdIfc2x3::IfcRampFlightType, OdIfc2x3::IfcReinforcementDefinitionProperties, OdIfc2x3::IfcReinforcingBar, OdIfc2x3::IfcReinforcingElement, OdIfc2x3::IfcReinforcingMesh, OdIfc2x3::IfcRelAssigns, OdIfc2x3::IfcRelAssignsTasks, OdIfc2x3::IfcRelAssignsToActor, OdIfc2x3::IfcRelAssignsToControl, OdIfc2x3::IfcRelAssignsToGroup, OdIfc2x3::IfcRelAssignsToProcess, OdIfc2x3::IfcRelAssignsToProduct, OdIfc2x3::IfcRelAssignsToResource, OdIfc2x3::IfcRelAssociatesAppliedValue, OdIfc2x3::IfcRelAssociatesApproval, OdIfc2x3::IfcRelAssociates, OdIfc2x3::IfcRelAssociatesClassification, OdIfc2x3::IfcRelAssociatesConstraint, OdIfc2x3::IfcRelAssociatesDocument, OdIfc2x3::IfcRelAssociatesLibrary, OdIfc2x3::IfcRelAssociatesMaterial, OdIfc2x3::IfcRelAssociatesProfileProperties, OdIfc2x3::IfcRelConnectsElements, OdIfc2x3::IfcRelConnectsPathElements, OdIfc2x3::IfcRelConnectsPorts, OdIfc2x3::IfcRelConnectsPortToElement, OdIfc2x3::IfcRelConnectsStructuralActivity, OdIfc2x3::IfcRelConnectsStructuralElement, OdIfc2x3::IfcRelConnectsStructuralMember, OdIfc2x3::IfcRelConnectsWithEccentricity, OdIfc2x3::IfcRelConnectsWithRealizingElements, OdIfc2x3::IfcRelContainedInSpatialStructure, OdIfc2x3::IfcRelCoversBldgElements, OdIfc2x3::IfcRelCoversSpaces, OdIfc2x3::IfcRelDecomposes, OdIfc2x3::IfcRelDefines, OdIfc2x3::IfcRelDefinesByProperties, OdIfc2x3::IfcRelDefinesByType, OdIfc2x3::IfcRelFillsElement, OdIfc2x3::IfcRelFlowControlElements, OdIfc2x3::IfcRelInteractionRequirements, OdIfc2x3::IfcRelOverridesProperties, OdIfc2x3::IfcRelProjectsElement, OdIfc2x3::IfcRelReferencedInSpatialStructure, OdIfc2x3::IfcRelSequence, OdIfc2x3::IfcRelServicesBuildings, OdIfc2x3::IfcRelSpaceBoundary, OdIfc2x3::IfcRelVoidsElement, OdIfc2x3::IfcResource, OdIfc2x3::IfcRoof, OdIfc2x3::IfcRoundedEdgeFeature, OdIfc2x3::IfcSanitaryTerminalType, OdIfc2x3::IfcScheduleTimeControl, OdIfc2x3::IfcSensorType, OdIfc2x3::IfcServiceLife, OdIfc2x3::IfcServiceLifeFactor, OdIfc2x3::IfcSite, OdIfc2x3::IfcSlab, OdIfc2x3::IfcSlabType, OdIfc2x3::IfcSoundProperties, OdIfc2x3::IfcSoundValue, OdIfc2x3::IfcSpace, OdIfc2x3::IfcSpaceHeaterType, OdIfc2x3::IfcSpaceProgram, OdIfc2x3::IfcSpaceThermalLoadProperties, OdIfc2x3::IfcSpaceType, OdIfc2x3::IfcSpatialStructureElement, OdIfc2x3::IfcStackTerminalType, OdIfc2x3::IfcStair, OdIfc2x3::IfcStairFlight, OdIfc2x3::IfcStairFlightType, OdIfc2x3::IfcStructuralAction, OdIfc2x3::IfcStructuralActivity, OdIfc2x3::IfcStructuralAnalysisModel, OdIfc2x3::IfcStructuralConnection, OdIfc2x3::IfcStructuralCurveMember, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralLinearAction, OdIfc2x3::IfcStructuralLinearActionVarying, OdIfc2x3::IfcStructuralLoadGroup, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralPlanarAction, OdIfc2x3::IfcStructuralPlanarActionVarying, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralResultGroup, OdIfc2x3::IfcStructuralSurfaceMember, OdIfc2x3::IfcStructuralSurfaceMemberVarying, OdIfc2x3::IfcSubContractResource, OdIfc2x3::IfcSwitchingDeviceType, OdIfc2x3::IfcSystem, OdIfc2x3::IfcTankType, OdIfc2x3::IfcTask, OdIfc2x3::IfcTendon, OdIfc2x3::IfcTimeSeriesSchedule, OdIfc2x3::IfcTransformerType, OdIfc2x3::IfcTransportElement, OdIfc2x3::IfcTransportElementType, OdIfc2x3::IfcTubeBundleType, OdIfc2x3::IfcTypeObject, OdIfc2x3::IfcTypeProduct, OdIfc2x3::IfcUnitaryEquipmentType, OdIfc2x3::IfcValveType, OdIfc2x3::IfcVibrationIsolatorType, OdIfc2x3::IfcWallType, OdIfc2x3::IfcWasteTerminalType, OdIfc2x3::IfcWindow, OdIfc2x3::IfcWindowLiningProperties, OdIfc2x3::IfcWindowPanelProperties, OdIfc2x3::IfcWindowStyle, and OdIfc2x3::IfcWorkControl.

◆ testAttr() [2/2]

virtual bool OdIfc2x3::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 OdIfc2x3::IfcActionRequest, OdIfc2x3::IfcActor, OdIfc2x3::IfcActuatorType, OdIfc2x3::IfcAirTerminalBoxType, OdIfc2x3::IfcAirTerminalType, OdIfc2x3::IfcAirToAirHeatRecoveryType, OdIfc2x3::IfcAlarmType, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAsset, OdIfc2x3::IfcBeamType, OdIfc2x3::IfcBoilerType, OdIfc2x3::IfcBuilding, OdIfc2x3::IfcBuildingElementProxy, OdIfc2x3::IfcBuildingElementProxyType, OdIfc2x3::IfcBuildingStorey, OdIfc2x3::IfcCableCarrierFittingType, OdIfc2x3::IfcCableCarrierSegmentType, OdIfc2x3::IfcCableSegmentType, OdIfc2x3::IfcChamferEdgeFeature, OdIfc2x3::IfcChillerType, OdIfc2x3::IfcCoilType, OdIfc2x3::IfcColumnType, OdIfc2x3::IfcCompressorType, OdIfc2x3::IfcCondenserType, OdIfc2x3::IfcConditionCriterion, OdIfc2x3::IfcConstructionMaterialResource, OdIfc2x3::IfcConstructionResource, OdIfc2x3::IfcControl, OdIfc2x3::IfcControllerType, OdIfc2x3::IfcCooledBeamType, OdIfc2x3::IfcCoolingTowerType, OdIfc2x3::IfcCostSchedule, OdIfc2x3::IfcCovering, OdIfc2x3::IfcCoveringType, OdIfc2x3::IfcCurtainWallType, OdIfc2x3::IfcDamperType, OdIfc2x3::IfcDistributionChamberElementType, OdIfc2x3::IfcDistributionControlElement, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionPort, OdIfc2x3::IfcDoor, OdIfc2x3::IfcDoorLiningProperties, OdIfc2x3::IfcDoorPanelProperties, OdIfc2x3::IfcDoorStyle, OdIfc2x3::IfcDuctFittingType, OdIfc2x3::IfcDuctSegmentType, OdIfc2x3::IfcDuctSilencerType, OdIfc2x3::IfcEdgeFeature, OdIfc2x3::IfcElectricalBaseProperties, OdIfc2x3::IfcElectricApplianceType, OdIfc2x3::IfcElectricDistributionPoint, OdIfc2x3::IfcElectricFlowStorageDeviceType, OdIfc2x3::IfcElectricGeneratorType, OdIfc2x3::IfcElectricHeaterType, OdIfc2x3::IfcElectricMotorType, OdIfc2x3::IfcElectricTimeControlType, OdIfc2x3::IfcElementAssembly, OdIfc2x3::IfcElement, OdIfc2x3::IfcElementQuantity, OdIfc2x3::IfcElementType, OdIfc2x3::IfcEnergyProperties, OdIfc2x3::IfcEvaporativeCoolerType, OdIfc2x3::IfcEvaporatorType, OdIfc2x3::IfcFanType, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFilterType, OdIfc2x3::IfcFireSuppressionTerminalType, OdIfc2x3::IfcFlowInstrumentType, OdIfc2x3::IfcFlowMeterType, OdIfc2x3::IfcFluidFlowProperties, OdIfc2x3::IfcFooting, OdIfc2x3::IfcFurnitureType, OdIfc2x3::IfcGasTerminalType, OdIfc2x3::IfcGrid, OdIfc2x3::IfcGroup, OdIfc2x3::IfcHeatExchangerType, OdIfc2x3::IfcHumidifierType, OdIfc2x3::IfcInventory, OdIfc2x3::IfcJunctionBoxType, OdIfc2x3::IfcLaborResource, OdIfc2x3::IfcLampType, OdIfc2x3::IfcLightFixtureType, OdIfc2x3::IfcMechanicalFastener, OdIfc2x3::IfcMemberType, OdIfc2x3::IfcMotorConnectionType, OdIfc2x3::IfcMove, OdIfc2x3::IfcObject, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcOccupant, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOrderAction, OdIfc2x3::IfcOutletType, OdIfc2x3::IfcPerformanceHistory, OdIfc2x3::IfcPermeableCoveringProperties, OdIfc2x3::IfcPermit, OdIfc2x3::IfcPile, OdIfc2x3::IfcPipeFittingType, OdIfc2x3::IfcPipeSegmentType, OdIfc2x3::IfcPlateType, OdIfc2x3::IfcPort, OdIfc2x3::IfcProcedure, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProduct, OdIfc2x3::IfcProject, OdIfc2x3::IfcProjectOrder, OdIfc2x3::IfcProjectOrderRecord, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertySet, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcProtectiveDeviceType, OdIfc2x3::IfcProxy, OdIfc2x3::IfcPumpType, OdIfc2x3::IfcRailing, OdIfc2x3::IfcRailingType, OdIfc2x3::IfcRamp, OdIfc2x3::IfcRampFlightType, OdIfc2x3::IfcReinforcementDefinitionProperties, OdIfc2x3::IfcReinforcingBar, OdIfc2x3::IfcReinforcingElement, OdIfc2x3::IfcReinforcingMesh, OdIfc2x3::IfcRelAssigns, OdIfc2x3::IfcRelAssignsTasks, OdIfc2x3::IfcRelAssignsToActor, OdIfc2x3::IfcRelAssignsToControl, OdIfc2x3::IfcRelAssignsToGroup, OdIfc2x3::IfcRelAssignsToProcess, OdIfc2x3::IfcRelAssignsToProduct, OdIfc2x3::IfcRelAssignsToResource, OdIfc2x3::IfcRelAssociatesAppliedValue, OdIfc2x3::IfcRelAssociatesApproval, OdIfc2x3::IfcRelAssociates, OdIfc2x3::IfcRelAssociatesClassification, OdIfc2x3::IfcRelAssociatesConstraint, OdIfc2x3::IfcRelAssociatesDocument, OdIfc2x3::IfcRelAssociatesLibrary, OdIfc2x3::IfcRelAssociatesMaterial, OdIfc2x3::IfcRelAssociatesProfileProperties, OdIfc2x3::IfcRelConnectsElements, OdIfc2x3::IfcRelConnectsPathElements, OdIfc2x3::IfcRelConnectsPorts, OdIfc2x3::IfcRelConnectsPortToElement, OdIfc2x3::IfcRelConnectsStructuralActivity, OdIfc2x3::IfcRelConnectsStructuralElement, OdIfc2x3::IfcRelConnectsStructuralMember, OdIfc2x3::IfcRelConnectsWithEccentricity, OdIfc2x3::IfcRelConnectsWithRealizingElements, OdIfc2x3::IfcRelContainedInSpatialStructure, OdIfc2x3::IfcRelCoversBldgElements, OdIfc2x3::IfcRelCoversSpaces, OdIfc2x3::IfcRelDecomposes, OdIfc2x3::IfcRelDefines, OdIfc2x3::IfcRelDefinesByProperties, OdIfc2x3::IfcRelDefinesByType, OdIfc2x3::IfcRelFillsElement, OdIfc2x3::IfcRelFlowControlElements, OdIfc2x3::IfcRelInteractionRequirements, OdIfc2x3::IfcRelOverridesProperties, OdIfc2x3::IfcRelProjectsElement, OdIfc2x3::IfcRelReferencedInSpatialStructure, OdIfc2x3::IfcRelSequence, OdIfc2x3::IfcRelServicesBuildings, OdIfc2x3::IfcRelSpaceBoundary, OdIfc2x3::IfcRelVoidsElement, OdIfc2x3::IfcResource, OdIfc2x3::IfcRoof, OdIfc2x3::IfcRoundedEdgeFeature, OdIfc2x3::IfcSanitaryTerminalType, OdIfc2x3::IfcScheduleTimeControl, OdIfc2x3::IfcSensorType, OdIfc2x3::IfcServiceLife, OdIfc2x3::IfcServiceLifeFactor, OdIfc2x3::IfcSite, OdIfc2x3::IfcSlab, OdIfc2x3::IfcSlabType, OdIfc2x3::IfcSoundProperties, OdIfc2x3::IfcSoundValue, OdIfc2x3::IfcSpace, OdIfc2x3::IfcSpaceHeaterType, OdIfc2x3::IfcSpaceProgram, OdIfc2x3::IfcSpaceThermalLoadProperties, OdIfc2x3::IfcSpaceType, OdIfc2x3::IfcSpatialStructureElement, OdIfc2x3::IfcStackTerminalType, OdIfc2x3::IfcStair, OdIfc2x3::IfcStairFlight, OdIfc2x3::IfcStairFlightType, OdIfc2x3::IfcStructuralAction, OdIfc2x3::IfcStructuralActivity, OdIfc2x3::IfcStructuralAnalysisModel, OdIfc2x3::IfcStructuralConnection, OdIfc2x3::IfcStructuralCurveMember, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralLinearAction, OdIfc2x3::IfcStructuralLinearActionVarying, OdIfc2x3::IfcStructuralLoadGroup, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralPlanarAction, OdIfc2x3::IfcStructuralPlanarActionVarying, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralResultGroup, OdIfc2x3::IfcStructuralSurfaceMember, OdIfc2x3::IfcStructuralSurfaceMemberVarying, OdIfc2x3::IfcSubContractResource, OdIfc2x3::IfcSwitchingDeviceType, OdIfc2x3::IfcSystem, OdIfc2x3::IfcTankType, OdIfc2x3::IfcTask, OdIfc2x3::IfcTendon, OdIfc2x3::IfcTimeSeriesSchedule, OdIfc2x3::IfcTransformerType, OdIfc2x3::IfcTransportElement, OdIfc2x3::IfcTransportElementType, OdIfc2x3::IfcTubeBundleType, OdIfc2x3::IfcTypeObject, OdIfc2x3::IfcTypeProduct, OdIfc2x3::IfcUnitaryEquipmentType, OdIfc2x3::IfcValveType, OdIfc2x3::IfcVibrationIsolatorType, OdIfc2x3::IfcWallType, OdIfc2x3::IfcWasteTerminalType, OdIfc2x3::IfcWindow, OdIfc2x3::IfcWindowLiningProperties, OdIfc2x3::IfcWindowPanelProperties, OdIfc2x3::IfcWindowStyle, and OdIfc2x3::IfcWorkControl.

◆ type()

virtual OdIfc::OdIfcEntityType OdIfc2x3::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 OdIfc2x3::IfcActionRequest, OdIfc2x3::IfcActor, OdIfc2x3::IfcActuatorType, OdIfc2x3::IfcAirTerminalBoxType, OdIfc2x3::IfcAirTerminalType, OdIfc2x3::IfcAirToAirHeatRecoveryType, OdIfc2x3::IfcAlarmType, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAsset, OdIfc2x3::IfcBeam, OdIfc2x3::IfcBeamType, OdIfc2x3::IfcBoilerType, OdIfc2x3::IfcBuilding, OdIfc2x3::IfcBuildingElement, OdIfc2x3::IfcBuildingElementComponent, OdIfc2x3::IfcBuildingElementPart, OdIfc2x3::IfcBuildingElementProxy, OdIfc2x3::IfcBuildingElementProxyType, OdIfc2x3::IfcBuildingElementType, OdIfc2x3::IfcBuildingStorey, OdIfc2x3::IfcCableCarrierFittingType, OdIfc2x3::IfcCableCarrierSegmentType, OdIfc2x3::IfcCableSegmentType, OdIfc2x3::IfcChamferEdgeFeature, OdIfc2x3::IfcChillerType, OdIfc2x3::IfcCoilType, OdIfc2x3::IfcColumn, OdIfc2x3::IfcColumnType, OdIfc2x3::IfcCompressorType, OdIfc2x3::IfcCondenserType, OdIfc2x3::IfcCondition, OdIfc2x3::IfcConditionCriterion, OdIfc2x3::IfcConstructionEquipmentResource, OdIfc2x3::IfcConstructionMaterialResource, OdIfc2x3::IfcConstructionProductResource, OdIfc2x3::IfcConstructionResource, OdIfc2x3::IfcControl, OdIfc2x3::IfcControllerType, OdIfc2x3::IfcCooledBeamType, OdIfc2x3::IfcCoolingTowerType, OdIfc2x3::IfcCostItem, OdIfc2x3::IfcCostSchedule, OdIfc2x3::IfcCovering, OdIfc2x3::IfcCoveringType, OdIfc2x3::IfcCrewResource, OdIfc2x3::IfcCurtainWall, OdIfc2x3::IfcCurtainWallType, OdIfc2x3::IfcDamperType, OdIfc2x3::IfcDiscreteAccessory, OdIfc2x3::IfcDiscreteAccessoryType, OdIfc2x3::IfcDistributionChamberElement, OdIfc2x3::IfcDistributionChamberElementType, OdIfc2x3::IfcDistributionControlElement, OdIfc2x3::IfcDistributionControlElementType, OdIfc2x3::IfcDistributionElement, OdIfc2x3::IfcDistributionElementType, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionFlowElementType, OdIfc2x3::IfcDistributionPort, OdIfc2x3::IfcDoor, OdIfc2x3::IfcDoorLiningProperties, OdIfc2x3::IfcDoorPanelProperties, OdIfc2x3::IfcDoorStyle, OdIfc2x3::IfcDuctFittingType, OdIfc2x3::IfcDuctSegmentType, OdIfc2x3::IfcDuctSilencerType, OdIfc2x3::IfcEdgeFeature, OdIfc2x3::IfcElectricalBaseProperties, OdIfc2x3::IfcElectricalCircuit, OdIfc2x3::IfcElectricalElement, OdIfc2x3::IfcElectricApplianceType, OdIfc2x3::IfcElectricDistributionPoint, OdIfc2x3::IfcElectricFlowStorageDeviceType, OdIfc2x3::IfcElectricGeneratorType, OdIfc2x3::IfcElectricHeaterType, OdIfc2x3::IfcElectricMotorType, OdIfc2x3::IfcElectricTimeControlType, OdIfc2x3::IfcElementAssembly, OdIfc2x3::IfcElement, OdIfc2x3::IfcElementComponent, OdIfc2x3::IfcElementComponentType, OdIfc2x3::IfcElementQuantity, OdIfc2x3::IfcElementType, OdIfc2x3::IfcEnergyConversionDevice, OdIfc2x3::IfcEnergyConversionDeviceType, OdIfc2x3::IfcEnergyProperties, OdIfc2x3::IfcEquipmentElement, OdIfc2x3::IfcEquipmentStandard, OdIfc2x3::IfcEvaporativeCoolerType, OdIfc2x3::IfcEvaporatorType, OdIfc2x3::IfcFanType, OdIfc2x3::IfcFastener, OdIfc2x3::IfcFastenerType, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElement, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFilterType, OdIfc2x3::IfcFireSuppressionTerminalType, OdIfc2x3::IfcFlowController, OdIfc2x3::IfcFlowControllerType, OdIfc2x3::IfcFlowFitting, OdIfc2x3::IfcFlowFittingType, OdIfc2x3::IfcFlowInstrumentType, OdIfc2x3::IfcFlowMeterType, OdIfc2x3::IfcFlowMovingDevice, OdIfc2x3::IfcFlowMovingDeviceType, OdIfc2x3::IfcFlowSegment, OdIfc2x3::IfcFlowSegmentType, OdIfc2x3::IfcFlowStorageDevice, OdIfc2x3::IfcFlowStorageDeviceType, OdIfc2x3::IfcFlowTerminal, OdIfc2x3::IfcFlowTerminalType, OdIfc2x3::IfcFlowTreatmentDevice, OdIfc2x3::IfcFlowTreatmentDeviceType, OdIfc2x3::IfcFluidFlowProperties, OdIfc2x3::IfcFooting, OdIfc2x3::IfcFurnishingElement, OdIfc2x3::IfcFurnishingElementType, OdIfc2x3::IfcFurnitureStandard, OdIfc2x3::IfcFurnitureType, OdIfc2x3::IfcGasTerminalType, OdIfc2x3::IfcGrid, OdIfc2x3::IfcGroup, OdIfc2x3::IfcHeatExchangerType, OdIfc2x3::IfcHumidifierType, OdIfc2x3::IfcInventory, OdIfc2x3::IfcJunctionBoxType, OdIfc2x3::IfcLaborResource, OdIfc2x3::IfcLampType, OdIfc2x3::IfcLightFixtureType, OdIfc2x3::IfcMechanicalFastener, OdIfc2x3::IfcMechanicalFastenerType, OdIfc2x3::IfcMember, OdIfc2x3::IfcMemberType, OdIfc2x3::IfcMotorConnectionType, OdIfc2x3::IfcMove, OdIfc2x3::IfcObject, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcOccupant, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOrderAction, OdIfc2x3::IfcOutletType, OdIfc2x3::IfcPerformanceHistory, OdIfc2x3::IfcPermeableCoveringProperties, OdIfc2x3::IfcPermit, OdIfc2x3::IfcPile, OdIfc2x3::IfcPipeFittingType, OdIfc2x3::IfcPipeSegmentType, OdIfc2x3::IfcPlate, OdIfc2x3::IfcPlateType, OdIfc2x3::IfcPort, OdIfc2x3::IfcProcedure, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProduct, OdIfc2x3::IfcProject, OdIfc2x3::IfcProjectionElement, OdIfc2x3::IfcProjectOrder, OdIfc2x3::IfcProjectOrderRecord, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertySet, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcProtectiveDeviceType, OdIfc2x3::IfcProxy, OdIfc2x3::IfcPumpType, OdIfc2x3::IfcRailing, OdIfc2x3::IfcRailingType, OdIfc2x3::IfcRamp, OdIfc2x3::IfcRampFlight, OdIfc2x3::IfcRampFlightType, OdIfc2x3::IfcReinforcementDefinitionProperties, OdIfc2x3::IfcReinforcingBar, OdIfc2x3::IfcReinforcingElement, OdIfc2x3::IfcReinforcingMesh, OdIfc2x3::IfcRelAggregates, OdIfc2x3::IfcRelAssigns, OdIfc2x3::IfcRelAssignsTasks, OdIfc2x3::IfcRelAssignsToActor, OdIfc2x3::IfcRelAssignsToControl, OdIfc2x3::IfcRelAssignsToGroup, OdIfc2x3::IfcRelAssignsToProcess, OdIfc2x3::IfcRelAssignsToProduct, OdIfc2x3::IfcRelAssignsToProjectOrder, OdIfc2x3::IfcRelAssignsToResource, OdIfc2x3::IfcRelAssociatesAppliedValue, OdIfc2x3::IfcRelAssociatesApproval, OdIfc2x3::IfcRelAssociates, OdIfc2x3::IfcRelAssociatesClassification, OdIfc2x3::IfcRelAssociatesConstraint, OdIfc2x3::IfcRelAssociatesDocument, OdIfc2x3::IfcRelAssociatesLibrary, OdIfc2x3::IfcRelAssociatesMaterial, OdIfc2x3::IfcRelAssociatesProfileProperties, OdIfc2x3::IfcRelationship, OdIfc2x3::IfcRelConnects, OdIfc2x3::IfcRelConnectsElements, OdIfc2x3::IfcRelConnectsPathElements, OdIfc2x3::IfcRelConnectsPorts, OdIfc2x3::IfcRelConnectsPortToElement, OdIfc2x3::IfcRelConnectsStructuralActivity, OdIfc2x3::IfcRelConnectsStructuralElement, OdIfc2x3::IfcRelConnectsStructuralMember, OdIfc2x3::IfcRelConnectsWithEccentricity, OdIfc2x3::IfcRelConnectsWithRealizingElements, OdIfc2x3::IfcRelContainedInSpatialStructure, OdIfc2x3::IfcRelCoversBldgElements, OdIfc2x3::IfcRelCoversSpaces, OdIfc2x3::IfcRelDecomposes, OdIfc2x3::IfcRelDefines, OdIfc2x3::IfcRelDefinesByProperties, OdIfc2x3::IfcRelDefinesByType, OdIfc2x3::IfcRelFillsElement, OdIfc2x3::IfcRelFlowControlElements, OdIfc2x3::IfcRelInteractionRequirements, OdIfc2x3::IfcRelNests, OdIfc2x3::IfcRelOccupiesSpaces, OdIfc2x3::IfcRelOverridesProperties, OdIfc2x3::IfcRelProjectsElement, OdIfc2x3::IfcRelReferencedInSpatialStructure, OdIfc2x3::IfcRelSchedulesCostItems, OdIfc2x3::IfcRelSequence, OdIfc2x3::IfcRelServicesBuildings, OdIfc2x3::IfcRelSpaceBoundary, OdIfc2x3::IfcRelVoidsElement, OdIfc2x3::IfcResource, OdIfc2x3::IfcRoof, OdIfc2x3::IfcRoundedEdgeFeature, OdIfc2x3::IfcSanitaryTerminalType, OdIfc2x3::IfcScheduleTimeControl, OdIfc2x3::IfcSensorType, OdIfc2x3::IfcServiceLife, OdIfc2x3::IfcServiceLifeFactor, OdIfc2x3::IfcSite, OdIfc2x3::IfcSlab, OdIfc2x3::IfcSlabType, OdIfc2x3::IfcSoundProperties, OdIfc2x3::IfcSoundValue, OdIfc2x3::IfcSpace, OdIfc2x3::IfcSpaceHeaterType, OdIfc2x3::IfcSpaceProgram, OdIfc2x3::IfcSpaceThermalLoadProperties, OdIfc2x3::IfcSpaceType, OdIfc2x3::IfcSpatialStructureElement, OdIfc2x3::IfcSpatialStructureElementType, OdIfc2x3::IfcStackTerminalType, OdIfc2x3::IfcStair, OdIfc2x3::IfcStairFlight, OdIfc2x3::IfcStairFlightType, OdIfc2x3::IfcStructuralAction, OdIfc2x3::IfcStructuralActivity, OdIfc2x3::IfcStructuralAnalysisModel, OdIfc2x3::IfcStructuralConnection, OdIfc2x3::IfcStructuralCurveConnection, OdIfc2x3::IfcStructuralCurveMember, OdIfc2x3::IfcStructuralCurveMemberVarying, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralLinearAction, OdIfc2x3::IfcStructuralLinearActionVarying, OdIfc2x3::IfcStructuralLoadGroup, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralPlanarAction, OdIfc2x3::IfcStructuralPlanarActionVarying, OdIfc2x3::IfcStructuralPointAction, OdIfc2x3::IfcStructuralPointConnection, OdIfc2x3::IfcStructuralPointReaction, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralResultGroup, OdIfc2x3::IfcStructuralSurfaceConnection, OdIfc2x3::IfcStructuralSurfaceMember, OdIfc2x3::IfcStructuralSurfaceMemberVarying, OdIfc2x3::IfcSubContractResource, OdIfc2x3::IfcSwitchingDeviceType, OdIfc2x3::IfcSystem, OdIfc2x3::IfcSystemFurnitureElementType, OdIfc2x3::IfcTankType, OdIfc2x3::IfcTask, OdIfc2x3::IfcTendonAnchor, OdIfc2x3::IfcTendon, OdIfc2x3::IfcTimeSeriesSchedule, OdIfc2x3::IfcTransformerType, OdIfc2x3::IfcTransportElement, OdIfc2x3::IfcTransportElementType, OdIfc2x3::IfcTubeBundleType, OdIfc2x3::IfcTypeObject, OdIfc2x3::IfcTypeProduct, OdIfc2x3::IfcUnitaryEquipmentType, OdIfc2x3::IfcValveType, OdIfc2x3::IfcVibrationIsolatorType, OdIfc2x3::IfcVirtualElement, OdIfc2x3::IfcWall, OdIfc2x3::IfcWallStandardCase, OdIfc2x3::IfcWallType, OdIfc2x3::IfcWasteTerminalType, OdIfc2x3::IfcWindow, OdIfc2x3::IfcWindowLiningProperties, OdIfc2x3::IfcWindowPanelProperties, OdIfc2x3::IfcWindowStyle, OdIfc2x3::IfcWorkControl, OdIfc2x3::IfcWorkPlan, OdIfc2x3::IfcWorkSchedule, and OdIfc2x3::IfcZone.

◆ unsetAttr() [1/2]

virtual void OdIfc2x3::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 OdIfc2x3::IfcActionRequest, OdIfc2x3::IfcActor, OdIfc2x3::IfcActuatorType, OdIfc2x3::IfcAirTerminalBoxType, OdIfc2x3::IfcAirTerminalType, OdIfc2x3::IfcAirToAirHeatRecoveryType, OdIfc2x3::IfcAlarmType, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAsset, OdIfc2x3::IfcBeamType, OdIfc2x3::IfcBoilerType, OdIfc2x3::IfcBuilding, OdIfc2x3::IfcBuildingElementProxy, OdIfc2x3::IfcBuildingElementProxyType, OdIfc2x3::IfcBuildingStorey, OdIfc2x3::IfcCableCarrierFittingType, OdIfc2x3::IfcCableCarrierSegmentType, OdIfc2x3::IfcCableSegmentType, OdIfc2x3::IfcChamferEdgeFeature, OdIfc2x3::IfcChillerType, OdIfc2x3::IfcCoilType, OdIfc2x3::IfcColumnType, OdIfc2x3::IfcCompressorType, OdIfc2x3::IfcCondenserType, OdIfc2x3::IfcConditionCriterion, OdIfc2x3::IfcConstructionMaterialResource, OdIfc2x3::IfcConstructionResource, OdIfc2x3::IfcControl, OdIfc2x3::IfcControllerType, OdIfc2x3::IfcCooledBeamType, OdIfc2x3::IfcCoolingTowerType, OdIfc2x3::IfcCostSchedule, OdIfc2x3::IfcCovering, OdIfc2x3::IfcCoveringType, OdIfc2x3::IfcCurtainWallType, OdIfc2x3::IfcDamperType, OdIfc2x3::IfcDistributionChamberElementType, OdIfc2x3::IfcDistributionControlElement, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionPort, OdIfc2x3::IfcDoor, OdIfc2x3::IfcDoorLiningProperties, OdIfc2x3::IfcDoorPanelProperties, OdIfc2x3::IfcDoorStyle, OdIfc2x3::IfcDuctFittingType, OdIfc2x3::IfcDuctSegmentType, OdIfc2x3::IfcDuctSilencerType, OdIfc2x3::IfcEdgeFeature, OdIfc2x3::IfcElectricalBaseProperties, OdIfc2x3::IfcElectricApplianceType, OdIfc2x3::IfcElectricDistributionPoint, OdIfc2x3::IfcElectricFlowStorageDeviceType, OdIfc2x3::IfcElectricGeneratorType, OdIfc2x3::IfcElectricHeaterType, OdIfc2x3::IfcElectricMotorType, OdIfc2x3::IfcElectricTimeControlType, OdIfc2x3::IfcElementAssembly, OdIfc2x3::IfcElement, OdIfc2x3::IfcElementQuantity, OdIfc2x3::IfcElementType, OdIfc2x3::IfcEnergyProperties, OdIfc2x3::IfcEvaporativeCoolerType, OdIfc2x3::IfcEvaporatorType, OdIfc2x3::IfcFanType, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFilterType, OdIfc2x3::IfcFireSuppressionTerminalType, OdIfc2x3::IfcFlowInstrumentType, OdIfc2x3::IfcFlowMeterType, OdIfc2x3::IfcFluidFlowProperties, OdIfc2x3::IfcFooting, OdIfc2x3::IfcFurnitureType, OdIfc2x3::IfcGasTerminalType, OdIfc2x3::IfcGrid, OdIfc2x3::IfcGroup, OdIfc2x3::IfcHeatExchangerType, OdIfc2x3::IfcHumidifierType, OdIfc2x3::IfcInventory, OdIfc2x3::IfcJunctionBoxType, OdIfc2x3::IfcLaborResource, OdIfc2x3::IfcLampType, OdIfc2x3::IfcLightFixtureType, OdIfc2x3::IfcMechanicalFastener, OdIfc2x3::IfcMemberType, OdIfc2x3::IfcMotorConnectionType, OdIfc2x3::IfcMove, OdIfc2x3::IfcObject, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcOccupant, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOrderAction, OdIfc2x3::IfcOutletType, OdIfc2x3::IfcPerformanceHistory, OdIfc2x3::IfcPermeableCoveringProperties, OdIfc2x3::IfcPermit, OdIfc2x3::IfcPile, OdIfc2x3::IfcPipeFittingType, OdIfc2x3::IfcPipeSegmentType, OdIfc2x3::IfcPlateType, OdIfc2x3::IfcPort, OdIfc2x3::IfcProcedure, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProduct, OdIfc2x3::IfcProject, OdIfc2x3::IfcProjectOrder, OdIfc2x3::IfcProjectOrderRecord, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertySet, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcProtectiveDeviceType, OdIfc2x3::IfcProxy, OdIfc2x3::IfcPumpType, OdIfc2x3::IfcRailing, OdIfc2x3::IfcRailingType, OdIfc2x3::IfcRamp, OdIfc2x3::IfcRampFlightType, OdIfc2x3::IfcReinforcementDefinitionProperties, OdIfc2x3::IfcReinforcingBar, OdIfc2x3::IfcReinforcingElement, OdIfc2x3::IfcReinforcingMesh, OdIfc2x3::IfcRelAssigns, OdIfc2x3::IfcRelAssignsTasks, OdIfc2x3::IfcRelAssignsToActor, OdIfc2x3::IfcRelAssignsToControl, OdIfc2x3::IfcRelAssignsToGroup, OdIfc2x3::IfcRelAssignsToProcess, OdIfc2x3::IfcRelAssignsToProduct, OdIfc2x3::IfcRelAssignsToResource, OdIfc2x3::IfcRelAssociatesAppliedValue, OdIfc2x3::IfcRelAssociatesApproval, OdIfc2x3::IfcRelAssociates, OdIfc2x3::IfcRelAssociatesClassification, OdIfc2x3::IfcRelAssociatesConstraint, OdIfc2x3::IfcRelAssociatesDocument, OdIfc2x3::IfcRelAssociatesLibrary, OdIfc2x3::IfcRelAssociatesMaterial, OdIfc2x3::IfcRelAssociatesProfileProperties, OdIfc2x3::IfcRelConnectsElements, OdIfc2x3::IfcRelConnectsPathElements, OdIfc2x3::IfcRelConnectsPorts, OdIfc2x3::IfcRelConnectsPortToElement, OdIfc2x3::IfcRelConnectsStructuralActivity, OdIfc2x3::IfcRelConnectsStructuralElement, OdIfc2x3::IfcRelConnectsStructuralMember, OdIfc2x3::IfcRelConnectsWithEccentricity, OdIfc2x3::IfcRelConnectsWithRealizingElements, OdIfc2x3::IfcRelContainedInSpatialStructure, OdIfc2x3::IfcRelCoversBldgElements, OdIfc2x3::IfcRelCoversSpaces, OdIfc2x3::IfcRelDecomposes, OdIfc2x3::IfcRelDefines, OdIfc2x3::IfcRelDefinesByProperties, OdIfc2x3::IfcRelDefinesByType, OdIfc2x3::IfcRelFillsElement, OdIfc2x3::IfcRelFlowControlElements, OdIfc2x3::IfcRelInteractionRequirements, OdIfc2x3::IfcRelOverridesProperties, OdIfc2x3::IfcRelProjectsElement, OdIfc2x3::IfcRelReferencedInSpatialStructure, OdIfc2x3::IfcRelSequence, OdIfc2x3::IfcRelServicesBuildings, OdIfc2x3::IfcRelSpaceBoundary, OdIfc2x3::IfcRelVoidsElement, OdIfc2x3::IfcResource, OdIfc2x3::IfcRoof, OdIfc2x3::IfcRoundedEdgeFeature, OdIfc2x3::IfcSanitaryTerminalType, OdIfc2x3::IfcScheduleTimeControl, OdIfc2x3::IfcSensorType, OdIfc2x3::IfcServiceLife, OdIfc2x3::IfcServiceLifeFactor, OdIfc2x3::IfcSite, OdIfc2x3::IfcSlab, OdIfc2x3::IfcSlabType, OdIfc2x3::IfcSoundProperties, OdIfc2x3::IfcSoundValue, OdIfc2x3::IfcSpace, OdIfc2x3::IfcSpaceHeaterType, OdIfc2x3::IfcSpaceProgram, OdIfc2x3::IfcSpaceThermalLoadProperties, OdIfc2x3::IfcSpaceType, OdIfc2x3::IfcSpatialStructureElement, OdIfc2x3::IfcStackTerminalType, OdIfc2x3::IfcStair, OdIfc2x3::IfcStairFlight, OdIfc2x3::IfcStairFlightType, OdIfc2x3::IfcStructuralAction, OdIfc2x3::IfcStructuralActivity, OdIfc2x3::IfcStructuralAnalysisModel, OdIfc2x3::IfcStructuralConnection, OdIfc2x3::IfcStructuralCurveMember, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralLinearAction, OdIfc2x3::IfcStructuralLinearActionVarying, OdIfc2x3::IfcStructuralLoadGroup, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralPlanarAction, OdIfc2x3::IfcStructuralPlanarActionVarying, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralResultGroup, OdIfc2x3::IfcStructuralSurfaceMember, OdIfc2x3::IfcStructuralSurfaceMemberVarying, OdIfc2x3::IfcSubContractResource, OdIfc2x3::IfcSwitchingDeviceType, OdIfc2x3::IfcSystem, OdIfc2x3::IfcTankType, OdIfc2x3::IfcTask, OdIfc2x3::IfcTendon, OdIfc2x3::IfcTimeSeriesSchedule, OdIfc2x3::IfcTransformerType, OdIfc2x3::IfcTransportElement, OdIfc2x3::IfcTransportElementType, OdIfc2x3::IfcTubeBundleType, OdIfc2x3::IfcTypeObject, OdIfc2x3::IfcTypeProduct, OdIfc2x3::IfcUnitaryEquipmentType, OdIfc2x3::IfcValveType, OdIfc2x3::IfcVibrationIsolatorType, OdIfc2x3::IfcWallType, OdIfc2x3::IfcWasteTerminalType, OdIfc2x3::IfcWindow, OdIfc2x3::IfcWindowLiningProperties, OdIfc2x3::IfcWindowPanelProperties, OdIfc2x3::IfcWindowStyle, and OdIfc2x3::IfcWorkControl.

◆ unsetAttr() [2/2]

virtual void OdIfc2x3::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 OdIfc2x3::IfcActionRequest, OdIfc2x3::IfcActor, OdIfc2x3::IfcActuatorType, OdIfc2x3::IfcAirTerminalBoxType, OdIfc2x3::IfcAirTerminalType, OdIfc2x3::IfcAirToAirHeatRecoveryType, OdIfc2x3::IfcAlarmType, OdIfc2x3::IfcAnnotation, OdIfc2x3::IfcAsset, OdIfc2x3::IfcBeamType, OdIfc2x3::IfcBoilerType, OdIfc2x3::IfcBuilding, OdIfc2x3::IfcBuildingElementProxy, OdIfc2x3::IfcBuildingElementProxyType, OdIfc2x3::IfcBuildingStorey, OdIfc2x3::IfcCableCarrierFittingType, OdIfc2x3::IfcCableCarrierSegmentType, OdIfc2x3::IfcCableSegmentType, OdIfc2x3::IfcChamferEdgeFeature, OdIfc2x3::IfcChillerType, OdIfc2x3::IfcCoilType, OdIfc2x3::IfcColumnType, OdIfc2x3::IfcCompressorType, OdIfc2x3::IfcCondenserType, OdIfc2x3::IfcConditionCriterion, OdIfc2x3::IfcConstructionMaterialResource, OdIfc2x3::IfcConstructionResource, OdIfc2x3::IfcControl, OdIfc2x3::IfcControllerType, OdIfc2x3::IfcCooledBeamType, OdIfc2x3::IfcCoolingTowerType, OdIfc2x3::IfcCostSchedule, OdIfc2x3::IfcCovering, OdIfc2x3::IfcCoveringType, OdIfc2x3::IfcCurtainWallType, OdIfc2x3::IfcDamperType, OdIfc2x3::IfcDistributionChamberElementType, OdIfc2x3::IfcDistributionControlElement, OdIfc2x3::IfcDistributionFlowElement, OdIfc2x3::IfcDistributionPort, OdIfc2x3::IfcDoor, OdIfc2x3::IfcDoorLiningProperties, OdIfc2x3::IfcDoorPanelProperties, OdIfc2x3::IfcDoorStyle, OdIfc2x3::IfcDuctFittingType, OdIfc2x3::IfcDuctSegmentType, OdIfc2x3::IfcDuctSilencerType, OdIfc2x3::IfcEdgeFeature, OdIfc2x3::IfcElectricalBaseProperties, OdIfc2x3::IfcElectricApplianceType, OdIfc2x3::IfcElectricDistributionPoint, OdIfc2x3::IfcElectricFlowStorageDeviceType, OdIfc2x3::IfcElectricGeneratorType, OdIfc2x3::IfcElectricHeaterType, OdIfc2x3::IfcElectricMotorType, OdIfc2x3::IfcElectricTimeControlType, OdIfc2x3::IfcElementAssembly, OdIfc2x3::IfcElement, OdIfc2x3::IfcElementQuantity, OdIfc2x3::IfcElementType, OdIfc2x3::IfcEnergyProperties, OdIfc2x3::IfcEvaporativeCoolerType, OdIfc2x3::IfcEvaporatorType, OdIfc2x3::IfcFanType, OdIfc2x3::IfcFeatureElementAddition, OdIfc2x3::IfcFeatureElementSubtraction, OdIfc2x3::IfcFilterType, OdIfc2x3::IfcFireSuppressionTerminalType, OdIfc2x3::IfcFlowInstrumentType, OdIfc2x3::IfcFlowMeterType, OdIfc2x3::IfcFluidFlowProperties, OdIfc2x3::IfcFooting, OdIfc2x3::IfcFurnitureType, OdIfc2x3::IfcGasTerminalType, OdIfc2x3::IfcGrid, OdIfc2x3::IfcGroup, OdIfc2x3::IfcHeatExchangerType, OdIfc2x3::IfcHumidifierType, OdIfc2x3::IfcInventory, OdIfc2x3::IfcJunctionBoxType, OdIfc2x3::IfcLaborResource, OdIfc2x3::IfcLampType, OdIfc2x3::IfcLightFixtureType, OdIfc2x3::IfcMechanicalFastener, OdIfc2x3::IfcMemberType, OdIfc2x3::IfcMotorConnectionType, OdIfc2x3::IfcMove, OdIfc2x3::IfcObject, OdIfc2x3::IfcObjectDefinition, OdIfc2x3::IfcOccupant, OdIfc2x3::IfcOpeningElement, OdIfc2x3::IfcOrderAction, OdIfc2x3::IfcOutletType, OdIfc2x3::IfcPerformanceHistory, OdIfc2x3::IfcPermeableCoveringProperties, OdIfc2x3::IfcPermit, OdIfc2x3::IfcPile, OdIfc2x3::IfcPipeFittingType, OdIfc2x3::IfcPipeSegmentType, OdIfc2x3::IfcPlateType, OdIfc2x3::IfcPort, OdIfc2x3::IfcProcedure, OdIfc2x3::IfcProcess, OdIfc2x3::IfcProduct, OdIfc2x3::IfcProject, OdIfc2x3::IfcProjectOrder, OdIfc2x3::IfcProjectOrderRecord, OdIfc2x3::IfcPropertyDefinition, OdIfc2x3::IfcPropertySet, OdIfc2x3::IfcPropertySetDefinition, OdIfc2x3::IfcProtectiveDeviceType, OdIfc2x3::IfcProxy, OdIfc2x3::IfcPumpType, OdIfc2x3::IfcRailing, OdIfc2x3::IfcRailingType, OdIfc2x3::IfcRamp, OdIfc2x3::IfcRampFlightType, OdIfc2x3::IfcReinforcementDefinitionProperties, OdIfc2x3::IfcReinforcingBar, OdIfc2x3::IfcReinforcingElement, OdIfc2x3::IfcReinforcingMesh, OdIfc2x3::IfcRelAssigns, OdIfc2x3::IfcRelAssignsTasks, OdIfc2x3::IfcRelAssignsToActor, OdIfc2x3::IfcRelAssignsToControl, OdIfc2x3::IfcRelAssignsToGroup, OdIfc2x3::IfcRelAssignsToProcess, OdIfc2x3::IfcRelAssignsToProduct, OdIfc2x3::IfcRelAssignsToResource, OdIfc2x3::IfcRelAssociatesAppliedValue, OdIfc2x3::IfcRelAssociatesApproval, OdIfc2x3::IfcRelAssociates, OdIfc2x3::IfcRelAssociatesClassification, OdIfc2x3::IfcRelAssociatesConstraint, OdIfc2x3::IfcRelAssociatesDocument, OdIfc2x3::IfcRelAssociatesLibrary, OdIfc2x3::IfcRelAssociatesMaterial, OdIfc2x3::IfcRelAssociatesProfileProperties, OdIfc2x3::IfcRelConnectsElements, OdIfc2x3::IfcRelConnectsPathElements, OdIfc2x3::IfcRelConnectsPorts, OdIfc2x3::IfcRelConnectsPortToElement, OdIfc2x3::IfcRelConnectsStructuralActivity, OdIfc2x3::IfcRelConnectsStructuralElement, OdIfc2x3::IfcRelConnectsStructuralMember, OdIfc2x3::IfcRelConnectsWithEccentricity, OdIfc2x3::IfcRelConnectsWithRealizingElements, OdIfc2x3::IfcRelContainedInSpatialStructure, OdIfc2x3::IfcRelCoversBldgElements, OdIfc2x3::IfcRelCoversSpaces, OdIfc2x3::IfcRelDecomposes, OdIfc2x3::IfcRelDefines, OdIfc2x3::IfcRelDefinesByProperties, OdIfc2x3::IfcRelDefinesByType, OdIfc2x3::IfcRelFillsElement, OdIfc2x3::IfcRelFlowControlElements, OdIfc2x3::IfcRelInteractionRequirements, OdIfc2x3::IfcRelOverridesProperties, OdIfc2x3::IfcRelProjectsElement, OdIfc2x3::IfcRelReferencedInSpatialStructure, OdIfc2x3::IfcRelSequence, OdIfc2x3::IfcRelServicesBuildings, OdIfc2x3::IfcRelSpaceBoundary, OdIfc2x3::IfcRelVoidsElement, OdIfc2x3::IfcResource, OdIfc2x3::IfcRoof, OdIfc2x3::IfcRoundedEdgeFeature, OdIfc2x3::IfcSanitaryTerminalType, OdIfc2x3::IfcScheduleTimeControl, OdIfc2x3::IfcSensorType, OdIfc2x3::IfcServiceLife, OdIfc2x3::IfcServiceLifeFactor, OdIfc2x3::IfcSite, OdIfc2x3::IfcSlab, OdIfc2x3::IfcSlabType, OdIfc2x3::IfcSoundProperties, OdIfc2x3::IfcSoundValue, OdIfc2x3::IfcSpace, OdIfc2x3::IfcSpaceHeaterType, OdIfc2x3::IfcSpaceProgram, OdIfc2x3::IfcSpaceThermalLoadProperties, OdIfc2x3::IfcSpaceType, OdIfc2x3::IfcSpatialStructureElement, OdIfc2x3::IfcStackTerminalType, OdIfc2x3::IfcStair, OdIfc2x3::IfcStairFlight, OdIfc2x3::IfcStairFlightType, OdIfc2x3::IfcStructuralAction, OdIfc2x3::IfcStructuralActivity, OdIfc2x3::IfcStructuralAnalysisModel, OdIfc2x3::IfcStructuralConnection, OdIfc2x3::IfcStructuralCurveMember, OdIfc2x3::IfcStructuralItem, OdIfc2x3::IfcStructuralLinearAction, OdIfc2x3::IfcStructuralLinearActionVarying, OdIfc2x3::IfcStructuralLoadGroup, OdIfc2x3::IfcStructuralMember, OdIfc2x3::IfcStructuralPlanarAction, OdIfc2x3::IfcStructuralPlanarActionVarying, OdIfc2x3::IfcStructuralReaction, OdIfc2x3::IfcStructuralResultGroup, OdIfc2x3::IfcStructuralSurfaceMember, OdIfc2x3::IfcStructuralSurfaceMemberVarying, OdIfc2x3::IfcSubContractResource, OdIfc2x3::IfcSwitchingDeviceType, OdIfc2x3::IfcSystem, OdIfc2x3::IfcTankType, OdIfc2x3::IfcTask, OdIfc2x3::IfcTendon, OdIfc2x3::IfcTimeSeriesSchedule, OdIfc2x3::IfcTransformerType, OdIfc2x3::IfcTransportElement, OdIfc2x3::IfcTransportElementType, OdIfc2x3::IfcTubeBundleType, OdIfc2x3::IfcTypeObject, OdIfc2x3::IfcTypeProduct, OdIfc2x3::IfcUnitaryEquipmentType, OdIfc2x3::IfcValveType, OdIfc2x3::IfcVibrationIsolatorType, OdIfc2x3::IfcWallType, OdIfc2x3::IfcWasteTerminalType, OdIfc2x3::IfcWindow, OdIfc2x3::IfcWindowLiningProperties, OdIfc2x3::IfcWindowPanelProperties, OdIfc2x3::IfcWindowStyle, and OdIfc2x3::IfcWorkControl.

Member Data Documentation

◆ m_Description

OdAnsiString OdIfc2x3::IfcRoot::m_Description
protected

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

◆ m_GlobalId

OdIfcGUID OdIfc2x3::IfcRoot::m_GlobalId
protected

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

◆ m_Name

OdAnsiString OdIfc2x3::IfcRoot::m_Name
protected

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

◆ m_OwnerHistory

OdDAIObjectId OdIfc2x3::IfcRoot::m_OwnerHistory
protected

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


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