Merge remote-tracking branch 'origin/master' into SaraP

This commit is contained in:
SaraP
2021-08-04 10:51:44 +02:00
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ class __declspec( novtable) ISurfTriMesh : public ISurf
virtual bool CreateByScrewing( const PolyLine& PL, const Point3d& ptAx, const Vector3d& vtAx,
double dAngRot, double dStepRot, double dMove) = 0 ;
virtual bool DoCompacting( double dTol = EPS_SMALL) = 0 ;
virtual bool DoSewing( const ISurfTriMesh& stmOther, const Frame3d& frOther = GLOB_FRM) = 0 ;
virtual bool DoSewing( const ISurfTriMesh& stmOther, const Frame3d& frOther = GLOB_FRM, double dTol = 2 * EPS_SMALL) = 0 ;
virtual int GetVertexCount( void) const = 0 ;
virtual int GetTriangleCount( void) const = 0 ;
virtual int GetTriangleCount( int nTFlag) const = 0 ;
+3 -3
View File
@@ -1,7 +1,7 @@
//----------------------------------------------------------------------------
// EgalTech 2015-2020
// EgalTech 2015-2021
//----------------------------------------------------------------------------
// File : EgtKeyCodes.h Data : 04.08.20 Versione : 2.2h1
// File : EgtKeyCodes.h Data : 31.07.21 Versione : 2.3h1
// Contenuto : Costanti per codici di protezione librerie di base.
//
//
@@ -21,7 +21,7 @@
//----------------------------------------------------------------------------
const int KEY_BASELIB_PROD = 207 ;
const int KEY_BASELIB_VER = 2307 ;
const int KEY_BASELIB_VER = 2308 ;
const int KEY_BASELIB_LEV = 1 ;
//----------------------------------------------------------------------------