]> OCCT Git - occt-copy.git/commitdiff
added a test script for the bug 29405 CR29405
authorvkuzin <vitaly.kuzin@opencascade.com>
Fri, 13 Aug 2021 13:36:46 +0000 (16:36 +0300)
committervkuzin <vitaly.kuzin@opencascade.com>
Fri, 13 Aug 2021 13:36:46 +0000 (16:36 +0300)
tests/bugs/modalg_7/bug29405 [new file with mode: 0644]

diff --git a/tests/bugs/modalg_7/bug29405 b/tests/bugs/modalg_7/bug29405
new file mode 100644 (file)
index 0000000..0e6537b
--- /dev/null
@@ -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