dbConvertDonutToPolygon
dbConvertDonutToPolygon(d_donutx_nSides) =>d_polygon/ nil
Description
Converts a donut to a polygon.
Both the inner and outer circles describing the donut are converted into a single polygon. A single line segment connects to two sub-polygons corresponding to the concentric circles, forming one polygon.
Arguments
Value Returned
|
The dbObject of the polygon if the conversion is successful. |
|
Examples
dbConvertDonutToPolygon(donutId 7)
Related Topics
Return to top