CIRCLE COPY: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Geometry:Creating_Geometry|{{Up}}]]
{{Command|syntax=CIRCLE_COPY <circle number>, <new circle number>
{{Command|syntax=CIRCLE_COPY <circle number>, <new circle number>
|description=This command is used to create a new circle with the same parameters as the old one.
|description=:Copy an existing [[macro_circle|circle]], defining a new circle number with the same parameters as the old circle.


|param1=<circle number>|param1_desc= The number of the circle (1 to 100) to be defined.This is a number used by the macro to create other geometry.
|param1=<circle number>|param1_desc= {{circle number}}
|param2=<new circle number>|param2_desc= Define a circle number for the newly created circle (1 to 100).
|param2=<new circle number>|param2_desc= {{new circle number}}
}}
}}


===Example===
===Example===
:- CIRCLE_COPY 2, 6
:CIRCLE_COPY 2, 6


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

Latest revision as of 22:16, 30 July 2010

Up

Command

CIRCLE_COPY <circle number>, <new circle number>


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

Parameters

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

Example

CIRCLE_COPY 2, 6