GET WP PART OFFSET: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Command|syntax=GET_WP_PART_OFFSET <workpiece num>, <x>, <y>, <z> | {{Command|syntax=GET_WP_PART_OFFSET <workpiece num>, <x>, <y>, <z> | ||
|description= | |description=get the part offset for the given workpiece. | ||
|param1=<workpiece num>|param1_desc= | |param1=<workpiece num>|param1_desc=Workpiece number | ||
|param2=<x>|param2_desc={{x}} | |param2=<x>|param2_desc={{x}} | ||
|param3=<y>|param3_desc={{y}} | |param3=<y>|param3_desc={{y}} | ||
|param4=<z>|param4_desc= {{z}} | |param4=<z>|param4_desc={{z}} | ||
}} | }} | ||
===Example=== | ===Example=== | ||
:- GET_WP_PART_OFFSET | :- GET_WP_PART_OFFSET 2, vx, vy, vz | ||
[[Category:Part_Data]] | [[Category:Part_Data]] |
Revision as of 21:31, 11 January 2011
Command
- GET_WP_PART_OFFSET <workpiece num>, <x>, <y>, <z>
get the part offset for the given workpiece.
Parameters
- <workpiece num>
- Workpiece number
- <x>
- X co-ordinate of a feature.
- <y>
- Y co-ordinate of a feature.
- <z>
- Z co-ordinate of a feature.
Example
- - GET_WP_PART_OFFSET 2, vx, vy, vz