EgtExecutor 1.9b1 :
- aggiunta funzione Exe e Lua VolZmapAvoidSphere - aggiunta funzione Lua EgtSetCurrFilePath - modifiche per pezzi piani nesting con bordi con due tagli sovrapposti a diversa inclinazione.
This commit is contained in:
@@ -118,8 +118,10 @@ ExeVerifyMachining( int nMchId, int& nResult)
|
||||
BBox3d b3Part ;
|
||||
if ( pGeomDB->GetGlobalBBox( nId, b3Part, BBF_PART_MY_FLAG) &&
|
||||
b3Mch.OverlapsXY( b3Part)) {
|
||||
// recupero regione del pezzo
|
||||
int nRegId = GetFlatPartRegion( pGeomDB, nId) ;
|
||||
// recupero eventuale regione sopra del pezzo oppure regione del pezzo
|
||||
int nRegId = GetFlatPartUpRegion( pGeomDB, nId) ;
|
||||
if ( nRegId == GDB_ID_NULL)
|
||||
nRegId = GetFlatPartRegion( pGeomDB, nId) ;
|
||||
if ( nRegId != GDB_ID_NULL)
|
||||
vOthReg.emplace_back( nRegId) ;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user