0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_5 / bug25232_4
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
22mkvolume result fcyl fcon1 fcon2 fp fsph
23# 7 solids created
24
58cf74e0 25checkprops result -s 6725.11
26checkshape result
92ae0f2f 27
a4eba920 28checknbshapes result -vertex 12 -edge 26 -wire 14 -face 14 -shell 7 -solid 7 -compsolid 0 -compound 1 -shape 81
5747059b 29checkview -display result -2d -path ${imagedir}/${test_image}.png