TOC PREV NEXT INDEX

FPoint2D

Synopsis

create a point-shaped mesh at the center of a 2D input field

Input Port

in

field with a 2D mesh

ui_parent

user interface parent object

Parameters

probe_edit

XformEditor

transform the point in space

Output Port

out_fld

mesh representing the point

out_obj

output renderable object

Description

FPoint2D creates a point-shaped unstructured Mesh. You can use this mesh as the sampling object input to macros such as probe when probing a 2D field.The point initially appears at the center of the extents of the 2D field.

Input

in

A field with a 2D mesh.

ui_parent

A port mean to be connected to a user interface object that will contain 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

probe_edit

An XformEditor that controls the position of the point in 2D space.

Output Port

out_fld

The output consists of an unstructured Mesh of cell type Point whose initial coordinates are the center of the extents of the 2D field.

out_obj

This is a renderable version of the output field.

Example

Not available

File

v/geoms.v

See also related modules

FPoint2D
FPoint3D
Point1D
Point2D
Point3D

TOC PREV NEXT INDEX