From 1f17d5fbf72c702b4bda0aaaae931f0e5cbc1c44 Mon Sep 17 00:00:00 2001 From: nbv Date: Thu, 8 Nov 2018 15:18:16 +0300 Subject: [PATCH] 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. --- tests/bugs/mesh/bug30234 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/bugs/mesh/bug30234 diff --git a/tests/bugs/mesh/bug30234 b/tests/bugs/mesh/bug30234 new file mode 100644 index 0000000000..54e4fdf30d --- /dev/null +++ b/tests/bugs/mesh/bug30234 @@ -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