LINE HP: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Command|syntax=LINE_HP <[[line number]]>, <[[point]]>
[[Geometry:Creating_Geometry|{{Up}}]]
|description=This is used to create a horizontal line on a point.


|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_hp.png|right|LINE_HP]]LINE_HP <line number>, <point>
|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 horizontal [[macro_line|line]] on a point.
 
|param1=<line number>|param1_desc= {{create line number}}
|param2=<point>|param2_desc= {{point}}
}}
}}


===Example===
===Example===
:- LINE_HP 3, 7
:LINE_HP 1, 1
 


:For an example macro see [[Contour_2]]


[[Category:Geometry]]
[[Category:Geometry]]

Latest revision as of 14:32, 13 August 2010

Up

Command

LINE_HP
LINE_HP
LINE_HP <line number>, <point>


Create a horizontal line on a point.

Parameters

<line number>
The number of the line to be created.
A number between 1 and 100.
<point>
The number of an existing point.

Example

LINE_HP 1, 1
For an example macro see Contour_2