![]() |
![]() |
![]() |
![]() |
DVset_slice_data
Synopsis
copy a slice of node data from an input field to an output field
module DVset_slice_data {
Mesh_Unif+Node_Data+Port2+nonotify &inField;
Mesh_Unif+Node_Data+Iparam &sliceField;
int+Iparam slice;
method+notify_val update<status=1>
= "DVset_slice_data_update";
};Description
DVset_slice_data copies the node data from the slice field to a specified slice in the input field. Conceptually, this is the opposite of a module like orthoslice which extracts a slice from an input field. This module is useful in building up an output field from a series of individual slices.
Input
Parameters
Output
Example
Libraries.Main.Mappers.vect2rast_vol
File
See also
![]() |
![]() |
![]() |
![]() |