From 5b6d056eb934e6b42f18bc3ba749bf431d1421d1 Mon Sep 17 00:00:00 2001 From: Daniele Bariletti Date: Wed, 22 May 2024 17:19:32 +0200 Subject: [PATCH] Include : - aggiunta la funzione SetSmoothAngle per superfici Trimesh. --- EXeExecutor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/EXeExecutor.h b/EXeExecutor.h index 53bbeb1..4701f47 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -653,6 +653,7 @@ EXE_EXPORT bool ExeSurfTmResetTwoColors( int nId) ; EXE_EXPORT bool ExeSurfTmSetShowEdges( int nId, bool bShow) ; EXE_EXPORT bool ExeSurfTmGetShowEdges( int nId, bool& bShow) ; EXE_EXPORT bool ExeSurfBzTrim( int nId, int nCutterId) ; +EXE_EXPORT bool ExeSurfTmSetSmoothAng( int nId, double dAngDeg) ; // GeomDb Volume Modify EXE_EXPORT int ExeExplodeVolume( int nId, int* pnCount) ;