0027322: geom/revolution_00/A1: Incorrect pcurve creation
[occt.git] / tests / bugs / modalg_5 / bug25232_8
CommitLineData
92ae0f2f 1puts "============"
2puts "OCC25232"
3puts "============"
4puts ""
5#########################################################################
6# Functionality to create solids from set of shapes
7#########################################################################
8
9cylinder cyl 10
10trimv cyl cyl -20 20
11mkface fcyl cyl
12cone con 45 0
13trimv con1 con 0 15
14trimv con2 con -15 0
15mkface fcon1 con1
16mkface fcon2 con2
17plane pl 0 0 15 0 0 1
18mkface fp pl -15 15 -15 15
19sphere sph 0 0 0 12
20mkface fsph sph
21
22trimv con3 con 0 30
23mkface fcon3 con3
24mkvolume result fcon3 fp
25# 1 solid created
26
58cf74e0 27checkprops result -s 1706.51
28checkshape result
92ae0f2f 29
fa6d1712 30checknbshapes result -vertex 5 -edge 6 -wire 2 -face 2 -shell 1 -solid 1 -compsolid 0 -compound 0 -shape 17
5747059b 31checkview -display result -2d -path ${imagedir}/${test_image}.png