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

Writes the specified optional 3D vector value to this Filer object.

value is written if and only if (value != default) || (includesDefaultValues() == true) 

 

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