CIRCLE CR: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Command|syntax=[[Image:circle_cr.png|right|CIRCLE_CR]]CIRCLE_2C <circle number>, <point>, <radius> | {{Command|syntax=[[Image:circle_cr.png|right|CIRCLE_CR]]CIRCLE_2C <circle number>, <point>, <radius> | ||
|description=:Create a [[macro_circle|circle]] | |description=:Create a [[macro_circle|circle]] given the center point and radius. | ||
|param1=<circle number>|param1_desc= {{create circle number}} | |param1=<circle number>|param1_desc= {{create circle number}} |
Latest revision as of 19:02, 10 August 2010
Command
- Create a circle given the center point and radius.
Parameters
- <circle number>
- The number of the circle to be created.
- A number between 1 and 100.
- <point>
- The number of an existing point.
- <radius>
- The circle radius
Example
- CIRCLE_2C 1, 1, 2