mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
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.
This commit is contained in:
parent
0f16fd3cec
commit
1f17d5fbf7
15
tests/bugs/mesh/bug30234
Normal file
15
tests/bugs/mesh/bug30234
Normal file
@ -0,0 +1,15 @@
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user