mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
16 lines
535 B
Plaintext
Executable File
16 lines
535 B
Plaintext
Executable File
puts "============"
|
|
puts "CR23394"
|
|
puts "============"
|
|
puts ""
|
|
##########################################################################################################
|
|
# Problem with BRepOffset_MakeOffset on a cylindrical face
|
|
##########################################################################################################
|
|
|
|
restore [locate_data_file bug23394_Circular_tube.brep] sh1
|
|
|
|
thickshell result sh1 5
|
|
|
|
checkprops result -s 128648
|
|
checkshape result
|
|
checkview -display result -3d -path ${imagedir}/${test_image}.png
|