GET OP FEAT CTOOL: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: [[|{{Up}}]] {{Command|syntax=GET_OP_FEAT_CTOOL <op number> <feature number> <ctool type> <x> <y> <z> |description=: |param1=<op number>|param1_desc={{op number}} |param2=<feature number>... |
No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[|{{Up}}]] | [[Operations:Operation_Data|{{Up}}]] | ||
{{Command|syntax=GET_OP_FEAT_CTOOL <op number> <feature number> <ctool type> <x> <y> <z> | {{Command|syntax=GET_OP_FEAT_CTOOL <op number> <feature number> <ctool type> <x> <y> <z> | ||
|description=: | |description=:Get data associated with a [[CTool]] feature in operation toolpath. | ||
|param1=<op number>|param1_desc= | |param1=<op number>|param1_desc=Operation number. | ||
|param2=<feature number>|param2_desc= | |param2=<feature number>|param2_desc=Feature number. | ||
|param3=<ctool type>|param3_desc={{ | |param3=<ctool type>|param3_desc={{CTool}} type. | ||
|param4=<x>|param4_desc={{ | |param4=<x>|param4_desc={{parameter_variable_any_name}} the X data. | ||
|param5=<y>|param5_desc={{ | |param5=<y>|param5_desc={{parameter_variable_any_name}} the Y data. | ||
|param6=<z>|param6_desc={{ | |param6=<z>|param6_desc={{parameter_variable_any_name}} the Z data. | ||
}} | }} | ||
===Example=== | ===Example=== | ||
: | : | ||
[[Category:]] | [[Category:Operations]] |
Latest revision as of 20:20, 13 January 2011
Command
- GET_OP_FEAT_CTOOL <op number> <feature number> <ctool type> <x> <y> <z>
- Get data associated with a CTool feature in operation toolpath.
Parameters
- <op number>
- Operation number.
- <feature number>
- Feature number.
- <ctool type>
- CTool type.
- <x>
- Name of variable to be set to the X data.
- <y>
- Name of variable to be set to the Y data.
- <z>
- Name of variable to be set to the Z data.