API Reference > OdDb Classes > OdDbDxfFiler Class > OdDbDxfFiler Methods > OdDbDxfFiler::wrScale3d Method
OdDbDxfFiler::wrScale3d Method
Syntax
C++
virtual void wrScale3d(int groupCode, const OdGeScale3d& value, int precision = kDfltPrec) = 0;
Parameters 
Description 
int groupCode 
[in] Group code.  
const OdGeScale3d& value 
[in] Value.  
int precision = kDfltPrec 
[in] Decimal places. 

Writes the specified 2D scale value to this Filer object.

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