EgtGeomKernel 1.6a4 :
- DistPointLine correnta per versore non normalizzato - aggiunta GetGeoType a GeomDB e a GdbIterator - in lettura NGE binari aggiunta protezione da contemporanea scrittura - in PolyLine aggiunta funzione per inserimento punti onde raggiungere massima distanza - aggiunto oggetto VolZmap per virtual milling (per ora vuoto) - nuova versione file NGE 1009.
This commit is contained in:
@@ -244,6 +244,18 @@ GdbIterator::GetGdbType( void) const
|
||||
return GDB_TY_NONE ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
int
|
||||
GdbIterator::GetGeoType( void) const
|
||||
{
|
||||
if ( m_pGDB == nullptr || m_pCurrObj == nullptr)
|
||||
return GEO_NONE ;
|
||||
if ( GetGdbGeo( m_pCurrObj) != nullptr)
|
||||
return GetGdbGeo( m_pCurrObj)->GetType() ;
|
||||
else
|
||||
return GEO_NONE ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
IGeoObj*
|
||||
GdbIterator::GetGeoObj( void)
|
||||
|
||||
Reference in New Issue
Block a user