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

Writes the specified 3D point value to this Filer object.

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