EgtGeomKernel :
- in Dump di TriMesh e Zmap aggiunta info ShowEdges.
This commit is contained in:
+4
-2
@@ -209,6 +209,10 @@ VolZmap::Dump( string& sOut, bool bMM, const char* szNewLine) const
|
||||
{
|
||||
// tipo
|
||||
sOut += "Type=" + string( m_nMapNum == 1 ? "dexel" : "tridexel") + szNewLine ;
|
||||
// visualizzazione spigoli
|
||||
sOut += "ShowEdges=" + ToString( GetShowEdges()) + szNewLine ;
|
||||
// dexel per voxel (DexToVoxRatio)
|
||||
sOut += "DexVoxRat=" + ToString( m_nDexVoxRatio) + szNewLine ;
|
||||
// forma
|
||||
switch ( m_nShape) {
|
||||
default : sOut += "Shape=generic" ; break ;
|
||||
@@ -230,8 +234,6 @@ VolZmap::Dump( string& sOut, bool bMM, const char* szNewLine) const
|
||||
// numero di blocchi
|
||||
sOut += "Blocks=" + ToString( m_nNumBlock) + " (" + ToString( m_nFracLin[0]) + "x" +
|
||||
ToString( m_nFracLin[1]) + "x" + ToString( m_nFracLin[2]) + ")" + szNewLine ;
|
||||
// dexel per voxel (DexToVoxRatio)
|
||||
sOut += "DexVoxRat=" + ToString( m_nDexVoxRatio) + szNewLine ;
|
||||
|
||||
return true ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user