geomerative
index
 
Name createRing ( )
Examples
None available
Description Use this method to create a new ring polygon.
Syntax
createRing(x, y, radiusBig, radiusSmall);
Parameters
radiusBig   float, the outter radius of the ring polygon
radiusSmall   float, the inner radius of the ring polygon
detail   int, the number of vertices on each contour of the ring
Returns RShape, the ring polygon newly created
Usage Web & Application
Related