EgtExecutor 1.6g2 :
- ExeSplitCurve ora mette le curve risultato in Id contigui - aggiunta ExeSplitCurveAtSelfInters - aggiunta ExeGetNewId - aggiunta ExeCurveSelfIntersNbr - ExeIntersectionPoint funziona anche con auto-intersezioni - il tutto anche per le funzioni lua equivalenti.
This commit is contained in:
@@ -321,6 +321,16 @@ ExeRelocateGlob( int nSouId, int nRefId, int nSonBeforeAfter)
|
||||
return bOk ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
int
|
||||
ExeGetNewId( void)
|
||||
{
|
||||
IGeomDB* pGeomDB = GetCurrGeomDB() ;
|
||||
VERIFY_GEOMDB( pGeomDB, GDB_ID_NULL)
|
||||
// richiedo valore nuovo Id
|
||||
return pGeomDB->GetNewId() ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeChangeId( int nId, int nNewId)
|
||||
|
||||
Reference in New Issue
Block a user