XYZSetData sets the xyz-coordinates of a dataset.
Return Value
bool
Parameters
A handle for a dataset created with XYZCreate.
rvX is a vector with x-coordinates.
rvY is a vector with y-coordinates.
rvZ is a vector with z-coordinates.
svWOT is a string vector that sets the Full Load Line (WOT). Each vector element contains a symbol and can have one of the following values "a", "e", "v", "A", "E", "V", "". The symbols have the following meanings:
| Value | Meaning |
|---|---|
| “a” | Start of the Full Load Line (WOT) without labels. |
| “e” | End of the Full Load Line (WOT) without labels. |
| “v” | Point belongs to Full Load Line (WOT) and will not be labelled. |
| “A” | Start of the Full Load Line (WOT) with labels. |
| “E” | End of the Full Load Line (WOT) with labels. |
| “V” | Point belongs to Full Load Line (WOT) and will be labelled. |
| “” | (empty string) Point does not belong to Full Load Line (WOT). |
History
| Version | Description |
|---|---|
| 5.0.0 | New |
See also
id-1531937