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
 
(7 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 from a point number.


|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===
:- CREATE_POINT 6
:CREATE_POINT 3


[[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