TOC PREV NEXT INDEX

xform_to_plane

Synopsis

xform_to_plane sets the transformation on a field to be inverse transformation of a plane.

Input Port

in_field

Mesh to be transformed

in_plane

Mesh which transformation is inverted

Parameters

none

Output Port

out_fld

Mesh

transformed mesh

out_obj

obj

renderable mesh

Description

xform_to_plane sets the transformation of an output mesh to equal that of inverse transformation of another input (in_plane) concatenated with original transformation. It is used when you want, for example, to view a result of arbitrary slicer in "frontal view". In this case you would connect the output of slice module to in_field and the slicing plane to in_plane input. The output of xform_to_plane module will be output of slice transformed into XY plane. It can be viewed in a separate 2D renderer window.

Input

in_field

The input is any mesh. This is the field to transform.

in_plane

The input is any mesh. This mesh's transformation (xform) is used to transform in_field.

Parameters


Output Port

out_fld

The output is a reference to an object that is the merge of the input mesh with the new transformation set.

out_obj

This is a renderable version of the output field.

Example

Libraries.Examples.Visualization.Xform_Slice
v/dv_examp/xfm_slc.v

File

v/modules.v

See also related modules

Not applicable.

TOC PREV NEXT INDEX