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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user