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

#include <IfcObjectDefinitionAutoImpl.h>

Inheritance diagram for OdIfc4x3_add2::IfcObjectDefinition:
OdIfc4x3_add2::IfcRoot OdIfc4x3_add2::OdIfc4x3Instance OdIfc::OdIfcInstance OdIfc4x3_add2::IfcContext OdIfc4x3_add2::IfcObject OdIfc4x3_add2::IfcTypeObject OdIfc4x3_add2::IfcProject OdIfc4x3_add2::IfcProjectLibrary OdIfc4x3_add2::IfcActor OdIfc4x3_add2::IfcControl OdIfc4x3_add2::IfcGroup OdIfc4x3_add2::IfcProcess OdIfc4x3_add2::IfcProduct OdIfc4x3_add2::IfcResource OdIfc4x3_add2::IfcTypeProcess OdIfc4x3_add2::IfcTypeProduct OdIfc4x3_add2::IfcTypeResource

Public Member Functions

void getInvHasAssignments (OdDAIObjectIds &HasAssignments) const
 
void getInvNests (OdDAIObjectIds &Nests) const
 
void getInvIsNestedBy (OdDAIObjectIds &IsNestedBy) const
 
void getInvHasContext (OdDAIObjectIds &HasContext) const
 
void getInvIsDecomposedBy (OdDAIObjectIds &IsDecomposedBy) const
 
void getInvDecomposes (OdDAIObjectIds &Decomposes) const
 
void getInvHasAssociations (OdDAIObjectIds &HasAssociations) const
 
virtual OdResult inFields (OdDAI::OdSpfFilerBase *rdFiler) override
 
virtual OdResult outFields (OdDAI::OdSpfFilerBase *wrFiler) override
 
virtual OdDAI::Entity * getInstanceType () const override
 
virtual bool comparedToEarlyImpl (const OdDAI::ApplicationInstance *pOther, OdRx::Ordering &ordering) const override
 
virtual void unsetAttr (const char *explicitAttrName) override
 
virtual bool testAttr (const char *explicitAttrName) const override
 
virtual bool isKindOf (OdIfc::OdIfcEntityType entityType) const override
 
virtual OdIfc::OdIfcEntityType type () const override
 
virtual OdRxValue getAttr (const OdIfc::OdIfcAttribute attrDef) const override
 
virtual void unsetAttr (const OdIfc::OdIfcAttribute explicitAttrDef) override
 
virtual bool testAttr (const OdIfc::OdIfcAttribute explicitAttrDef) const override
 
virtual bool putAttr (const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val) override
 
- Public Member Functions inherited from OdIfc4x3_add2::IfcRoot
OdDAI::CompressedGUID getGlobalId () const
 
void setGlobalId (OdDAI::CompressedGUID GlobalId)
 
const OdDAIObjectId & getOwnerHistory () const
 
void setOwnerHistory (const OdDAIObjectId &OwnerHistory)
 
const OdAnsiString & getName () const
 
void setName (const OdAnsiString &Name)
 
const OdAnsiString & getDescription () const
 
void setDescription (const OdAnsiString &Description)
 
 IfcRoot ()
 
- Public Member Functions inherited from OdIfc4x3_add2::OdIfc4x3Instance
void setInverseCounterParts () override
 
- Public Member Functions inherited from OdIfc::OdIfcInstance
 ODRX_DECLARE_MEMBERS (OdIfcInstance)
 
 OdIfcInstance ()
 
 ~OdIfcInstance ()
 
bool isInstanceOf (OdIfcEntityType entityType) const
 
IfcOpResult resolved ()
 
void resolve (IfcOpResult resolved, void *resPtr)
 
void unresolve ()
 
virtual void setGsNode (OdGsCache *pGsNode)
 
virtual OdGsCachegsNode () const
 
virtual OdUInt32 subSetAttributes (OdGiDrawableTraits *traits) const
 
virtual bool subWorldDraw (OdGiWorldDraw *wd) const
 
virtual OdDbStub * ownerId () const
 

Protected Member Functions

virtual OdRxValue getAttr (const char *attrName) const override
 
virtual bool putAttr (const char *explicitAttrName, const OdRxValue &val) override
 

Friends

class IfcRelAssigns
 
class IfcRelNests
 
class IfcRelDeclares
 
class IfcRelAggregates
 
class IfcRelAssociates
 

Additional Inherited Members

- Static Public Member Functions inherited from OdIfc::OdIfcInstance
static const OdGePoint3dasPoint3d (const OdIfcInstance *inst)
 
static const OdGePoint2dasPoint2d (const OdIfcInstance *inst)
 
static const OdGeVector3dasVector3d (const OdIfcInstance *inst)
 
static const OdGeVector2dasVector2d (const OdIfcInstance *inst)
 
static const OdGeMatrix2dasMatrix2d (const OdIfcInstance *inst)
 
static const OdGeMatrix3dasMatrix3d (const OdIfcInstance *inst)
 
static OdIfcCompoundPtr asCompound (OdSmartPtr< OdIfcInstance > inst)
 
static const OdCmEntityColorasRgbColor (const OdIfcInstance *inst)
 
- Protected Attributes inherited from OdIfc4x3_add2::IfcRoot
OdDAI::CompressedGUID m_GlobalId
 
OdDAIObjectId m_OwnerHistory
 
OdAnsiString m_Name
 
OdAnsiString m_Description
 
- Protected Attributes inherited from OdIfc::OdIfcInstance
voidm_resPtr
 
IfcOpResult m_resolved
 

Detailed Description

An IfcObjectDefinition is the generalization of any semantically treated thing or process, either being a type or an occurrences. Object definitions can be named, using the inherited Name attribute, which should be a user recognizable label for the object occurrence. Further explanations to the object can be given using the inherited Description attribute. A context is a specific kind of object definition as it provides the project or library context in which object types and object occurrences are defined.

Objects are independent pieces of information that might contain or reference other pieces of information. There are four essential kinds of relationships in which object definitions (by their instantiable subtypes) can be involved:

Assignment of other objects - an assignment relationship (IfcRelAssigns) that refers to other types of objects and creates a bi-directional association. The semantic of the assignment is established at the level of the subtypes of the general IfcRelAssigns relationship. There is no dependency implied a priori by the assignment. Association to external resources - an association relationship (IfcRelAssociates) that refers to external sources of information (most notably a classification or document) and creates a uni-directional association. There is no dependency implied by the association. Aggregation of other objects - an aggregation relationship (IfcRelAggregates) that establishes an unordered, spatial whole/part relation and creates a bi-directional relation. There is an implied dependency established. Nesting of other objects - a nesting relationship (IfcRelNests) that establishes an ordered, non-spatial whole/part relation and creates a bi-directional relation. There is an implied dependency established. Declaration within a context - a relationship (IfcRelDeclares) of the uppermost object definition within the object definition tree (e.g. the summary object within an object nesting tree) to the context (a project or project library). It applies the units, representation context and other context information to this object definition and all dependent ones.

\changes

IFC4 changes: The new subtype IfcContext and the relationship to context HasContext has been added. The decomposition relationship is split into ordered nesting (Nests, IsNestedBy) and un-ordered aggregating (Decomposes, IsDecomposedBy). Name of the inverse attribute Decomposes changed to IsNestedBy. Type of the inverse attribute Decomposes changed from "SET OF [0:1] IfcRelDecomposes FOR RelatedObjects" to "SET OF [0:?] IfcRelNests FOR RelatingObject". Name of the inverse attribute IsDecomposedBy changed to Nests. Type of the inverse attribute IsDecomposedBy changed from "SET OF [0:?] IfcRelDecomposes FOR RelatingObject" to "SET OF [0:1] IfcRelNests FOR RelatedObjects".

Definition at line 69 of file Ifc4x3/IfcObjectDefinitionAutoImpl.h.

Member Function Documentation

◆ comparedToEarlyImpl()

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

Early-bound version of instances comparison.

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

Reimplemented from OdIfc4x3_add2::IfcRoot.

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

◆ getAttr() [1/2]

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

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 from OdIfc4x3_add2::IfcRoot.

Reimplemented in OdIfc4x3_add2::IfcOccupant, OdIfc4x3_add2::IfcOpeningElement, OdIfc4x3_add2::IfcOutlet, OdIfc4x3_add2::IfcOutletType, OdIfc4x3_add2::IfcPavement, OdIfc4x3_add2::IfcPavementType, OdIfc4x3_add2::IfcPerformanceHistory, OdIfc4x3_add2::IfcPermit, OdIfc4x3_add2::IfcPile, OdIfc4x3_add2::IfcPileType, OdIfc4x3_add2::IfcPipeFitting, OdIfc4x3_add2::IfcPipeFittingType, OdIfc4x3_add2::IfcPipeSegment, OdIfc4x3_add2::IfcPipeSegmentType, OdIfc4x3_add2::IfcPlate, OdIfc4x3_add2::IfcPlateType, OdIfc4x3_add2::IfcPort, OdIfc4x3_add2::IfcPositioningElement, OdIfc4x3_add2::IfcProcedure, OdIfc4x3_add2::IfcProcedureType, OdIfc4x3_add2::IfcProcess, OdIfc4x3_add2::IfcProduct, OdIfc4x3_add2::IfcProjectionElement, OdIfc4x3_add2::IfcProjectOrder, OdIfc4x3_add2::IfcProtectiveDevice, OdIfc4x3_add2::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_add2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_add2::IfcProtectiveDeviceType, OdIfc4x3_add2::IfcPump, OdIfc4x3_add2::IfcPumpType, OdIfc4x3_add2::IfcRail, OdIfc4x3_add2::IfcRailing, OdIfc4x3_add2::IfcRailingType, OdIfc4x3_add2::IfcRailType, OdIfc4x3_add2::IfcRailway, OdIfc4x3_add2::IfcRailwayPart, OdIfc4x3_add2::IfcRamp, OdIfc4x3_add2::IfcRampFlight, OdIfc4x3_add2::IfcRampFlightType, OdIfc4x3_add2::IfcRampType, OdIfc4x3_add2::IfcReferent, OdIfc4x3_add2::IfcReinforcedSoil, OdIfc4x3_add2::IfcReinforcingBar, OdIfc4x3_add2::IfcReinforcingBarType, OdIfc4x3_add2::IfcReinforcingElement, OdIfc4x3_add2::IfcReinforcingMesh, OdIfc4x3_add2::IfcReinforcingMeshType, OdIfc4x3_add2::IfcResource, OdIfc4x3_add2::IfcRoad, OdIfc4x3_add2::IfcRoadPart, OdIfc4x3_add2::IfcRoof, OdIfc4x3_add2::IfcRoofType, OdIfc4x3_add2::IfcSanitaryTerminal, OdIfc4x3_add2::IfcSanitaryTerminalType, OdIfc4x3_add2::IfcSensor, OdIfc4x3_add2::IfcSensorType, OdIfc4x3_add2::IfcShadingDevice, OdIfc4x3_add2::IfcShadingDeviceType, OdIfc4x3_add2::IfcSign, OdIfc4x3_add2::IfcSignal, OdIfc4x3_add2::IfcSignalType, OdIfc4x3_add2::IfcSignType, OdIfc4x3_add2::IfcSite, OdIfc4x3_add2::IfcSlab, OdIfc4x3_add2::IfcSlabType, OdIfc4x3_add2::IfcSolarDevice, OdIfc4x3_add2::IfcSolarDeviceType, OdIfc4x3_add2::IfcSpace, OdIfc4x3_add2::IfcSpaceHeater, OdIfc4x3_add2::IfcSpaceHeaterType, OdIfc4x3_add2::IfcSpaceType, OdIfc4x3_add2::IfcSpatialElement, OdIfc4x3_add2::IfcSpatialElementType, OdIfc4x3_add2::IfcSpatialStructureElement, OdIfc4x3_add2::IfcSpatialZone, OdIfc4x3_add2::IfcSpatialZoneType, OdIfc4x3_add2::IfcStackTerminal, OdIfc4x3_add2::IfcStackTerminalType, OdIfc4x3_add2::IfcStair, OdIfc4x3_add2::IfcStairFlight, OdIfc4x3_add2::IfcStairFlightType, OdIfc4x3_add2::IfcStairType, OdIfc4x3_add2::IfcStructuralAction, OdIfc4x3_add2::IfcStructuralActivity, OdIfc4x3_add2::IfcStructuralAnalysisModel, OdIfc4x3_add2::IfcStructuralConnection, OdIfc4x3_add2::IfcStructuralCurveAction, OdIfc4x3_add2::IfcStructuralCurveConnection, OdIfc4x3_add2::IfcStructuralCurveMember, OdIfc4x3_add2::IfcStructuralCurveReaction, OdIfc4x3_add2::IfcStructuralItem, OdIfc4x3_add2::IfcStructuralLoadCase, OdIfc4x3_add2::IfcStructuralLoadGroup, OdIfc4x3_add2::IfcStructuralMember, OdIfc4x3_add2::IfcStructuralPointConnection, OdIfc4x3_add2::IfcStructuralResultGroup, OdIfc4x3_add2::IfcStructuralSurfaceAction, OdIfc4x3_add2::IfcStructuralSurfaceMember, OdIfc4x3_add2::IfcStructuralSurfaceReaction, OdIfc4x3_add2::IfcSubContractResource, OdIfc4x3_add2::IfcSubContractResourceType, OdIfc4x3_add2::IfcSurfaceFeature, OdIfc4x3_add2::IfcSwitchingDevice, OdIfc4x3_add2::IfcSwitchingDeviceType, OdIfc4x3_add2::IfcSystem, OdIfc4x3_add2::IfcSystemFurnitureElement, OdIfc4x3_add2::IfcSystemFurnitureElementType, OdIfc4x3_add2::IfcTank, OdIfc4x3_add2::IfcTankType, OdIfc4x3_add2::IfcTask, OdIfc4x3_add2::IfcTaskType, OdIfc4x3_add2::IfcTendon, OdIfc4x3_add2::IfcTendonAnchor, OdIfc4x3_add2::IfcTendonAnchorType, OdIfc4x3_add2::IfcTendonConduit, OdIfc4x3_add2::IfcTendonConduitType, OdIfc4x3_add2::IfcTendonType, OdIfc4x3_add2::IfcTrackElement, OdIfc4x3_add2::IfcTrackElementType, OdIfc4x3_add2::IfcTransformer, OdIfc4x3_add2::IfcTransformerType, OdIfc4x3_add2::IfcTransportElement, OdIfc4x3_add2::IfcTransportElementType, OdIfc4x3_add2::IfcTubeBundle, OdIfc4x3_add2::IfcTubeBundleType, OdIfc4x3_add2::IfcTypeObject, OdIfc4x3_add2::IfcTypeProcess, OdIfc4x3_add2::IfcTypeProduct, OdIfc4x3_add2::IfcTypeResource, OdIfc4x3_add2::IfcUnitaryControlElement, OdIfc4x3_add2::IfcUnitaryControlElementType, OdIfc4x3_add2::IfcUnitaryEquipment, OdIfc4x3_add2::IfcUnitaryEquipmentType, OdIfc4x3_add2::IfcValve, OdIfc4x3_add2::IfcValveType, OdIfc4x3_add2::IfcVehicle, OdIfc4x3_add2::IfcVehicleType, OdIfc4x3_add2::IfcVibrationDamper, OdIfc4x3_add2::IfcVibrationDamperType, OdIfc4x3_add2::IfcVibrationIsolator, OdIfc4x3_add2::IfcVibrationIsolatorType, OdIfc4x3_add2::IfcVirtualElement, OdIfc4x3_add2::IfcVoidingFeature, OdIfc4x3_add2::IfcWall, OdIfc4x3_add2::IfcWallType, OdIfc4x3_add2::IfcWasteTerminal, OdIfc4x3_add2::IfcWasteTerminalType, OdIfc4x3_add2::IfcWindow, OdIfc4x3_add2::IfcWindowType, OdIfc4x3_add2::IfcWorkCalendar, OdIfc4x3_add2::IfcWorkControl, OdIfc4x3_add2::IfcWorkPlan, OdIfc4x3_add2::IfcWorkSchedule, and OdIfc4x3_add2::IfcZone.

◆ getAttr() [2/2]

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

Returns an attribute value for the specified attribute definition.

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

Reimplemented from OdIfc4x3_add2::IfcRoot.

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

◆ getInstanceType()

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

Returns a type of a class instance.

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

Reimplemented from OdIfc4x3_add2::IfcRoot.

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

◆ getInvDecomposes()

void OdIfc4x3_add2::IfcObjectDefinition::getInvDecomposes ( OdDAIObjectIds & Decomposes) const

Returns the value of Decomposes attribute. This attribute represents references to the decomposition relationship being an aggregation. It determines that this object definition is a part within an unordered whole/part decomposition relationship. An object definitions can only be part of a single decomposition (to allow hierarchical structures only).

Parameters
Decomposes[out] Receives the value of Decomposes attribute.
Remarks
IFC4 CHANGE: The inverse attribute data type has been changed from the supertype IfcRelDecomposes to subtype IfcRelAggregates.

◆ getInvHasAssignments()

void OdIfc4x3_add2::IfcObjectDefinition::getInvHasAssignments ( OdDAIObjectIds & HasAssignments) const

Returns the value of HasAssignments attribute. This attribute represents reference to the relationship objects, that assign (by an association relationship) other subtypes of IfcObject to this object instance. Examples are the association to products, processes, controls, resources or groups.

Parameters
HasAssignments[out] Receives the value of HasAssignments attribute.

◆ getInvHasAssociations()

void OdIfc4x3_add2::IfcObjectDefinition::getInvHasAssociations ( OdDAIObjectIds & HasAssociations) const

Returns the value of HasAssociations attribute. This attribute represents reference to the relationship objects, that associates external references or other resource definitions to the object. Examples are the association to library, documentation or classification.

Parameters
HasAssociations[out] Receives the value of HasAssociations attribute.

◆ getInvHasContext()

void OdIfc4x3_add2::IfcObjectDefinition::getInvHasContext ( OdDAIObjectIds & HasContext) const

Returns the value of HasContext attribute. This attribute represents references to the context providing context information such as project unit or representation context. It should only be asserted for the uppermost non-spatial object.

Parameters
HasContext[out] Receives the value of HasContext attribute.
Remarks
IFC4 CHANGE: The inverse attribute data type has been added.

◆ getInvIsDecomposedBy()

void OdIfc4x3_add2::IfcObjectDefinition::getInvIsDecomposedBy ( OdDAIObjectIds & IsDecomposedBy) const

Returns the value of IsDecomposedBy attribute. This attribute represents references to the decomposition relationship being an aggregation. It determines that this object definition is whole within an unordered whole/part decomposition relationship. An object definitions can be aggregated by several other objects (occurrences or parts).

Parameters
IsDecomposedBy[out] Receives the value of IsDecomposedBy attribute.
Remarks
IFC4 CHANGE: The inverse attribute data type has been changed from the supertype IfcRelDecomposes to subtype IfcRelAggregates.

◆ getInvIsNestedBy()

void OdIfc4x3_add2::IfcObjectDefinition::getInvIsNestedBy ( OdDAIObjectIds & IsNestedBy) const

Returns the value of IsNestedBy attribute. This attribute represents references to the decomposition relationship being a nesting. It determines that this object definition is the whole within an ordered whole/part decomposition relationship. An object or object type can be nested by several other objects (occurrences or types).

Parameters
IsNestedBy[out] Receives the value of IsNestedBy attribute.
Remarks
IFC4 CHANGE: The inverse attribute data type has been added and separated from Decomposes defined at IfcObjectDefinition.

◆ getInvNests()

void OdIfc4x3_add2::IfcObjectDefinition::getInvNests ( OdDAIObjectIds & Nests) const

Returns the value of Nests attribute. This attribute represents references to the decomposition relationship being a nesting. It determines that this object definition is a part within an ordered whole/part decomposition relationship. An object occurrence or type can only be part of a single decomposition (to allow hierarchical structures only).

Parameters
Nests[out] Receives the value of Nests attribute.
Remarks
IFC4 CHANGE: The inverse attribute datatype has been added and separated from Decomposes defined at IfcObjectDefinition.

◆ inFields()

virtual OdResult OdIfc4x3_add2::IfcObjectDefinition::inFields ( OdDAI::OdSpfFilerBase * rdFiler)
overridevirtual

Reads object's data from the specified filer.

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

Reimplemented from OdIfc4x3_add2::IfcRoot.

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

◆ isKindOf()

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

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

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

Reimplemented from OdIfc4x3_add2::IfcRoot.

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

◆ outFields()

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

Writes object's data the the specified filer.

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

Reimplemented from OdIfc4x3_add2::IfcRoot.

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

◆ putAttr() [1/2]

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

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 OdIfc4x3_add2::IfcRoot.

Reimplemented in OdIfc4x3_add2::IfcOccupant, OdIfc4x3_add2::IfcOpeningElement, OdIfc4x3_add2::IfcOutlet, OdIfc4x3_add2::IfcOutletType, OdIfc4x3_add2::IfcPavement, OdIfc4x3_add2::IfcPavementType, OdIfc4x3_add2::IfcPerformanceHistory, OdIfc4x3_add2::IfcPermit, OdIfc4x3_add2::IfcPile, OdIfc4x3_add2::IfcPileType, OdIfc4x3_add2::IfcPipeFitting, OdIfc4x3_add2::IfcPipeFittingType, OdIfc4x3_add2::IfcPipeSegment, OdIfc4x3_add2::IfcPipeSegmentType, OdIfc4x3_add2::IfcPlate, OdIfc4x3_add2::IfcPlateType, OdIfc4x3_add2::IfcPort, OdIfc4x3_add2::IfcPositioningElement, OdIfc4x3_add2::IfcProcedure, OdIfc4x3_add2::IfcProcedureType, OdIfc4x3_add2::IfcProcess, OdIfc4x3_add2::IfcProduct, OdIfc4x3_add2::IfcProjectionElement, OdIfc4x3_add2::IfcProjectOrder, OdIfc4x3_add2::IfcProtectiveDevice, OdIfc4x3_add2::IfcProtectiveDeviceTrippingUnit, OdIfc4x3_add2::IfcProtectiveDeviceTrippingUnitType, OdIfc4x3_add2::IfcProtectiveDeviceType, OdIfc4x3_add2::IfcPump, OdIfc4x3_add2::IfcPumpType, OdIfc4x3_add2::IfcRail, OdIfc4x3_add2::IfcRailing, OdIfc4x3_add2::IfcRailingType, OdIfc4x3_add2::IfcRailType, OdIfc4x3_add2::IfcRailway, OdIfc4x3_add2::IfcRailwayPart, OdIfc4x3_add2::IfcRamp, OdIfc4x3_add2::IfcRampFlight, OdIfc4x3_add2::IfcRampFlightType, OdIfc4x3_add2::IfcRampType, OdIfc4x3_add2::IfcReferent, OdIfc4x3_add2::IfcReinforcedSoil, OdIfc4x3_add2::IfcReinforcingBar, OdIfc4x3_add2::IfcReinforcingBarType, OdIfc4x3_add2::IfcReinforcingElement, OdIfc4x3_add2::IfcReinforcingMesh, OdIfc4x3_add2::IfcReinforcingMeshType, OdIfc4x3_add2::IfcResource, OdIfc4x3_add2::IfcRoad, OdIfc4x3_add2::IfcRoadPart, OdIfc4x3_add2::IfcRoof, OdIfc4x3_add2::IfcRoofType, OdIfc4x3_add2::IfcSanitaryTerminal, OdIfc4x3_add2::IfcSanitaryTerminalType, OdIfc4x3_add2::IfcSensor, OdIfc4x3_add2::IfcSensorType, OdIfc4x3_add2::IfcShadingDevice, OdIfc4x3_add2::IfcShadingDeviceType, OdIfc4x3_add2::IfcSign, OdIfc4x3_add2::IfcSignal, OdIfc4x3_add2::IfcSignalType, OdIfc4x3_add2::IfcSignType, OdIfc4x3_add2::IfcSite, OdIfc4x3_add2::IfcSlab, OdIfc4x3_add2::IfcSlabType, OdIfc4x3_add2::IfcSolarDevice, OdIfc4x3_add2::IfcSolarDeviceType, OdIfc4x3_add2::IfcSpace, OdIfc4x3_add2::IfcSpaceHeater, OdIfc4x3_add2::IfcSpaceHeaterType, OdIfc4x3_add2::IfcSpaceType, OdIfc4x3_add2::IfcSpatialElement, OdIfc4x3_add2::IfcSpatialElementType, OdIfc4x3_add2::IfcSpatialStructureElement, OdIfc4x3_add2::IfcSpatialZone, OdIfc4x3_add2::IfcSpatialZoneType, OdIfc4x3_add2::IfcStackTerminal, OdIfc4x3_add2::IfcStackTerminalType, OdIfc4x3_add2::IfcStair, OdIfc4x3_add2::IfcStairFlight, OdIfc4x3_add2::IfcStairFlightType, OdIfc4x3_add2::IfcStairType, OdIfc4x3_add2::IfcStructuralAction, OdIfc4x3_add2::IfcStructuralActivity, OdIfc4x3_add2::IfcStructuralAnalysisModel, OdIfc4x3_add2::IfcStructuralConnection, OdIfc4x3_add2::IfcStructuralCurveAction, OdIfc4x3_add2::IfcStructuralCurveConnection, OdIfc4x3_add2::IfcStructuralCurveMember, OdIfc4x3_add2::IfcStructuralCurveReaction, OdIfc4x3_add2::IfcStructuralItem, OdIfc4x3_add2::IfcStructuralLoadCase, OdIfc4x3_add2::IfcStructuralLoadGroup, OdIfc4x3_add2::IfcStructuralMember, OdIfc4x3_add2::IfcStructuralPointConnection, OdIfc4x3_add2::IfcStructuralResultGroup, OdIfc4x3_add2::IfcStructuralSurfaceAction, OdIfc4x3_add2::IfcStructuralSurfaceMember, OdIfc4x3_add2::IfcStructuralSurfaceReaction, OdIfc4x3_add2::IfcSubContractResource, OdIfc4x3_add2::IfcSubContractResourceType, OdIfc4x3_add2::IfcSurfaceFeature, OdIfc4x3_add2::IfcSwitchingDevice, OdIfc4x3_add2::IfcSwitchingDeviceType, OdIfc4x3_add2::IfcSystem, OdIfc4x3_add2::IfcSystemFurnitureElement, OdIfc4x3_add2::IfcSystemFurnitureElementType, OdIfc4x3_add2::IfcTank, OdIfc4x3_add2::IfcTankType, OdIfc4x3_add2::IfcTask, OdIfc4x3_add2::IfcTaskType, OdIfc4x3_add2::IfcTendon, OdIfc4x3_add2::IfcTendonAnchor, OdIfc4x3_add2::IfcTendonAnchorType, OdIfc4x3_add2::IfcTendonConduit, OdIfc4x3_add2::IfcTendonConduitType, OdIfc4x3_add2::IfcTendonType, OdIfc4x3_add2::IfcTrackElement, OdIfc4x3_add2::IfcTrackElementType, OdIfc4x3_add2::IfcTransformer, OdIfc4x3_add2::IfcTransformerType, OdIfc4x3_add2::IfcTransportElement, OdIfc4x3_add2::IfcTransportElementType, OdIfc4x3_add2::IfcTubeBundle, OdIfc4x3_add2::IfcTubeBundleType, OdIfc4x3_add2::IfcTypeObject, OdIfc4x3_add2::IfcTypeProcess, OdIfc4x3_add2::IfcTypeProduct, OdIfc4x3_add2::IfcTypeResource, OdIfc4x3_add2::IfcUnitaryControlElement, OdIfc4x3_add2::IfcUnitaryControlElementType, OdIfc4x3_add2::IfcUnitaryEquipment, OdIfc4x3_add2::IfcUnitaryEquipmentType, OdIfc4x3_add2::IfcValve, OdIfc4x3_add2::IfcValveType, OdIfc4x3_add2::IfcVehicle, OdIfc4x3_add2::IfcVehicleType, OdIfc4x3_add2::IfcVibrationDamper, OdIfc4x3_add2::IfcVibrationDamperType, OdIfc4x3_add2::IfcVibrationIsolator, OdIfc4x3_add2::IfcVibrationIsolatorType, OdIfc4x3_add2::IfcVirtualElement, OdIfc4x3_add2::IfcVoidingFeature, OdIfc4x3_add2::IfcWall, OdIfc4x3_add2::IfcWallType, OdIfc4x3_add2::IfcWasteTerminal, OdIfc4x3_add2::IfcWasteTerminalType, OdIfc4x3_add2::IfcWindow, OdIfc4x3_add2::IfcWindowType, OdIfc4x3_add2::IfcWorkCalendar, OdIfc4x3_add2::IfcWorkControl, OdIfc4x3_add2::IfcWorkPlan, OdIfc4x3_add2::IfcWorkSchedule, and OdIfc4x3_add2::IfcZone.

◆ putAttr() [2/2]

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

Sets the specified attribute with a given value.

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

Reimplemented from OdIfc4x3_add2::IfcRoot.

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

◆ testAttr() [1/2]

virtual bool OdIfc4x3_add2::IfcObjectDefinition::testAttr ( const char * explicitAttrName) const
overridevirtual

Checks whether the specified attribute is set.

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

Reimplemented from OdIfc4x3_add2::IfcRoot.

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

◆ testAttr() [2/2]

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

Checks whether the specified attribute is set.

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

Reimplemented from OdIfc4x3_add2::IfcRoot.

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

◆ type()

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

Returns the type of this entity.

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

Reimplemented from OdIfc4x3_add2::IfcRoot.

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

◆ unsetAttr() [1/2]

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

Resets a value for the specified attribute.

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

Reimplemented from OdIfc4x3_add2::IfcRoot.

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

◆ unsetAttr() [2/2]

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

Resets a value for the specified attribute.

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

Reimplemented from OdIfc4x3_add2::IfcRoot.

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

Friends And Related Symbol Documentation

◆ IfcRelAggregates

Definition at line 270 of file Ifc4x3/IfcObjectDefinitionAutoImpl.h.

◆ IfcRelAssigns

friend class IfcRelAssigns
friend

Definition at line 266 of file Ifc4x3/IfcObjectDefinitionAutoImpl.h.

◆ IfcRelAssociates

friend class IfcRelAssociates
friend

Definition at line 272 of file Ifc4x3/IfcObjectDefinitionAutoImpl.h.

◆ IfcRelDeclares

friend class IfcRelDeclares
friend

Definition at line 269 of file Ifc4x3/IfcObjectDefinitionAutoImpl.h.

◆ IfcRelNests

IfcRelNests
friend

Definition at line 267 of file Ifc4x3/IfcObjectDefinitionAutoImpl.h.


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