SHRINK WRAP: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|syntax=SHRINK_WRAP
[[:Category:Miscellaneous|{{Up}}]]
|description= Calls the Shrink Wrap menu item to make the stock fit all geometry.


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


|param1=|param1_desc= ALL or VISIBLE (default ALL)
===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]]

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