mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-25 08:50:36 +05:00
0020432: EDF 1029 GEOM : Fillet 1D - correct debug version
This commit is contained in:
parent
3f0d846753
commit
d649b3a70f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user