TOC PREV NEXT INDEX

Sphere

Synopsis

Create a sphere-shaped field.

Input Port

parent

user interface parent object

Parameters

out

field

out_obj

object

Output Port

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

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 Port

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 related modules



TOC PREV NEXT INDEX