CUT_PLANE
Visualization surface along x, y or z.
Syntax
CUT_PLANE(“name”) { parameters}
Qualifier
User-given name
Parameters
- normal_direction (enum)
- Used when seed_type=rectangular
- cut_location (real)
- Location of cut along the specified axis
- x_min (real)
- Minimum extent of the plane in x
- x_max (real)
- Maximum extent of the plane in x
- y_min (real)
- Minimum extent of the plane in y
- y_max (real)
- Maximum extent of the plane in y
- z_min (real)
- Minimum extent of the plane in z
- z_max (real)
- Maximum extent of the plane in z
- name (string)
- User-given name of the command. The instance of a given command is referenced using this parameter.
- display_type (enum)
- Specify how to display the surface
- solid_display_type (enum)
- Specify the shading type for the surface. Used with display_type=solid
- mesh_line_display (boolean)
- Flag to control display of the mesh lines
- transparency (real)
- Level of transparency
- constant_color (enum)
- Color to use for the display of the cut plane. Used with color_type=constant.
- contour_function (string)
- Scalar quantity to be displayed on cut plane (pressure, velocity, and so on). Used with color_type=contour.
- line_thickness (enum)
- Thickness of lines for mesh display and feature line display
- contour_line_display (boolean)
- Display lines on the contour
- contour_line_display_type (enum)
- Line display type of contour lines
- num_contours (integer)
- Number of contour lines to be displayed in legend
- vector_function (string)
- Function to use for vector display
- color_type (enum)
- Method used to set the display color
- export (boolean)
- Flag to export data in ASCII format
- active_flag (boolean)
- Read and process the command or ignore it
- legend_display (boolean)
- Flag to toggle on or off the visibility of the legend
- legend_title (string)
- Add a title to the legend
- legend_subtitle (string)
- Subtitle of legend
- num_labels (integer)
- Number of labels used in legend
- legend_min (real)
- Minimum value in legend
- legend_max (real)
- Maximum value in legend
- legend_use_local (boolean)
- Flag to indicate to use values for max and min of legend based on data available for specific visualization.
- num_decimal_places (integer)
- Number of decimal places to display in legend
- legend_orientation (enum)
- Specify orientation of the legend
- legend_location (enum)
- Location of the legend on the image
- threshold_clipping (boolean)
- Specify if the cut plane should be clipped by the specified threshold
- threshold_function (string)
- Function to be used as threshold
- threshold_min (real)
- Minimum threshold value
- threshold_max (real)
- Maximum threshold value
- vector_type (enum)
- Type of vector displayed
- vector_dimension (enum)
- Display dimension of the vector
- vector_scale (real)
- Sets the scale of the vector length. Increasing this number will make the vectors larger in size.
- vector_thinning_fraction (real)
- Percent by which to reduce the number of displayed vectors
- vector_projection (enum)
- Vector display projection
- vector_head_scale (real)
- Variable to adjust the size of the vector head
- vector_time_limit (real)
- When vector_type = curved is selected, this time limit adjusts the length of the tail of the vector.
- invert_color_map (boolean)
- Option to invert the colors of the colormap
- filled_contours (boolean)
- Option to display surface with constant colors within a polygon of the surface. If the scalar values change within a polygon, the polygon will then be split and colored appropriately for that polygon.
- colormap_name (enum)
- Colormap name to use for displaying the scalar function values
- log_scale (boolean)
- When selected, the scalar will be colored using a logarithmic scale instead of a standard scale.
- show_grid (boolean)
- Show grid in plot area
- grid_label_size (integer)
- Size of the text labels on the grid
- grid_label_color (enum)
- Color of the text labels on the grid
- grid_label_font (enum)
- Font of the text labels on the grid
- grid_decimal_places (integer)
- Number of decimal places to show in grid labels
- grid_number_format (enum)
- Options: floating point, exponential
- grid_horizontal_ticks (boolean)
- Toggle on/off horizontal ticks
- grid_horizontal_lines (boolean)
- Toggle on/off horizontal lines
- grid_horizontal_labels (boolean)
- Toggle on/off horizontal labels
- grid_horizontal_interval (real)
- Horizontal grid spacing
- grid_vertical_ticks (boolean)
- Toggle on/off vertical ticks
- grid_vertical_lines (boolean)
- Toggle on/off vertical lines
- grid_vertical_labels (boolean)
- Toggle on/off vertical labels
- grid_vertical_interval (real)
- Vertical grid spacing
- specification_type (enumerated)
- Method used to define the parameters of the CUT_PLANE instance.
- restart_file (string)
- Path to the FieldView restart file that will be used to define the cut plane. All parameters to define the plane are read from the restart file.
- surface_id (integer)
- The surface id within the FieldView restart file to extract the cut plane parameters from.
- legend_location_type (enum)
- This option determines how the legend location will be specified.
Example
CUT_PLANE("z cut"){
normal_direction = z
cut_location = 0.0
display_type = solid
solid_display_type = smooth
color_type = contour
contour_function = "x-velocity"
contour_line_display = off
contour_line_display_type = "constant"
mesh_line_display = off
constant_color = black
line_thickness = medium
legend_display = on
legend_use_local = on
legend_min = -100
legend_max = 100
num_labels = 5
num_decimal_places = 5
threshold_clipping = off
threshold_function = "x-velocity"
threshold_min = .8
threshold_max = 1000
}