API Reference > OdDb Classes > OdDbSection Class > OdDbSection Methods > OdDbSection::subGetTransformedCopy Method
OdDbSection::subGetTransformedCopy Method
Syntax
C++
virtual OdResult subGetTransformedCopy(const OdGeMatrix3d& mat, OdDbEntityPtr& pCopy) const;
Parameters 
Description 
const OdGeMatrix3d& mat 
[in] Transformation matrix to be applied.  
OdDbEntityPtr& pCopy 
[out] Copy of this entity with a transformation matrix applied to it.  

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

Applies a transformation matrix to a copy of this XData obejct. Only available if transformation is uniform. 

 

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