|
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 () |
| IfcCurveInterpolationEnum | getCurveInterpolation () const |
| void | setCurveInterpolation (IfcCurveInterpolationEnum CurveInterpolation) |
| 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 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 OdIfc4x1::IfcProperty | |
| const OdAnsiString & | getName () const |
| void | setName (const OdAnsiString &Name) |
| const OdAnsiString & | getDescription () const |
| void | setDescription (const OdAnsiString &Description) |
| void | getInvPartOfPset (OdDAIObjectIds &PartOfPset) const |
| void | getInvPropertyForDependance (OdDAIObjectIds &PropertyForDependance) const |
| void | getInvPropertyDependsOn (OdDAIObjectIds &PropertyDependsOn) const |
| void | getInvPartOfComplex (OdDAIObjectIds &PartOfComplex) const |
| void | getInvHasConstraints (OdDAIObjectIds &HasConstraints) const |
| void | getInvHasApprovals (OdDAIObjectIds &HasApprovals) const |
| IfcProperty () | |
Public Member Functions inherited from OdIfc4x1::IfcPropertyAbstraction | |
| void | getInvHasExternalReferences (OdDAIObjectIds &HasExternalReferences) const |
Public Member Functions inherited from OdIfc4x1::OdIfc4x1Instance | |
| 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 |
| OdDAI::Enum | m_CurveInterpolation |
Protected Attributes inherited from OdIfc4x1::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.
\changes
IFC4 changes: DefiningValues: The attribute has been made optional with upward compatibility for file-based exchange. DefinedValues: The attribute has been made optional with upward compatibility for file-based exchange.
Definition at line 56 of file Ifc4x1/IfcPropertyTableValueAutoImpl.h.
| OdIfc4x1::IfcPropertyTableValue::IfcPropertyTableValue | ( | ) |
Default constructor for the IfcPropertyTableValue class.
| IfcUnit OdIfc4x1::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 & OdIfc4x1::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 OdIfc4x1::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 & OdIfc4x1::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 OdIfc4x1::IfcProperty.
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc4x1::IfcProperty.
| IfcCurveInterpolationEnum OdIfc4x1::IfcPropertyTableValue::getCurveInterpolation | ( | ) | const |
Returns the value of CurveInterpolation attribute. CurveInterpolation is interpolation of the curve between two defining and defined values that are provided. If not provided, a linear interpolation is assumed.
| void OdIfc4x1::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 OdIfc4x1::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 OdIfc4x1::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 OdIfc4x1::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 & OdIfc4x1::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 OdIfc4x1::IfcSimpleProperty.
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
Reimplemented from OdIfc4x1::IfcProperty.
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc4x1::IfcSimpleProperty.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
Reimplemented from OdIfc4x1::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 OdIfc4x1::IfcProperty.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc4x1::IfcProperty.
| void OdIfc4x1::IfcPropertyTableValue::setCurveInterpolation | ( | IfcCurveInterpolationEnum | CurveInterpolation | ) |
Sets the value of CurveInterpolation attribute. CurveInterpolation is interpolation of the curve between two defining and defined values that are provided. If not provided, a linear interpolation is assumed.
| CurveInterpolation | [in] value from the IfcCurveInterpolationEnum enumeration representing the CurveInterpolation attribute. |
| void OdIfc4x1::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 OdIfc4x1::IfcProperty.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc4x1::IfcProperty.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc4x1::IfcSimpleProperty.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc4x1::IfcProperty.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc4x1::IfcProperty.
|
protected |
Definition at line 274 of file Ifc4x1/IfcPropertyTableValueAutoImpl.h.
|
protected |
Definition at line 273 of file Ifc4x1/IfcPropertyTableValueAutoImpl.h.
|
protected |
Definition at line 269 of file Ifc4x1/IfcPropertyTableValueAutoImpl.h.
|
protected |
Definition at line 272 of file Ifc4x1/IfcPropertyTableValueAutoImpl.h.
|
protected |
Definition at line 267 of file Ifc4x1/IfcPropertyTableValueAutoImpl.h.
|
protected |
Definition at line 271 of file Ifc4x1/IfcPropertyTableValueAutoImpl.h.