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 11: Line 11:
:ExTRUDE -2, 4
:ExTRUDE -2, 4


:For an example macro see [[Explode_Shape]] or [[Bag_Solids]]
:For an example macro see [[Explode_Shape]] [[Bag_Solids]]
[[Category:Solids]]
[[Category:Solids]]

Revision as of 21:03, 29 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
For an example macro see Explode_Shape Bag_Solids