Sphere


Synopsis

Create a sphere-shaped field.

Input Ports

parent

user interface parent object

 

Output Ports

out

field

out_obj

object

 

Parameters

subdivision

int

 

Description

Creates a sphere-shaped field with s smoothness controled by the Subdivision parameter. The radius of the circle is fixed at 0.5

Input Ports

parent (UIconnection)

A port to connect to a user interface object that contains the macro's widgets. By default, it is connected to the default user interface object in the application in which the macro is instanced. (This default connection is not drawn.)

Parameters

subdivision (int)

Number of subdivisions used to construct the sphere

Output Ports

out (Mesh+Node_Data)

Field representing the sphere. The output consists of an unstructured mesh of cell type Quad that reprents the surface of the sphere. It consists of subdiv*subdiv nodes

out_obj (DefaultObject)

Output renderable object. This is a renderable version of the output field.

Example

Not available.

File

v/geoms.v

See also