|
CFx SDK Documentation 2026 SP0
|
#include <IfcConnectionConstraintAutoImpl.h>
Public Member Functions | |
| OdDAI::Logical | getWaterproofingRequired () const |
| void | setWaterproofingRequired (OdDAI::Logical WaterproofingRequired) |
| OdDAI::Logical | getVentilationRequired () const |
| void | setVentilationRequired (OdDAI::Logical VentilationRequired) |
| IfcJointEnum | getJoinType () const |
| void | setJoinType (IfcJointEnum JoinType) |
| double | getRangeOfMovement () const |
| void | setRangeOfMovement (double RangeOfMovement) |
| double | getFireRating () const |
| void | setFireRating (double FireRating) |
| const OdDAIObjectId & | getConstraintOf () const |
| void | setConstraintOf (const OdDAIObjectId &ConstraintOf) |
| IfcConnectionConstraint () | |
| 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 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::Logical | m_WaterproofingRequired |
| OdDAI::Logical | m_VentilationRequired |
| OdDAI::Enum | m_JoinType |
| IfcPositiveLengthMeasure | m_RangeOfMovement |
| double | m_FireRating |
| OdDAIObjectId | m_ConstraintOf |
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) |
The connection constraint is an additional constraint that acts on an element connection. It can be used to describe either an expansion joint, edge condition, control joint.
Definition at line 46 of file IfcConnectionConstraintAutoImpl.h.
| OdIfc2x_final::IfcConnectionConstraint::IfcConnectionConstraint | ( | ) |
Default constructor for the IfcConnectionConstraint class.
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc::OdIfcInstance.
| const OdDAIObjectId & OdIfc2x_final::IfcConnectionConstraint::getConstraintOf | ( | ) | const |
Returns the value of ConstraintOf attribute. This attribute represents the connection relationship to which the constraint relates.
| double OdIfc2x_final::IfcConnectionConstraint::getFireRating | ( | ) | const |
Returns the value of FireRating attribute. This attribute represents time duration for fire resistance the roof assembly is rated.
|
overridevirtual |
Returns a type of a class instance.
| IfcJointEnum OdIfc2x_final::IfcConnectionConstraint::getJoinType | ( | ) | const |
Returns the value of JoinType attribute. This attribute represents purpose of the joint.
| double OdIfc2x_final::IfcConnectionConstraint::getRangeOfMovement | ( | ) | const |
Returns the value of RangeOfMovement attribute. This attribute represents the distance that the joint can open before failing.
| OdDAI::Logical OdIfc2x_final::IfcConnectionConstraint::getVentilationRequired | ( | ) | const |
Returns the value of VentilationRequired attribute. This attribute indicates whether ventilation is required for this joint.
| OdDAI::Logical OdIfc2x_final::IfcConnectionConstraint::getWaterproofingRequired | ( | ) | const |
Returns the value of WaterproofingRequired attribute. This attribute indicates whether the joint should is waterproof.
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
|
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 OdIfc::OdIfcInstance.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc::OdIfcInstance.
| void OdIfc2x_final::IfcConnectionConstraint::setConstraintOf | ( | const OdDAIObjectId & | ConstraintOf | ) |
Sets the value of ConstraintOf attribute. This attribute represents the connection relationship to which the constraint relates.
| ConstraintOf | [in] ConstraintOf attribute to set. |
| void OdIfc2x_final::IfcConnectionConstraint::setFireRating | ( | double | FireRating | ) |
Sets the value of FireRating attribute. This attribute represents time duration for fire resistance the roof assembly is rated.
| FireRating | [in] FireRating attribute to set. |
| void OdIfc2x_final::IfcConnectionConstraint::setJoinType | ( | IfcJointEnum | JoinType | ) |
Sets the value of JoinType attribute. This attribute represents purpose of the joint.
| JoinType | [in] JoinType attribute to set. |
| void OdIfc2x_final::IfcConnectionConstraint::setRangeOfMovement | ( | double | RangeOfMovement | ) |
Sets the value of RangeOfMovement attribute. This attribute represents the distance that the joint can open before failing.
| RangeOfMovement | [in] RangeOfMovement attribute to set. |
| void OdIfc2x_final::IfcConnectionConstraint::setVentilationRequired | ( | OdDAI::Logical | VentilationRequired | ) |
Sets the value of VentilationRequired attribute. This attribute indicates whether ventilation is required for this joint.
| VentilationRequired | [in] VentilationRequired attribute to set. |
| void OdIfc2x_final::IfcConnectionConstraint::setWaterproofingRequired | ( | OdDAI::Logical | WaterproofingRequired | ) |
Sets the value of WaterproofingRequired attribute. This attribute indicates whether the joint should is waterproof.
| WaterproofingRequired | [in] WaterproofingRequired attribute to set. |
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc::OdIfcInstance.
|
protected |
Definition at line 265 of file IfcConnectionConstraintAutoImpl.h.
|
protected |
Definition at line 264 of file IfcConnectionConstraintAutoImpl.h.
|
protected |
Definition at line 262 of file IfcConnectionConstraintAutoImpl.h.
|
protected |
Definition at line 263 of file IfcConnectionConstraintAutoImpl.h.
|
protected |
Definition at line 261 of file IfcConnectionConstraintAutoImpl.h.
|
protected |
Definition at line 260 of file IfcConnectionConstraintAutoImpl.h.