API Reference > OdDb Classes > OdDbUnitsFormatter Class > OdDbUnitsFormatter Methods > OdDbUnitsFormatter::formatPoint Method
OdDbUnitsFormatter::formatPoint Method
Syntax
C++
virtual OdString formatPoint(const OdGePoint3d& value) const = 0;
Parameters 
Description 
const OdGePoint3d& value 
[in] Value to format. 

Returns the specified 3D point value as a string.

The returned value depends on the DIMZIN, LUNITS, LUPREC, and UNITMODE system variables.

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