CREATE POINT

From Macros Wiki
Revision as of 14:51, 13 July 2010 by ConnerO (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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 value
<y>
the y axis value

Example

- GET_TOOL_DATA 3, MTOOL_LENGTH, MyToolLength
- GET_TOOL_DATA 4, COMMENT, MyToolComment$