Class Ifc4::IfcRelConnectsStructuralActivity¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public Ifc4::IfcRelConnects
(Class Ifc4::IfcRelConnects)
Class Documentation¶
-
class
Ifc4
::
IfcRelConnectsStructuralActivity
: public Ifc4::IfcRelConnects¶ Definition from IAI: The IfcRelConnectsStructuralActivity relationship connects a structural activity (either an action or reaction) to a structural member, structural connection, or element.
HISTORY: New entity in IFC 2x2.
Public Types
-
typedef IfcTemplatedEntityList<IfcRelConnectsStructuralActivity>
list
¶
Public Functions
-
::Ifc4::IfcStructuralActivityAssignmentSelect *
RelatingElement
() const¶ Reference to a structural item or element to which the specified activity is applied.
-
void
setRelatingElement
(::Ifc4::IfcStructuralActivityAssignmentSelect *v)¶
-
::Ifc4::IfcStructuralActivity *
RelatedStructuralActivity
() const¶ Reference to a structural activity which is acting upon the specified structural item or element.
-
void
setRelatedStructuralActivity
(::Ifc4::IfcStructuralActivity *v)¶
-
IfcRelConnectsStructuralActivity
(IfcEntityInstanceData *e)¶
-
IfcRelConnectsStructuralActivity
(std::string v1_GlobalId, ::Ifc4::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, ::Ifc4::IfcStructuralActivityAssignmentSelect *v5_RelatingElement, ::Ifc4::IfcStructuralActivity *v6_RelatedStructuralActivity)¶
-
typedef IfcTemplatedEntityList<IfcRelConnectsStructuralActivity>