CREATE POINT
From Macros Wiki
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$