mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08:00
10 lines
238 B
Plaintext
10 lines
238 B
Plaintext
box b1 0 0 0 1 1 1
|
|
nurbsconvert b1 b1
|
|
dset r sqrt(2)/2
|
|
box b2 0 0 0 r r 1
|
|
trotate b2 0 0 0 0 0 1 45
|
|
|
|
bcut result b1 b2
|
|
checkprops result -s 5.91421
|
|
checkview -display result -2d -s -otherwise { b1 b2 } -path ${imagedir}/${test_image}.png
|