COPY SOLID: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
Line 5: Line 5:


|param1=<solid number>|param1_desc={{solid number}}
|param1=<solid number>|param1_desc={{solid number}}
|param2=<new solid number>|param2_desc={{new solid number}}
|param2=<new solid number>|param2_desc={{parameter_variable_num_name}} the new solid number.


}}
}}


===Example===
===Example===
:COPY_SOLID 3, 7
:COPY_SOLID 3, NewSolidNum


[[Category:Solids]]
[[Category:Solids]]

Revision as of 15:34, 17 January 2011

Up

Command

COPY_SOLID <solid number>, <new solid number>


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

Parameters

<solid number>
Solid number.
<new solid number>
The name of a numeric variable to be set to the new solid number.

Example

COPY_SOLID 3, NewSolidNum