XYZSet3DOutsideHullΒΆ

XYZSet3DOutsideHull sets the appearance of the 3D surface map outside of the data hull.

bool = XYZSet3DOutsideHull(hData, nType)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hData

The handle of a dataset created with XYZCreate.

nType

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.

id-1120004