TOC PREV NEXT INDEX

set_xform

Synopsis

set the transformation on a field

Input Port

in_field1

Mesh

in_field2

GDxform_templ

Parameters

none

Output Port

out_fld

Mesh

 

out_obj

obj

renderable mesh

Description

set_xform sets the transformation of a field's mesh to equal that of another input transformation. It is used when you want to "synch up" the transformation of one field with another.

Input

in_field1

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

in_field2

The input is any field with a Grid. This Grid's transformation (xform) is used to transform in_field1.

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

File

v/modules.v

See also related modules

reset_xform

TOC PREV NEXT INDEX