PAL16567(problem with extrusion 3D, Propagation 2D when the source fase isn't planar)

-  int    myFaceIndex = -1;
-  double myFaceParam = 0.;
+  myFaceIndex = -1;
+  myFaceParam = 0.;
This commit is contained in:
eap 2007-09-26 10:01:26 +00:00
parent 86f7d569d9
commit 188056a142

View File

@ -726,8 +726,8 @@ bool SMESH_Block::ComputeParameters(const gp_Pnt& thePoint,
start = *bestParam;
}
int myFaceIndex = -1;
double myFaceParam = 0.;
myFaceIndex = -1;
myFaceParam = 0.;
if ( isOnFace ) {
// put a point on the face
for ( int iCoord = 0; iCoord < 3; iCoord++ )