CIRCLE CR: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=CIRCLE_2C <circle number>, <point>, <radius> |description=This command is used to create a circle from a point, given the radius. |param1=<circle>|param1_desc... |
No edit summary |
||
Line 2: | Line 2: | ||
|description=This command is used to create a circle from a point, given the radius. | |description=This command is used to create a circle from a point, given the radius. | ||
|param1=<circle>|param1_desc= The number of the circle (1 to 100) to be defined.This is a number used by the macro to create other geometry. | |param1=<circle number>|param1_desc= The number of the circle (1 to 100) to be defined.This is a number used by the macro to create other geometry. | ||
|param2=<point>|param2_desc= This refers to a previously defined point (1 to 100), this should be given in the format P(Number). | |param2=<point>|param2_desc= This refers to a previously defined point (1 to 100), this should be given in the format P(Number). | ||
|param3=<radius>|param3_desc= The radius of a circle in either inches or mm (inches are default) | |param3=<radius>|param3_desc= The radius of a circle in either inches or mm (inches are default) |
Revision as of 21:47, 13 July 2010
Command
- CIRCLE_2C <circle number>, <point>, <radius>
This command is used to create a circle from a point, given the radius.
Parameters
- <circle number>
- The number of the circle (1 to 100) to be defined.This is a number used by the macro to create other geometry.
- <point>
- This refers to a previously defined point (1 to 100), this should be given in the format P(Number).
- <radius>
- The radius of a circle in either inches or mm (inches are default)
Example
- - CIRCLE_2C 2, P6, 3