Class Ifc4x3_rc1::IfcStructuralLoadPlanarForce¶
Defined in File Ifc4x3_rc1.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x3_rc1.
Inheritance Relationships¶
Base Type¶
public Ifc4x3_rc1::IfcStructuralLoadStatic
(Class Ifc4x3_rc1::IfcStructuralLoadStatic)
Class Documentation¶
-
class
Ifc4x3_rc1
::
IfcStructuralLoadPlanarForce
: public Ifc4x3_rc1::IfcStructuralLoadStatic¶ Definition from IAI: An instance of the entity IfcStructuralLoadPlanarForce shall be used to define actions on faces.
HISTORY: New entity in Release IFC2x edition 2.
Public Types
-
typedef IfcTemplatedEntityList<IfcStructuralLoadPlanarForce>
list
¶
Public Functions
-
bool
hasPlanarForceX
() const¶ Whether the optional attribute PlanarForceX is defined for this IfcStructuralLoadPlanarForce.
-
double
PlanarForceX
() const¶ Planar force value in x-direction.
-
void
setPlanarForceX
(double v)¶
-
bool
hasPlanarForceY
() const¶ Whether the optional attribute PlanarForceY is defined for this IfcStructuralLoadPlanarForce.
-
double
PlanarForceY
() const¶ Planar force value in y-direction.
-
void
setPlanarForceY
(double v)¶
-
bool
hasPlanarForceZ
() const¶ Whether the optional attribute PlanarForceZ is defined for this IfcStructuralLoadPlanarForce.
-
double
PlanarForceZ
() const¶ Planar force value in z-direction.
-
void
setPlanarForceZ
(double v)¶
-
IfcStructuralLoadPlanarForce
(IfcEntityInstanceData *e)¶
-
IfcStructuralLoadPlanarForce
(boost::optional<std::string> v1_Name, boost::optional<double> v2_PlanarForceX, boost::optional<double> v3_PlanarForceY, boost::optional<double> v4_PlanarForceZ)¶
-
typedef IfcTemplatedEntityList<IfcStructuralLoadPlanarForce>