TOC PREV NEXT INDEX

FCircle3D

Synopsis

Create a cricle-shaped field

Input Port

in

 

parent

user interface parent object

Parameters

n-segments

int

radius

float

Output Port

out_fld

out_obj

Description

Creates a circle-shaped field a circle sized to match the coordinates of the input field. The input field may be any kind of mesh and need only to have valid coordinate information. FCircle3D produces a circle that has its z coordinate equal to the z midpointof the input field.

Input

in (group)


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

n-segments (int)


radius (float)


Output Port

out_fld (Mesh+Node_Data)


out_obj (DefaultObject)


Example

Not available

File

v/geoms.v

See also related modules

not applicable

TOC PREV NEXT INDEX