|
CFx SDK Documentation 2026 SP0
|
#include <IfcPropertyTableValueAutoImpl.h>
Public Member Functions | |
| void | getDefiningValues (OdArray< OdDAI::Select > &DefiningValues) const |
| void | getDefiningValuesWrapperArray (OdArray< IfcValue > &DefiningValues) const |
| OdDAI::ListOfSelect & | definingValues () |
| void | getDefinedValues (OdArray< OdDAI::Select > &DefinedValues) const |
| void | getDefinedValuesWrapperArray (OdArray< IfcValue > &DefinedValues) const |
| OdDAI::ListOfSelect & | definedValues () |
| const OdAnsiString & | getExpression () const |
| void | setExpression (const OdAnsiString &Expression) |
| IfcUnit | definingUnit () |
| IfcUnit | definedUnit () |
| IfcPropertyTableValue () | |
| virtual OdResult | inFields (OdDAI::OdSpfFilerBase *rdFiler) override |
| virtual OdResult | outFields (OdDAI::OdSpfFilerBase *wrFiler) override |
| virtual OdDAI::Entity * | getInstanceType () const override |
| virtual OdRxValue | getAttr (const char *attrName) 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 | putAttr (const char *explicitAttrName, const OdRxValue &val) 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 OdIfc2x3::IfcProperty | |
| const OdAnsiString & | getName () const |
| void | setName (const OdAnsiString &Name) |
| const OdAnsiString & | getDescription () const |
| void | setDescription (const OdAnsiString &Description) |
| void | getInvPropertyForDependance (OdDAIObjectIds &PropertyForDependance) const |
| void | getInvPropertyDependsOn (OdDAIObjectIds &PropertyDependsOn) const |
| void | getInvPartOfComplex (OdDAIObjectIds &PartOfComplex) const |
| IfcProperty () | |
Public Member Functions inherited from OdIfc2x3::OdIfc2x3Instance | |
| 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 OdGsCache * | gsNode () const |
| virtual OdUInt32 | subSetAttributes (OdGiDrawableTraits *traits) const |
| virtual bool | subWorldDraw (OdGiWorldDraw *wd) const |
| virtual OdDbStub * | ownerId () const |
Protected Attributes | |
| OdDAI::ListOfSelect | m_DefiningValues |
| OdDAI::ListOfSelect | m_DefinedValues |
| OdAnsiString | m_Expression |
| OdDAI::Select | m_DefiningUnit |
| OdDAI::Select | m_DefinedUnit |
Protected Attributes inherited from OdIfc2x3::IfcProperty | |
| OdAnsiString | m_Name |
| OdAnsiString | m_Description |
Protected Attributes inherited from OdIfc::OdIfcInstance | |
| void * | m_resPtr |
| IfcOpResult | m_resolved |
Additional Inherited Members | |
Static Public Member Functions inherited from OdIfc::OdIfcInstance | |
| static const OdGePoint3d * | asPoint3d (const OdIfcInstance *inst) |
| static const OdGePoint2d * | asPoint2d (const OdIfcInstance *inst) |
| static const OdGeVector3d * | asVector3d (const OdIfcInstance *inst) |
| static const OdGeVector2d * | asVector2d (const OdIfcInstance *inst) |
| static const OdGeMatrix2d * | asMatrix2d (const OdIfcInstance *inst) |
| static const OdGeMatrix3d * | asMatrix3d (const OdIfcInstance *inst) |
| static OdIfcCompoundPtr | asCompound (OdSmartPtr< OdIfcInstance > inst) |
| static const OdCmEntityColor * | asRgbColor (const OdIfcInstance *inst) |
IfcPropertyTableValue is a property with a value range defined by a property object which has two lists of (numeric or descriptive) values assigned. The values specify a table with two columns. The defining values provide the first column and establish the scope for the defined values (the second column). An optional Expression attribute can give the equation used for deriving the range value, which is for information purposes only.
If the Unit attribute is not specified, than the unit is already implied by the type of IfcMeasureValue or IfcDerivedMeasureValue. The associated unit can be found at the IfcUnitAssignment globally defined at the project level (IfcProject.UnitsInContext). If the Unit attribute is specified, the unit assigned by the Unit attribute overrides the globally assigned unit.
Definition at line 50 of file Ifc2x3/IfcPropertyTableValueAutoImpl.h.
| OdIfc2x3::IfcPropertyTableValue::IfcPropertyTableValue | ( | ) |
Default constructor for the IfcPropertyTableValue class.
|
overridevirtual |
Early-bound version of instances comparison.
| pOther | [in] Other application instance. |
| ordering | [out] Receives the ordering (comparison) status. |
Reimplemented from OdIfc2x3::IfcSimpleProperty.
| IfcUnit OdIfc2x3::IfcPropertyTableValue::definedUnit | ( | ) |
Returns the value of DefinedUnit attribute that represents the unit for the defined values. If not specified, the default value for the measure type is used as defined by the global unit assignment at IfcProject.
| OdDAI::ListOfSelect & OdIfc2x3::IfcPropertyTableValue::definedValues | ( | ) |
Returns the value of DefinedValues attribute. DefinedValues is defined values which are applicable for the scope as defined by the defining values.
| IfcUnit OdIfc2x3::IfcPropertyTableValue::definingUnit | ( | ) |
Returns the value of DefiningUnit attribute that represents the unit for the defining values. If not specified, the default value for the measure type is used as defined by the global unit assignment at IfcProject.
| OdDAI::ListOfSelect & OdIfc2x3::IfcPropertyTableValue::definingValues | ( | ) |
Returns the value of DefiningValues attribute. DefiningValues is list of defining values, which determine the defined values. This list has unique values only.
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
Reimplemented from OdIfc2x3::IfcProperty.
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc2x3::IfcProperty.
| void OdIfc2x3::IfcPropertyTableValue::getDefinedValues | ( | OdArray< OdDAI::Select > & | DefinedValues | ) | const |
Returns the value of DefinedValues attribute. DefinedValues is defined values which are applicable for the scope as defined by the defining values.
| DefinedValues | [out] Receives an array of OdDAI::Select values representing the DefinedValues attribute. |
| void OdIfc2x3::IfcPropertyTableValue::getDefinedValuesWrapperArray | ( | OdArray< IfcValue > & | DefinedValues | ) | const |
Returns the value of DefinedValues attribute. DefinedValues is defined values which are applicable for the scope as defined by the defining values.
| DefinedValues | [out] Receives an array of OdDAI::Select values representing the DefinedValues attribute. |
| void OdIfc2x3::IfcPropertyTableValue::getDefiningValues | ( | OdArray< OdDAI::Select > & | DefiningValues | ) | const |
Returns the value of DefiningValues attribute. DefiningValues is list of defining values, which determine the defined values. This list has unique values only.
| DefiningValues | [out] Receives an array of OdDAI::Select values representing the DefiningValues attribute. |
| void OdIfc2x3::IfcPropertyTableValue::getDefiningValuesWrapperArray | ( | OdArray< IfcValue > & | DefiningValues | ) | const |
Returns the value of DefiningValues attribute. DefiningValues is list of defining values, which determine the defined values. This list has unique values only.
| DefiningValues | [out] Receives an array of OdDAI::Select values representing the DefiningValues attribute. |
| const OdAnsiString & OdIfc2x3::IfcPropertyTableValue::getExpression | ( | ) | const |
Returns the value of Expression attribute. Expression is expression for the derivation of defined values from the defining values, the expression is given for information only, i.e. no automatic processing can be expected from the expression.
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc2x3::IfcSimpleProperty.
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
Reimplemented from OdIfc2x3::IfcProperty.
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc2x3::IfcSimpleProperty.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
Reimplemented from OdIfc2x3::IfcProperty.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrName | [in] Explicit name of the attribute to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc2x3::IfcProperty.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc2x3::IfcProperty.
| void OdIfc2x3::IfcPropertyTableValue::setExpression | ( | const OdAnsiString & | Expression | ) |
Sets the value of Expression attribute. Expression is expression for the derivation of defined values from the defining values, the expression is given for information only, i.e. no automatic processing can be expected from the expression.
| Expression | [in] Expression to set. |
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc2x3::IfcProperty.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc2x3::IfcProperty.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc2x3::IfcSimpleProperty.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc2x3::IfcProperty.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc2x3::IfcProperty.
|
protected |
Definition at line 269 of file Ifc2x3/IfcPropertyTableValueAutoImpl.h.
|
protected |
Definition at line 266 of file Ifc2x3/IfcPropertyTableValueAutoImpl.h.
|
protected |
Definition at line 268 of file Ifc2x3/IfcPropertyTableValueAutoImpl.h.
|
protected |
Definition at line 265 of file Ifc2x3/IfcPropertyTableValueAutoImpl.h.
|
protected |
Definition at line 267 of file Ifc2x3/IfcPropertyTableValueAutoImpl.h.