Part: fix shape projection of complex BSpline curves

This commit is contained in:
tomate44
2024-04-17 11:13:28 +02:00
committed by wwmayer
parent f281e3ef7f
commit efc6fd87a4

View File

@@ -2309,7 +2309,7 @@ PyObject* TopoShapePy::project(PyObject *args)
algo.Compute3d(Standard_True);
algo.SetLimit(Standard_True);
algo.SetParams(1.e-6, 1.e-6, GeomAbs_C1, 14, 16);
algo.SetParams(1.e-6, 1.e-6, GeomAbs_C1, 14, 10000);
//algo.SetDefaultParams();
algo.Build();
return new TopoShapePy(new TopoShape(algo.Projection()));