Include :

- aggiunto parametro alla chiamata a CreateFromTriMesh.
This commit is contained in:
Daniele Bariletti
2026-07-20 13:09:50 +02:00
parent 403f7963fe
commit 409c28e65a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -441,7 +441,7 @@ EXE_EXPORT int ExeCreateVolZmap( int nParentId, const Point3d& ptIni, double dD
EXE_EXPORT int ExeCreateVolZmapEmpty( int nParentId, const Point3d& ptIni, double dDimX,
double dDimY, double dDimZ, double dPrec, bool bTriDex, int nRefType) ;
EXE_EXPORT int ExeCreateVolZmapByRegionExtrusion( int nParentId, int nSfrId, double dDimZ, double dPrec, bool bTriDex) ;
EXE_EXPORT int ExeCreateVolZmapFromSurfTm( int nParentId, int nStmId, double dPrec, bool bTriDex, double dExtraBox = 0) ;
EXE_EXPORT int ExeCreateVolZmapFromSurfTm( int nParentId, int nStmId, double dPrec, bool bTriDex, double dExtraBox = 0, bool bForceClosed = false) ;
// GeomDB PartLayer
EXE_EXPORT bool ExeIsPart( int nPartId) ;