API Reference > OdDb Classes > OdDbObject Class > OdDbObject Methods > OdDbObject::xDataTransformBy Method
OdDbObject::xDataTransformBy Method
Syntax
C++
void xDataTransformBy(const OdGeMatrix3d& xfm);
Parameters 
Description 
const OdGeMatrix3d& xfm 
[in] 3D transformation matrix. 

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

 

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–2020. Open Design Alliance. All rights reserved.