API Reference > FacetModeler Namespace > Classes > Profile3D Class > Profile3D Methods > transformBy Method > Profile3D::transformBy Method (OdGeMatrix2d&, DeviationParams&)
Profile3D::transformBy Method (OdGeMatrix2d&, DeviationParams&)
Syntax
C++
Result transformBy(const OdGeMatrix2d& mMatrix, const DeviationParams& devDeviation = FMGeGbl::gDefDev);
Parameters 
Description 
const OdGeMatrix2d& mMatrix 
[in] 2D transformation matrix.  
const DeviationParams& devDeviation = FMGeGbl::gDefDev 
[in] Deviation parameters (specifies the maximum deviation: the minimum and maximum number of faces on arcs during faceting).  

eOk if the transformation succeeded, or a corresponding error type otherwise.

Applies the specified 2D transformation matrix to the profile with specified deviation parameters (transforms all points of the profile). 

 

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