From a340ac8f6f48bbdc17ff217c53195ebac0bd4570 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 9 Mar 2017 12:42:47 +0000 Subject: [PATCH] Include : - aggiornamento. --- EXeExecutor.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EXeExecutor.h b/EXeExecutor.h index be102f2..ade99a3 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -461,6 +461,8 @@ EXE_EXPORT int ExeCopySurfTmFacet( int nId, int nFacet, int nDestGrpId) ; // GeomDb Volume Modify EXE_EXPORT bool ExeVolZmapSetStdTool( int nId, const std::string& sToolName, double dLen, double dDiam, double dCornR) ; +EXE_EXPORT bool ExeVolZmapSetAdvTool( int nId, const std::string& sToolName, + double dLen, double dDiam, double dTipLen, double dTipDiam, double dCornR) ; EXE_EXPORT bool ExeVolZmapMillingStep( int nId, const Point3d& ptPs, const Vector3d& vtDs, const Point3d& ptPe, const Vector3d& vtD, int nRefTypee) ; EXE_EXPORT bool ExeVolZmapGetDepth( int nId, const Point3d& ptP, const Vector3d& vtDir, int nRefType,