EgtGeomKernel 1.6g6 :
- gestione dei Dump con unità di misura (mm o inch) per interfaccia.
This commit is contained in:
+4
-3
@@ -17,7 +17,8 @@
|
||||
#include "GeoObjFactory.h"
|
||||
#include "NgeWriter.h"
|
||||
#include "NgeReader.h"
|
||||
#include "\EgtDev\Include\EGkStringUtils3d.h"
|
||||
#include "/EgtDev/Include/EGkStringUtils3d.h"
|
||||
#include "/EgtDev/Include/EGkUiUnits.h"
|
||||
#include <new>
|
||||
|
||||
using namespace std ;
|
||||
@@ -102,10 +103,10 @@ GeoPoint3d::GetTitle( void) const
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
GeoPoint3d::Dump( string& sOut, const char* szNewLine) const
|
||||
GeoPoint3d::Dump( string& sOut, bool bMM, const char* szNewLine) const
|
||||
{
|
||||
// parametri : punto
|
||||
sOut += "P(" + ToString( m_ptP) + ")" + szNewLine ;
|
||||
sOut += "P(" + ToString( GetInUiUnits( m_ptP, bMM)) + ")" + szNewLine ;
|
||||
|
||||
return true ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user