SoSphere¶
- InventorModule¶
genre
author
package
definition
Purpose¶
The node SoSphere represents a sphere. By default, the sphere is centered at the origin and has a Radius of 1.
The sphere is transformed by the current cumulative transformation and rendered with the current lighting model, drawing style, material, and geometric complexity.
Windows¶
Default Panel¶
Output Fields¶
self¶
- name: self, type: SoNode¶
Parameter Fields¶
Visible Fields¶
Radius¶
- name: radius, type: Float, default: 1¶
Sets the radius of the sphere. This value must be greater than 0.
Subdivision¶
- name: subdivision, type: Integer, default: 0¶
Sets the number of subdivisions for the tessellation of the sphere.
A default value of 0 means that the tessellation is auto-calculated based on the module
SoComplexity. A subdivision value greater than 0 will force the module to always use that specified number of subdivisions.