EgtGeomKernel 1.6g2 :

- aggiunta IGeomDB::GetNewId()
- aggiunta gestione auto-intersezioni di curve con classe SelfIntersCurve.
This commit is contained in:
Dario Sassi
2015-07-07 18:32:55 +00:00
parent afec3ef6ce
commit 92c742088f
18 changed files with 292 additions and 37 deletions
+7
View File
@@ -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)