.. highlightlang:: us .. _xyzsethulltype: XYZSetHullType ============== .. index:: XYZSetHullType .. us.tag XYZSetHullType ENGLISH XYZSet_hull :ref:`XYZSetHullType` sets the hull type. .. function:: bool = XYZSetHullType(hData, nType) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hData Is the handle of a data set created with :ref:`XYZCreate`. .. uparam:: nType *nType* is one of the following values: .. list-table:: :header-rows: 1 * - 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 .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZCreate`, :ref:`XYZGetHullType` :sub:`id-154651`