Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeScale3d::removeScale Method
Syntax
C++
OdGeScale3d& removeScale(OdGeMatrix3d& xfm, bool negateX = false);

Returns the scale vector corresponding to the lengths of the column vectors of the transformation matrix, and sets the scale factor of the matrix to 1 . 

 

Parameters
Description
xfm
[out] Receives the 3D transformation matrix.
negateX
[in] Specifies which implementation is used.

xfm must be scaled ortho; i.e., xfm.isScaledOrtho () == true. If negateX is true, the old ODA Platform implementation is used. Otherwise ACAD implementation is used.

Copyright © 2002-2022. Open Design Alliance All rights reserved.