CREATE POINT: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=CREATE_POINT <point number>, <x>, <y>, |description=this command will create a real point in GibbsCAM from the macro point definition. This point number will b... |
No edit summary |
||
Line 3: | Line 3: | ||
|param1=<point number>|param1_desc= the number of the point (1 to 100) to be defined.This is a number used by the macro to create other geometry. | |param1=<point number>|param1_desc= the number of the point (1 to 100) to be defined.This is a number used by the macro to create other geometry. | ||
|param2=<x>|param2_desc= | |param2=<x>|param2_desc= The x axis co-ordinate value | ||
|param3=<y>|param3_desc= | |param3=<y>|param3_desc= The y axis co-ordinate value | ||
}} | }} | ||
Revision as of 16:38, 13 July 2010
Command
- CREATE_POINT <point number>, <x>, <y>,
this command will create a real point in GibbsCAM from the macro point definition. This point number will be set in the variable PointRef so that you can select this point for use within the macro.
Parameters
- <point number>
- the number of the point (1 to 100) to be defined.This is a number used by the macro to create other geometry.
- <x>
- The x axis co-ordinate value
- <y>
- The y axis co-ordinate value
Example
- - GET_TOOL_DATA 3, MTOOL_LENGTH, MyToolLength
- - GET_TOOL_DATA 4, COMMENT, MyToolComment$