mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
pcylinder b1 1 2
|
|
dset r sqrt(2)/2
|
|
box b2 -r -r 0 2*r 2*r 1
|
|
|
|
bop b1 b2
|
|
bopcommon result
|
|
|
|
checkprops result -s 9.65685
|
|
checkview -display result -2d -otherwise { b1 b2 } -s -path ${imagedir}/${test_image}.png
|