Class Ifc4::IfcStructuralLoadSingleDisplacementDistortion¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public Ifc4::IfcStructuralLoadSingleDisplacement
(Class Ifc4::IfcStructuralLoadSingleDisplacement)
Class Documentation¶
-
class
Ifc4
::
IfcStructuralLoadSingleDisplacementDistortion
: public Ifc4::IfcStructuralLoadSingleDisplacement¶ Definition from IAI: Defines a displacement with warping.
HISTORY: New entity in IFC 2x2.
Public Types
Public Functions
-
bool
hasDistortion
() const¶ Whether the optional attribute Distortion is defined for this IfcStructuralLoadSingleDisplacementDistortion.
-
double
Distortion
() const¶ The distortion curvature (warping, i.e. a cross-sectional deplanation) given to the displacement load.
-
void
setDistortion
(double v)¶
-
IfcStructuralLoadSingleDisplacementDistortion
(IfcEntityInstanceData *e)¶
-
IfcStructuralLoadSingleDisplacementDistortion
(boost::optional<std::string> v1_Name, boost::optional<double> v2_DisplacementX, boost::optional<double> v3_DisplacementY, boost::optional<double> v4_DisplacementZ, boost::optional<double> v5_RotationalDisplacementRX, boost::optional<double> v6_RotationalDisplacementRY, boost::optional<double> v7_RotationalDisplacementRZ, boost::optional<double> v8_Distortion)¶
-
bool