mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-09 22:28:13 +08: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:
@@ -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
|
||||
Reference in New Issue
Block a user