File: L9

package info (click to toggle)
opencascade 7.9.2%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 301,924 kB
  • sloc: cpp: 1,523,264; tcl: 10,159; cs: 5,173; java: 1,554; sh: 1,342; ansic: 827; xml: 699; makefile: 30; javascript: 22
file content (30 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#jap60271
puts "JAP60271"
puts "Can not create a CompSolid using exploded faces of 2 solids in contact."
puts ""
box b1 10 10 10
box b2 5 5 5 

ttranslate b2 0 0 10 

explode b1 F
explode b2 F

bcut res b1_6 b2_5 

explode res F 
sewing se b1_1 b1_2 b1_3 b1_4 b1_5 res_1 b2_5
explode se Sh 
shape Solid1 So 

## mod by pkv f
##add se_1 Solid1 
add se Solid1 
## mod by pkv f

shape result CS
add b2 result
add Solid1 result

checkprops result -s 750
checkview -display result -2d -s -otherwise { b1_6 b2_5 } -path ${imagedir}/${test_image}.png