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
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Command|syntax=LINE_PC <[[line number]]>, <[[point]]>, <[[circle]]>, <[[option]]>
[[Geometry:Creating_Geometry|{{Up}}]]
|description=This is used to create a line between a point and a cirlces circumference, <br/>options are either 1 or 2 for the different sides of the circle


|param1=<line number>|param1_desc= The number of the line (1 to 100) to be defined. This is a number used by the macro to create other geometry.
{{Command|syntax=[[Image:line_pc.png|right|LINE_PC]]LINE_PC <line number>, <point>, <circle>, <option>
|param2=<point>|param2_desc= This refers to a previously defined point (1 to 100), this should be given in the format P(Number).
|description=:Create a [[macro_line|line]] between a point and a cirlces circumference.
|param3=<circle>|param3_desc= This refers to a previously defined point (1 to 100), this should be given in the format C(number).
 
|param4=<option>|param4_desc=a value of 1 or 2 for choosing different options when creating objects
|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 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