EgtMachKernel :
- prime modifiche per tagli inclinati su esterno archi.
This commit is contained in:
+2
-2
@@ -80,7 +80,7 @@ using namespace std ;
|
||||
// 2458 = "Warning in Pocketing : machining depth (xxx) bigger than MaxMaterial (yyy)"
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
static std::string KEY_OPEN = "OPEN" ;
|
||||
static string KEY_OPEN = "OPEN" ;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
USEROBJ_REGISTER( GetOperationClass( OPER_POCKETING), Pocketing) ;
|
||||
@@ -2169,7 +2169,7 @@ Pocketing::CalcZigZag( const ICurveComposite* pOffs,
|
||||
double dOe ;
|
||||
} ;
|
||||
// raccolta di tratti
|
||||
typedef std::vector<std::vector<Section>> VECVECSECT ;
|
||||
typedef vector<vector<Section>> VECVECSECT ;
|
||||
|
||||
VECVECSECT vvSec ;
|
||||
vvSec.resize( nYStep + 1) ;
|
||||
|
||||
Reference in New Issue
Block a user