mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-01 10:26:12 +03:00
0025920: BRepAlgoAPI_Fuse makes invalid result
The command OCC426 for test case bugs modalg_2 bug426 has been modified in order to make the test passed. The modification concerns only the old Boolean operation branch (BRepAlgo_Fuse).
This commit is contained in:
parent
946e65b9c5
commit
bb2cf06962
@ -127,7 +127,7 @@ static Standard_Integer OCC426 (Draw_Interpretor& di, Standard_Integer argc, con
|
|||||||
di << "fuse32 = BRepAlgo_Fuse(rs3, rs2)\n";
|
di << "fuse32 = BRepAlgo_Fuse(rs3, rs2)\n";
|
||||||
di << "fuse321 = BRepAlgo_Fuse(fuse32, rs1)\n";
|
di << "fuse321 = BRepAlgo_Fuse(fuse32, rs1)\n";
|
||||||
fuse32 = BRepAlgo_Fuse(rs3, rs2);
|
fuse32 = BRepAlgo_Fuse(rs3, rs2);
|
||||||
fuse321 = BRepAlgo_Fuse(fuse32, rs1);
|
fuse321 = BRepAlgo_Fuse(rs1, fuse32);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Give the mass claculation of the shpae "fuse321"
|
//Give the mass claculation of the shpae "fuse321"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user