Close

Relief for ODA Team in Ukraine

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

Writes the specified optional 3D 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.