mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
19 lines
432 B
Plaintext
Executable File
19 lines
432 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC25930"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# thickness of spherical cap is invalid
|
|
######################################################
|
|
|
|
psphere Sphere 5 -90 40 360
|
|
explode Sphere F
|
|
|
|
offsetparameter 1e-7 p a
|
|
offsetload Sphere -1 Sphere_2
|
|
offsetperform Thickness
|
|
|
|
checkshape Thickness
|
|
|
|
checkview -display Thickness -2d -path ${imagedir}/${test_image}.png
|