mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
25 lines
532 B
Plaintext
Executable File
25 lines
532 B
Plaintext
Executable File
|
|
puts "========================"
|
|
puts " OCC423 "
|
|
puts "(case 2)"
|
|
puts "========================"
|
|
puts ""
|
|
|
|
restore [locate_data_file pro15515_base.rle] base
|
|
checkshape base
|
|
|
|
restore [locate_data_file pro15515_face.rle] cont
|
|
checkshape cont
|
|
|
|
explode base face
|
|
copy base_4 ffrom
|
|
copy base_3 funtil
|
|
|
|
### From Until
|
|
featrevol base cont cont 54.06494140625 70.2841796875 0 0 0 1 1 1
|
|
featperform revol result funtil ffrom
|
|
|
|
checkprops result -s 560028.
|
|
checkshape result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|