EgtExecutor 2.1c2 :

-aggiunta gestione lunghezza baffi adiacenti a lati inclinati per semplificare nesting con lati inclinati.
This commit is contained in:
Dario Sassi
2019-03-12 08:15:25 +00:00
parent d270ab77f9
commit e562ee96af
3 changed files with 106 additions and 57 deletions
+1 -1
View File
@@ -1147,7 +1147,7 @@ static SCollInfoEx s_scInfoSaved ;
//----------------------------------------------------------------------------
static double
UpdateCollId( double dLen, double dPrevLen, int nId1, int nId2, bool bIsCut1, bool bIsCut2, SCollInfo scInfoCurr)
UpdateCollId( double dLen, double dPrevLen, int nId1, int nId2, bool bIsCut1, bool bIsCut2, const SCollInfo& scInfoCurr)
{
if ( abs( dLen - dPrevLen) < EPS_SMALL) {
if ( scInfoCurr.nType == SCI_PNT_LINE || scInfoCurr.nType == SCI_LINE_LINE) {