EgtGeomKernel :
- correzione a PolyLine (Splice) - impostazione Reset grafica sulle diverse entità geometriche.
This commit is contained in:
+7
-3
@@ -38,8 +38,12 @@ GeoVector3d::~GeoVector3d( void)
|
||||
bool
|
||||
GeoVector3d::Set( const Vector3d& vtV)
|
||||
{
|
||||
// assegno i dati
|
||||
m_vtV = vtV ;
|
||||
|
||||
// imposto ricalcolo della grafica
|
||||
m_OGrMgr.Reset() ;
|
||||
|
||||
return true ;
|
||||
}
|
||||
|
||||
@@ -78,10 +82,10 @@ GeoVector3d::Save( ostream& osOut) const
|
||||
bool
|
||||
GeoVector3d::Load( Scanner& TheScanner)
|
||||
{
|
||||
string sLine ;
|
||||
|
||||
|
||||
// imposto ricalcolo della grafica
|
||||
m_OGrMgr.Reset() ;
|
||||
// leggo la prossima linea
|
||||
string sLine ;
|
||||
if ( ! TheScanner.GetLine( sLine))
|
||||
return false ;
|
||||
// 1 solo parametro : il vettore
|
||||
|
||||
Reference in New Issue
Block a user