XYZGetHullTypeΒΆ
XYZGetHullType returns the the hull type.
- nType = XYZGetHullType(hData)
Return Value
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 |
Parameters
- hData
A handle for a dataset created with XYZCreate.
See also
id-167963