User2012 Posted June 24, 2012 Posted June 24, 2012 I am wondering whether we can increase the width of a 2D sketch (e.g., from 3.0436 to 4.3175: 1.42 times); in the meantime, decrease its height (e.g., from 7.6091 to 6.625: 0.87 times) by the SCALE command. I've tried it several times in different ways, but both width and height were gonna increase or decrease at the same time! Quote
MSasu Posted June 24, 2012 Posted June 24, 2012 The built-in SCALE command won't allow you to do this; the workaround is to create a block (command BLOCK) from that sketch and insert it (command INSERT) with different scale factors on X (1.42), respectively Y (0.87). Apply next EXPLODE command on said block to get access to the scaled items. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.