1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/mesh/bug30234
nbv 1f17d5fbf7 0030234: BRepMesh_IncrementalMesh fail to discretize some zero-length free edges
Test case for the issue has been created.
This problem is fixed by the patch #30345.
2018-11-11 11:34:31 +03:00

16 lines
277 B
Plaintext

puts "======="
puts "0030234: BRepMesh_IncrementalMesh fail to discretize some zero-length free edges"
puts "======="
puts ""
circle cc 0 0 0 0
dump cc
mkedge result cc
checknbshapes result -edge 1 -vertex 1
incmesh result 0.005 -relative
checktrinfo result -tri 0 -nod 0