the <b>Geometry</b>.
The group names will be the same as the names of geometrical objects.
+\warning It's impossible to create a group of <em>0D elements</em> or <em>ball
+elements</em> with this operation. For this, it is necessary to use
+\ref creating_groups_page "Create Group" operation.
+
To use this operation, select in the \b Mesh menu or in the contextual
menu in the Object browser <b>Create Groups from Geometry</b> item.
}
}
}
- if ( height < 1e-5 * idealHeight && intFace )
+ if ( height < 1e-2 * idealHeight && intFace )
return overlapError( aMesh, NotCheckedFace, intFace, Shape );
}
if ( !intersected[isRev] ) continue;
double pyramidH = Min( height, dist2int[isRev]/3. );
gp_Pnt Papex = PC.XYZ() + tmpDir.XYZ() * (isRev ? -pyramidH : pyramidH);
- if ( pyramidH < 1e-5 * height )
+ if ( pyramidH < 1e-2 * height )
return overlapError( aMesh, face, suspectFaces[ intFaceInd[isRev] ] );
if ( !LimitHeight( Papex, PC, PN, FNodes, aMesh, face, /*UseApexRay=*/false ))