GET WP PART OFFSET: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
Mikeo (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
Line 1: Line 1:
[[:Category:Part_Data|{{Up}}]]
[[:Category:Part_Data|{{Up}}]]


{{Command|syntax=GET_WP_PART_OFFSET <workpiece num>, <x>, <y>, <z>
{{Command|syntax=GET_WP_PART_OFFSET <workpiece num>, <varx>, <vary>, <varz>
|description=get the part offset for the given workpiece.
|description=get the part offset for the given workpiece.


|param1=<workpiece num>|param1_desc=Workpiece number
|param1=<workpiece num>|param1_desc=Workpiece number
|param2=<x>|param2_desc={{x}}
|param2=<varx>|param2_desc={{parameter_variable_x}}
|param3=<y>|param3_desc={{y}}
|param3=<vary>|param3_desc={{parameter_variable_y}}
|param4=<z>|param4_desc={{z}}
|param4=<varz>|param4_desc={{parameter_variable_z}}
}}
}}



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