Recent Changes - Search:

Information

Installation

Documentation

User Feedback

 

Vector field (3D)

Properties

SimpleVectorField3D  
Position and Size  
NameDescriptionValues acceptedDefault
Minimum XThe minimum X value that can be displayed.A constant or variable of type int or double. 
Maximum XThe maximum X value that can be displayed.A constant or variable of type int or double. 
Minimum YThe minimum Y value that can be displayed.A constant or variable of type int or double. 
Maximum YThe maximum Y value that can be displayed.A constant or variable of type int or double. 
Minimum ZThe minimum Z value that can be displayed.A constant or variable of type int or double. 
Maximum ZThe maximum Z value that can be displayed.A constant or variable of type int or double. 
CenteredWhether to center the elements.A boolean variable or one of the constants true or false. 
X ComponentThe double value or double[][][] array of the X component of the vector field.A variable of type integer, double or double[][][]. 
Y ComponentThe double value or double[][][] array of the Y component of the vector field.A variable of type integer, double or double[][][]. 
Z ComponentThe double value or double[][][] array of the Z component of the vector field.A variable of type integer, double or double[][][]. 
LengthThe double value for the length of all the arrows or segments in the field.A constant or variable of type int or double. 
Azimuth AnglesThe double value or double[][][] array of azimuthal angles (in radians)for the elements.A variable of type integer, double or double[][]. 
Elevation AnglesThe double value or double[][][] array of elevation angles (in radians)for the elements.A variable of type integer, double or double[][]. 
Graphical Aspect  
NameDescriptionValues acceptedDefault
VisibleThe visibility of the element.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. 
Line WidthThe 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
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 double value or double[][] array of color components for the color of the field.A variable of type integer, double or double[]. 
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 June 09, 2009, at 06:37 PM