.. highlightlang:: us .. _xyzset3dbasevalue: XYZSet3DBaseValue ================= .. index:: XYZSet3DBaseValue .. us.tag XYZSet3DBaseValue ENGLISH XYZSet_3d :ref:`XYZSet3DBaseValue` defines the value at which the surface outside of the data hull should be set. .. function:: bool = XYZSet3DBaseValue(hData, rsValue) .. 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 The handle of a dataset created with :ref:`XYZCreate`. .. uparam:: rsValue *rsValue* is a number at which the matrix values outside of the data hull should be set. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZCreate` :sub:`id-374125`