Workaround poor performance of the new mesher in OCC 6.5.0 with B-spline surfaces
The new mesher in OCC 6.5.0 is more robust, but also produces much
larger meshes on B-spline surfaces. Until this bug is fixed, it
seems better to use the generic procedure.
Patch provided by Jérôme Robert.
See http://www.opencascade.org/org/forum/thread_20076/
Gbp-Pq: Topic submitted
Gbp-Pq: Name workaround-bug-mesher.patch
}
}
}
- else if (thetype == GeomAbs_BezierSurface || thetype == GeomAbs_BSplineSurface)
+ else if (false /* See http://www.opencascade.org/org/forum/thread_20076/ thetype == GeomAbs_BezierSurface || thetype == GeomAbs_BSplineSurface */)
{
Standard_Integer i, j;