EXTRUDE: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=EXTRUDE <z start> <z end> |description=*DESCRPTION* |param1=<z start>|param1_desc={{z start}} |param2=<z end>|param2_desc={{z end}} }} ===Example=== :- EXTRUDE [[Catego... |
No edit summary |
||
(11 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Command|syntax=EXTRUDE <z start> <z end> | [[:Solids:Creating_Solids|{{Up}}]] | ||
|description= | |||
{{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 -2, 4 | ||
<br> | |||
[[Category: | :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]] |
Latest revision as of 19:59, 12 January 2011
Command
- 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