mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-06 12:47:51 +08:00
0030272: Modeling Algorithms - Incorrect work of gproject
-fix TolU/V for approximation; -fix cutting tool for approximation; -add method Adaptor3d_HSurfaceTool::IsSurfG1. -add test bugs/moddata_3/bug30272
This commit is contained in:
@@ -152,7 +152,7 @@ void BRepAlgo_NormalProjection::SetDefaultParams()
|
||||
{
|
||||
myTol3d = 1.e-4;
|
||||
myTol2d = Pow(myTol3d, 2./3);
|
||||
myContinuity = GeomAbs_C2;
|
||||
myContinuity = GeomAbs_C1;
|
||||
myMaxDegree = 14;
|
||||
myMaxSeg = 16;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user