XYZGet3DOutsideHullΒΆ

The XYZGet3DOutsideHull sets the display attributes for 3D surface plot outside of the data hull.

nType = XYZGet3DOutsideHull(hData)

Return Value

nType can be one of the following values:

Value

Meaning

0

Display surface map inside data hull only.

1

Display surface map outside data hull (extrapolated).

2

Set surface map outside of data hull to a constant value.

Parameters

hData

A handle for a dataset created with XYZCreate.

id-1120196