Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Routine wanted.

5 REPLIES 5
Reply
Message 1 of 6
Anonymous
230 Views, 5 Replies

Routine wanted.

We need a routine tha automatcally set a predefined layer as current when a
command is issued. A typical situation would be if a dimension command is
issued, a predfined dimension layer is current and then switched back to the
original layer once tfhe command is finished.
Could also be useful with text command, construction line etc.
Does anybody know where I can find such routine?

Per Morten
5 REPLIES 5
Message 2 of 6
Anonymous
in reply to: Anonymous

Lisp program "AutoLay V2.3" posted in Customer Files group

Cheers

Archilla Withaker



"Oker Arkitektur as" escreveu na mensagem
news:5194302B750244ECCA458443D9AA80B1@in.WebX.maYIadrTaRb...
> We need a routine tha automatcally set a predefined layer as current when
a
> command is issued. A typical situation would be if a dimension command is
> issued, a predfined dimension layer is current and then switched back to
the
> original layer once tfhe command is finished.
> Could also be useful with text command, construction line etc.
> Does anybody know where I can find such routine?
>
> Per Morten
>
>
Message 3 of 6
Anonymous
in reply to: Anonymous

Customize it: LISP, or toolbar button macro, or even a script file. Reason
you spent so much on AutoCAD: HELP can get you familiar with those elusive
commands like -LAYER and all the DIM commands, how to create toolbar button
macros. Web sites and tutorials all over the Internet can help you et
started too: check out the intro to LISP programming from Lynn Allen at
http://www.cadenceweb.com/2002/1202/circles1202.html

--
Dean Saadallah
http://www.pendean.com
LT Express Utilities
http://www.pendean.com/ltexpress
Expanded Links Pages
http://www.pendean.com/lt/links.htm
--
Message 4 of 6
Anonymous
in reply to: Anonymous

If you are primarily doing architectural drawings, you might want to
consider Architectural Desktop. Those features come right out of the box!
It's too bad these features are not included in plain AutoCAD. The features
also apply to elevation and section marks as well, placing them on
pre-defined layers.

You can also add this feature to custom blocks that you create - in
Architectural Desktop - where you specify which layer the object is to be
placed. If you started on layer 0, you end up on layer 0 even if the object
you added was placed on another layer.
"Oker Arkitektur as" wrote in message
news:5194302B750244ECCA458443D9AA80B1@in.WebX.maYIadrTaRb...
> We need a routine tha automatcally set a predefined layer as current when
a
> command is issued. A typical situation would be if a dimension command is
> issued, a predfined dimension layer is current and then switched back to
the
> original layer once tfhe command is finished.
> Could also be useful with text command, construction line etc.
> Does anybody know where I can find such routine?
>
> Per Morten
>
>
Message 5 of 6
Anonymous
in reply to: Anonymous

Yes Arch Desktop handles layers very well ONLY FOR THE SPECIAL ADT OBJECTS.
If you are wanting your dims, text, leaders, hatch to be assigned to
particulat layers I would recommend using lisp (namely the reactors).


"David Rosen" wrote in message
news:02DEAAFC8917458045B9C42A3E00C879@in.WebX.maYIadrTaRb...
> If you are primarily doing architectural drawings, you might want to
> consider Architectural Desktop. Those features come right out of the box!
> It's too bad these features are not included in plain AutoCAD. The
features
> also apply to elevation and section marks as well, placing them on
> pre-defined layers.
>
> You can also add this feature to custom blocks that you create - in
> Architectural Desktop - where you specify which layer the object is to be
> placed. If you started on layer 0, you end up on layer 0 even if the
object
> you added was placed on another layer.
> "Oker Arkitektur as" wrote in message
> news:5194302B750244ECCA458443D9AA80B1@in.WebX.maYIadrTaRb...
> > We need a routine tha automatcally set a predefined layer as current
when
> a
> > command is issued. A typical situation would be if a dimension command
is
> > issued, a predfined dimension layer is current and then switched back to
> the
> > original layer once tfhe command is finished.
> > Could also be useful with text command, construction line etc.
> > Does anybody know where I can find such routine?
> >
> > Per Morten
> >
> >
>
>
Message 6 of 6
Anonymous
in reply to: Anonymous

> Yes Arch Desktop handles layers very well ONLY FOR THE SPECIAL ADT
OBJECTS.
> If you are wanting your dims, text, leaders, hatch to be assigned to
> particulat layers I would recommend using lisp (namely the reactors).

True,

If you are looking for a free app, try Eric Schneider AutoLay, I don't know
what version is around, and start from there is an open code and maybe can
be updated for your personal use.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost