mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
0029175: BRepOffsetAPI_MakeOffset problem
The problem is fixed by the fix for the issue #29162. Creating test case for the issue.
This commit is contained in:
parent
e7384fd437
commit
0ccd71060a
20
tests/bugs/modalg_7/bug29175
Normal file
20
tests/bugs/modalg_7/bug29175
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
puts "========"
|
||||||
|
puts "OCC29175"
|
||||||
|
puts "========"
|
||||||
|
puts ""
|
||||||
|
#################################################
|
||||||
|
# BRepOffsetAPI_MakeOffset problem
|
||||||
|
#################################################
|
||||||
|
|
||||||
|
restore [locate_data_file bug29175_Face.brep] f
|
||||||
|
mkoffset result f 1 40
|
||||||
|
|
||||||
|
checkshape result_1
|
||||||
|
checknbshapes result_1 -vertex 24 -edge 24 -wire 3
|
||||||
|
checkprops result_1 -l 8339.73
|
||||||
|
|
||||||
|
smallview
|
||||||
|
don f result_1
|
||||||
|
fit
|
||||||
|
|
||||||
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|
Loading…
x
Reference in New Issue
Block a user