SimpleVectorField3D
|
| Position and Size
|
| Name
| Description
| Values accepted
| Default
|
| 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.
|
|
| 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.
|
|
| X Component
| The double value or double[][][] array of the X component of the vector field.
| A variable of type integer, double or double[][][].
|
|
| Y Component
| The double value or double[][][] array of the Y component of the vector field.
| A variable of type integer, double or double[][][].
|
|
| Z Component
| The double value or double[][][] array of the Z component of the vector field.
| A variable of type integer, double or double[][][].
|
|
| Length
| The double value for the length of all the arrows or segments in the field.
| A constant or variable of type int or double.
|
|
| Azimuth Angles
| The double value or double[][][] array of azimuthal angles (in radians)for the elements.
| A variable of type integer, double or double[][].
|
|
| Elevation Angles
| The double value or double[][][] array of elevation angles (in radians)for the elements.
| A variable of type integer, double or double[][].
|
|
| Graphical Aspect
|
| Name
| Description
| Values accepted
| Default
|
| Visible
| The visibility of the element.
| A boolean variable or one of the constants true or false.
|
|
| Measured
| Whether the element affects its parent panel’s autoscaling.
| A boolean variable or one of the constants true or false.
|
|
| Style
| The drawing style for the element.
| Use the editor provided to make a choice.
|
|
| Offset
| The exact drawing position relative to the element’s coordinates.
| Use the editor provided or read about positions.
|
|
| Line Width
| The thickness for the lines of the element.
| A constant or variable of type double or int indicates the thickness. Use an array to assign the thickness to each element.
| 1
|
| Color Mode
| The color scheme used to draw.
| Use the editor provided to make your choice or type an integer.
|
|
| Show Legend
| Whether to show the color legend.
| A boolean variable or one of the constants true or false.
|
|
| Min Color
| The minimum color of the arrows.
| Use the editor provided or read about colors.
|
|
| Max Color
| The maximum color of the arrows.
| Use the editor provided or read about colors.
|
|
| DepthFactor
| A corrective double wich makes the element look closer (<1) or farther (>1).
| A constant or variable of tipe double.
|
|
| Configuration
|
| Name
| Description
| Values accepted
| Default
|
| Color Component
| The double value or double[][] array of color components for the color of the field.
| A variable of type integer, double or double[].
|
|
| Autoscale
| Whether to automatically adjust the colors to the data.
| A boolean variable or one of the constants true or false.
|
|
| Minimum
| The minimum value that can be displayed.
| A constant or variable of type int or double.
|
|
| Maximum
| The miaximum value that can be displayed.
| A constant or variable of type int or double.
|
|
| Levels
| The number of levels to differentiate.
| An integer value.
|
|
| Invis Level
| A level below which (inclusive) arrows are not shown.
| An integer value.
|
|
| Textures
|
| Name
| Description
| Values accepted
| Default
|
| Texture 1
| The first texture for the element.
|
|
|
| Texture 2
| The second texture for the element.
|
|
|
| Transparency
| The texture transparency.
| A constant or variable of tipe double.
|
|
| Combine
| Whether to combine the textures with the element fill color.
| A boolean variable or one of the constants true or false.
|
|