mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
16 lines
353 B
Plaintext
16 lines
353 B
Plaintext
#clear
|
|
#dall
|
|
restore [locate_data_file CTO907_topo002-o1.brep] coque1
|
|
restore [locate_data_file CTO907_topo002-o2.brep] coque2
|
|
|
|
## pkv f
|
|
explode coque1 sh
|
|
explode coque2 sh
|
|
bop coque1_1 coque2_1
|
|
## pkv t
|
|
|
|
bopfuse result
|
|
|
|
checkprops result -s 3950.89
|
|
checkview -display result -2d -otherwise { coque1_1 coque2_1 } -s -path ${imagedir}/${test_image}.png
|