mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
21 lines
514 B
Plaintext
21 lines
514 B
Plaintext
puts "============"
|
|
puts "OCC25354"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Intersection operation
|
|
#######################################################################
|
|
|
|
# Case 40
|
|
|
|
vertex b1 4 0 0
|
|
vertex ba 0 0 0
|
|
vertex bb 10 0 0
|
|
edge b2 ba bb
|
|
|
|
bop b1 b2
|
|
bopsection result
|
|
|
|
checknbshapes result -vertex 1 -edge 0 -wire 0 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 2
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|