FPoint3D


Synopsis

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

Input Ports

in

field with a 3D mesh

ui_parent

user interface parent object

 

Parameters

probe_edit

XformEditor

transform scale the point in space

 

Output Ports

out_fld

mesh representing the point

out_obj

output renderable object

 

Description

FPoint3D creates a point-shaped unstructured Mesh. You can use this mesh as the sampling object input to macros such as probe when probing a 3D field.

The point initially appears at the center of the extents of the 3D field.

Input Ports

in

A field with a 3D 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 and scale of the point in 3D space.

Output Ports

out_fld

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

out_obj

This is a renderable version of the output field.

Example

Not available.

File

v/geoms.v

See also