Recent Changes - Search:

Information

Installation

Documentation

ElementsAnalyticVectorField3D

Properties

Position and Size
NameDescriptionValues acceptedDefault
Variable 1The first variable for the functions.A string variable. 
Points 1The number of points of the surface in the first variable.An integer value. 
Minimum 1The minimum value for the first variable.A constant or variable of type int or double. 
Maximum 1The maximum value for the first variable.A constant or variable of type int or double. 
Variable 2The second variable for the functions.A string variable. 
Points 2The number of points of the surface in the first variable.An integer value. 
Minimum 2The minimum value for the second variable.A constant or variable of type int or double. 
Maximum 2The maximum value for the second variable.A constant or variable of type int or double. 
Variable 3The third variable for the functions.A string variable. 
Points 3The number of points of the surface in the first variable.An integer value. 
Minimum ZThe minimum value for the third variable.A constant or variable of type int or double. 
Maximum ZThe maximum value for the third variable.A constant or variable of type int or double. 
X ComponentThe expression f(x,y) that computes the X components of the vector field.A variable of type String. 
Y ComponentThe expression f(x,y) that computes the Y components of the vector field.A variable of type String. 
Z ComponentThe expression f(x,y) that computes the Z components of the vector field.A variable of type String. 
LengthThe double value for the length of all the arrows or segments in the field.A constant or variable of type int or double. 
Azimuthal AnglesThe expression f(x,y,z) that computes the azimuthal angles (in radians) of the vector field.A variable of type String. 
Elevation AnglesThe expression f(x,y,z) that computes the elevation angles (in radians) of the vector field.A variable of type String. 
Java SyntaxWhether to use Java or a more free Syntax.A boolean variable or one of the constants true or false. 
On Parse ErrorThe action to invoke when the parser finds an error in the functions.The Java code to invoke for the action. 
On Parse SuccessThe action to invoke when the parser finds no errors in the functions.The Java code to invoke for the action. 
Graphical Aspect
NameDescriptionValues acceptedDefault
VisibleThe visibility of the element.A boolean variable or one of the constants true or false. 
MeasuredWhether the element affects its parent panel's autoscaling.A boolean variable or one of the constants true or false. 
StyleThe drawing style for the element.Use the editor provided to make a choice. 
OffsetThe exact drawing position relative to the element's coordinates.Use the editor provided to make a choice. 
Line WidthThe thickness for the lines of the element.A constant or variable of type double or int indicates the thickness.1
DepthFactorA corrective double wich makes the element look closer (<1) or farther (>1).A constant or variable of tipe double. 
Color ModeThe color scheme used to draw.Use the editor provided to make your choice or type an integer. 
Show LegendWhether to show the color legend.A boolean variable or one of the constants true or false. 
Min ColorThe minimum color of the arrows.Use the editor provided or read about colors. 
Max ColorThe maximum color of the arrows.Use the editor provided or read about colors. 
Appearance
NameDescriptionValues acceptedDefault
Color ComponentThe expression f(x,y,z) that computes the color components of the field.A variable of type String. 
AutoscaleWhether to automatically adjust the colors to the data.A boolean variable or one of the constants true or false. 
MinimumThe minimum value that can be displayed.A constant or variable of type int or double. 
MaximumThe miaximum value that can be displayed.A constant or variable of type int or double. 
LevelsThe number of levels to differentiate.An integer value. 
Invis LevelA level below which (inclusive) arrows are not shown.An integer value. 
Edit - History - Print - Recent Changes - Search
Page last modified on December 07, 2010, at 03:42 PM