CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdIfc2x_final::IfcConnectionConstraint Class Reference

#include <IfcConnectionConstraintAutoImpl.h>

Inheritance diagram for OdIfc2x_final::IfcConnectionConstraint:
OdIfc2x_final::OdIfc2x_FinalInstance OdIfc::OdIfcInstance

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 OdGsCachegsNode () 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
voidm_resPtr
 
IfcOpResult m_resolved
 

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)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ IfcConnectionConstraint()

OdIfc2x_final::IfcConnectionConstraint::IfcConnectionConstraint ( )

Default constructor for the IfcConnectionConstraint class.

Member Function Documentation

◆ getAttr() [1/2]

virtual OdRxValue OdIfc2x_final::IfcConnectionConstraint::getAttr ( const char * attrName) const
overridevirtual

Returns an attribute value for the specified attribute name.

Parameters
attrName[in] Name of an attribute to query.
Returns
OdRxValue object that represents a generic variant type value.

◆ getAttr() [2/2]

virtual OdRxValue OdIfc2x_final::IfcConnectionConstraint::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 OdIfc::OdIfcInstance.

◆ getConstraintOf()

const OdDAIObjectId & OdIfc2x_final::IfcConnectionConstraint::getConstraintOf ( ) const

Returns the value of ConstraintOf attribute. This attribute represents the connection relationship to which the constraint relates.

Returns
Returns the value of ConstraintOf attribute.

◆ getFireRating()

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.

Returns
Returns the value of FireRating attribute.

◆ getInstanceType()

virtual OdDAI::Entity * OdIfc2x_final::IfcConnectionConstraint::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.

◆ getJoinType()

IfcJointEnum OdIfc2x_final::IfcConnectionConstraint::getJoinType ( ) const

Returns the value of JoinType attribute. This attribute represents purpose of the joint.

Returns
Returns the value of JoinType attribute.

◆ getRangeOfMovement()

double OdIfc2x_final::IfcConnectionConstraint::getRangeOfMovement ( ) const

Returns the value of RangeOfMovement attribute. This attribute represents the distance that the joint can open before failing.

Returns
Returns the value of RangeOfMovement attribute.

◆ getVentilationRequired()

OdDAI::Logical OdIfc2x_final::IfcConnectionConstraint::getVentilationRequired ( ) const

Returns the value of VentilationRequired attribute. This attribute indicates whether ventilation is required for this joint.

Returns
Returns the value of VentilationRequired attribute.

◆ getWaterproofingRequired()

OdDAI::Logical OdIfc2x_final::IfcConnectionConstraint::getWaterproofingRequired ( ) const

Returns the value of WaterproofingRequired attribute. This attribute indicates whether the joint should is waterproof.

Returns
Returns the value of WaterproofingRequired attribute.

◆ inFields()

virtual OdResult OdIfc2x_final::IfcConnectionConstraint::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.

◆ isKindOf()

virtual bool OdIfc2x_final::IfcConnectionConstraint::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 OdIfc::OdIfcInstance.

◆ outFields()

virtual OdResult OdIfc2x_final::IfcConnectionConstraint::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.

◆ putAttr() [1/2]

virtual bool OdIfc2x_final::IfcConnectionConstraint::putAttr ( const char * explicitAttrName,
const OdRxValue & val )
overridevirtual

Sets the specified attribute with a given value.

Parameters
explicitAttrName[in] Explicit name of the attribute to set.
val[in] Value to set.
Returns
true if the value is successfully set for the specified attribute, false otherwise.

Reimplemented from OdIfc::OdIfcInstance.

◆ putAttr() [2/2]

virtual bool OdIfc2x_final::IfcConnectionConstraint::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 OdIfc::OdIfcInstance.

◆ setConstraintOf()

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.

Parameters
ConstraintOf[in] ConstraintOf attribute to set.

◆ setFireRating()

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.

Parameters
FireRating[in] FireRating attribute to set.

◆ setJoinType()

void OdIfc2x_final::IfcConnectionConstraint::setJoinType ( IfcJointEnum JoinType)

Sets the value of JoinType attribute. This attribute represents purpose of the joint.

Parameters
JoinType[in] JoinType attribute to set.

◆ setRangeOfMovement()

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.

Parameters
RangeOfMovement[in] RangeOfMovement attribute to set.

◆ setVentilationRequired()

void OdIfc2x_final::IfcConnectionConstraint::setVentilationRequired ( OdDAI::Logical VentilationRequired)

Sets the value of VentilationRequired attribute. This attribute indicates whether ventilation is required for this joint.

Parameters
VentilationRequired[in] VentilationRequired attribute to set.

◆ setWaterproofingRequired()

void OdIfc2x_final::IfcConnectionConstraint::setWaterproofingRequired ( OdDAI::Logical WaterproofingRequired)

Sets the value of WaterproofingRequired attribute. This attribute indicates whether the joint should is waterproof.

Parameters
WaterproofingRequired[in] WaterproofingRequired attribute to set.

◆ testAttr() [1/2]

virtual bool OdIfc2x_final::IfcConnectionConstraint::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 OdIfc::OdIfcInstance.

◆ testAttr() [2/2]

virtual bool OdIfc2x_final::IfcConnectionConstraint::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 OdIfc::OdIfcInstance.

◆ type()

virtual OdIfc::OdIfcEntityType OdIfc2x_final::IfcConnectionConstraint::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 OdIfc::OdIfcInstance.

◆ unsetAttr() [1/2]

virtual void OdIfc2x_final::IfcConnectionConstraint::unsetAttr ( const char * explicitAttrName)
overridevirtual

Resets a value for the specified attribute.

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

Reimplemented from OdIfc::OdIfcInstance.

◆ unsetAttr() [2/2]

virtual void OdIfc2x_final::IfcConnectionConstraint::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 OdIfc::OdIfcInstance.

Member Data Documentation

◆ m_ConstraintOf

OdDAIObjectId OdIfc2x_final::IfcConnectionConstraint::m_ConstraintOf
protected

Definition at line 265 of file IfcConnectionConstraintAutoImpl.h.

◆ m_FireRating

double OdIfc2x_final::IfcConnectionConstraint::m_FireRating
protected

Definition at line 264 of file IfcConnectionConstraintAutoImpl.h.

◆ m_JoinType

OdDAI::Enum OdIfc2x_final::IfcConnectionConstraint::m_JoinType
protected

Definition at line 262 of file IfcConnectionConstraintAutoImpl.h.

◆ m_RangeOfMovement

IfcPositiveLengthMeasure OdIfc2x_final::IfcConnectionConstraint::m_RangeOfMovement
protected

Definition at line 263 of file IfcConnectionConstraintAutoImpl.h.

◆ m_VentilationRequired

OdDAI::Logical OdIfc2x_final::IfcConnectionConstraint::m_VentilationRequired
protected

Definition at line 261 of file IfcConnectionConstraintAutoImpl.h.

◆ m_WaterproofingRequired

OdDAI::Logical OdIfc2x_final::IfcConnectionConstraint::m_WaterproofingRequired
protected

Definition at line 260 of file IfcConnectionConstraintAutoImpl.h.


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