mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
27 lines
665 B
Plaintext
Executable File
27 lines
665 B
Plaintext
Executable File
puts "TODO OCC11111 ALL: Error: Number of triangles"
|
|
puts "TODO OCC11111 ALL: Error: Number of nodes"
|
|
puts "TODO OCC11111 ALL: Error : The area of result shape is"
|
|
|
|
puts "============"
|
|
puts "OCC21578"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Attached shape is not vizualized in the shaded mode
|
|
######################################################
|
|
|
|
set BugNumber OCC21578
|
|
|
|
restore [locate_data_file OCC21578.brep] result
|
|
|
|
vinit
|
|
tclean result
|
|
vsetdispmode 1
|
|
vdisplay result
|
|
vfit
|
|
|
|
checktrinfo result -tri 231 -nod 236
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|
|
checkprops result -s 0
|
|
checkshape result
|