Class Ifc4x2::IfcBoundaryNodeConditionWarping¶
Defined in File Ifc4x2.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x2.
Inheritance Relationships¶
Base Type¶
public Ifc4x2::IfcBoundaryNodeCondition
(Class Ifc4x2::IfcBoundaryNodeCondition)
Class Documentation¶
-
class
Ifc4x2
::
IfcBoundaryNodeConditionWarping
: public Ifc4x2::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.
-
::Ifc4x2::IfcWarpingStiffnessSelect *
WarpingStiffness
() const¶ Defines the warping stiffness value.
-
void
setWarpingStiffness
(::Ifc4x2::IfcWarpingStiffnessSelect *v)¶
-
IfcBoundaryNodeConditionWarping
(IfcEntityInstanceData *e)¶
-
IfcBoundaryNodeConditionWarping
(boost::optional<std::string> v1_Name, ::Ifc4x2::IfcTranslationalStiffnessSelect *v2_TranslationalStiffnessX, ::Ifc4x2::IfcTranslationalStiffnessSelect *v3_TranslationalStiffnessY, ::Ifc4x2::IfcTranslationalStiffnessSelect *v4_TranslationalStiffnessZ, ::Ifc4x2::IfcRotationalStiffnessSelect *v5_RotationalStiffnessX, ::Ifc4x2::IfcRotationalStiffnessSelect *v6_RotationalStiffnessY, ::Ifc4x2::IfcRotationalStiffnessSelect *v7_RotationalStiffnessZ, ::Ifc4x2::IfcWarpingStiffnessSelect *v8_WarpingStiffness)¶
-
typedef IfcTemplatedEntityList<IfcBoundaryNodeConditionWarping>