mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 01:58:35 +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;
|
||||
for ( int i = 0; i < columns.size(); ++i )
|
||||
bndBox.Add( gpXYZ( columns[i]->front() ));
|
||||
tol2 = bndBox.SquareExtent() * 4 * 1e-4;
|
||||
tol2 = bndBox.SquareExtent() * 1e-5;
|
||||
}
|
||||
|
||||
// Compute transformations
|
||||
|
Loading…
Reference in New Issue
Block a user