crop_orthobox
Synopsis
Extract a subset of any 3D field.
Input Port
Parameters
X min
|
UIslider
|
lower bound of the first coordinate
|
X max
|
UIslider
|
upper bound of the first coordinate
|
Y min
|
UIslider
|
lower bound of the second coordinate
|
Y max
|
UIslider
|
upper bound of the second coordinate
|
Z min
|
UIslider
|
lower bound of the third coordinate
|
Z max
|
UIslider
|
upper bound of the third coordinate
|
Output Port
out_fld
|
Mesh+Node_Data
|
out_obj
|
output renderable object
|
box_obj
|
output box object
|
Description
crop_orthobox reduces the size of any 3D field by extracting the data within a specified range of its coordinates. Typical uses are to eliminate uninteresting portions of the data and to increase processing speed by reducing the amount of data.
Input
in_fld
Parameters
X min
X max
Y min
Y max
Z min
Z max
UIsliders. Used to set crop coordinates. X min, Y min, and Z min set the lower bounds in their respective dimensions; X max, Y max, and Z max set the upper bounds in their respective coordinates. All default to the minimum coordinate and the maximum cooridinate of the mesh (max), so that the default is no cropping.
Output Port
out_fld
(Mesh+Node_Data) The cropped field.
out_obj
Renderable version of the cropped field.
box_obj
Renderable object corresponding to the crop box.
Example
Not available
File
v/modules.v
See also related modules