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

#include <IfcConstraintAutoImpl.h>

Inheritance diagram for OdIfc2x3::IfcConstraint:
OdIfc2x3::OdIfc2x3Instance OdIfc::OdIfcInstance OdIfc2x3::IfcMetric OdIfc2x3::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 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 OdIfc2x3::OdIfc2x3Instance
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 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 Ifc2x3/IfcConstraintAutoImpl.h.

Constructor & Destructor Documentation

◆ IfcConstraint()

OdIfc2x3::IfcConstraint::IfcConstraint ( )

Default constructor for the IfcConstraint class.

Member Function Documentation

◆ comparedToEarlyImpl()

virtual bool OdIfc2x3::IfcConstraint::comparedToEarlyImpl ( const OdDAI::ApplicationInstance * pOther,
OdRx::Ordering & ordering ) const
overridevirtual

Early-bound version of instances comparison.

Parameters
pOther[in] Other application instance.
ordering[out] Receives the ordering (comparison) status.
Returns
true if comparison was performed, false if method has no implementation, so late-bound version could be applied.
Remarks
If the method returns true, the ordering parameter can receive one of the following statuses:
Value Description kLessThan -1 This object < Other Object. kEqual 0 This object = Other Object. kGreaterThan 1 This object > Other Object. kNotOrderable 2 This class is not orderable.

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

◆ creatingActor()

IfcActorSelect OdIfc2x3::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 OdIfc2x3::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 OdIfc2x3::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 OdIfc2x3::IfcMetric, and OdIfc2x3::IfcObjective.

◆ getAttr() [2/2]

virtual OdRxValue OdIfc2x3::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 OdIfc2x3::IfcMetric, and OdIfc2x3::IfcObjective.

◆ getConstraintGrade()

IfcConstraintEnum OdIfc2x3::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 & OdIfc2x3::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 & OdIfc2x3::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 * OdIfc2x3::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 OdIfc2x3::IfcMetric, and OdIfc2x3::IfcObjective.

◆ getInvAggregates()

void OdIfc2x3::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 OdIfc2x3::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 OdIfc2x3::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 OdIfc2x3::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 OdIfc2x3::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 OdIfc2x3::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 & OdIfc2x3::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 & OdIfc2x3::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 OdIfc2x3::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 OdIfc2x3::IfcMetric, and OdIfc2x3::IfcObjective.

◆ isKindOf()

virtual bool OdIfc2x3::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 OdIfc2x3::IfcMetric, and OdIfc2x3::IfcObjective.

◆ outFields()

virtual OdResult OdIfc2x3::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 OdIfc2x3::IfcMetric, and OdIfc2x3::IfcObjective.

◆ putAttr() [1/2]

virtual bool OdIfc2x3::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 OdIfc2x3::IfcMetric, and OdIfc2x3::IfcObjective.

◆ putAttr() [2/2]

virtual bool OdIfc2x3::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 OdIfc2x3::IfcMetric, and OdIfc2x3::IfcObjective.

◆ setConstraintGrade()

void OdIfc2x3::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 OdIfc2x3::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 OdIfc2x3::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 OdIfc2x3::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 OdIfc2x3::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 OdIfc2x3::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 OdIfc2x3::IfcMetric, and OdIfc2x3::IfcObjective.

◆ testAttr() [2/2]

virtual bool OdIfc2x3::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 OdIfc2x3::IfcMetric, and OdIfc2x3::IfcObjective.

◆ type()

virtual OdIfc::OdIfcEntityType OdIfc2x3::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 OdIfc2x3::IfcMetric, and OdIfc2x3::IfcObjective.

◆ unsetAttr() [1/2]

virtual void OdIfc2x3::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 OdIfc2x3::IfcMetric, and OdIfc2x3::IfcObjective.

◆ unsetAttr() [2/2]

virtual void OdIfc2x3::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 OdIfc2x3::IfcMetric, and OdIfc2x3::IfcObjective.

Friends And Related Symbol Documentation

◆ IfcConstraintAggregationRelationship

◆ IfcConstraintClassificationRelationship

Definition at line 343 of file Ifc2x3/IfcConstraintAutoImpl.h.

◆ IfcConstraintRelationship

Definition at line 344 of file Ifc2x3/IfcConstraintAutoImpl.h.

◆ IfcPropertyConstraintRelationship

friend class IfcPropertyConstraintRelationship
friend

Definition at line 346 of file Ifc2x3/IfcConstraintAutoImpl.h.

Member Data Documentation

◆ m_ConstraintGrade

OdDAI::Enum OdIfc2x3::IfcConstraint::m_ConstraintGrade
protected

Definition at line 336 of file Ifc2x3/IfcConstraintAutoImpl.h.

◆ m_ConstraintSource

OdAnsiString OdIfc2x3::IfcConstraint::m_ConstraintSource
protected

Definition at line 337 of file Ifc2x3/IfcConstraintAutoImpl.h.

◆ m_CreatingActor

OdDAI::Select OdIfc2x3::IfcConstraint::m_CreatingActor
protected

Definition at line 338 of file Ifc2x3/IfcConstraintAutoImpl.h.

◆ m_CreationTime

OdDAI::Select OdIfc2x3::IfcConstraint::m_CreationTime
protected

Definition at line 339 of file Ifc2x3/IfcConstraintAutoImpl.h.

◆ m_Description

OdAnsiString OdIfc2x3::IfcConstraint::m_Description
protected

Definition at line 335 of file Ifc2x3/IfcConstraintAutoImpl.h.

◆ m_Name

OdAnsiString OdIfc2x3::IfcConstraint::m_Name
protected

Definition at line 334 of file Ifc2x3/IfcConstraintAutoImpl.h.

◆ m_UserDefinedGrade

OdAnsiString OdIfc2x3::IfcConstraint::m_UserDefinedGrade
protected

Definition at line 340 of file Ifc2x3/IfcConstraintAutoImpl.h.


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