GET OP FEAT ANGLES: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
|description=:Get the angles of a feature in operation toolpath. | |description=:Get the angles of a feature in operation toolpath. | ||
|param1=<op number>|param1_desc= | |param1=<op number>|param1_desc=Operation number. | ||
|param2=<feature number>|param2_desc=Feature number. | |param2=<feature number>|param2_desc=Feature number. | ||
|param3=<start angle>|param3_desc=Feature start angle. | |param3=<start angle>|param3_desc=Feature start angle. |
Revision as of 20:15, 13 January 2011
Command
- GET_OP_FEAT_ANGLES <op number> <feature number> <start angle> <end angle> <included angle>
- Get the angles of a feature in operation toolpath.
Parameters
- <op number>
- Operation number.
- <feature number>
- Feature number.
- <start angle>
- Feature start angle.
- <end angle>
- Feature end angle
- <included angle>
- Included angle (zero if not an arc).
Example
- GET_OP_FEAT_ANGLES 3, 10, StartAng, EndAng, IncAng
- Get the angles of the 10th feature in the toolpath associated with operation 3.