Description:  Draws a Sphere object in the scene under the currently activated Material Group node, or modifies a Sphere if Sphere 'label' already exists.  The arguments start_angle and end_angle are in degrees and specify a sweep about the sphere's theta axis.
 
 
===Line Objects===
 
====box({{ArgTypeString}} label, {{ArgTypeAny}} x0, {{ArgTypeAny}} y0, {{ArgTypeAny}} z0, {{ArgTypeAny}} length, {{ArgTypeAny}} width, {{ArgTypeAny}} height)====
 
''Example:box("my_box",0,0,0,"x",y,100)''
 
Description:  Draws a Box object in the scene under the currently activated Material Group node, or modifies a Box if Box 'label' already exists.
 
====cylinder({{ArgTypeString}} label, {{ArgTypeAny}} x0, {{ArgTypeAny}} y0, {{ArgTypeAny}} z0, {{ArgTypeAny}} radius, {{ArgTypeAny}} height)====
 
''Example:cylinder("cylinder_1",0,0,0,10,100)''
 
Description:  Draws a Cylinder object in the scene under the currently activated Material Group node, or modifies a Cylinder if Cylinder 'label' already exists.
 
====pyramid({{ArgTypeString}} label, {{ArgTypeAny}} x0, {{ArgTypeAny}} y0, {{ArgTypeAny}} z0, {{ArgTypeAny}} base_x, {{ArgTypeAny}} base_y, {{ArgTypeAny}} height)====
 
''Example:pyramid("pyramid_1",0,0,0,10,10,100)''
 
Description:  Draws a Pyramid object in the scene under the currently activated Material Group node, or modifies a Pyramid if Pyramid 'label' already exists.
 
====sphere({{ArgTypeString}} label, {{ArgTypeAny}} x0, {{ArgTypeAny}} y0, {{ArgTypeAny}} z0, {{ArgTypeAny}} radius, {{ArgTypeAny}} start_angle, {{ArgTypeAny}} end_angle)====
 
''Example:sphere("sphere",0,0,0,10,0,180)''
 
Description:  Draws a Sphere object in the scene under the currently activated Material Group node, or modifies a Sphere if Sphere 'label' already exists.  The arguments start_angle and end_angle are in degrees and specify a sweep about the sphere's theta axis.
===Transform Functions===