EXTRUDE: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
{{Command|syntax=EXTRUDE <z start> <z end>
{{Command|syntax=[[Image:extrude.png|right|EXTRUDE]]EXTRUDE <z start> <z end>
|description=*DESCRPTION*
|description=:Extrude the selcted geometry.


|param1=<z start>|param1_desc={{z start}}
|param1=<z start>|param1_desc={{z start}}
Line 7: Line 7:


===Example===
===Example===
:- EXTRUDE
:EXTRUDE 0, 2
 
:ExTRUDE -2, 4


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

Revision as of 20:08, 22 July 2010

Command

EXTRUDE
EXTRUDE
EXTRUDE <z start> <z end>


Extrude the selcted geometry.

Parameters

<z start>
Z co-ordinate of the start point.
<z end>
Z co-ordinate of the end point.

Example

EXTRUDE 0, 2
ExTRUDE -2, 4