Spinxy Posted October 21, 2010 Posted October 21, 2010 Hi ya. After seeing another post on here i have used and added to some of the macro to come up with a way of making a tidy (rectang) rev cloud with rev triangle. the user inputs i have got it down to so far is 1.picking the extents of the rectang 2. picking the rectang to turn it into a cloud 3. placing the rev triangle. it also switches it to a revision layer then back to the current layer you was working in once finished. ^C^C(setq a(getvar "clayer"));-layer;M;Revision;;rectang;\\revcloud;a;10;10;;\;-Insert;"Rev_Tri.dwg";\1;1;0;-layer;S;!a;; now i would like to get rid of the second user input of having to select the triangle, can anybody help? Cheers Quote
BIGAL Posted October 21, 2010 Posted October 21, 2010 A couple of subtle changes for clarity ^C^C(setq a(getvar "clayer"));-layer;M;Revision;;rectang;\\revcloud;arc;10;10;;\;-Insert;"Rev_Tri.dwg";\1;1;0;(setvar "clayer" a) so you dont mix the a's up Did you mean rectang can use "last" to pick your rectang automatically revcloud;arc;10;10;ob;L; command line test revcloud arc 10 10 ob L Quote
Spinxy Posted October 21, 2010 Author Posted October 21, 2010 cheers for that, it's working pretty well. also understood about the a's. i've also added tilemode;0; to the start to ensure all clouds are drawn in paperspace. 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.