Parameters |
Description |
int groupCode |
[in] Group code. |
const OdGePoint2d& value |
[in] Value. |
const OdGePoint2d& defaultValue |
[in] Default value. |
int precision = kDfltPrec |
[in] Decimal places. |
Writes the specified optional 2D point 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.
|