mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
26 lines
842 B
Plaintext
Executable File
26 lines
842 B
Plaintext
Executable File
puts "TODO OCC11111 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
|
puts "TODO OCC11111 ALL: Error : is WRONG because number of"
|
|
puts "TODO OCC11111 ALL: Error : The area of result shape is"
|
|
|
|
puts "================"
|
|
puts "OCC21060"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################################
|
|
# Triangulatiom fails on non-manifold face with Sl wire
|
|
######################################################################################
|
|
|
|
set BugNumber OCC21060
|
|
|
|
restore [locate_data_file OCC21060-A9_205.brep] result
|
|
vinit
|
|
vsetdispmode 1
|
|
vdisplay result
|
|
vfit
|
|
|
|
checkprops result -s 12
|
|
checkshape result
|
|
|
|
checknbshapes result -vertex 4 -edge 4 -wire 2 -face 2 -shell 1 -solid 0 -compsolid 0 -compound 0 -shape 13
|
|
checkview -display result -3d -path ${imagedir}/${test_image}.png
|