EXTRUDE: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(10 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Command|syntax=EXTRUDE <z start> <z end>
[[:Solids:Creating_Solids|{{Up}}]]
|description=*DESCRPTION*
 
{{Command|syntax=[[Image:extrude.png|right|EXTRUDE]]EXTRUDE <z start> <z end>
|description=:Extrude the currently selcted geometry.
:The variable SolidRef will be set to the number of the solid that was created.


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


===Example===
===Example===
:- EXTRUDE
:EXTRUDE -2, 4
 
<br>
:This will extrude the currently selected geometry along the depth axis from -2 to +4.
<br>
:For an example macro see [[Explode_Shape]] [[Bag_Solids]] [[Solids]] [[Solid_Type]]
[[Category:Solids]]
[[Category:Solids]]

Latest revision as of 19:59, 12 January 2011

Up

Command

EXTRUDE
EXTRUDE
EXTRUDE <z start> <z end>


Extrude the currently selcted geometry.
The variable SolidRef will be set to the number of the solid that was created.

Parameters

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

Example

EXTRUDE -2, 4


This will extrude the currently selected geometry along the depth axis from -2 to +4.


For an example macro see Explode_Shape Bag_Solids Solids Solid_Type