GET WP PART OFFSET: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
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... |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | [[:Category:Part_Data|{{Up}}]] | ||
|param1=<workpiece num>|param1_desc= | {{Command|syntax=GET_WP_PART_OFFSET <workpiece num>, <varx>, <vary>, <varz> | ||
|param2=< | |description=get the part offset for the given workpiece. | ||
|param3=< | |||
|param4=< | |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
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