Class Ifc4::IfcStructuralLoad¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public IfcUtil::IfcBaseEntity
(Class IfcBaseEntity)
Derived Types¶
public Ifc4::IfcStructuralLoadConfiguration
(Class Ifc4::IfcStructuralLoadConfiguration)public Ifc4::IfcStructuralLoadOrResult
(Class Ifc4::IfcStructuralLoadOrResult)
Class Documentation¶
-
class
Ifc4
::
IfcStructuralLoad
: public IfcUtil::IfcBaseEntity¶ Definition from IAI: The abstract entity IfcStructuralLoadOrResult is the supertype of all loads (actions or reactions) or of certain requirements resulting from structural analysis, or certain provisions which influence structural analysis.
HISTORY: New entity in IFC 2x2.
Subclassed by Ifc4::IfcStructuralLoadConfiguration, Ifc4::IfcStructuralLoadOrResult
Public Types
-
typedef IfcTemplatedEntityList<IfcStructuralLoad>
list
¶
Public Functions
-
bool
hasName
() const¶ Whether the optional attribute Name is defined for this IfcStructuralLoad.
-
std::string
Name
() const¶ Optionally defines a name for this load.
-
void
setName
(std::string v)¶
-
IfcStructuralLoad
(IfcEntityInstanceData *e)¶
-
IfcStructuralLoad
(boost::optional<std::string> v1_Name)¶
-
typedef IfcTemplatedEntityList<IfcStructuralLoad>