CIRCLE GET DATA: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
|description=This command is used to get the data of the defined circle . | |description=This command is used to get the data of the defined circle . | ||
|param1=<circle number>|param1_desc= | |param1=<circle number>|param1_desc= {{circle number}} | ||
|param2=<xc>|param2_desc= | |param2=<xc>|param2_desc= {{xc}} | ||
|param3=<yc>|param3_desc= | |param3=<yc>|param3_desc= {{yc}} | ||
|param4=<radius>|param4_desc= | |param4=<radius>|param4_desc= {{radius}} | ||
}} | }} | ||
Revision as of 16:14, 16 July 2010
Command
- CIRCLE_GET_DATA <circle number>, <xc>, <yc>, <radius>
This command is used to get the data of the defined circle .
Parameters
- <circle number>
- The number of a previously defined macro circle.
- <xc>
- X co-ordinate of the center point.
- <yc>
- Y co-ordinate of the center point.
- <radius>
- radius of the circle or arc.
Example
- - CIRCLE_GET_DATA 4, 6, 8, 3