Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbDxfFiler::wrPoint2dOpt Method
Syntax
C++
void wrPoint2dOpt(int groupCode, const OdGePoint2d& value, const OdGePoint2d& defaultValue, int precision = kDfltPrec);

Writes the specified optional 2D point value to this Filer object.

Parameters
Description
groupCode
[in] Group code.
value
[in] Value.
defaultValue
[in] Default value.
precision
[in] Decimal places.

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

 

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