mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
18 lines
500 B
Plaintext
18 lines
500 B
Plaintext
puts "================"
|
|
puts "0031449: Mesh - BRepMesh works too long and produces many free nodes on a valid face"
|
|
puts "================"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug31449_face_loopback_M.brep] result
|
|
|
|
incmesh result 0.0001
|
|
|
|
set info_good [tricheck result]
|
|
if { [string compare $info_good "" ] != 0 } {
|
|
puts "Error : something weird has been produced, like free nodes, or links"
|
|
}
|
|
|
|
checktrinfo result -tri 65 -nod 67
|
|
|
|
checkview -display result -3d -path ${imagedir}/${test_image}.png
|