ILNumerics Ultimate VS

SurfaceUpdateColormapped Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Update positions data [optional] and color data [optional], switch to colormapped mode.

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing.Plotting
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public void UpdateColormapped(
	InArray<float> ZXYPositions = null,
	Colormap colormap = null,
	Tuple<float, float> dataRange = null,
	InArray<float> dataValues = null,
	Limits newBoundingBox = null
)

Parameters

ZXYPositions (Optional)
Type: ILNumericsInArraySingle
[optional] positions data matrix, size: [M x N x [1|2|3]] with Z, [X and Y] values, resizing allowed.
colormap (Optional)
Type: ILNumerics.Drawing.PlottingColormap
[optional] if given, the current colormap will be changed.
dataRange (Optional)
Type: SystemTupleSingle, Single
[optional] if defined, this range is used to map data values to the colormap instead of min/max(dataValues).
dataValues (Optional)
Type: ILNumericsInArraySingle
[optional] matrix [M x N], with data values. If ommited: use Z values as data values.
newBoundingBox (Optional)
Type: ILNumerics.DrawingLimits
[optional] manages three dimensional limits of plot cube.
Remarks

[ILNumerics Visualization Engine]

See Also

Reference