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