.. highlightlang:: us .. _xyzgetdata: XYZGetData ========== .. index:: XYZGetData .. us.tag XYZGetData ENGLISH XYZGet_data :ref:`XYZGetData` returns the original data points. .. function:: rmXYZ = XYZGetData(hData) .. us.return **Return Value** *rmXYZ* is a matrix with 3 columns: .. list-table:: :header-rows: 1 * - Value - Meaning * - Column 1 - x-coordinates * - Column 2 - y-coordinates * - Column 3 - z-coordinates If the dataset has been created from a matrix the function returns the scalar value 0. .. us.params **Parameters** .. uparam:: hData A handle for a dataset created with :ref:`XYZCreate`. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZCreate`, :ref:`XYZGetMatrix` :sub:`id-717978`