XYZSetHullTypeΒΆ

XYZSetHullType sets the hull type.

bool = XYZSetHullType(hData, nType)

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 data set created with XYZCreate.

nType

nType is one of the following values:

Value

Meaning

HULL_NONE

No hull

HULL_NORTH

North part of the hull

HULL_NORTH_SPLINE

Spline connection

HULL_ENTIRE

Entire hull

HULL_ENTIRE_SPLINE

Entire hull - North part with spline connection

HULL_USERDEF

User defined hull

id-154651