POINT COPY: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Geometry:Creating_Geometry|{{Up}}]]
{{Command|syntax=POINT_COPY <point number>, <new point number>
{{Command|syntax=POINT_COPY <point number>, <new point number>
|description=This is used to create a using the same variables of previously defined point using a new point number.
|description=:Copy an existing [[macro_point|point]], defining a new point number with the same parameters as the old [[macro_point|point]].


|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=  {{point number}}
|param2=<new point number>|param2_desc= Define a point number for the newly created point (1 to 100)
|param2=<new point number>|param2_desc= {{new point number}}
}}
}}
===Example===
===Example===
:- POINT_COPY 15, 6
:POINT_COPY 15, 6
 
:- POINT_COPY 12, 18




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

Latest revision as of 22:18, 30 July 2010

Up

Command

POINT_COPY <point number>, <new point number>


Copy an existing point, defining a new point number with the same parameters as the old point.

Parameters

<point number>
The number of a previously defined macro point.
<new point number>
Define a number for the newly created point.

Example

POINT_COPY 15, 6