CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdIfc2x2_final::IfcPropertyDefinition Class Reference

#include <IfcPropertyDefinitionAutoImpl.h>

Inheritance diagram for OdIfc2x2_final::IfcPropertyDefinition:
OdIfc2x2_final::IfcRoot OdIfc2x2_final::OdIfc2x2_FinalInstance OdIfc::OdIfcInstance OdIfc2x2_final::IfcPropertySetDefinition OdIfc2x2_final::IfcTypeObject OdIfc2x2_final::IfcDoorLiningProperties OdIfc2x2_final::IfcDoorPanelProperties OdIfc2x2_final::IfcElementQuantity OdIfc2x2_final::IfcEnergyProperties OdIfc2x2_final::IfcFluidFlowProperties OdIfc2x2_final::IfcPermeableCoveringProperties OdIfc2x2_final::IfcPropertySet OdIfc2x2_final::IfcReinforcementDefinitionProperties OdIfc2x2_final::IfcServiceLifeFactor OdIfc2x2_final::IfcSoundProperties OdIfc2x2_final::IfcSoundValue OdIfc2x2_final::IfcSpaceThermalLoadProperties OdIfc2x2_final::IfcWindowLiningProperties OdIfc2x2_final::IfcWindowPanelProperties OdIfc2x2_final::IfcTypeProduct

Public Member Functions

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 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 OdIfc2x2_final::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 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 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 OdIfc2x2_final::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

IfcPropertyDefinition defines the generalization of all characteristics (i.e. a grouping of individual properties), that can be assigned to objects. Currently, subtypes of IfcPropertyDefinition include property set occurrences, property set templates and property templates.

Property set template - IfcPropertySetTemplate, a collection of property templates that determine the definition of properties used within a project context.
Property template - IfcPropertyTemplate, a single template that determines the definition of a particular property used in the same project context. 
The template can determine the name, description, data type, the unit, or a standard expression for each property that is based on that template.
Property set occurrence - IfcPropertySet, a set of individual properties (that may or may not be determined by a property template) holding individual values, 
measure types and units, and are associated to an object occurrence or object type.

Property definitions define information that is shared among multiple instances of objects, either object occurrences or object types. IfcPropertyDefinition's (by their instantiable subtypes) can participate within the following relationships: Assignment to a project context - an HasContext relationship to IfcRelDeclares that establishes the project context in which this property definition is declared. This relationship is mostly applicable to subtypes of IfcPropertyTemplateDefinition. Association to external resources - an HasAssociation relationship to 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.

Remarks
The subtype hierarchy of IfcPropertyDefinition also includes statically defined property sets as IfcPreDefinedPropertySet. Those are rarely used collections of fixed attributes combined in an entity definition. The IfcPreDefinedPropertySet can not be determined by an IfcPropertySetTemplate. Individual properties, (subtypes of IfcProperty), are currently not included in the subtype hierarchy of IfcPropertyDefinition. This is due to upward compatibility reasons with earlier releases of this standard.

Definition at line 61 of file Ifc2x2_Final/IfcPropertyDefinitionAutoImpl.h.

Member Function Documentation

◆ getAttr() [1/2]

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

◆ getAttr() [2/2]

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

Reimplemented in OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, and OdIfc2x2_final::IfcWindowStyle.

◆ getInstanceType()

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

Reimplemented in OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBuildingElementComponentType, OdIfc2x2_final::IfcBuildingElementType, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDiscreteAccessoryType, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElementType, OdIfc2x2_final::IfcDistributionElementType, OdIfc2x2_final::IfcDistributionFlowElementType, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementComponentType, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyConversionDeviceType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFastenerType, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowControllerType, OdIfc2x2_final::IfcFlowFittingType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFlowMovingDeviceType, OdIfc2x2_final::IfcFlowSegmentType, OdIfc2x2_final::IfcFlowStorageDeviceType, OdIfc2x2_final::IfcFlowTerminalType, OdIfc2x2_final::IfcFlowTreatmentDeviceType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFurnishingElementType, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMechanicalFastenerType, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSystemFurnitureElementType, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, and OdIfc2x2_final::IfcWindowStyle.

◆ getInvHasAssociations()

void OdIfc2x2_final::IfcPropertyDefinition::getInvHasAssociations ( OdDAIObjectIds & HasAssociations) const

Returns the value of HasAssociations attribute. This attribute represents reference to the relationship IfcRelAssociates and thus to those externally defined concepts, like classifications, documents, or library information, which are associated to the property definition.

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

◆ inFields()

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

Reimplemented in OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, and OdIfc2x2_final::IfcWindowStyle.

◆ isKindOf()

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

Reimplemented in OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBuildingElementComponentType, OdIfc2x2_final::IfcBuildingElementType, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDiscreteAccessoryType, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElementType, OdIfc2x2_final::IfcDistributionElementType, OdIfc2x2_final::IfcDistributionFlowElementType, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementComponentType, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyConversionDeviceType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFastenerType, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowControllerType, OdIfc2x2_final::IfcFlowFittingType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFlowMovingDeviceType, OdIfc2x2_final::IfcFlowSegmentType, OdIfc2x2_final::IfcFlowStorageDeviceType, OdIfc2x2_final::IfcFlowTerminalType, OdIfc2x2_final::IfcFlowTreatmentDeviceType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFurnishingElementType, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMechanicalFastenerType, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSystemFurnitureElementType, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, and OdIfc2x2_final::IfcWindowStyle.

◆ outFields()

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

Reimplemented in OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, and OdIfc2x2_final::IfcWindowStyle.

◆ putAttr() [1/2]

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

◆ putAttr() [2/2]

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

Reimplemented in OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, and OdIfc2x2_final::IfcWindowStyle.

◆ testAttr() [1/2]

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

Reimplemented in OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, and OdIfc2x2_final::IfcWindowStyle.

◆ testAttr() [2/2]

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

Reimplemented in OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, and OdIfc2x2_final::IfcWindowStyle.

◆ type()

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

Reimplemented in OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcBuildingElementComponentType, OdIfc2x2_final::IfcBuildingElementType, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDiscreteAccessoryType, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDistributionControlElementType, OdIfc2x2_final::IfcDistributionElementType, OdIfc2x2_final::IfcDistributionFlowElementType, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementComponentType, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyConversionDeviceType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFastenerType, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowControllerType, OdIfc2x2_final::IfcFlowFittingType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFlowMovingDeviceType, OdIfc2x2_final::IfcFlowSegmentType, OdIfc2x2_final::IfcFlowStorageDeviceType, OdIfc2x2_final::IfcFlowTerminalType, OdIfc2x2_final::IfcFlowTreatmentDeviceType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFurnishingElementType, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMechanicalFastenerType, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcSystemFurnitureElementType, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, and OdIfc2x2_final::IfcWindowStyle.

◆ unsetAttr() [1/2]

virtual void OdIfc2x2_final::IfcPropertyDefinition::unsetAttr ( const char * explicitAttrName)
overridevirtual

Resets a value for the specified attribute.

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

Reimplemented from OdIfc2x2_final::IfcRoot.

Reimplemented in OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, and OdIfc2x2_final::IfcWindowStyle.

◆ unsetAttr() [2/2]

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

Reimplemented in OdIfc2x2_final::IfcActuatorType, OdIfc2x2_final::IfcAirTerminalBoxType, OdIfc2x2_final::IfcAirTerminalType, OdIfc2x2_final::IfcAirToAirHeatRecoveryType, OdIfc2x2_final::IfcAlarmType, OdIfc2x2_final::IfcBeamType, OdIfc2x2_final::IfcBoilerType, OdIfc2x2_final::IfcCableCarrierFittingType, OdIfc2x2_final::IfcCableCarrierSegmentType, OdIfc2x2_final::IfcCableSegmentType, OdIfc2x2_final::IfcChillerType, OdIfc2x2_final::IfcCoilType, OdIfc2x2_final::IfcColumnType, OdIfc2x2_final::IfcCompressorType, OdIfc2x2_final::IfcCondenserType, OdIfc2x2_final::IfcControllerType, OdIfc2x2_final::IfcCooledBeamType, OdIfc2x2_final::IfcCoolingTowerType, OdIfc2x2_final::IfcCoveringType, OdIfc2x2_final::IfcDamperType, OdIfc2x2_final::IfcDistributionChamberElementType, OdIfc2x2_final::IfcDoorLiningProperties, OdIfc2x2_final::IfcDoorPanelProperties, OdIfc2x2_final::IfcDoorStyle, OdIfc2x2_final::IfcDuctFittingType, OdIfc2x2_final::IfcDuctSegmentType, OdIfc2x2_final::IfcDuctSilencerType, OdIfc2x2_final::IfcElectricalBaseProperties, OdIfc2x2_final::IfcElectricApplianceType, OdIfc2x2_final::IfcElectricFlowStorageDeviceType, OdIfc2x2_final::IfcElectricGeneratorType, OdIfc2x2_final::IfcElectricHeaterType, OdIfc2x2_final::IfcElectricMotorType, OdIfc2x2_final::IfcElectricTimeControlType, OdIfc2x2_final::IfcElementQuantity, OdIfc2x2_final::IfcElementType, OdIfc2x2_final::IfcEnergyProperties, OdIfc2x2_final::IfcEvaporativeCoolerType, OdIfc2x2_final::IfcEvaporatorType, OdIfc2x2_final::IfcFanType, OdIfc2x2_final::IfcFilterType, OdIfc2x2_final::IfcFireSuppressionTerminalType, OdIfc2x2_final::IfcFlowInstrumentType, OdIfc2x2_final::IfcFlowMeterType, OdIfc2x2_final::IfcFluidFlowProperties, OdIfc2x2_final::IfcFurnitureType, OdIfc2x2_final::IfcGasTerminalType, OdIfc2x2_final::IfcHeatExchangerType, OdIfc2x2_final::IfcHumidifierType, OdIfc2x2_final::IfcJunctionBoxType, OdIfc2x2_final::IfcLampType, OdIfc2x2_final::IfcLightFixtureType, OdIfc2x2_final::IfcMemberType, OdIfc2x2_final::IfcMotorConnectionType, OdIfc2x2_final::IfcOutletType, OdIfc2x2_final::IfcPermeableCoveringProperties, OdIfc2x2_final::IfcPipeFittingType, OdIfc2x2_final::IfcPipeSegmentType, OdIfc2x2_final::IfcPlateType, OdIfc2x2_final::IfcPropertySet, OdIfc2x2_final::IfcPropertySetDefinition, OdIfc2x2_final::IfcProtectiveDeviceType, OdIfc2x2_final::IfcPumpType, OdIfc2x2_final::IfcRailingType, OdIfc2x2_final::IfcRampFlightType, OdIfc2x2_final::IfcReinforcementDefinitionProperties, OdIfc2x2_final::IfcSanitaryTerminalType, OdIfc2x2_final::IfcSensorType, OdIfc2x2_final::IfcServiceLifeFactor, OdIfc2x2_final::IfcSlabType, OdIfc2x2_final::IfcSoundProperties, OdIfc2x2_final::IfcSoundValue, OdIfc2x2_final::IfcSpaceHeaterType, OdIfc2x2_final::IfcSpaceThermalLoadProperties, OdIfc2x2_final::IfcStackTerminalType, OdIfc2x2_final::IfcStairFlightType, OdIfc2x2_final::IfcSwitchingDeviceType, OdIfc2x2_final::IfcTankType, OdIfc2x2_final::IfcTransformerType, OdIfc2x2_final::IfcTransportElementType, OdIfc2x2_final::IfcTubeBundleType, OdIfc2x2_final::IfcTypeObject, OdIfc2x2_final::IfcTypeProduct, OdIfc2x2_final::IfcUnitaryEquipmentType, OdIfc2x2_final::IfcValveType, OdIfc2x2_final::IfcVibrationIsolatorType, OdIfc2x2_final::IfcWallType, OdIfc2x2_final::IfcWasteTerminalType, OdIfc2x2_final::IfcWindowLiningProperties, OdIfc2x2_final::IfcWindowPanelProperties, and OdIfc2x2_final::IfcWindowStyle.

Friends And Related Symbol Documentation

◆ IfcRelAssociates

friend class IfcRelAssociates
friend

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