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 ;