CREATE POINT: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Command|syntax=CREATE_POINT <[[point number]]>, <[[x]]>, <[[y]]>,
[[Geometry:Creating_Geometry|{{Up}}]]
|description=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.


|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.
{{Command|syntax=[[Image:create_point.png|right|CREATE_POINT]]CREATE_POINT <point number>
|param2=<x>|param2_desc= The x axis co-ordinate value
|description=:Create a geometry point from a macro point.
|param3=<y>|param3_desc= The y axis co-ordinate value
 
|param1=<point number>|param1_desc={{point number}}
}}
}}


===Example===
===Example===
:- GET_TOOL_DATA 3, MTOOL_LENGTH, MyToolLength
:CREATE_POINT 3
 
:- GET_TOOL_DATA 4, COMMENT, MyToolComment$
 
 


[[Category:Geometry]]
[[Category:Geometry]]

Latest revision as of 19:15, 11 January 2011

Up

Command

CREATE_POINT
CREATE_POINT
CREATE_POINT <point number>


Create a geometry point from a macro point.

Parameters

<point number>
The number of a previously defined macro point.

Example

CREATE_POINT 3