EgtGeomKernel 1.5i5 :

- piccole migliorie.
This commit is contained in:
Dario Sassi
2014-10-07 07:01:39 +00:00
parent 46fb7bd5f4
commit ee0c3830ef
4 changed files with 66 additions and 52 deletions
+13
View File
@@ -186,6 +186,19 @@ GeoVector3d::GetBBox( const Frame3d& frRef, BBox3d& b3Ref) const
return true ;
}
//----------------------------------------------------------------------------
bool
GeoVector3d::ChangeVector( const Vector3d& vtV)
{
// assegno i dati
m_vtV = vtV ;
// imposto ricalcolo della grafica
m_OGrMgr.Reset() ;
return true ;
}
//----------------------------------------------------------------------------
bool
GeoVector3d::ChangeBase( const Point3d& ptBase)