Class Ifc4x1::IfcStructuralConnectionCondition¶
Defined in File Ifc4x1.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x1.
Inheritance Relationships¶
Base Type¶
public IfcUtil::IfcBaseEntity
(Class IfcBaseEntity)
Derived Types¶
public Ifc4x1::IfcFailureConnectionCondition
(Class Ifc4x1::IfcFailureConnectionCondition)public Ifc4x1::IfcSlippageConnectionCondition
(Class Ifc4x1::IfcSlippageConnectionCondition)
Class Documentation¶
-
class
Ifc4x1
::
IfcStructuralConnectionCondition
: public IfcUtil::IfcBaseEntity¶ Definition from IAI: Describe more rarely needed connection properties.
HISTORY: New entity in IFC 2x2.
Subclassed by Ifc4x1::IfcFailureConnectionCondition, Ifc4x1::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>