EgtGeomKernel 1.5i5 :
- piccole migliorie.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user