Class Ifc4::IfcStructuralResultGroup¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public Ifc4::IfcGroup
(Class Ifc4::IfcGroup)
Class Documentation¶
-
class
Ifc4
::
IfcStructuralResultGroup
: public Ifc4::IfcGroup¶ Definition from IAI: Instances of the entity IfcStructuralResultGroup are used to group results of structural analysis calculations and to capture the connection to the underlying basic load group. The basic functionality for grouping inherited from IfcGroup is used to collect instances from IfcStructuralReaction or its respective subclasses.
HISTORY: New entity in IFC 2x2. IFC 2x4 change: WHERE rule added.
Public Types
-
typedef IfcTemplatedEntityList<IfcStructuralResultGroup>
list
¶
Public Functions
-
::Ifc4::IfcAnalysisTheoryTypeEnum::Value
TheoryType
() const¶ Specifies the analysis theory used to obtain the respective results.
-
void
setTheoryType
(::Ifc4::IfcAnalysisTheoryTypeEnum::Value v)¶
-
bool
hasResultForLoadGroup
() const¶ Whether the optional attribute ResultForLoadGroup is defined for this IfcStructuralResultGroup.
-
::Ifc4::IfcStructuralLoadGroup *
ResultForLoadGroup
() const¶ Reference to an instance of IfcStructuralLoadGroup for which this instance represents the result.
-
void
setResultForLoadGroup
(::Ifc4::IfcStructuralLoadGroup *v)¶
-
bool
IsLinear
() const¶ This value allows to easily recognize whether a linear analysis has been applied (allowing the superposition of analysis results).
-
void
setIsLinear
(bool v)¶
-
IfcTemplatedEntityList<IfcStructuralAnalysisModel>::ptr
ResultGroupFor
() const¶
-
IfcStructuralResultGroup
(IfcEntityInstanceData *e)¶
-
IfcStructuralResultGroup
(std::string v1_GlobalId, ::Ifc4::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, boost::optional<std::string> v5_ObjectType, ::Ifc4::IfcAnalysisTheoryTypeEnum::Value v6_TheoryType, ::Ifc4::IfcStructuralLoadGroup *v7_ResultForLoadGroup, bool v8_IsLinear)¶
-
typedef IfcTemplatedEntityList<IfcStructuralResultGroup>