0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / modalg_6 / bug28261
CommitLineData
9f2d9736 1puts "========"
2puts "OCC28261"
3puts "========"
4puts ""
5#################################################
6# Chamfer fails on edges placed on quasi-planar cone
7#################################################
8
9brestore [locate_data_file bug28261_face.brep] f
10brestore [locate_data_file bug28261_hexaprism.brep] h
11
12explode f E
13mkcurve c f_1
14cvalue c 0 x y z dx dy dz
15revol rev f $x $y $z $dx $dy $dz 360
16
17bcut r rev h
1d54b807 18savehistory hh
9f2d9736 19
1d54b807 20explode h f
21explode h_7 E
9f2d9736 22
1d54b807 23chamf r r h_7_1 0.1 h_7_2 0.1 h_7_3 0.1 h_7_4 0.1 h_7_5 0.1 h_7_6 0.1
24
25explode rev f
26modified ff hh rev_1
27explode ff e
28
29chamf result r ff_1 0.1 ff_2 0.1 ff_3 0.1 ff_4 0.1 ff_5 0.1 ff_6 0.1 ff_7 0.1
9f2d9736 30
31checkshape result
1d54b807 32checknbshapes result -solid 1 -face 27 -edge 54 -vertex 31
33checkprops result -v 17158.2 -s 4072.76 -deps 1.e-7
34
35checkview -display result -2d -path ${imagedir}/${test_image}.png