CIRCLE 2LR: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=CIRCLE_2LR <circle number>, <line>, <line>, <radius>, <option> |description=This command is used to create a circle between 2 lines where the lines lay...
 
ConnerO (talk | contribs)
No edit summary
Line 2: Line 2:
|description=This command is used to create a circle between 2 lines where the lines lay tangent to the circle.
|description=This command is used to create a circle between 2 lines where the lines lay tangent to the 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=<line>|param2_desc= This refers to a previously defined point (1 to 100), this should be given in the format L(Number).
|param2=<line>|param2_desc= This refers to a previously defined point (1 to 100), this should be given in the format L(Number).
|param3=<line>|param3_desc= This refers to a previously defined point (1 to 100), this should be given in the format L(Number).
|param3=<line>|param3_desc= This refers to a previously defined point (1 to 100), this should be given in the format L(Number).

Revision as of 21:48, 13 July 2010

Command

CIRCLE_2LR <circle number>, <line>, <line>, <radius>, <option>


This command is used to create a circle between 2 lines where the lines lay tangent to the 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.
<line>
This refers to a previously defined point (1 to 100), this should be given in the format L(Number).
<line>
This refers to a previously defined point (1 to 100), this should be given in the format L(Number).
<radius>
The radius of a circle in either inches or mm (inches are default).
<option>
A value between 1 and 4 for choosing different options when creating objects.

Example

- CIRCLE_2LR 4, 4, 5, 3, 2
- CIRCLE_2LR 5, 2, 1, 8, 4