0020432: EDF 1029 GEOM : Fillet 1D - correct debug version

This commit is contained in:
ptv 2009-08-18 11:39:14 +00:00
parent 3f0d846753
commit d649b3a70f

View File

@ -119,8 +119,7 @@ static Standard_Boolean takePlane( const TopoDS_Edge& theE1,
if ( fabs(anAngle) <= gp::Resolution() ||
fabs(anAngle - PI) <= gp::Resolution() )
return false;
//thePlane = gp_Pln( gp_Pnt(aXYZ), aDir1^ aDir2);
thePlane = gp_Pln( gp_Pnt(aXYZ), gp_Dir(0,0,1));
thePlane = gp_Pln( gp_Pnt(aXYZ), aDir1^ aDir2);
}
catch (Standard_Failure) {
return false;