Class Ifc2x3::IfcStructuralResultGroup¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcGroup
(Class Ifc2x3::IfcGroup)
Class Documentation¶
-
class
Ifc2x3
::
IfcStructuralResultGroup
: public Ifc2x3::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
-
::Ifc2x3::IfcAnalysisTheoryTypeEnum::Value
TheoryType
() const¶ Specifies the analysis theory used to obtain the respective results.
-
void
setTheoryType
(::Ifc2x3::IfcAnalysisTheoryTypeEnum::Value v)¶
-
bool
hasResultForLoadGroup
() const¶ Whether the optional attribute ResultForLoadGroup is defined for this IfcStructuralResultGroup.
-
::Ifc2x3::IfcStructuralLoadGroup *
ResultForLoadGroup
() const¶ Reference to an instance of IfcStructuralLoadGroup for which this instance represents the result.
-
void
setResultForLoadGroup
(::Ifc2x3::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, ::Ifc2x3::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, boost::optional<std::string> v5_ObjectType, ::Ifc2x3::IfcAnalysisTheoryTypeEnum::Value v6_TheoryType, ::Ifc2x3::IfcStructuralLoadGroup *v7_ResultForLoadGroup, bool v8_IsLinear)¶
-
typedef IfcTemplatedEntityList<IfcStructuralResultGroup>