mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08: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
|