mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 11:06:26 +08: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
19 lines
280 B
Plaintext
19 lines
280 B
Plaintext
# test script on make volume operation
|
|
# sphere
|
|
|
|
# spherical face
|
|
sphere sph_f1 0 0 0 0 0 1 550
|
|
erase sph_f1
|
|
mkface f1 sph_f1
|
|
|
|
# spherical face
|
|
sphere sph_f2 0 0 0 0 0 1 510
|
|
erase sph_f2
|
|
mkface f2 sph_f2
|
|
|
|
# make volume operation
|
|
mkvolume result f1 f2
|
|
|
|
set square 1.03384e+007
|
|
|