API Reference > OdDb Classes > OdDbDimension Class > OdDbDimension Methods > OdDbDimension::subGetTransformedCopy Method
OdDbDimension::subGetTransformedCopy Method
Syntax
C++
virtual OdResult subGetTransformedCopy(const OdGeMatrix3d& xfm, OdDbEntityPtr& pCopy) const;
Parameters 
Description 
const OdGeMatrix3d& xfm 
[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 entity. Only available if transformation is uniform. 

 

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