GET OP FEAT CTOOL: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
Mikeo (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
|description=:Get data associated with a [[CTool]] feature in operation toolpath.
|description=:Get data associated with a [[CTool]] feature in operation toolpath.


|param1=<op number>|param1_desc={{op number}}
|param1=<op number>|param1_desc=Operation number.
|param2=<feature number>|param2_desc={{feature number}}
|param2=<feature number>|param2_desc=Feature number.
|param3=<ctool type>|param3_desc={{ctool type}}
|param3=<ctool type>|param3_desc={{CTool}} type.
|param4=<x>|param4_desc={{parameter_variable_any_name}} the X data.
|param4=<x>|param4_desc={{parameter_variable_any_name}} the X data.
|param5=<y>|param5_desc={{parameter_variable_any_name}} the Y data.
|param5=<y>|param5_desc={{parameter_variable_any_name}} the Y data.

Latest revision as of 20:20, 13 January 2011

Up

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.

Example