From 9e725f3feb9fd7cd8a8aff42e84f11bfb7aba9eb Mon Sep 17 00:00:00 2001 From: Daniele Bariletti Date: Mon, 18 Sep 2023 11:47:19 +0200 Subject: [PATCH] EgtExecutor : - correzione minore. --- EXE_GdbCreate.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/EXE_GdbCreate.cpp b/EXE_GdbCreate.cpp index c70d2de..4d61238 100644 --- a/EXE_GdbCreate.cpp +++ b/EXE_GdbCreate.cpp @@ -767,6 +767,7 @@ MyCreateAngularDimensionFromLines( int nParentId, INTVECTOR vLineIds, const Poin if ( abs(( ptDim2 - ptP3L).Len() + ( ptCenL - ptDim2).Len() - ( ptCenL - ptP3L).Len()) < EPS_SMALL || abs(( ptDim2 - ptP3L).Len() + ( ptCenL - ptP3L).Len() - ( ptDim2 - ptCenL).Len()) < EPS_SMALL) // ptDim è dal lato di ptP1L + ; else // ptDim è dal lato di ptP2L ptP3L = ptP4L ;