LINE PA: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Command|syntax=LINE_HP < | {{Command|syntax=LINE_HP <line number>, <point>, <angle> | ||
|description=This is used to create a line on a point int he direction of a given angle. | |description=This is used to create a line on a point int he direction of a given angle. | ||
Revision as of 21:02, 14 July 2010
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