TOC PREV NEXT INDEX

slice_orthoplane

Synopsis

Produces a slice of any 3D field by coordinates.

Input Port

in_field

Mesh + Node_Data

Parameters

axis

UIslider

sets the direction of the slice plane

plane

UIslider

defines which slice plane is to be extracted (the number)

map components

UIoptionBoxLabel

node data components to output

map cell components

UIoptionBoxLabel

cell data components to output

Output Port

out_fld

Mesh + Node_Data

out_obj

output renderable object

Description

Slice_orthoplane is like orthoslice that works on any 3D field (orthoslice is structured only) and is driven by the coordinates, instead of dimensions and axes.

Input

in_field

The input must contain a mesh and Node_Data. The input must be 3D.

ui_parent

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

axis

UIslider. An integer slider. Selects the coordinate axis of the slice plane. This parameter takes the values of 0, 1, and 2 in the case of a 3D input field.

plane

UIslider. Defines the position of the slice plane to be extracted.

Output Port

out_fld

The output is a field with a new mesh of the same type as the input field. The mesh is the mesh of the slice. It contains the slice's Node_Data.

out_obj

This is a renderable version of the output field.

Example

Not available

File

v/modules.v

See also related modules

Not applicable.

TOC PREV NEXT INDEX