mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-10 15:57:26 +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() ||
|
if ( fabs(anAngle) <= gp::Resolution() ||
|
||||||
fabs(anAngle - PI) <= gp::Resolution() )
|
fabs(anAngle - PI) <= gp::Resolution() )
|
||||||
return false;
|
return false;
|
||||||
//thePlane = gp_Pln( gp_Pnt(aXYZ), aDir1^ aDir2);
|
thePlane = gp_Pln( gp_Pnt(aXYZ), aDir1^ aDir2);
|
||||||
thePlane = gp_Pln( gp_Pnt(aXYZ), gp_Dir(0,0,1));
|
|
||||||
}
|
}
|
||||||
catch (Standard_Failure) {
|
catch (Standard_Failure) {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user