LINE VP: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Geometry:Creating_Geometry|'''Back''']]
[[Geometry:Creating_Geometry|{{Up}}]]


{{Command|syntax=[[Image:line_vp.png|right|LINE_VP]]LINE_HP <line number>, <point>
{{Command|syntax=[[Image:line_vp.png|right|LINE_VP]]LINE_HP <line number>, <point>
Line 10: Line 10:
===Example===
===Example===
:LINE_VP 1, 1
:LINE_VP 1, 1
:For an example macro see [[Contour_2]]






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

Latest revision as of 14:33, 13 August 2010

Up

Command

LINE_VP
LINE_VP
LINE_HP <line number>, <point>


Create a vertical 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_VP 1, 1
For an example macro see Contour_2