GET OP FEAT ARC DATA
From Macros Wiki
Jump to navigationJump to search
Command
- GET_OP_FEAT_ARC_DATA <op number>, <feature num>, <rad>, <dir>, <xc>, <yc>, [<zc>]
- Get the start of a feature in an operation's toolpath.
Parameters
- <op number>
- Operation number.
- <feature number>
- Feature number. 1 for the first feature, 2 for the second etc.
- <rad>
- The name of a numeric variable to be set to the radius of the feature
- <dir>
- The name of a numeric variable to be set to the feature direction (1 = CW, 0 = CCW)
- <xc>
- The name of a numeric variable to be set to the X center of the feature
- <yc>
- The name of a numeric variable to be set to the Y center of the feature
- <zc>
- The name of a numeric variable to be set to the Z center of the feature
Example
- GET_OP_FEAT_ARC_DATA 1, 12, ArcRad, ArcDir, xc, yc, zc