SHRINK WRAP: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
Mikeo (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
Line 1: Line 1:
[[:Category:Miscellaneous|{{Up}}]]
[[:Category:Miscellaneous|{{Up}}]]


{{Command|syntax=SHRINK_WRAP
{{Command|syntax=SHRINK_WRAP [ALL or VISIBLE]
|description=:Shrink Wrap the stock to fit the geometry.
|description=:Shrink Wrap the stock to fit the geometry.


|param1=|param1_desc= {{No Parameters}}
|param1=|param1_desc= ALL or VISIBLE (default ALL)


===Example===
===Example===


<br>SHRINK_WRAP
<br>SHRINK_WRAP ALL
<br>SHRINK_WRAP VISIBLE<br>
:For an example macro see [[Explode_Shape]] [[Create_Contour.mac]] [[Use_Saved_Process]]
:For an example macro see [[Explode_Shape]] [[Create_Contour.mac]] [[Use_Saved_Process]]
}}
}}


[[Category:Miscellaneous]]
[[Category:Miscellaneous]]

Latest revision as of 01:08, 8 March 2013

Up

Command

SHRINK_WRAP [ALL or VISIBLE]


Shrink Wrap the stock to fit the geometry.

Parameters

ALL or VISIBLE (default ALL)

Example


SHRINK_WRAP
SHRINK_WRAP ALL
SHRINK_WRAP VISIBLE

For an example macro see Explode_Shape Create_Contour.mac Use_Saved_Process