LINE PA: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{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. |param1=<line number>|param1_... |
No edit summary |
||
Line 5: | Line 5: | ||
|param2=<point>|param2_desc= This refers to a previously defined point (1 to 100), this should be given in the format P(Number). | |param2=<point>|param2_desc= This refers to a previously defined point (1 to 100), this should be given in the format P(Number). | ||
|param3=<angle>|param3_desc= An angle value can be in either degrees or radians. Positive angles indicate a CCW direction, negative for CW. | |param3=<angle>|param3_desc= 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. | |||
}} | }} | ||
Revision as of 17:30, 13 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