1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
occt/tests/bugs/modalg_5/bug23932_1

26 lines
643 B
Plaintext

puts "============"
puts "OCC23932"
puts "============"
puts ""
######################################################
# Standard_NoSuchObject thrown computing section between two cylinders - new to 6.6.0
######################################################
set PI 3.1415926535897932
#first face
cylinder s1 538.57646417050069, 347.77316708315834, 183.37500000000000 0 -1 0 1 0 0 44.194173824159222
trimu s1t s1 0 $PI
mkface b1 s1t
#second face
cylinder s2 859.00000000000011 463.75990629028450 80.865093709715211 -1 0 0 0 -1 0 186.78835506149036
trimu s2t s2 0 $PI
mkface b2 s2t
#section
bop b1 b2
bopsection result
set length 326.401