dbConvertAnyAngleTransformFromDbToMY
dbConvertAnyAngleTransformFromDbToMY(t_orient f_angleDeg) => list(f_angleDeg g_MY)
Description
(Virtuoso MultiTech Framework) Converts orientation-based representation of an orthogonal transformation into an MY-based representation. Orientation-based representation is a pair of DB orientation and any-angle rotation with the rotation applied first. The MY-based representation is a pair of any-angle rotation and an optional reflection over a Y-axis with the reflection applied first.
Arguments
|
A string representing orientation. See dbIsId. |
|
|
Floating point number representing any-angle rotation in degrees. |
Value Returned
Examples
The following example checks the orientation is flipped:
(defun flipsOrientation (t_orient)
(cadr dbConvertAnyAngleTransformFromDbToMY(t_orient 0.0)))
Related Topics
Shape Transformation Functions
Return to top