Class Ifc2x3::IfcBoundaryNodeConditionWarping¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcBoundaryNodeCondition
(Class Ifc2x3::IfcBoundaryNodeCondition)
Class Documentation¶
-
class
Ifc2x3
::
IfcBoundaryNodeConditionWarping
: public Ifc2x3::IfcBoundaryNodeCondition¶ Definition from IAI: Describes linearly elastic support conditions or connection conditions, including linearly elastic warping restraints.
Applicability:
Point supports and connections.
HISTORY: New entity in IFC 2x2.
IFC 2x4 change: All attribute data types changed from numeric to SELECT between Boolean and numeric. Stiffnesses may now also be negative, for example to capture destabilizing effects in boundary conditions. The IFC 2x3 convention of -1. representing infinite stiffness is no longer valid and must not be used. Infinite stiffness, i.e. fixed supports, are now modeled by the Boolean value TRUE.
Public Types
-
typedef IfcTemplatedEntityList<IfcBoundaryNodeConditionWarping>
list
¶
Public Functions
-
bool
hasWarpingStiffness
() const¶ Whether the optional attribute WarpingStiffness is defined for this IfcBoundaryNodeConditionWarping.
-
double
WarpingStiffness
() const¶ Defines the warping stiffness value.
-
void
setWarpingStiffness
(double v)¶
-
IfcBoundaryNodeConditionWarping
(IfcEntityInstanceData *e)¶
-
IfcBoundaryNodeConditionWarping
(boost::optional<std::string> v1_Name, boost::optional<double> v2_LinearStiffnessX, boost::optional<double> v3_LinearStiffnessY, boost::optional<double> v4_LinearStiffnessZ, boost::optional<double> v5_RotationalStiffnessX, boost::optional<double> v6_RotationalStiffnessY, boost::optional<double> v7_RotationalStiffnessZ, boost::optional<double> v8_WarpingStiffness)¶
-
typedef IfcTemplatedEntityList<IfcBoundaryNodeConditionWarping>