From: vkuzin Date: Fri, 13 Aug 2021 13:36:46 +0000 (+0300) Subject: added a test script for the bug 29405 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=367307b33a88d400ede484a33336083340b49bf8;p=occt-copy.git added a test script for the bug 29405 --- diff --git a/tests/bugs/modalg_7/bug29405 b/tests/bugs/modalg_7/bug29405 new file mode 100644 index 0000000000..0e6537b62b --- /dev/null +++ b/tests/bugs/modalg_7/bug29405 @@ -0,0 +1,9 @@ +puts "============================================" +puts "OCC29405: Modeling Algorithms - Check normal define status in HLRBRep_Data" +puts "============================================" +puts "" + +pload ALL +ptorus t 17.37 17.37 [dval 2.35*180/pi] +vdisplay t +vcomputehlr t t2 -algotype algo 0 50 0 0 -50 0 0 0 1 \ No newline at end of file