EgtGeomKernel 1.9i3 :
- versione NGE portata a 1014 - modifiche per velocizzare il calcolo della grafica di un VolZmap se box.
This commit is contained in:
@@ -37,6 +37,27 @@ Tool::~Tool( void)
|
||||
{
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
Tool::Clear( void)
|
||||
{
|
||||
m_dLinTol = LIN_TOL_STD ;
|
||||
m_dAngTolDeg = ANG_TOL_APPROX_DEG ;
|
||||
m_nType = UNDEF ;
|
||||
m_nCurrentNum = 0 ;
|
||||
m_dHeight = 0 ;
|
||||
m_dTipHeight = 0 ;
|
||||
m_dRadius = 0 ;
|
||||
m_dRCorner = 0 ;
|
||||
m_dTipRadius = 0 ;
|
||||
m_dRefRadius = 0 ;
|
||||
m_dMrtChsWidth = 0 ;
|
||||
m_dMrtChsThickness = 0 ;
|
||||
m_Outline.Clear() ;
|
||||
m_ArcLineApprox.Clear() ;
|
||||
return true ;
|
||||
}
|
||||
|
||||
//---------- Tolleranza nell'approssimazione di curve profilo ----------------
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user