From 3eab6283a6eb80be8fc2e936da691131ea5d6fc6 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Fri, 7 Feb 2020 11:52:59 +0000 Subject: [PATCH] Include : - aggiornamento prototipi. --- EXeExecutor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/EXeExecutor.h b/EXeExecutor.h index 9ae8577..aaac181 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -574,6 +574,7 @@ EXE_EXPORT bool ExeArcAngCenter( int nId, double* pdAngDeg) ; EXE_EXPORT bool ExeArcDeltaN( int nId, double* pdDeltaN) ; EXE_EXPORT bool ExeArcNormVersor( int nId, int nRefId, Vector3d& vtNorm) ; EXE_EXPORT bool ExeCurveCompoCenter( int nId, int nSimpCrv, int nRefId, Point3d& ptCen) ; +EXE_EXPORT bool ExeCurveCompoRadius( int nId, int nSimpCrv, double& dRad) ; EXE_EXPORT bool ExeSurfArea( int nId, double& dArea) ; EXE_EXPORT bool ExeSurfVolume( int nId, double& dVol) ; EXE_EXPORT bool ExeSurfFrNormVersor( int nId, int nRefId, Vector3d& vtNorm) ;