API Reference > OdDb Classes > OdDbViewport Class > OdDbViewport Methods > OdDbViewport::subGetTransformedCopy Method
OdDbViewport::subGetTransformedCopy Method
Syntax
C++
virtual OdResult subGetTransformedCopy(const OdGeMatrix3d& mat, OdDbEntityPtr& pCopy) const;
Parameters 
Description 
const OdGeMatrix3d& mat 
[in] Transformation matrix to apply to the copy object.  
OdDbEntityPtr& pCopy 
[out] Receives a transformed copy of this viewport. 

Result of the transformation to the copy viewport. If the method returns a result that is not eOk, the pCopy is NULL.

Retrieves the copied version of this viewport transformed by the specified transformation matrix. 

 

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