API Reference > OdDb Classes > OdDbSection Class > OdDbSection Methods > OdDbSection::subTransformBy Method
OdDbSection::subTransformBy Method
Syntax
C++
virtual OdResult subTransformBy(const OdGeMatrix3d& xform);
Parameters 
Description 
const OdGeMatrix3d& xform 
[in] Transformation matrix to be applied.  

eOk if the operation completed successfully, or an appropriate error code otherwise.

Applies a transformation matrix to this XData object. Only available if transformation is uniform. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.