mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
16 lines
348 B
Plaintext
16 lines
348 B
Plaintext
# Original bug : ger60224
|
|
# Date : 24June98
|
|
|
|
restore [locate_data_file CTO900_ger60224-part.rle] a
|
|
restore [locate_data_file ger60224-tool.rle] w
|
|
|
|
mkplane w w
|
|
prism p1 w 0 100 0
|
|
prism p2 w 0 -100 0
|
|
|
|
bfuse b p1 p2
|
|
|
|
bcut result a b
|
|
checkprops result -s 60037.4
|
|
checkview -display result -2d -s -otherwise { a b } -path ${imagedir}/${test_image}.png
|