EgtInterface 1.5j5 :
- aggiunte funzioni di trasformazione elementi geometrici base (Point, Vector, Frame).
This commit is contained in:
+1
-1
@@ -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) ;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user