EgtGeomKernel 1.5f5 :
- gestione salvataggio in modalità testo compresso - aggiunto controlli in scritture per salvataggio.
This commit is contained in:
+4
-2
@@ -138,8 +138,10 @@ bool
|
||||
GeoVector3d::Save( NgeWriter& ngeOut) const
|
||||
{
|
||||
// parametri : vettore
|
||||
ngeOut.WriteVector( m_vtV, ";") ;
|
||||
ngeOut.WritePoint( m_ptBase, ";", true) ;
|
||||
if ( ! ngeOut.WriteVector( m_vtV, ";"))
|
||||
return false ;
|
||||
if ( ! ngeOut.WritePoint( m_ptBase, ";", true))
|
||||
return false ;
|
||||
|
||||
return true ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user