Include :

- aggiunti prototipi funzione EraseFins per gli Zmap.
This commit is contained in:
Riccardo Elitropi
2026-03-19 18:47:03 +01:00
parent c879b37f7d
commit fac9c9cbc7
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -748,6 +748,7 @@ EXE_EXPORT bool ExeCutVolZmapPlane( int nId, const Point3d& ptOn, const Vector3d
EXE_EXPORT bool ExeUpdateVolZmapByAddingSurfTm( int nVolZmapId, int nStmId) ;
EXE_EXPORT bool ExeUniformVolZmap( int nVolZmapId, double dToler, bool bExtensionFirst, int nToolNum) ;
EXE_EXPORT bool ExeVolZMapOffset( int nId, double dDist, int nType) ;
EXE_EXPORT bool ExeVolZMapEraseFins( int nVolZMapId, const Vector3d& vtDir, double dThick) ;
// GeomDB Get
EXE_EXPORT bool ExeTextNormVersor( int nId, int nRefId, Vector3d& vtNorm) ;