GET OP FEAT ANGLES

From Macros Wiki
Revision as of 20:15, 13 January 2011 by Mikeo (talk | contribs)
Jump to navigationJump to search

Up

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.