LINE LD: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=LINE_LD <line number>, <line>, <distance>, |description=This is used to create a point between a line and a circle. |param1=<line number>|param1_desc= The nu... |
No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | [[Geometry:Creating_Geometry|{{Up}}]] | ||
|param1=<line number>|param1_desc= | {{Command|syntax=[[Image:line_ld.png|right|LINE_LD]]LINE_LD <line number>, <line>, <distance>, | ||
|param2=<line>|param2_desc= | |description=:Create a [[macro_line|line]] parallel to an existing [[macro_line|line]]. | ||
|param3=<distance>|param3_desc= | |||
|param1=<line number>|param1_desc= {{create line number}} | |||
|param2=<line>|param2_desc= {{line}} | |||
|param3=<distance>|param3_desc= {{distance}} | |||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :LINE_LD 2, 1, 1 | ||
[[Category:Geometry]] | [[Category:Geometry]] |
Latest revision as of 22:59, 2 August 2010
Command
Parameters
- <line number>
- The number of the line to be created.
- A number between 1 and 100.
- <line>
- The number of an existing line.
- <distance>
- The distance from the existing line to the new line.
Example
- LINE_LD 2, 1, 1