CIRCLE PCR: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
{{Command|syntax=[[Image:circle_pcr.png|right|CIRCLE_PCR]]CIRCLE_PCR <circle number>, <point>, <circle>, <radius>, <option> | {{Command|syntax=[[Image:circle_pcr.png|right|CIRCLE_PCR]]CIRCLE_PCR <circle number>, <point>, <circle>, <radius>, <option> | ||
|description=:Create a [[macro_circle|circle]] | |description=:Create a [[macro_circle|circle]] tangent to another circle, passing through a given point. | ||
|param1=<circle number>|param1_desc= {{create circle number}} | |param1=<circle number>|param1_desc= {{create circle number}} | ||
Line 14: | Line 14: | ||
:CIRCLE_PCR 2, 2, 1, 1, 1 | :CIRCLE_PCR 2, 2, 1, 1, 1 | ||
:CIRCLE_PCR | :CIRCLE_PCR 3, 2, 1, 1, 2 | ||
[[Category:Geometry]] | [[Category:Geometry]] |
Latest revision as of 19:00, 10 August 2010
Command
- Create a circle tangent to another circle, passing through a given point.
Parameters
- <circle number>
- The number of the circle to be created.
- A number between 1 and 100.
- <point>
- The number of an existing point.
- <circle>
- The number of an existing circle.
- <radius>
- The circle radius
- <option>
- 1 or 2, to select one of the 2 possible solutions.
Example
- CIRCLE_PCR 2, 2, 1, 1, 1
- CIRCLE_PCR 3, 2, 1, 1, 2