mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
23 lines
704 B
Plaintext
Executable File
23 lines
704 B
Plaintext
Executable File
puts "TODO OCC12345 ALL: Error : is WRONG because number of "
|
|
|
|
puts "============"
|
|
puts "OCC14506"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Wrong section of faces with bspline geometry
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug14506_face1.brep] face1
|
|
restore [locate_data_file bug14506_face2.brep] face2
|
|
|
|
bop face1 face2
|
|
bopsection result
|
|
|
|
checkprops result -l 129.639
|
|
checkshape result
|
|
checksection result
|
|
checknbshapes result -vertex 2 -edge 2 -wire 0 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 5
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|