EgtGeomKernel 2.3c3 :

- corretta CurveComposite::ModifyJoint per gestire anche estremi di curva aperta
- corretta propagazione tipo precedente/successivo in intersezione di curve composite
- GeomDB::ChangeId ora se i due Id sono identici non fa alcunché ed esce con successo.
This commit is contained in:
Dario Sassi
2021-03-30 17:54:37 +00:00
parent dfdd6a2aef
commit e1b862a8de
4 changed files with 36 additions and 31 deletions
+3
View File
@@ -1367,6 +1367,9 @@ GeomDB::GetNewId( void) const
bool
GeomDB::ChangeId( int nId, int nNewId)
{
// se Id identici, non faccio alcunché
if ( nNewId == nId)
return true ;
// verifico nuovo Id
if ( ExistsObj( nNewId))
return false ;