mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
16 lines
339 B
Plaintext
16 lines
339 B
Plaintext
# pro15545
|
|
|
|
restore [locate_data_file CTO909_coque1.brep] c1
|
|
explode c1 sh
|
|
renamevar c1_1 c1
|
|
|
|
restore [locate_data_file CTO909_coque2.brep] c2
|
|
explode c2 sh
|
|
renamevar c2_1 c2
|
|
|
|
bsection result c1 c2
|
|
|
|
checkprops result -l 575.501
|
|
checksection result
|
|
checkview -display result -2d -otherwise { c1 c2 } -l -path ${imagedir}/${test_image}.png
|