EgtInterface 1.6v8 :
- aggiunte in interfaccia EgtVerifyRawPartCurrPhase, EgtVerifyFixture e EgtGetPlaneSnapPoint.
This commit is contained in:
+2
-2
@@ -231,7 +231,7 @@ __stdcall EgtCurveIsFlat( int nId, double vtN[3], double* pdDist)
|
||||
return FALSE ;
|
||||
VEC_FROM_3D( vtN, Plane.vtN)
|
||||
*pdDist = Plane.dDist ;
|
||||
return true ;
|
||||
return TRUE ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
@@ -252,7 +252,7 @@ __stdcall EgtCurveArea( int nId, double vtN[3], double* pdDist, double* pdArea)
|
||||
return FALSE ;
|
||||
VEC_FROM_3D( vtN, Plane.vtN)
|
||||
*pdDist = Plane.dDist ;
|
||||
return true ;
|
||||
return TRUE ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user