mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024790: Modeling Algorithms - missing intersection curve between two surfaces.
Adaptor3d/Adaptor3d_TopolTool.cxx - increasing minimal nb sample-points for BSpline surfaces.
This commit is contained in:
@@ -881,7 +881,9 @@ void Adaptor3d_TopolTool::SamplePnts(const Standard_Real theDefl,
|
|||||||
// case GeomAbs_BSplineSurface: {
|
// case GeomAbs_BSplineSurface: {
|
||||||
if(typS == GeomAbs_BSplineSurface) {
|
if(typS == GeomAbs_BSplineSurface) {
|
||||||
// Processing BSpline surface
|
// Processing BSpline surface
|
||||||
BSplSamplePnts(theDefl, theNUmin, theNVmin);
|
Standard_Integer aNUmin = (Standard_Integer)(1.2 * theNUmin);
|
||||||
|
Standard_Integer aNVmin = (Standard_Integer)(1.2 * theNVmin);
|
||||||
|
BSplSamplePnts(theDefl, aNUmin, aNVmin);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Reference in New Issue
Block a user