ScalarField2D  |
Configuration |
Name | Description | Values accepted | Default |
Z Data | The double[][] array with the data for Z values. | A matrix with values of type double, double[][]. | |
Autoscale Z | Whether to automatically adjust Z scales. | A boolean variable or one of the constants true or false. | |
Minimum Z | The minimum Z value that can be displayed. | A constant or variable of type int or double. | |
Maximum Z | The maximum Z value that can be displayed. | A constant or variable of type int or double. | |
Expanded Z | The factor used to expand the Z scale so as to enhance values closed to zero. | A constant or variable of type int or double. | |
Minimum X | The minimum X value that can be displayed. | A constant or variable of type int or double. | |
Maximum X | The maximum X value that can be displayed. | A constant or variable of type int or double. | |
Minimum Y | The minimum Y value that can be displayed. | A constant or variable of type int or double. | |
Maximum Y | The maximum Y value that can be displayed. | A constant or variable of type int or double. | |
Graphical Aspect |
Name | Description | Values accepted | Default |
Type of Plot | The type of visualization. | The provided menu allow to choose among the grid, interpolated, contour or surface plot types. Advanced users can also use the Plot2DTypes class. | |
Menu Entry | The name to display in the simulation’s corresponding elements menu entry. | A type string variable. | |
Visible | The visibility of the element. | A boolean variable or one of the constants true or false. | |
Show Legend | Whether to show the color legend. | A boolean variable or one of the constants true or false. | |
Levels | The number of levels to differentiate. | An integer value. | |
Color Mode | The color scheme used to draw. | Use the editor provided to make a choice. | |
Floor Color | The color for too low values. | Use the editor provided or read about colors. | |
Ceil Color | The color for too high values. | Use the editor provided or read about colors. | |
Show Grid | Whether to show the grid. | A boolean variable or one of the constants true or false. | |
Grid Color | The color for the grid lines. | Use the editor provided or read about colors. | |