mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Added subgroups volumemaker, gdml_private and gdml_public Moved scripts from public repository ti test cases Added more TODOs to unstable test cases Small corrections for unstable test cases
35 lines
823 B
Plaintext
35 lines
823 B
Plaintext
# test script for revol_rect_plain.prt.gdml file
|
|
compound result
|
|
|
|
# cylinder
|
|
plane pln_sh4882DC0 -0 -0 -381 0 0 1 1 0 0
|
|
erase pln_sh4882DC0
|
|
pcylinder sh4882DC0 pln_sh4882DC0 635 762 360
|
|
settolerance sh4882DC0 7.6199999999999999e-006
|
|
|
|
# cylinder
|
|
plane pln_sh4882340 -0 -0 -381 0 0 1 1 0 0
|
|
erase pln_sh4882340
|
|
pcylinder sh4882340 pln_sh4882340 127 762 360
|
|
settolerance sh4882340 7.6199999999999999e-006
|
|
|
|
# copy shape
|
|
copy sh4882340 sh4882340_copy
|
|
|
|
# shape transformation
|
|
trotate sh4882340_copy 0 0 0 -1 0 0 90
|
|
ttranslate sh4882340_copy 63.5 0 254
|
|
|
|
# copy shape
|
|
copy sh4882DC0 sh4882DC0_copy
|
|
|
|
# shape transformation
|
|
trotate sh4882DC0_copy 0 0 0 -1 0 0 90
|
|
ttranslate sh4882DC0_copy 63.5 0 254
|
|
|
|
# cut operation
|
|
bcut sh4AE56C0 sh4882DC0_copy sh4882340_copy; copy sh4AE56C0 sh4AE56C0_copy
|
|
|
|
# result
|
|
add sh4AE56C0_copy result
|