GET OP FEAT TYPE

From Macros Wiki
Jump to navigationJump to search

Up

Command

GET_OP_FEAT_TYPE <op number>, <feature num>, <type>


Get the type 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.
<type>
Name of variable to be set to the feature type.

Example

GET_OP_FEAT_TYPE 1, 15, FeatType
For an example macro see Modify_op_path2