XYZShowTriangulationΒΆ
XYZShowTriangulation shows or hides the triangulation of the irregularly distributed data.
- bool = XYZShowTriangulation(hData, bShow)
Return Value
If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).
Parameters
- hData
Is the handle of a xyz-dataset created with XYZCreate.
- bShow
bShow is TRUE (1), when triangulation should be displayed, and FALSE (0), when it should not.
Example

id-1687678