1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0025729: algorith BRepOffset_MakeOffset(...) produces wrong result for join type Intersection

Test case for issue CR25729
This commit is contained in:
ifv
2015-02-12 12:18:56 +03:00
committed by bugmaster
parent 2c12770c38
commit b0091bc929
6 changed files with 177 additions and 91 deletions

View File

@@ -1405,6 +1405,7 @@ void BRepOffset_Offset::Init(const TopoDS_Vertex& Vertex,
for (it.Initialize(LEdge); it.More(); it.Next()) {
sprintf(name,"EOnSph_%d_%d",NbOFFSET,NbEdges++);
#ifdef DRAW
const TopoDS_Shape& CurE = it.Value();
DBRep::Set(name, CurE);
#endif
}