mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
18 lines
408 B
Plaintext
Executable File
18 lines
408 B
Plaintext
Executable File
|
|
puts "========================"
|
|
puts "BUC61040"
|
|
puts " OCC374 "
|
|
puts "========================"
|
|
puts ""
|
|
####################################
|
|
##Offset surface from bspline surface is not correct
|
|
####################################
|
|
restore [locate_data_file OCC374.draw] su
|
|
|
|
offset su1 su 1
|
|
|
|
mkface result su1
|
|
|
|
checkprops result -s 7960.45
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|