mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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
|