CIRCLE PCR: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Command|syntax=CIRCLE_PCR <circle number>, <point>, <circle>, <radius>, <option> | {{Command|syntax=CIRCLE_PCR <circle number>, <point>, <circle>, <radius>, <option> | ||
|description= | |description=Create a circle where a given point is the center of the circle and the given circle is just touching the new circle. | ||
|param1=<circle number>|param1_desc= {{circle number}} | |param1=<circle number>|param1_desc= {{circle number}} | ||
|param2=<point>|param2_desc= {{point}} | |param2=<point>|param2_desc= {{point}} | ||
|param3=<circle>|param3_desc= {{circle}} | |param3=<circle>|param3_desc= {{circle}} | ||
|param4=<radius>|param4_desc= {{radius}} | |param4=<radius>|param4_desc= {{radius}} | ||
|param5=<option>|param5_desc= {{ | |param5=<option>|param5_desc= {{1-2option}} | ||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :CIRCLE_PCR 3, 5, 1, 6, 2 | ||
[[Category:Geometry]] | [[Category:Geometry]] |
Revision as of 20:08, 20 July 2010
Command
- CIRCLE_PCR <circle number>, <point>, <circle>, <radius>, <option>
Create a circle where a given point is the center of the circle and the given circle is just touching the new circle.
Parameters
- <circle number>
- The number of a previously defined macro circle.
- <point>
- The number of an existing point.
- <circle>
- The number of an existing circle.
- <radius>
- radius of the circle or arc.
- <option>
- 1 or 2, to select one of the 2 possible solutions.
Example
- CIRCLE_PCR 3, 5, 1, 6, 2