EXTRUDE: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
:ExTRUDE -2, 4 | :ExTRUDE -2, 4 | ||
:For an example in a real macro see [[Explode_Shape]] | |||
[[Category:Solids]] | [[Category:Solids]] |
Revision as of 20:29, 29 July 2010
Command
- 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 in a real macro see Explode_Shape