mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03: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
|