mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
12 lines
266 B
Plaintext
12 lines
266 B
Plaintext
box b1 0 0 0 1 1 1
|
|
dset a30 atan2(1,2)*180/pi
|
|
dset r sqrt(5)
|
|
box b2 0 0.5 0 1/r r/2 0.5
|
|
trotate b2 0 0.5 0 0 0 1 a30-90
|
|
|
|
bop b1 b2
|
|
bopfuse result
|
|
|
|
checkprops result -s 6.18541
|
|
checkview -display result -2d -otherwise { b1 b2 } -s -path ${imagedir}/${test_image}.png
|