GET WP PART OFFSET: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=GET_WP_PART_OFFSET <workpiece num>, <x>, <y>, <z> |description=*DESCRPTION* |param1=<workpiece num>|param1_desc= |param2=<x>|param2_desc= |param3=<y>|param3_desc= |param4...
 
Mikeo (talk | contribs)
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|syntax=GET_WP_PART_OFFSET <workpiece num>, <x>, <y>, <z>
[[:Category:Part_Data|{{Up}}]]
|description=*DESCRPTION*


|param1=<workpiece num>|param1_desc=
{{Command|syntax=GET_WP_PART_OFFSET <workpiece num>, <varx>, <vary>, <varz>
|param2=<x>|param2_desc=
|description=get the part offset for the given workpiece.
|param3=<y>|param3_desc=
 
|param4=<z>|param4_desc=  
|param1=<workpiece num>|param1_desc=Workpiece number
|param2=<varx>|param2_desc={{parameter_variable_x}}
|param3=<vary>|param3_desc={{parameter_variable_y}}
|param4=<varz>|param4_desc={{parameter_variable_z}}
}}
}}


===Example===
===Example===
:- GET_WP_PART_OFFSET
:- GET_WP_PART_OFFSET 2, vx, vy, vz


[[Category:Part_Data]]
[[Category:Part_Data]]

Latest revision as of 21:32, 11 January 2011

Up

Command

GET_WP_PART_OFFSET <workpiece num>, <varx>, <vary>, <varz>


get the part offset for the given workpiece.

Parameters

<workpiece num>
Workpiece number
<varx>
Name of variable to be set to the X value.
<vary>
Name of variable to be set to the Y value.
<varz>
Name of variable to be set to the Z value.

Example

- GET_WP_PART_OFFSET 2, vx, vy, vz