|
CFx SDK Documentation 2026 SP0
|
#include <IfcPropertyBoundedValueAutoImpl.h>
Public Member Functions | |
| IfcValue | upperBoundValue () |
| IfcValue | lowerBoundValue () |
| IfcUnit | unit () |
| IfcValue | setPointValue () |
| IfcPropertyBoundedValue () | |
| 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 OdIfc4x4::IfcProperty | |
| const OdAnsiString & | getName () const |
| void | setName (const OdAnsiString &Name) |
| const OdAnsiString & | getSpecification () const |
| void | setSpecification (const OdAnsiString &Specification) |
| 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 OdIfc4x4::IfcPropertyAbstraction | |
| void | getInvHasExternalReferences (OdDAIObjectIds &HasExternalReferences) const |
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 OdGsCache * | gsNode () const |
| virtual OdUInt32 | subSetAttributes (OdGiDrawableTraits *traits) const |
| virtual bool | subWorldDraw (OdGiWorldDraw *wd) const |
| virtual OdDbStub * | ownerId () const |
Protected Attributes | |
| OdDAI::Select | m_UpperBoundValue |
| OdDAI::Select | m_LowerBoundValue |
| OdDAI::Select | m_Unit |
| OdDAI::Select | m_SetPointValue |
Protected Attributes inherited from OdIfc4x4::IfcProperty | |
| OdAnsiString | m_Name |
| OdAnsiString | m_Specification |
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) |
This class defines a property object which has a maximum of two (numeric or descriptive) values assigned. The first value specifies the upper bound and the second value specifies the lower bound. It defines a property - value bound (min-max) combination for which the property Name, optional Description, optional UpperBoundValue with measure type, optional LowerBoundValue with measure type, and optional Unit is specified. A SetPointValue attribute can be provided in addition to the upper and lower bound values for operational value setting.
Definition at line 48 of file IFC4X4/IfcPropertyBoundedValueAutoImpl.h.
| OdIfc4x4::IfcPropertyBoundedValue::IfcPropertyBoundedValue | ( | ) |
Default constructor for the IfcPropertyBoundedValue class.
|
overridevirtual |
Early-bound version of instances comparison.
| pOther | [in] Other application instance. |
| ordering | [out] Receives the ordering (comparison) status. |
Reimplemented from OdIfc4x4::IfcSimpleProperty.
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
Reimplemented from OdIfc4x4::IfcProperty.
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc4x4::IfcProperty.
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc4x4::IfcSimpleProperty.
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
Reimplemented from OdIfc4x4::IfcProperty.
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc4x4::IfcSimpleProperty.
| IfcValue OdIfc4x4::IfcPropertyBoundedValue::lowerBoundValue | ( | ) |
Returns the value of LowerBoundValue attribute. LowerBoundValue is lower bound value for the interval defining the property value. If the value is not specified, it indicates an open bound (all values to be lower than or equal to UpperBoundValue).
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
Reimplemented from OdIfc4x4::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 OdIfc4x4::IfcProperty.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc4x4::IfcProperty.
| IfcValue OdIfc4x4::IfcPropertyBoundedValue::setPointValue | ( | ) |
Returns the value of SetPointValue attribute. SetPointValue is set point value as typically used for operational value setting.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc4x4::IfcProperty.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc4x4::IfcProperty.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc4x4::IfcSimpleProperty.
| IfcUnit OdIfc4x4::IfcPropertyBoundedValue::unit | ( | ) |
Returns the value of Unit attribute. This attribute represents a unit for the upper and lower bound values. If this attribute is not specified, the default value for the measure type is used as defined by the global unit assignment at IfcProject.UnitInContext. The applicable unit is then selected by the underlying TYPE of the UpperBoundValue, LowerBoundValue, and SetPointValue.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc4x4::IfcProperty.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc4x4::IfcProperty.
| IfcValue OdIfc4x4::IfcPropertyBoundedValue::upperBoundValue | ( | ) |
Returns the value of UpperBoundValue attribute. UpperBoundValue is upper bound value for the interval defining the property value. If the value is not specified, it indicates an open bound (all values to be greater than or equal to LowerBoundValue).
|
protected |
Definition at line 224 of file IFC4X4/IfcPropertyBoundedValueAutoImpl.h.
|
protected |
Definition at line 226 of file IFC4X4/IfcPropertyBoundedValueAutoImpl.h.
|
protected |
Definition at line 225 of file IFC4X4/IfcPropertyBoundedValueAutoImpl.h.
|
protected |
Definition at line 223 of file IFC4X4/IfcPropertyBoundedValueAutoImpl.h.