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

#include <IfcObjectDefinitionAutoImpl.h>

Inheritance diagram for OdIfc4::IfcObjectDefinition:
OdIfc4::IfcRoot OdIfc4::OdIfc4Instance OdIfc::OdIfcInstance OdIfc4::IfcContext OdIfc4::IfcObject OdIfc4::IfcTypeObject OdIfc4::IfcProject OdIfc4::IfcProjectLibrary OdIfc4::IfcActor OdIfc4::IfcControl OdIfc4::IfcGroup OdIfc4::IfcProcess OdIfc4::IfcProduct OdIfc4::IfcResource OdIfc4::IfcTypeProcess OdIfc4::IfcTypeProduct OdIfc4::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 OdIfc4::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 OdIfc4::OdIfc4Instance
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 OdIfc4::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 Ifc4/IfcObjectDefinitionAutoImpl.h.

Member Function Documentation

◆ comparedToEarlyImpl()

virtual bool OdIfc4::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 OdIfc4::IfcRoot.

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

◆ getAttr() [1/2]

virtual OdRxValue OdIfc4::IfcRoot::getAttr ( const char * attrName) const
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 OdIfc4::IfcRoot.

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

◆ getAttr() [2/2]

virtual OdRxValue OdIfc4::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 OdIfc4::IfcRoot.

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

◆ getInstanceType()

virtual OdDAI::Entity * OdIfc4::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 OdIfc4::IfcRoot.

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

◆ getInvDecomposes()

void OdIfc4::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 OdIfc4::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 OdIfc4::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 OdIfc4::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 OdIfc4::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 OdIfc4::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 OdIfc4::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 OdIfc4::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 OdIfc4::IfcRoot.

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

◆ isKindOf()

virtual bool OdIfc4::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 OdIfc4::IfcRoot.

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

◆ outFields()

virtual OdResult OdIfc4::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 OdIfc4::IfcRoot.

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

◆ putAttr() [1/2]

virtual bool OdIfc4::IfcRoot::putAttr ( const char * explicitAttrName,
const OdRxValue & val )
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 OdIfc4::IfcRoot.

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

◆ putAttr() [2/2]

virtual bool OdIfc4::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 OdIfc4::IfcRoot.

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

◆ testAttr() [1/2]

virtual bool OdIfc4::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 OdIfc4::IfcRoot.

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

◆ testAttr() [2/2]

virtual bool OdIfc4::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 OdIfc4::IfcRoot.

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

◆ type()

virtual OdIfc::OdIfcEntityType OdIfc4::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 OdIfc4::IfcRoot.

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

◆ unsetAttr() [1/2]

virtual void OdIfc4::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 OdIfc4::IfcRoot.

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

◆ unsetAttr() [2/2]

virtual void OdIfc4::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 OdIfc4::IfcRoot.

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

Friends And Related Symbol Documentation

◆ IfcRelAggregates

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

◆ IfcRelAssigns

friend class IfcRelAssigns
friend

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

◆ IfcRelAssociates

friend class IfcRelAssociates
friend

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

◆ IfcRelDeclares

friend class IfcRelDeclares
friend

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

◆ IfcRelNests

IfcRelNests
friend

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


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