CIRCLE LCR: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
{{Command|syntax=CIRCLE_LCR <circle number>, <line>, <circle>, <radius>, <option>
{{Command|syntax=CIRCLE_LCR <circle number>, <line>, <circle>, <radius>, <option>
|description=*des*
|description=:Create a circle from a line and a circle.


|param1=<circle number>|param1_desc= {{circle number}}
|param1=<circle number>|param1_desc= {{circle number}}
Line 6: Line 6:
|param3=<circle>|param3_desc= {{circle}}
|param3=<circle>|param3_desc= {{circle}}
|param4=<radius>|param4_desc= {{radius}}  
|param4=<radius>|param4_desc= {{radius}}  
|param5=<option>|param5_desc= {{option}}  
|param5=<option>|param5_desc= {{1-4option}}  
}}
}}


===Example===
===Example===
:- CIRCLE_LCR 4, 6, 1, 3, 7
:CIRCLE_LCR 4, 6, 1, 3, 2


[[Category:Geometry]]
[[Category:Geometry]]

Revision as of 19:31, 20 July 2010

Command

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


Create a circle from a line and a circle.

Parameters

<circle number>
The number of a previously defined macro circle.
<line>
The number of an existing line.
<circle>
The number of an existing circle.
<radius>
radius of the circle or arc.
<option>
1 to 4, to select one of the 4 possible solutions.

Example

CIRCLE_LCR 4, 6, 1, 3, 2