0026742: Update test cases for using checknbshapes procedure instead of global variables
[occt.git] / tests / bugs / modalg_5 / bug23824_3
CommitLineData
a31abc03 1puts "============"
2puts "OCC23824"
3puts "============"
4puts ""
5#######################################################################
6# Bad results of sweep operation when a path curve has unpredictable torsion along its way.
7#######################################################################
8
9set BugNumber OCC23824
10
11restore [locate_data_file bug23824_Case2_Path.brep] spine
12restore [locate_data_file bug23824_Case2_Profile.brep] profile
13
14wire spine spine
15wire profile profile
16
17mksweep spine
18setsweep -DT
19addsweep profile
20
21buildsweep result
22
23set square 848.989
24
a4eba920 25checknbshapes result -vertex 2 -edge 3 -wire 1 -face 1 -shell 1 -solid 0 -compsolid 0 -compound 0 -shape 8
a31abc03 26set 2dviewer 1