GET OP FEAT ANGLES
From Macros Wiki
Jump to navigationJump to search
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>
- Name of variable to be set to the start angle.
- <end angle>
- Name of variable to be set to the end angle
- <included angle>
- Name of variable to be set to the 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.