1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0027822: Exception access violation is raised in BRepOffsetAPI_MakePipeShell during of build

New public method IsDone() is added to abstract class BRepFill_SectionLaw.

Test case bugs/modlag_6/bug27822 has been added
This commit is contained in:
jgv
2016-09-19 13:35:27 +03:00
committed by bugmaster
parent aea33d0ab8
commit 5da005403b
6 changed files with 48 additions and 0 deletions

View File

@@ -360,6 +360,7 @@ BRepFill_NSections::BRepFill_NSections(const TopTools_SequenceOfShape& S,
}
myParams = par;
Init(par,Build);
myDone = Standard_True;
}
//=======================================================================
@@ -399,7 +400,10 @@ BRepFill_NSections::BRepFill_NSections(const TopTools_SequenceOfShape& S,
VFirst = VF;
VLast = VL;
Init(P,Build);
myDone = Standard_True;
}
else
myDone = Standard_False;
}
//=======================================================================