LINE PC: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | [[Geometry:Creating_Geometry|{{Up}}]] | ||
|param1=<line number>|param1_desc= | {{Command|syntax=[[Image:line_pc.png|right|LINE_PC]]LINE_PC <line number>, <point>, <circle>, <option> | ||
|param2=<point>|param2_desc= | |description=:Create a [[macro_line|line]] between a point and a cirlces circumference. | ||
|param3=<circle>|param3_desc= | |||
|param4=<option>|param4_desc= | |param1=<line number>|param1_desc= {{create line number}} | ||
|param2=<point>|param2_desc= {{point}} | |||
|param3=<circle>|param3_desc= {{circle}} | |||
|param4=<option>|param4_desc={{1-2option}} | |||
}} | }} | ||
===Example=== | ===Example=== | ||
: | |||
:LINE_PC 1, 2, 1, 1 | |||
:LINE_PC 2, 2, 1, 2 | |||
[[Category:Geometry]] | [[Category:Geometry]] |
Latest revision as of 23:00, 2 August 2010
Command
- Create a line between a point and a cirlces circumference.
Parameters
- <line number>
- The number of the line to be created.
- A number between 1 and 100.
- <point>
- The number of an existing point.
- <circle>
- The number of an existing circle.
- <option>
- 1 or 2, to select one of the 2 possible solutions.
Example
- LINE_PC 1, 2, 1, 1
- LINE_PC 2, 2, 1, 2