Point1D
Synopsis
create a point-shaped mesh in 1D space
Input Port
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
Point1D creates a point-shaped unstructured Mesh. This mesh is intended to be used as the sampling object input to macros (such as probe or glyph) when probing a 1D field.The mesh generated is a simple geometry object not intended for constructing complex geometry objects.
Input
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.
out_obj
This is a renderable version of the output field.
Example
Not available
File
v/geoms.v
See also related modules