API Reference > Classes > PRC Miscellaneous Classes > OdPrcTransformation3d Class > OdPrcTransformation3d Methods > OdPrcTransformation3d::set Method
OdPrcTransformation3d::set Method
Syntax
C++
OdResult set(const OdGeMatrix3d& geMatrix, const OdGeTol& tol = OdGeContext::gTol);
Parameters 
Description 
const OdGeMatrix3d& geMatrix 
[in] A new matrix to be set.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Tolerance. Default value is equal to OdGeContext::gTol.
 

Returns eOk if a new matrix was successfully applied to the 3D transformation entity or an appropriate error code in the other case.

Sets a new matrix of the 3D transformation. 

 

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.