.. highlightlang:: us .. _objsetradius: OBJSetRadius ============ .. index:: OBJSetRadius .. us.tag OBJSetRadius ENGLISH draw-set :ref:`OBJSetRadius` sets the corner radius or rectangular drawing objects. .. function:: bool = OBJSetRadius(hobj, rsRadius) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hobj *hobj* identifies a line, text, rectangle, ellipse or layer (diagram) object. .. uparam:: rsRadius *rsRadius* is the radius in centimeters. .. seealso:: :ref:`overview-drawing-objects`, :ref:`OBJGetRadius`, :ref:`OBJSetRoundRect` :sub:`id-460190`