CIRCLE GET DATA: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Command|syntax=CIRCLE_GET_DATA <circle number>, <xc>, <yc>, <radius> | {{Command|syntax=CIRCLE_GET_DATA <circle number>, <xc>, <yc>, <radius> | ||
|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= {{circle number}} | |param1=<circle number>|param1_desc= {{circle number}} | ||
Line 9: | Line 9: | ||
===Example=== | ===Example=== | ||
: | :CIRCLE_GET_DATA 4, 6, 8, 3 | ||
[[Category:Geometry]] | [[Category:Geometry]] |
Revision as of 22:12, 26 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