mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-02 21:00:34 +05:00
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:
parent
86f7d569d9
commit
188056a142
@ -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++ )
|
||||
|
Loading…
Reference in New Issue
Block a user