FPoint1D
Synopsis
create a point-shaped mesh at the center of a 1D input field
Input Port
in
|
field with a 1D mesh
|
ui_parent
|
user interface parent object
|
Parameters
probe_edit
|
XformEditor
|
transform the point in space
|
Output Port
Description
FPoint1D creates a point-shaped unstructured Mesh. You can use this mesh as the sampling object input to macros such as probe when probing a 1D field.The point initially appears at the center of the extents of the 1D field.
Input
in
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 1D 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 1D field.
out_obj
This is a renderable version of the output field.
Example
Not available
File
v/geoms.v
See also related modules