mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Multiple changes in BRepOffset_MakeOffset algorithm: - correct fusing vertices; - correct building intersection edges; - correct intersecting new edges in 2D; - correct building wire on a new face; - correct building history.
18 lines
479 B
Plaintext
18 lines
479 B
Plaintext
puts "============================================"
|
|
puts "OCC31845: BRepOffsetAPI_MakeThickSolid fails"
|
|
puts "============================================"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug31845_1.brep] a
|
|
|
|
explode a f
|
|
|
|
offsetparameter 1e-7 p i
|
|
offsetload a -0.2 a_5 a_6
|
|
offsetperform result
|
|
|
|
checkshape result
|
|
checkprops result -s 388.879
|
|
checknbshapes result -t -edge 24 -wire 12 -face 10 -shell 1 -solid 1
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|