Jump to content

Recommended Posts

Posted

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

Posted

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

Posted

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.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...