.. highlightlang:: us .. index:: XYZShowTriangulation .. _xyzshowtriangulation: XYZShowTriangulation ==================== .. us.tag XYZShowTriangulation NOTREADYENGLISH XYZSet :ref:`XYZShowTriangulation` shows or hides the triangulation of the irregularly distributed data. .. function:: bool = XYZShowTriangulation(hData, bShow) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hData Is the handle of a xyz-dataset created with :ref:`XYZCreate`. .. uparam:: bShow *bShow* is TRUE (1), when triangulation should be displayed, and FALSE (0), when it should not. .. us.example **Example** .. image:: S:/uniplot-obj/images/XYZShowTriangulation.* .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZIsTriangulation`, :ref:`XYZCreate`, :ref:`XYZUpdate`, :ref:`XYZSetHullPen` :sub:`id-1687678`