1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
puts "================"
puts "OCC26008"
puts "================"
puts ""
#######################################################################
# [OCCT 6.8.0 regression] BRepFeat_SplitShape returns invalid shapes
#######################################################################
sphere ss1 78.4160443343, 8.94293392454, 70.9553808628 6.5
sphere ss2 82.5593917073, 4.52613090823, 76.3299967 3.5
mkface f1 ss1
mkface f2 ss2
bopcurves f1 f2 -2d
view 1 -2D- 465 20 400 400
2dfit
xwd $imagedir/${test_image}.png
|