Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbObject::xDataTransformBy Method
Syntax
C++
void xDataTransformBy(const OdGeMatrix3d& xfm);

Applies the 3D transformation matrix to the XData of this object. 

 

Parameters
Description
xfm
[in] 3D transformation matrix.

Applies the transformation matrix to only the following XData data types: 

 

Name
Value
kDxfXdWorldXCoord
1011
kDxfXdWorldYCoord
1021
kDxfXdWorldZCoord
1031
kDxfXdWorldXDisp
1012
kDxfXdWorldYDisp
1022
kDxfXdWorldZDisp
1032
kDxfXdWorldXDir
1013
kDxfXdWorldYDir
1023
kDxfXdWorldZDir
1033
kDxfXdDist
1041
kDxfXdScale
1042
Copyright © 2002-2022. Open Design Alliance All rights reserved.