EgtExecutor 2.2i3 :

- sostituiti alcuni FALSE con false (come deve essere)
- ora le curve risultato di offset avanzato sono inserite nel DB geometrico in ordine di lunghezza decrescente.
This commit is contained in:
Dario Sassi
2020-09-14 16:37:14 +00:00
parent 5656595353
commit 1497d61024
7 changed files with 11 additions and 7 deletions
+2 -2
View File
@@ -261,7 +261,7 @@ bool
ExeMirror( const INTVECTOR& vIds, const Point3d& ptP, const Vector3d& vtN, int nRefType)
{
IGeomDB* pGeomDB = GetCurrGeomDB() ;
VERIFY_GEOMDB( pGeomDB, FALSE)
VERIFY_GEOMDB( pGeomDB, false)
bool bOk = true ;
// se specularità espressa in locale
if ( nRefType == RTY_LOC) {
@@ -320,7 +320,7 @@ ExeShear( const INTVECTOR& vIds, const Point3d& ptP, const Vector3d& vtN,
const Vector3d& vtDir, double dCoeff, int nRefType)
{
IGeomDB* pGeomDB = GetCurrGeomDB() ;
VERIFY_GEOMDB( pGeomDB, FALSE)
VERIFY_GEOMDB( pGeomDB, false)
bool bOk = true ;
// se stiramento espresso in locale
if ( nRefType == RTY_LOC) {