| AHELP for CIAO 4.5 | regRegionString |
Context: region |
Synopsis
Converts a region object into a string.
Syntax
regRegionString(reg)
Description
The regRegionString returns a string representation of the region.
The region module is not available by default; see "ahelp region" for information on loading the module.
Example 1
>>> from region import *
>>> r1 = regParse("circle(10,10,4)")
>>> print(regRegionString(r1))
Circle(10,10,4)Example 2
>>> r2 = regParse("circle(10,10,4)-rect(4,2,5,4)")
>>> print(regRegionString(r2))
Circle(10,10,4)&!Rectangle(4,2,5,4)Bugs
See the bugs page for the region library on the CIAO website for an up-to-date listing of known bugs.
Refer to the CIAO bug pages for an up-to-date listing of known issues.
See Also
- region
- regarea, regextent, reginsideregion, region, regparse, regprintregion, regregionstring

![[CIAO Logo]](../imgs/ciao_logo_navbar.gif)