Friday, November 20, 2009
Home   |   Search   |   About AUGI   |   My AUGI   |   Join Now

Go Back   AUGI Forums > AUGI Technical (English) > Programming > AutoLISP
 Welcome, Guest. 

Login

Join Now FAQ Members List Calendar Search Today's Posts Mark Forums Read

AutoLISP AutoLISP or Visual LISP, learn both here!

Reply
 
Thread Tools Display Modes
Old 2008-12-26, 05:51 AM   #1
andrea.andreetti
I could stop if I wanted to
 
andrea.andreetti's Avatar
 
Join Date: 2005-09
Location: Canada
Posts: 212
andrea.andreetti is going the right wayandrea.andreetti is going the right way
Default DLEDIT ! (Dynamic Line Editor Tool)

Well,..

why not ?

After making Dhatch (Dynamic Hatch)....i've decided to make Dynamic Line Editor..
there it is.....DLEDIT v. 1.4 updated.



Enjoy !

Attached Files
File Type: lsp DLedit 1.4.LSP (10.5 KB, 119 views)

Last edited by andrea.andreetti : 2008-12-28 at 05:17 PM.
andrea.andreetti is offline   Reply With Quote
Old 2008-12-26, 02:45 PM   #2
charlieb
100 Club
 
charlieb's Avatar
 
Join Date: 2002-05
Location: Dallas, Tx
Posts: 124
charlieb is glowing brightlycharlieb is glowing brightlycharlieb is glowing brightlycharlieb is glowing brightlycharlieb is glowing brightlycharlieb is glowing brightlycharlieb is glowing brightlycharlieb is glowing brightlycharlieb is glowing brightlycharlieb is glowing brightlycharlieb is glowing brightly
Default Re: DLEDIT ! (new LineType Editor)

Thank you for your gift.
__________________

Charlie
ACAD '88-'09
AUGI rules
charlieb is offline   Reply With Quote
Old 2008-12-27, 10:56 PM   #3
andrea.andreetti
I could stop if I wanted to
 
andrea.andreetti's Avatar
 
Join Date: 2005-09
Location: Canada
Posts: 212
andrea.andreetti is going the right wayandrea.andreetti is going the right way
Thumbs up Re: DLEDIT ! (new LineType Editor)

Quote:
Originally Posted by charlieb View Post
Thank you for your gift.
it's a pleasure..
andrea.andreetti is offline   Reply With Quote
Old 2008-12-29, 07:13 PM   #4
blybrook
100 Club
 
Join Date: 2007-08
Location: Fairbanks, AK
Posts: 121
blybrook appears to be going the right way
Default Re: DLEDIT ! (new LineType Editor)

Very cool. Thank you for your hard work.
blybrook is offline   Reply With Quote
Old 2008-12-29, 07:36 PM   #5
tedg
AUGI Addict
 
tedg's Avatar
 
Join Date: 2005-06
Location: in the upper right corner
Posts: 1,747
tedg is shooting for the starstedg is shooting for the starstedg is shooting for the starstedg is shooting for the starstedg is shooting for the starstedg is shooting for the starstedg is shooting for the starstedg is shooting for the starstedg is shooting for the starstedg is shooting for the starstedg is shooting for the stars
Default Re: DLEDIT ! (new LineType Editor)

Thanks for sharing!

Like anything else in AutoCAD, using powerful tools requires knowledge and responsibility.

This allows "unknowing" users an easier way to change the color and linetype to other than ByLayer, ....and to change the scale of the actual line from the default scale of "1" (this particular ability has caused headaches in our office because of novice users).

Sometimes these modifications are necessary, and sometimes it can screw up a drawing.

Very cool routine.
__________________
Ted
Those who master others have Force.
Those who master themselves have Strength.
tedg is offline   Reply With Quote
Old 2008-12-29, 11:21 PM   #6
andrea.andreetti
I could stop if I wanted to
 
andrea.andreetti's Avatar
 
Join Date: 2005-09
Location: Canada
Posts: 212
andrea.andreetti is going the right wayandrea.andreetti is going the right way
Default Re: DLEDIT ! (new LineType Editor)

thanks all...

TEDG I agree with you....
I have created this routine to allow some user to quickly arrange what some
client sent. and to follow some client standards.

I've shared the code because it cool to see...and maybe useful for some user.
andrea.andreetti is offline   Reply With Quote
Old 2008-12-29, 11:37 PM   #7
TeriblTim
I could stop if I wanted to
 
TeriblTim's Avatar
 
Join Date: 2006-03
Location: Tacoma, Wa
Posts: 432
TeriblTim is glowing brightlyTeriblTim is glowing brightlyTeriblTim is glowing brightlyTeriblTim is glowing brightlyTeriblTim is glowing brightlyTeriblTim is glowing brightlyTeriblTim is glowing brightlyTeriblTim is glowing brightlyTeriblTim is glowing brightlyTeriblTim is glowing brightlyTeriblTim is glowing brightly
Default Re: DLEDIT ! (new LineType Editor)

Hmm. . . does it come with a manual?
__________________
Tim McDougald
CAD Manager / Technician
KMB Design Groups, Inc. P.S.
828 7th Avenue SE - Olympia, Washington 98501

HayWire Racing
14711 12th Avenue East, Suite B - Tacoma, Washington 98445
TeriblTim is offline   Reply With Quote
Old 2008-12-29, 11:59 PM   #8
andrea.andreetti
I could stop if I wanted to
 
andrea.andreetti's Avatar
 
Join Date: 2005-09
Location: Canada
Posts: 212
andrea.andreetti is going the right wayandrea.andreetti is going the right way
Default Re: DLEDIT ! (new LineType Editor)

Quote:
Originally Posted by TeriblTim View Post
Hmm. . . does it come with a manual?
the manual is bigger than the source code itself !
No manual sorry.

but there is how it work:

Load the program by using APPLOAD command.
Type DLEDIT and follow instructions.

Select an entity (line, Pline, Circle, Ellipse..)
you will have this prompt : (S)cale/(L)ine type/(C)olor:.
select S L or C to change what you need.

By pressing S you will see Ltscale value changing when jost moving the mouse.

By pressing L it will change the linetype dynamicly...
if the linetype is not loaded....it will load automaticly from acad.lin

By pressing C you will see the 257 standard AutoCAD color dialog box.
choose one of them.

If you have selected a PLINE or an entity transformed to a PLINE
you will have this prompt : (S)cale/(L)Line type/(C)olor/(W)idth:
the letter W allow you to change the Width Dynamicly.

just move your mouse !

done !


Last edited by andrea.andreetti : 2008-12-30 at 12:28 AM.
andrea.andreetti is offline   Reply With Quote
Old 2009-01-09, 07:38 AM   #9
hnhmai
Woo! Hoo! my 1st post
 
Join Date: 2002-03
Posts: 1
hnhmai is starting their journey
Thumbs up Re: DLEDIT ! (new LineType Editor)

Thanks so much!
You are great!
hnhmai is offline   Reply With Quote
Old 2009-01-09, 06:48 PM   #10
andrea.andreetti
I could stop if I wanted to
 
andrea.andreetti's Avatar
 
Join Date: 2005-09
Location: Canada
Posts: 212
andrea.andreetti is going the right wayandrea.andreetti is going the right way
Default Re: DLEDIT ! (new LineType Editor)

Quote:
Originally Posted by hnhmai View Post
Thanks so much!
You are great!
Thanks.
nice beginnig post !!
and welcome to Augi
andrea.andreetti is offline   Reply With Quote
Reply


Go Back   AUGI Forums > AUGI Technical (English) > Programming > AutoLISP

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
DHline (Dynamic Hidden Line Tool) andrea.andreetti AutoLISP 15 2009-01-29 05:05 PM
Block Editor from Tool Palette Jarthur AutoCAD General 0 2008-09-03 06:30 PM
Dynamic Blocks.dwg contains authoring elements. Open in Block Editor johnd Dynamic Blocks - Technical 21 2007-04-18 10:36 PM
Change background color of Dynamic Block Editor jluker Dynamic Blocks - Technical 3 2006-03-15 03:40 PM
8.1/N - Linework tool in family editor - O janunson Revit Architecture "Original" Wish List (Archived) 0 2005-08-31 10:28 PM


All times are GMT +1. The time now is 01:07 AM.