EgtGeomKernel 1.6g2 :
- aggiunta IGeomDB::GetNewId() - aggiunta gestione auto-intersezioni di curve con classe SelfIntersCurve.
This commit is contained in:
@@ -1161,6 +1161,13 @@ GeomDB::GroupSwap( int nId1, int nId2, bool bSwapRef, bool bMark)
|
||||
return true ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
int
|
||||
GeomDB::GetNewId( void) const
|
||||
{
|
||||
return m_IdManager.GetNewId() ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
GeomDB::ChangeId( int nId, int nNewId)
|
||||
|
||||
Reference in New Issue
Block a user