From 5f55b8e615ee1a29cf35688fc880186e98dcfe1c Mon Sep 17 00:00:00 2001 From: oan Date: Wed, 10 Jul 2019 18:51:08 +0300 Subject: [PATCH] 0026074: BRepMesh_IncrementalMesh meshes a specific shape for a long time Added test case --- tests/bugs/mesh/bug26074 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/bugs/mesh/bug26074 diff --git a/tests/bugs/mesh/bug26074 b/tests/bugs/mesh/bug26074 new file mode 100644 index 0000000000..f77645ccaa --- /dev/null +++ b/tests/bugs/mesh/bug26074 @@ -0,0 +1,19 @@ +puts "=========" +puts "0026074: BRepMesh_IncrementalMesh meshes a specific shape for a long time" +puts "=========" +puts "" + +set ::env(CSF_MeshAlgo) 1 + +restore [locate_data_file bug26074.brep] result +tclean result + +incmesh result 0.01116 -a 15 -parallel +checktrinfo result -tri + +vinit +vsetdispmode 1 +vdefaults -autoTriang 0 +vdisplay result +vfit +checkview -screenshot -3d -path ${imagedir}/${test_image}.png -- 2.39.5