CIRCLE GET DATA: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=CIRCLE_GET_DATA <circle number>, <xc>, <yc>, <radius> |description=This command is used to get the data of the defined circle . |param1=<circle>|param1_de...
 
ConnerO (talk | contribs)
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>|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=<xc>|param2_desc= The value of the center of the circle for the x axis.  
|param2=<xc>|param2_desc= The value of the center of the circle for the x axis.  
|param3=<yc>|param3_desc=The value of the center of the circle for the y axis.
|param3=<yc>|param3_desc=The value of the center of the circle for the y axis.

Revision as of 21:49, 13 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 the circle (1 to 100) to be defined.This is a number used by the macro to create other geometry.
<xc>
The value of the center of the circle for the x axis.
<yc>
The value of the center of the circle for the y axis.
<radius>
The radius of a circle in either inches or mm (inches are default).

Example

- CIRCLE_GET_DATA 4, 6, 8, 3