0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / modalg_5 / bug25704_1
CommitLineData
c7806cb6 1puts "============"
2puts "OCC25704"
3puts "============"
4puts ""
5#######################################################################
6# BRepOffsetAPI_MakeOffset: some customer's cases are processed incorrect
7#######################################################################
8
9circle a 0 0 0 10
10mkedge a a
11wire a a
12
13if [catch { mkoffset resoffset a 1 2. } ] {
14 puts "Error : mkoffset is wrong"
15} else {
16 renamevar resoffset_1 result
17
873c119f 18 set length 75.3982
c7806cb6 19
a4eba920 20 checknbshapes result -vertex 1 -edge 1 -wire 1 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 0 -shape 3
c7806cb6 21}
22
23smallview
24display a
25fit
26set only_screen_axo 1