Class Ifc2x3::IfcStructuralConnectionCondition¶
- Defined in File Ifc2x3.h 
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
- public IfcUtil::IfcBaseEntity(Class IfcBaseEntity)
Derived Types¶
- public Ifc2x3::IfcFailureConnectionCondition(Class Ifc2x3::IfcFailureConnectionCondition)
- public Ifc2x3::IfcSlippageConnectionCondition(Class Ifc2x3::IfcSlippageConnectionCondition)
Class Documentation¶
- 
class Ifc2x3::IfcStructuralConnectionCondition: public IfcUtil::IfcBaseEntity¶
- Definition from IAI: Describe more rarely needed connection properties. - HISTORY: New entity in IFC 2x2. - Subclassed by Ifc2x3::IfcFailureConnectionCondition, Ifc2x3::IfcSlippageConnectionCondition - Public Types - 
typedef IfcTemplatedEntityList<IfcStructuralConnectionCondition> list¶
 - Public Functions - 
bool hasName() const¶
- Whether the optional attribute Name is defined for this IfcStructuralConnectionCondition. 
 - 
std::string Name() const¶
- Optionally defines a name for this connection condition. 
 - 
void setName(std::string v)¶
 - 
IfcStructuralConnectionCondition(IfcEntityInstanceData *e)¶
 - 
IfcStructuralConnectionCondition(boost::optional<std::string> v1_Name)¶
 
- 
typedef IfcTemplatedEntityList<IfcStructuralConnectionCondition>