mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-10 11:34:06 +03:00
Added Prs3d_ToolTorus tool to create a torus Added DRAW commands: - vtorus - vcylinder - vsphere Added test cases: - v3d/quadric/torus - v3d/quadric/cylinder - v3d/quadric/sphere
11 lines
192 B
Plaintext
11 lines
192 B
Plaintext
puts "================================"
|
|
puts "Prs3d_ToolSphere - create sphere"
|
|
puts "================================"
|
|
|
|
# complete sphere
|
|
vsphere s 10
|
|
|
|
vfit
|
|
|
|
vdump $imagedir/${casename}.png
|