POINT 2L: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=POINT_2L <point number>, <line>, <line>, |description=this is used to create a point between 2 lines. |param1=<point number>|param1_desc= the number of the p...
 
ConnerO (talk | contribs)
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Command|syntax=POINT_2L <[[point number]]>, <[[line]]>, <[[line]]>,
[[Geometry:Creating_Geometry|{{Up}}]]
|description=this is used to create a point between 2 lines.


|param1=<point number>|param1_desc=  the number of the point (1 to 100) to be defined.This is a number used by the macro to create other geometry.
{{Command|syntax=[[Image:point_2l.png|right|POINT_2L]]POINT_2L <point number>, <line 1>, <line 2>
|param2=<line>|param2_desc= the number of the line (1-100) - previously defined
|description=:Create a [[macro_point|point]] where 2 lines intersect.
|param3=<line>|param3_desc= the number of the line (1-100) - previously defined
 
|param1=<point number>|param1_desc=  {{create point number}}
|param2=<line 1>|param2_desc= {{line}} 
|param3=<line 2>|param3_desc= {{line}}
}}
}}


===Example===
===Example===
:- POINT_XY 12, 3, 4
:POINT_2L 3, 1, 2
 
:- POINT_XY 41, 8, 31
 
 


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

Latest revision as of 23:01, 2 August 2010

Up

Command

POINT_2L
POINT_2L
POINT_2L <point number>, <line 1>, <line 2>


Create a point where 2 lines intersect.

Parameters

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

Example

POINT_2L 3, 1, 2