import "Imaris.idl";
Properties | |
| VARIANT_BOOL | mBox [get, set] |
| VARIANT_BOOL | mBoxShading [get, set] |
| VARIANT_BOOL | mCoordinateAxes [get, set] |
| VARIANT_BOOL | mFixToDataSet [get, set] |
| VARIANT_BOOL | mGrid [get, set] |
| FLOAT | mGridSpacing [get, set] |
| VARIANT_BOOL | mTickMarks [get, set] |
| VARIANT_BOOL | mTimeColorBar [get, set] |
A Vector Field object draws a field of lines. It takes the values from a bpImageField full of 3D vectors. Get the minimum X vertex of the Vector Field. Set the minimum X vertex of the Vector Field. Get the minimum Y vertex of the Vector Field. Set the minimum Y vertex of the Vector Field. Get the minimum Z vertex of the Vector Field. Set the minimum Z vertex of the Vector Field. Get the maximum X vertex of the Vector Field. Set the maximum X vertex of the Vector Field. Get the maximum Y vertex of the Vector Field. Set the maximum Y vertex of the Vector Field. Get the maximum Z vertex of the Vector Field. Set the maximum Z vertex of the Vector Field. Get the X speed values of the Vector Field. Get the Y speed values of the Vector Field. Get the Z speed values of the Vector Field. Get the intensity of the Vector Field. Get the Vector Field values. Get all XYZ speed values and the intensity. Set the Vector Field values. Set all XYZ speed values and the intensity.
| aSpeedX | A 3D array of float with all the X values. | |
| aSpeedY | A 3D array of float with all the Y values. | |
| aSpeedZ | A 3D array of float with all the Z values. | |
| aIntensity | A 3D array of float with all the Intensity values. Draws a Box (Frame). |
VARIANT_BOOL IFrame::mBox [get, set] |
Get the visibility of the Frame Box.
Set the visibility of the Frame Box.
VARIANT_BOOL IFrame::mBoxShading [get, set] |
Get the visibility of the Box Shading.
Set the visibility of the Box Shading.
VARIANT_BOOL IFrame::mCoordinateAxes [get, set] |
Get the visibility of the CoordinateAxes.
Set the visibility of the CoordinateAxes.
VARIANT_BOOL IFrame::mFixToDataSet [get, set] |
Get the value of the Fix to Data Set Check box.
Set the value of the Fix to Data Set Check box.
VARIANT_BOOL IFrame::mGrid [get, set] |
Get the visibility of the Grid.
Set the visibility of the Grid.
FLOAT IFrame::mGridSpacing [get, set] |
Get the value of the Grid Spacing.
Set the value of the Grid Spacing.
VARIANT_BOOL IFrame::mTickMarks [get, set] |
Get the visibility of the TickMarks.
Set the visibility of the TickMarks.
VARIANT_BOOL IFrame::mTimeColorBar [get, set] |
Get the visibility of the Time Colorbar.
Set the visibility of the Time Colorbar.
1.6.1