SoSphere

InventorModule
genre InventorNodesAutomatic
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def

Purpose

This node 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 is drawn with the current lighting model, drawing style, material, and geometric complexity.

Windows

Default Panel

../../../Modules/Inventor/InventorBase/mhelp/Images/Screenshots/SoSphere._default.png

Output Fields

self

name: self, type: SoNode

Parameter Fields

Visible Fields

Radius

name: radius, type: Float, default: 1

Radius of sphere. This must be greater than 0.

Subdivision

name: subdivision, type: Integer, default: 0

Sets the number of subdivisions for tessellation of the sphere. The default value of 0 means that the tessellation is auto-calculated dependent on the SoComplexity. A subdivision value > 0 will force the module to always use that number of subdivisions.