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

#include <IfcObjectDefinitionAutoImpl.h>

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

Member Function Documentation

◆ comparedToEarlyImpl()

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

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

◆ getAttr() [1/2]

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

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

◆ getAttr() [2/2]

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

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

◆ getInstanceType()

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

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

◆ getInvDecomposes()

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

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

◆ isKindOf()

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

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

◆ outFields()

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

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

◆ putAttr() [1/2]

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

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

◆ putAttr() [2/2]

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

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

◆ testAttr() [1/2]

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

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

◆ testAttr() [2/2]

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

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

◆ type()

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

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

◆ unsetAttr() [1/2]

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

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

◆ unsetAttr() [2/2]

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

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

Friends And Related Symbol Documentation

◆ IfcRelAggregates

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

◆ IfcRelAssigns

friend class IfcRelAssigns
friend

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

◆ IfcRelAssociates

friend class IfcRelAssociates
friend

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

◆ IfcRelDeclares

friend class IfcRelDeclares
friend

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

◆ IfcRelNests

IfcRelNests
friend

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


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