IfcCartesianTransformationOperator3DnonUniform
Definition from IAI: A cartesian transformation operator 3d non
uniform defines a geometric transformation in three-dimensional space composed
of translation, rotation, mirroring and non uniform scaling. NOTE: The scale factor (Scl) defined at the
supertype cartesian transformation operator is used to express the scale 1
(normally x axis scale factor). HISTORY: New entity in IFC Release
2x.
EXPRESS specification:
|
| Scale2 | : | The scaling value specified for the transformation along the axis 2. This is normally the y scale factor. |
| Scale3 | : | The scaling value specified for the transformation along the axis 3. This is normally the z scale factor. |
| Scl2 | : | The derived scale S(2) of the transformation along the axis 2 (normally the y axis), equal to Scale2 if that exists, or equal to the derived Scl1 (normally the x axis scale factor) otherwise. |
| Scl3 | : | The derived scale S(3) of the transformation along the axis 3 (normally the z axis), equal to Scale3 if that exists, or equal to the derived Scl1 (normally the x axis scale factor) otherwise. |
| WR1 | : | The derived scaling Scl2 shall be greater than zero. |
| WR2 | : | The derived scaling Scl3 shall be greater than zero. |
|