CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdIfc2x2_final::IfcConstraint Class Reference

#include <IfcConstraintAutoImpl.h>

Inheritance diagram for OdIfc2x2_final::IfcConstraint:
OdIfc2x2_final::OdIfc2x2_FinalInstance OdIfc::OdIfcInstance OdIfc2x2_final::IfcMetric OdIfc2x2_final::IfcObjective

Public Member Functions

const OdAnsiString & getName () const
 
void setName (const OdAnsiString &Name)
 
const OdAnsiString & getDescription () const
 
void setDescription (const OdAnsiString &Description)
 
IfcConstraintEnum getConstraintGrade () const
 
void setConstraintGrade (IfcConstraintEnum ConstraintGrade)
 
const OdAnsiString & getConstraintSource () const
 
void setConstraintSource (const OdAnsiString &ConstraintSource)
 
IfcActorSelect creatingActor ()
 
IfcDateTimeSelect creationTime ()
 
const OdAnsiString & getUserDefinedGrade () const
 
void setUserDefinedGrade (const OdAnsiString &UserDefinedGrade)
 
void getInvClassifiedAs (OdDAIObjectIds &ClassifiedAs) const
 
void getInvRelatesConstraints (OdDAIObjectIds &RelatesConstraints) const
 
void getInvIsRelatedWith (OdDAIObjectIds &IsRelatedWith) const
 
void getInvPropertiesForConstraint (OdDAIObjectIds &PropertiesForConstraint) const
 
void getInvAggregates (OdDAIObjectIds &Aggregates) const
 
void getInvIsAggregatedIn (OdDAIObjectIds &IsAggregatedIn) const
 
 IfcConstraint ()
 
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

OdAnsiString m_Name
 
OdAnsiString m_Description
 
OdDAI::Enum m_ConstraintGrade
 
OdAnsiString m_ConstraintSource
 
OdDAI::Select m_CreatingActor
 
OdDAI::Select m_CreationTime
 
OdAnsiString m_UserDefinedGrade
 
- Protected Attributes inherited from OdIfc::OdIfcInstance
voidm_resPtr
 
IfcOpResult m_resolved
 

Friends

class IfcConstraintClassificationRelationship
 
class IfcConstraintRelationship
 
class IfcPropertyConstraintRelationship
 
class IfcConstraintAggregationRelationship
 

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

An IfcConstraint is used to define a constraint or limiting value or boundary condition that can be applied to an object or to the value of a property.

Constraints can be subdivided into user-defined constraints and system-defined constraints. User-defined constraints are applied by a user and are restricted to high-level definitions such as object properties. System-defined constraints can apply to any object attribute, are typically defined by an application to enforce data validation or parametric behavior, and are intended to be enforced by applications but not to be directly editable by an end-user.

Remarks
This definition may not be instantiated.

Definition at line 54 of file Ifc2x2_Final/IfcConstraintAutoImpl.h.

Constructor & Destructor Documentation

◆ IfcConstraint()

OdIfc2x2_final::IfcConstraint::IfcConstraint ( )

Default constructor for the IfcConstraint class.

Member Function Documentation

◆ creatingActor()

IfcActorSelect OdIfc2x2_final::IfcConstraint::creatingActor ( )

Returns the value of CreatingActor attribute. This attribute represents person and/or organization that has created the constraint.

Returns
Returns the value of CreatingActor attribute.

◆ creationTime()

IfcDateTimeSelect OdIfc2x2_final::IfcConstraint::creationTime ( )

Returns the value of CreationTime attribute. This attribute represents time when information specifying the constraint instance was created.

Returns
Returns the value of CreationTime attribute.

◆ getAttr() [1/2]

virtual OdRxValue OdIfc2x2_final::IfcConstraint::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.

Reimplemented in OdIfc2x2_final::IfcMetric, and OdIfc2x2_final::IfcObjective.

◆ getAttr() [2/2]

virtual OdRxValue OdIfc2x2_final::IfcConstraint::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.

Reimplemented in OdIfc2x2_final::IfcMetric, and OdIfc2x2_final::IfcObjective.

◆ getConstraintGrade()

IfcConstraintEnum OdIfc2x2_final::IfcConstraint::getConstraintGrade ( ) const

Returns the value of ConstraintGrade attribute. This attribute represents enumeration that qualifies the type of constraint.

Returns
Returns the value of ConstraintGrade attribute.

◆ getConstraintSource()

const OdAnsiString & OdIfc2x2_final::IfcConstraint::getConstraintSource ( ) const

Returns the value of ConstraintSource attribute. This attribute represents any source material, such as a code or standard, from which the constraint originated.

Returns
Returns the value of ConstraintSource attribute.

◆ getDescription()

const OdAnsiString & OdIfc2x2_final::IfcConstraint::getDescription ( ) const

Returns the value of Description attribute. This attribute represents a human-readable description that can apply additional information about a constraint.

Returns
Returns the value of Description attribute.

◆ getInstanceType()

virtual OdDAI::Entity * OdIfc2x2_final::IfcConstraint::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.

Reimplemented in OdIfc2x2_final::IfcMetric, and OdIfc2x2_final::IfcObjective.

◆ getInvAggregates()

void OdIfc2x2_final::IfcConstraint::getInvAggregates ( OdDAIObjectIds & Aggregates) const

Returns the value of PropertiesForConstraint attribute. This attribute represents reference to the relationships that collect other constraints into this aggregate constraint.

Parameters
Aggregates[out] Receives the value of Aggregates attribute.

◆ getInvClassifiedAs()

void OdIfc2x2_final::IfcConstraint::getInvClassifiedAs ( OdDAIObjectIds & ClassifiedAs) const

Gets the value of ClassifiedAs attribute. This attribute represents reference to the constraint classifications through objectified relationship.

Parameters
ClassifiedAs[out] Receives the ClassifiedAs attribute.

◆ getInvIsAggregatedIn()

void OdIfc2x2_final::IfcConstraint::getInvIsAggregatedIn ( OdDAIObjectIds & IsAggregatedIn) const

Returns the value of IsAggregatedIn attribute. This attribute represents reference to the relationships that relate this constraint into aggregate constraints.

Parameters
IsAggregatedIn[out] Receives the value of IsAggregatedIn attribute.

◆ getInvIsRelatedWith()

void OdIfc2x2_final::IfcConstraint::getInvIsRelatedWith ( OdDAIObjectIds & IsRelatedWith) const

Gets the value of IsRelatedWith attribute. This attribute references to the objectified relationships that relate this constraint with other constraints.

Parameters
IsRelatedWith[out] Receives the IsRelatedWith attribute.

◆ getInvPropertiesForConstraint()

void OdIfc2x2_final::IfcConstraint::getInvPropertiesForConstraint ( OdDAIObjectIds & PropertiesForConstraint) const

Returns the value of PropertiesForConstraint attribute. This attribute represents reference to the properties to which the constraint is applied.

Parameters
PropertiesForConstraint[out] Receives the value of PropertiesForConstraint attribute.

◆ getInvRelatesConstraints()

void OdIfc2x2_final::IfcConstraint::getInvRelatesConstraints ( OdDAIObjectIds & RelatesConstraints) const

Gets the value of RelatesConstraints attribute. This attribute references to the objectified relationships that relate other constraints with this constraint.

Parameters
RelatesConstraints[out] Receives the RelatesConstraints attribute.

◆ getName()

const OdAnsiString & OdIfc2x2_final::IfcConstraint::getName ( ) const

Returns the value of Name attribute. This attribute represents a human-readable name that is used for the constraint.

Returns
Returns the value of Name attribute.

◆ getUserDefinedGrade()

const OdAnsiString & OdIfc2x2_final::IfcConstraint::getUserDefinedGrade ( ) const

Returns the value of UserDefinedGrade attribute. This attribute allows specification of user-defined grade of the constraint beyond the enumeration values provided by ConstraintGrade attribute of type IfcConstraintEnum. When a value is provided for attribute UserDefinedGrade in parallel the attribute ConstraintGrade has enumeration value USERDEFINED.

Returns
Returns the value of UserDefinedGrade attribute.

◆ inFields()

virtual OdResult OdIfc2x2_final::IfcConstraint::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.

Reimplemented in OdIfc2x2_final::IfcMetric, and OdIfc2x2_final::IfcObjective.

◆ isKindOf()

virtual bool OdIfc2x2_final::IfcConstraint::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.

Reimplemented in OdIfc2x2_final::IfcMetric, and OdIfc2x2_final::IfcObjective.

◆ outFields()

virtual OdResult OdIfc2x2_final::IfcConstraint::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.

Reimplemented in OdIfc2x2_final::IfcMetric, and OdIfc2x2_final::IfcObjective.

◆ putAttr() [1/2]

virtual bool OdIfc2x2_final::IfcConstraint::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.

Reimplemented in OdIfc2x2_final::IfcMetric, and OdIfc2x2_final::IfcObjective.

◆ putAttr() [2/2]

virtual bool OdIfc2x2_final::IfcConstraint::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.

Reimplemented in OdIfc2x2_final::IfcMetric, and OdIfc2x2_final::IfcObjective.

◆ setConstraintGrade()

void OdIfc2x2_final::IfcConstraint::setConstraintGrade ( IfcConstraintEnum ConstraintGrade)

Sets the value of ConstraintGrade attribute. This attribute represents enumeration that qualifies the type of constraint.

Parameters
ConstraintGrade[in] Constraint grade to set.

◆ setConstraintSource()

void OdIfc2x2_final::IfcConstraint::setConstraintSource ( const OdAnsiString & ConstraintSource)

Sets the value of ConstraintSource attribute. This attribute represents any source material, such as a code or standard, from which the constraint originated.

Parameters
ConstraintSource[in] Constraint source to set.

◆ setDescription()

void OdIfc2x2_final::IfcConstraint::setDescription ( const OdAnsiString & Description)

Sets the value of Description attribute. This attribute represents a human-readable description that can apply additional information about a constraint.

Parameters
Description[in] Description to set.

◆ setName()

void OdIfc2x2_final::IfcConstraint::setName ( const OdAnsiString & Name)

Sets the value of Name attribute. This attribute represents a human-readable name that is used for the constraint.

Parameters
Name[in] Name to set.

◆ setUserDefinedGrade()

void OdIfc2x2_final::IfcConstraint::setUserDefinedGrade ( const OdAnsiString & UserDefinedGrade)

Sets the value of UserDefinedGrade attribute. This attribute allows specification of user-defined grade of the constraint beyond the enumeration values provided by ConstraintGrade attribute of type IfcConstraintEnum. When a value is provided for attribute UserDefinedGrade in parallel the attribute ConstraintGrade has enumeration value USERDEFINED.

Parameters
UserDefinedGrade[in] User-defined grade to set.

◆ testAttr() [1/2]

virtual bool OdIfc2x2_final::IfcConstraint::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.

Reimplemented in OdIfc2x2_final::IfcMetric, and OdIfc2x2_final::IfcObjective.

◆ testAttr() [2/2]

virtual bool OdIfc2x2_final::IfcConstraint::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.

Reimplemented in OdIfc2x2_final::IfcMetric, and OdIfc2x2_final::IfcObjective.

◆ type()

virtual OdIfc::OdIfcEntityType OdIfc2x2_final::IfcConstraint::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.

Reimplemented in OdIfc2x2_final::IfcMetric, and OdIfc2x2_final::IfcObjective.

◆ unsetAttr() [1/2]

virtual void OdIfc2x2_final::IfcConstraint::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.

Reimplemented in OdIfc2x2_final::IfcMetric, and OdIfc2x2_final::IfcObjective.

◆ unsetAttr() [2/2]

virtual void OdIfc2x2_final::IfcConstraint::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.

Reimplemented in OdIfc2x2_final::IfcMetric, and OdIfc2x2_final::IfcObjective.

Friends And Related Symbol Documentation

◆ IfcConstraintAggregationRelationship

◆ IfcConstraintClassificationRelationship

Definition at line 324 of file Ifc2x2_Final/IfcConstraintAutoImpl.h.

◆ IfcConstraintRelationship

◆ IfcPropertyConstraintRelationship

friend class IfcPropertyConstraintRelationship
friend

Definition at line 327 of file Ifc2x2_Final/IfcConstraintAutoImpl.h.

Member Data Documentation

◆ m_ConstraintGrade

OdDAI::Enum OdIfc2x2_final::IfcConstraint::m_ConstraintGrade
protected

Definition at line 317 of file Ifc2x2_Final/IfcConstraintAutoImpl.h.

◆ m_ConstraintSource

OdAnsiString OdIfc2x2_final::IfcConstraint::m_ConstraintSource
protected

Definition at line 318 of file Ifc2x2_Final/IfcConstraintAutoImpl.h.

◆ m_CreatingActor

OdDAI::Select OdIfc2x2_final::IfcConstraint::m_CreatingActor
protected

Definition at line 319 of file Ifc2x2_Final/IfcConstraintAutoImpl.h.

◆ m_CreationTime

OdDAI::Select OdIfc2x2_final::IfcConstraint::m_CreationTime
protected

Definition at line 320 of file Ifc2x2_Final/IfcConstraintAutoImpl.h.

◆ m_Description

OdAnsiString OdIfc2x2_final::IfcConstraint::m_Description
protected

Definition at line 316 of file Ifc2x2_Final/IfcConstraintAutoImpl.h.

◆ m_Name

OdAnsiString OdIfc2x2_final::IfcConstraint::m_Name
protected

Definition at line 315 of file Ifc2x2_Final/IfcConstraintAutoImpl.h.

◆ m_UserDefinedGrade

OdAnsiString OdIfc2x2_final::IfcConstraint::m_UserDefinedGrade
protected

Definition at line 321 of file Ifc2x2_Final/IfcConstraintAutoImpl.h.


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