EgtExecutor 2.1c2 :
-aggiunta gestione lunghezza baffi adiacenti a lati inclinati per semplificare nesting con lati inclinati.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user