mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
* Test case has been added * Adjust mesh characteristics in test cases according to changes in issue #27537
21 lines
529 B
Plaintext
Executable File
21 lines
529 B
Plaintext
Executable File
puts "TODO OCC12345 ALL: Error : The area of result shape is"
|
|
#puts "TODO OCC12345 ALL: Error: Number of triangles"
|
|
#puts "TODO OCC12345 ALL: Error: Number of nodes"
|
|
|
|
puts "========================"
|
|
puts " OCC287 "
|
|
puts "========================"
|
|
|
|
restore [locate_data_file shading_170.brep] result
|
|
checkshape result
|
|
|
|
tclean result
|
|
isos result 0
|
|
incmesh result .1
|
|
triangles result
|
|
|
|
checktrinfo result -tri !604 -nod !363
|
|
checkprops result -s 0
|
|
checkshape result
|
|
checkview -display result -3d -path ${imagedir}/${test_image}.png
|