LINE PA

From Macros Wiki
Revision as of 21:02, 14 July 2010 by ConnerO (talk | contribs)
Jump to navigationJump to search

Command

LINE_HP <line number>, <point>, <angle>


This is used to create a line on a point int he direction of a given angle.

Parameters

<line number>
The number of the line (1 to 100) to be defined. This is a number used by the macro to create other geometry.
<point>
This refers to a previously defined point (1 to 100), this should be given in the format P(Number).
<angle>
An angle value can be in either degrees or radians. Positive angles indicate a CCW direction, negative for CW.
Use the DEGREES or RADIANS commands to switch between the two angle modes.

Example

- LINE_PA 6, 2, 74
- LINE_PA 2, 9, -13