EgtInterface 1.8j4 :
- aggiustamenti per modifiche a Plane3d.
This commit is contained in:
+1
-1
@@ -247,7 +247,7 @@ __stdcall EgtGetPlaneSnapPoint( int nWinX, int nWinY, const double vtN[3], doubl
|
||||
{
|
||||
if ( ptP == nullptr)
|
||||
return FALSE ;
|
||||
Plane3d Plane ; Plane.vtN = vtN ; Plane.dDist = dDist ;
|
||||
Plane3d Plane ; Plane.Set( dDist, vtN) ;
|
||||
Point3d ptTmp ;
|
||||
if ( ! ExeGetPlaneSnapPoint( nWinX, nWinY, Plane, ptTmp))
|
||||
return FALSE ;
|
||||
|
||||
Reference in New Issue
Block a user