EgtInterface 1.5j5 :

- aggiunte funzioni di trasformazione elementi geometrici base (Point, Vector, Frame).
This commit is contained in:
Dario Sassi
2014-10-20 14:02:10 +00:00
parent 46c5fce044
commit 4b52489cf8
11 changed files with 478 additions and 37 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ __stdcall EgtChangeVectorBase( int nId, const double ptB[3])
if ( pGVect == nullptr)
return FALSE ;
// imposto il nuovo punto di base
return ( pGVect->ChangeBase( Point3d( ptB)) ? TRUE : FALSE) ;
return ( pGVect->ChangeBase( ptB) ? TRUE : FALSE) ;
}
//-------------------------------------------------------------------------------