Class Ifc4x2::IfcStructuralResultGroup

Nested Relationships

This class is a nested type of Struct Ifc4x2.

Inheritance Relationships

Base Type

Class Documentation

class Ifc4x2::IfcStructuralResultGroup : public Ifc4x2::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 Functions

::Ifc4x2::IfcAnalysisTheoryTypeEnum::Value TheoryType() const

Specifies the analysis theory used to obtain the respective results.

void setTheoryType(::Ifc4x2::IfcAnalysisTheoryTypeEnum::Value v)
bool hasResultForLoadGroup() const

Whether the optional attribute ResultForLoadGroup is defined for this IfcStructuralResultGroup.

::Ifc4x2::IfcStructuralLoadGroup *ResultForLoadGroup() const

Reference to an instance of IfcStructuralLoadGroup for which this instance represents the result.

void setResultForLoadGroup(::Ifc4x2::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
const IfcParse::entity &declaration() const
IfcStructuralResultGroup(IfcEntityInstanceData *e)
IfcStructuralResultGroup(std::string v1_GlobalId, ::Ifc4x2::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, boost::optional<std::string> v5_ObjectType, ::Ifc4x2::IfcAnalysisTheoryTypeEnum::Value v6_TheoryType, ::Ifc4x2::IfcStructuralLoadGroup *v7_ResultForLoadGroup, bool v8_IsLinear)

Public Static Functions

const IfcParse::entity &Class()