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
Line 4: Line 4:
|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=  The number of the point (1 to 100) to be defined.This is a number used by the macro to create other geometry.
|param2=<new point number>|param2_desc= Define a point number for the newly created point (1 to 100)  
|param2=<new point number>|param2_desc= Define a point number for the newly created point (1 to 100)  
}}
===Example===
===Example===
:- POINT_COPY 15, 6
:- POINT_COPY 15, 6

Revision as of 16:03, 13 July 2010

Command

POINT_COPY <point number>, <new point number>


This is used to create a using the same variables of previously defined point using a new point number.

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.
<new point number>
Define a point number for the newly created point (1 to 100)

Example

- POINT_COPY 15, 6
- POINT_COPY 12, 18