GET OP FEAT END

From Macros Wiki
Jump to navigationJump to search

Up

Command

GET_OP_FEAT_END <op number>, <feature num>, <xe>, <ye>, [<ze>]


Get the end 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.
<xe>
The name of a numeric variable to be set to the X position of the feature end
<ye>
The name of a numeric variable to be set to the Y position of the feature end
<ze>
The name of a numeric variable to be set to the Z position of the feature end

Example

GET_OP_FEAT_END 1, 15, xe, ye, ze
For an example macro see Modify_op_path2