EXTRUDE: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[[:Solids:Creating_Solids|{{Up}}]] | |||
{{Command|syntax=[[Image:extrude.png|right|EXTRUDE]]EXTRUDE <z start> <z end> | {{Command|syntax=[[Image:extrude.png|right|EXTRUDE]]EXTRUDE <z start> <z end> | ||
|description=:Extrude the selcted geometry. | |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
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