Difference between revisions of "GET OP NUM FEAT"
From Macros Wiki
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Operations:Operation_Tool-Path|{{Up}}]] | ||
+ | |||
{{Command|syntax=GET_OP_NUM_FEAT <op number>, <num features> | {{Command|syntax=GET_OP_NUM_FEAT <op number>, <num features> | ||
− | |description=: | + | |description=:Get the number of features in the toolpath associated with an operation. |
|param1=<op number>|param1_desc={{op number}} | |param1=<op number>|param1_desc={{op number}} | ||
− | |param2=<num features>|param2_desc={{ | + | |param2=<num features>|param2_desc={{parameter_variable_num_name}} the number of features. |
}} | }} | ||
===Example=== | ===Example=== | ||
− | :GET_OP_NUM_FEAT | + | :GET_OP_NUM_FEAT 1, NumFeat |
− | :For an example | + | :For an example macro see [[Modify_op_path2]] |
[[Category:Operations]] | [[Category:Operations]] |
Latest revision as of 11:42, 14 January 2011
Command
- GET_OP_NUM_FEAT <op number>, <num features>
- Get the number of features in the toolpath associated with an operation.
Parameters
- <op number>
- Operation number.
- <num features>
- The name of a numeric variable to be set to the number of features.
Example
- GET_OP_NUM_FEAT 1, NumFeat
- For an example macro see Modify_op_path2