Jump to content

Recommended Posts

Posted

Hi all,

 

I'm new here and looking for some advice with regards to setting up a pulldown menu for dim and text and block scaling.

The CAD area for where i currently work is abit all over the place with regards to how things are set up within the company, so i have decided to sort things out myself.

I am trying to get a pulldown menu set up which will list diffent scale factors and when you select the one which your drawing will be set up for in model space, all dimension, text and blocks will be scaled to that factor.

My previous copmpany used to have this set up and it worked very well. I'm not sure if a Lisp routine already exists for something like this but any help would be greatfully recieved.

 

Thanks.

Posted

Thanks for the reply. I already have something like that set up for dims.

 

What i'm after is a pull down menu with all the different scales listed, so that when you select a scale, say 1:50, all your text preferences are set to 1:50, all your dims 1:50 and when you pull in a block from a custom tool palette, like a block for a section mark or floor span, they are scaled to 1:50 too.

Posted

Uh, I don't know about all that. :lol: I think that will need some serious customization if I'm reading what you're needing correctly.

Posted

Thanks anyway.

 

I'm wondering if someone has written a Lisp routine or something for it as i have used it at a company i used to work for in the past and it worked really well when drawing plans, sections, elevation in model space at diffent scales.

Posted

Maybe you can use this after editing it as per your needs. I put each scale on a ToolPalette with a macro similar to this (for 50 scale)

c^c^p(if(not sc01)(load "scales"))(sc50);

Scales.lsp

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...