TOC PREV NEXT INDEX

reset_xform

Synopsis

reset the transformation on a field to an identity

Input Port

in_field1

Mesh

Parameters

none

Output Port

out_fld

Mesh

 

out_obj

obj

renderable mesh

Description

reset_xform resets the transformation of a field's mesh to be equal to an identity transformation. It is used to "desynchronize" the orientation of two fields.

Input

in_field1

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

Parameters

none.


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.Iso_Trace
v/dv_examp/isotrc.v

File

v/modules.v

See also related modules

set_xform

TOC PREV NEXT INDEX