Class Ifc2x3::IfcRelAssociatesConstraint¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcRelAssociates
(Class Ifc2x3::IfcRelAssociates)
Class Documentation¶
-
class
Ifc2x3
::
IfcRelAssociatesConstraint
: public Ifc2x3::IfcRelAssociates¶ The entity IfcRelAssociatesConstraint is used to apply constraint information defined by IfcConstraint, in the IfcConstraintResource schema, to subtypes of IfcRoot.
HISTORY: New entity in IFC2x2.
Public Types
-
typedef IfcTemplatedEntityList<IfcRelAssociatesConstraint>
list
¶
Public Functions
-
std::string
Intent
() const¶ The intent of the constraint usage with regard to its related IfcConstraint and IfcObjects, IfcPropertyDefinitions or IfcRelationships. Typical values can be e.g. RATIONALE or EXPECTED PERFORMANCE.
-
void
setIntent
(std::string v)¶
-
::Ifc2x3::IfcConstraint *
RelatingConstraint
() const¶ Reference to constraint that is being applied using this relationship.
-
void
setRelatingConstraint
(::Ifc2x3::IfcConstraint *v)¶
-
IfcRelAssociatesConstraint
(IfcEntityInstanceData *e)¶
-
IfcRelAssociatesConstraint
(std::string v1_GlobalId, ::Ifc2x3::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, IfcTemplatedEntityList<::Ifc2x3::IfcRoot>::ptr v5_RelatedObjects, std::string v6_Intent, ::Ifc2x3::IfcConstraint *v7_RelatingConstraint)¶
-
typedef IfcTemplatedEntityList<IfcRelAssociatesConstraint>