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)
Line 8: Line 8:


===Example===
===Example===
:- POINT_XY 12, 3, 4
:- POINT_2L 15, 6, 9


:- POINT_XY 41, 8, 31
:- POINT_2L 7, 2, 12






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

Revision as of 15:47, 13 July 2010

Command

POINT_2L <point number>, <line>, <line>,


this is used to create a point between 2 lines.

Parameters

<point number>
the number of the point (1 to 100) to be defined.This is a number used by the macro to create other geometry.
<line>
the number of the line (1-100) - previously defined
<line>
the number of the line (1-100) - previously defined

Example

- POINT_2L 15, 6, 9
- POINT_2L 7, 2, 12