mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0023625: New functionality building reflect lines on a shape
Adding test case for this fix; Small corrections
This commit is contained in:
@@ -1288,7 +1288,8 @@ void Contap_ContourGen::Perform
|
||||
//jag 940616 SFunc.Set(1.e-8); // tolerance sur la fonction
|
||||
mySFunc.Set(Precision::Confusion()); // tolerance sur la fonction
|
||||
|
||||
solrst.Perform(myAFunc,Domain,TolArc,TolArc);
|
||||
Standard_Boolean RecheckOnRegularity = Standard_True;
|
||||
solrst.Perform(myAFunc,Domain,TolArc,TolArc,RecheckOnRegularity);
|
||||
|
||||
if (!solrst.IsDone()) {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user