0021114: EDF 1736 SMESH: Problem with 3D extrusion

decrease tolerance at checking transformation
This commit is contained in:
eap 2011-01-28 13:33:22 +00:00
parent 8b075049f9
commit facae4f797

View File

@ -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