mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
BRepOffset_MakeOffset.cxx - tolerance control for building planar faces is implemented, updating tolerance for initial entities is avoided BRepAlgo_Loop.cxx - "total" setting tolerance 0.001 is removing BRepLib.cxx - checking of "locked" for vertex is removing in static function UpdShTol QABugs_20.cxx - add new command OCC26441 for checking tolerance differenses between two "identical" shapes tests/bugs/modalg_7/bug30054 - case now is "BAD", because really result shape is invalid: many faces has not closed wires with huge gaps between ends of edges. Result was "OK" only because tolerances of vertices were increased by algorithm to cover all gaps. tests/bugs/modalg_8/bug26441 - new test case added Other test: B3, C8, A7, C8: they were "BAD" and now are "BAD", only some problems are changed.
20 lines
639 B
Plaintext
20 lines
639 B
Plaintext
puts "================================================="
|
|
puts "0030054: BRepOffset_MakeOffset fails to build joints in intersection mode"
|
|
puts "================================================="
|
|
puts ""
|
|
puts "TODO OCC33166 ALL: Faulty shapes"
|
|
restore [locate_data_file bug30054.brep] a
|
|
|
|
thickshell result a 1 i
|
|
|
|
checkshape result
|
|
|
|
checknbshapes result -vertex 16 -edge 28 -wire 14 -face 14 -t
|
|
checkprops result -s 1361.56
|
|
|
|
vdisplay result
|
|
vsetdispmode 1
|
|
vviewparams -scale 33.8198 -proj -0.185982 0.955207 0.230198 -up 0.223301 -0.187064 0.956631 -at 0.279032 2.94652 11.8154
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|