mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0029780: [REGRESSION] Shape Healing - Operator FixShape failed with exception
Method ShapeFix_Wire::FixNotchedEdges() is corrected to handle the case of closed notched edges: on such edges split parameter may fall to wrong end of the curve due to projection.
This commit is contained in:
@@ -490,7 +490,7 @@ static unsigned int __stdcall CpuFunc (void * /*param*/)
|
||||
aTimer.Stop();
|
||||
if (IsDebuggerPresent())
|
||||
{
|
||||
std::cout << "ERROR: CPU limit (" << CPU_LIMIT << " sec) has been reached but ignored because of attached Debugger" << std::endl;
|
||||
std::cout << "Info: CPU limit (" << CPU_LIMIT << " sec) has been reached but ignored because of attached Debugger" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
else
|
||||
@@ -504,7 +504,7 @@ static unsigned int __stdcall CpuFunc (void * /*param*/)
|
||||
aTimer.Stop();
|
||||
if (IsDebuggerPresent())
|
||||
{
|
||||
std::cout << "ERROR: Elapsed limit (" << CPU_LIMIT << " sec) has been reached but ignored because of attached Debugger" << std::endl;
|
||||
std::cout << "Info: Elapsed limit (" << CPU_LIMIT << " sec) has been reached but ignored because of attached Debugger" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user