mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-27 17:30:32 +05:00
0021868: EDF GEOM : Bug with "What is"
This commit is contained in:
parent
00621ab4f3
commit
2a00c4658c
@ -570,9 +570,11 @@ void GEOMAlgo_ShapeInfoFiller::FillEdge(const TopoDS_Shape& aS)
|
|||||||
aPc.SetXYZ(aXYZc);
|
aPc.SetXYZ(aXYZc);
|
||||||
aInfo.SetLocation(aPc);
|
aInfo.SetLocation(aPc);
|
||||||
//
|
//
|
||||||
gp_Vec aVec(aPc, aP2);
|
if ( aLength >= gp::Resolution() ) {
|
||||||
gp_Dir aDir(aVec);
|
gp_Vec aVec(aPc, aP2);
|
||||||
aInfo.SetDirection(aDir);
|
gp_Dir aDir(aVec);
|
||||||
|
aInfo.SetDirection(aDir);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
//modified by NIZNHY-PKV Tue Jul 03 10:19:06 2012t
|
//modified by NIZNHY-PKV Tue Jul 03 10:19:06 2012t
|
||||||
// Line
|
// Line
|
||||||
|
Loading…
Reference in New Issue
Block a user