LINE PC: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Geometry:Creating_Geometry|{{Up}}]]
{{Command|syntax=[[Image:line_pc.png|right|LINE_PC]]LINE_PC <line number>, <point>, <circle>, <option>
{{Command|syntax=[[Image:line_pc.png|right|LINE_PC]]LINE_PC <line number>, <point>, <circle>, <option>
|description=:Create a [[macro_line|line]] between a point and a cirlces circumference.
|description=:Create a [[macro_line|line]] between a point and a cirlces circumference.
Line 9: Line 11:


===Example===
===Example===
:LINE_PC 12, 4, 7, 1
 
: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

Up

Command

LINE_PC
LINE_PC
LINE_PC <line number>, <point>, <circle>, <option>


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