XYZAddIsoValuesΒΆ

XYZAddIsoValues inserts isolines to a 3D dataset.

bool = XYZAddIsoValues(hData, rvValue)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hData

A handle for a dataset created with XYZCreate or XYZCreateFromMatrix.

rvValue

rvValue is a vector with labels to be created for the isolines. A maximum of 100 isolines can be defined.

Comment

Changes come into effect after the function XYZUpdate is called.

id-356340