mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
18 lines
328 B
Plaintext
Executable File
18 lines
328 B
Plaintext
Executable File
|
|
puts "========"
|
|
puts "OCC217"
|
|
puts "========"
|
|
|
|
##########################################
|
|
##nurbsconvert problem
|
|
##########################################
|
|
|
|
box b -5 -5 -5 10 10 10
|
|
psphere s 6
|
|
|
|
bfuse result s b
|
|
checkshape result
|
|
|
|
checkprops result -s 618.85
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|