Difference between revisions of "GET OP FEAT ANGLES"
From Macros Wiki
Line 2: | Line 2: | ||
{{Command|syntax=GET_OP_FEAT_ANGLES <op number> <feature number> <start angle> <end angle> <included angle> | {{Command|syntax=GET_OP_FEAT_ANGLES <op number> <feature number> <start angle> <end angle> <included angle> | ||
− | |description=: | + | |description=:Get the angles of a feature in operation toolpath. |
|param1=<op number>|param1_desc={{op number}} | |param1=<op number>|param1_desc={{op number}} | ||
− | |param2=<feature number>|param2_desc= | + | |param2=<feature number>|param2_desc=Feature number. |
− | |param3=<start angle>|param3_desc= | + | |param3=<start angle>|param3_desc=Feature start angle. |
− | |param4=<end angle>|param4_desc= | + | |param4=<end angle>|param4_desc=Feature end angle |
− | |param5=<included angle>|param5_desc= | + | |param5=<included angle>|param5_desc=Included angle (zero if not an arc). |
}} | }} | ||
===Example=== | ===Example=== | ||
− | : | + | :GET_OP_FEAT_ANGLES 3, 10, StartAng, EndAng, IncAng |
+ | :<br> | ||
+ | :Get the angles of the 10th feature in the toolpath associated with operation 3. | ||
+ | |||
[[Category:Operations]] | [[Category:Operations]] |
Revision as of 15:12, 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.