mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-25 01:52:04 +05:00
0021114: EDF 1736 SMESH: Problem with 3D extrusion
decrease tolerance at checking transformation
This commit is contained in:
parent
8b075049f9
commit
facae4f797
@ -1689,7 +1689,7 @@ bool StdMeshers_PrismAsBlock::GetLayersTransformation(vector<gp_Trsf> & trsf) co
|
|||||||
Bnd_B3d bndBox;
|
Bnd_B3d bndBox;
|
||||||
for ( int i = 0; i < columns.size(); ++i )
|
for ( int i = 0; i < columns.size(); ++i )
|
||||||
bndBox.Add( gpXYZ( columns[i]->front() ));
|
bndBox.Add( gpXYZ( columns[i]->front() ));
|
||||||
tol2 = bndBox.SquareExtent() * 4 * 1e-4;
|
tol2 = bndBox.SquareExtent() * 1e-5;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Compute transformations
|
// Compute transformations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user