![]() |
![]() |
![]() |
![]() |
DVset_xform
Synopsis
set the transformation of a field
module DVset_xform {
Mesh+IPort2 ∈
group+IPort2 &in_xfm {
GDxform_templ &xform;
};
group set_xform {
GDxform_templ &xform => in_xfm.xform;
};
Mesh+OPort2 &out => merge(set_xform, in);
};Description
DVset_xform sets the transformation of a field's mesh to be equal to an input transformation. It is used when you want to "synch up" the transformation of one field with another.
Input
Output
Example
Libraries.Main.Filters.set_xform Libraries.Main.Filters.reset_xform
File
See also
![]() |
![]() |
![]() |
![]() |