CIRCLE PLR: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(8 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{ | [[Geometry:Creating_Geometry|{{Up}}]] | ||
|param1=<circle number>|param1_desc= {{circle number}} | {{Command|syntax=[[Image:circle_plr.png|right|CIRCLE_PLR]]CIRCLE_PLR <circle number>, <point>, <line>, <radius>, <option> | ||
|description=:Create a [[macro_circle|circle]] where a given point lies on the circle, the given line is tangent to the circle, and the radius of the circle is defined. | |||
|param1=<circle number>|param1_desc= {{create circle number}} | |||
|param2=<point>|param2_desc= {{point}} | |param2=<point>|param2_desc= {{point}} | ||
|param3=<line>|param3_desc= {{line}} | |param3=<line>|param3_desc= {{line}} | ||
|param4=<radius>|param4_desc= {{ | |param4=<radius>|param4_desc= {{circle_radius}} | ||
|param5=<option>|param5_desc= {{ | |param5=<option>|param5_desc= {{1-2option}} | ||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :CIRCLE_PLR 1, 2, 1, 1, 1 | ||
[[Category:Geometry]] | [[Category:Geometry]] |
Latest revision as of 18:58, 10 August 2010
Command
- Create a circle where a given point lies on the circle, the given line is tangent to the circle, and the radius of the circle is defined.
Parameters
- <circle number>
- The number of the circle to be created.
- A number between 1 and 100.
- <point>
- The number of an existing point.
- <line>
- The number of an existing line.
- <radius>
- The circle radius
- <option>
- 1 or 2, to select one of the 2 possible solutions.
Example
- CIRCLE_PLR 1, 2, 1, 1, 1