EgtGeomKernel 1.6g6 :
- gestione dei Dump con unità di misura (mm o inch) per interfaccia.
This commit is contained in:
+4
-3
@@ -17,8 +17,9 @@
|
||||
#include "GeoObjFactory.h"
|
||||
#include "NgeWriter.h"
|
||||
#include "NgeReader.h"
|
||||
#include "/EgtDev/Include/EGkStringUtils3d.h"
|
||||
#include "/EgtDev/Include/EGkPolyLine.h"
|
||||
#include "/EgtDev/Include/EGkStringUtils3d.h"
|
||||
#include "/EgtDev/Include/EGkUiUnits.h"
|
||||
#include <new>
|
||||
|
||||
using namespace std ;
|
||||
@@ -134,10 +135,10 @@ GeoFrame3d::GetTitle( void) const
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
GeoFrame3d::Dump( string& sOut, const char* szNewLine) const
|
||||
GeoFrame3d::Dump( string& sOut, bool bMM, const char* szNewLine) const
|
||||
{
|
||||
// parametri : origine, VersoreX, VersoreY, VersoreZ
|
||||
sOut += "O(" + ToString( m_frF.Orig()) + ")" + szNewLine ;
|
||||
sOut += "O(" + ToString( GetInUiUnits( m_frF.Orig(), bMM)) + ")" + szNewLine ;
|
||||
sOut += "VX(" + ToString( m_frF.VersX()) + ")" + szNewLine ;
|
||||
sOut += "VY(" + ToString( m_frF.VersY()) + ")" + szNewLine ;
|
||||
sOut += "VZ(" + ToString( m_frF.VersZ()) + ")" + szNewLine ;
|
||||
|
||||
Reference in New Issue
Block a user