Class Ifc2x3::IfcRelConnectsStructuralActivity¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcRelConnects
(Class Ifc2x3::IfcRelConnects)
Class Documentation¶
-
class
Ifc2x3
::
IfcRelConnectsStructuralActivity
: public Ifc2x3::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
-
::Ifc2x3::IfcStructuralActivityAssignmentSelect *
RelatingElement
() const¶ Reference to a structural item or element to which the specified activity is applied.
-
void
setRelatingElement
(::Ifc2x3::IfcStructuralActivityAssignmentSelect *v)¶
-
::Ifc2x3::IfcStructuralActivity *
RelatedStructuralActivity
() const¶ Reference to a structural activity which is acting upon the specified structural item or element.
-
void
setRelatedStructuralActivity
(::Ifc2x3::IfcStructuralActivity *v)¶
-
IfcRelConnectsStructuralActivity
(IfcEntityInstanceData *e)¶
-
IfcRelConnectsStructuralActivity
(std::string v1_GlobalId, ::Ifc2x3::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, ::Ifc2x3::IfcStructuralActivityAssignmentSelect *v5_RelatingElement, ::Ifc2x3::IfcStructuralActivity *v6_RelatedStructuralActivity)¶
-
typedef IfcTemplatedEntityList<IfcRelConnectsStructuralActivity>