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 2009-02-18, 04:24 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 DLMO Dynamic Line Modeler !



Hi all..
its me again.

After using some infographic software...
I've decided to try to create something similar with AutoCAD..

ther is my First release of:
DLMO v.1.0
Dynamic Line Modeler

How it work:
First I was trying to know a good way to modify some entity without picking, selecting, removing, filtering...entity. so i've decided to use circle as MODELER. this modeler can be resize easely with + or - key
it will change color from cyan to red when it detect entity that it can Edit.

When ready to edit, press the TAB key to switch Modeling Method. Pick and move your mouse !
It will create and modify your entity Dynamicly !

For Now, I have make these Kind of edition:
"TRIM" "PICKER" "WAVE" "BUBBLE" "TRAPEZE" "SQUARE" "ROUNDED" "TWISTED" "SMOOTHTWISTED" "CANDLE"

If you have any idea to create some other kind...please let me know or feel free to add it !

Tested on LINE, POLYLINE, ARC, SPLINE,.
Need to check the closed entity.

Note: by Modeling the end point of entity, this allow you to extend it.

Let me know what you think of.

Thanks. :angel:

Some pics...




andrea.andreetti is offline   Reply With Quote
Old 2009-02-18, 04:26 AM   #2
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: DLMO Dynamic Line Modeler !

Some more..



andrea.andreetti is offline   Reply With Quote
Old 2009-02-18, 04:49 PM   #3
prose
Active Member
 
Join Date: 2008-11
Location: Fort Lewis, WA.
Posts: 92
prose is infamous around these parts
Default Re: DLMO Dynamic Line Modeler !

That looks awesome. Will this be something you will be putting up for us to download and try?
Thanks for all your great routines.
prose is offline   Reply With Quote
Old 2009-02-18, 11:31 PM   #4
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
Smile Re: DLMO Dynamic Line Modeler !

I forgot the file...LOL !!
sorry all...

there we go !
Attached Files
File Type: lsp dlmo1.1.LSP (16.0 KB, 41 views)

Last edited by andrea.andreetti : 2009-02-19 at 12:23 AM.
andrea.andreetti is offline   Reply With Quote
Old 2009-02-19, 12:08 AM   #5
prose
Active Member
 
Join Date: 2008-11
Location: Fort Lewis, WA.
Posts: 92
prose is infamous around these parts
Default Re: DLMO Dynamic Line Modeler !

I get the following error when I try to run the program.

Code:
Command: DLMO
; error: no function definition: VLAX-GET-ACAD-OBJECT
Any idea what I am doing wrong?
prose is offline   Reply With Quote
Old 2009-02-19, 12:16 AM   #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: DLMO Dynamic Line Modeler !

Quote:
Originally Posted by prose View Post
I get the following error when I try to run the program.

Code:
Command: DLMO
; error: no function definition: VLAX-GET-ACAD-OBJECT
Any idea what I am doing wrong?
oops..
forgot to load the (vl-load-com)

File fixed. thanks.
andrea.andreetti is offline   Reply With Quote
Old 2009-02-20, 03:40 PM   #7
kozmosovia
Active Member
 
Join Date: 2007-04
Posts: 50
kozmosovia appears to be going the right way
Default Re: DLMO Dynamic Line Modeler !

Nice idea and nice tool
I have not got time to test ur code, just some thinking while watching ur screenshot.
An idea is to Save the Modeler settings and map it to objects indicated later.
As AutoCAD is accurate drawing tool, not for freehand sketch, so the same modifying parameters may be useful for real works. Entire freehand modification most for fun and study.
kozmosovia is offline   Reply With Quote
Old 2009-02-20, 04:28 PM   #8
neje
100 Club
 
neje's Avatar
 
Join Date: 2002-12
Posts: 107
neje is starting their journey
Default Re: DLMO Dynamic Line Modeler !

Now that is sweet! It can't be autocad?
Very nice indeed. Something to entertain my kids with.
neje is offline   Reply With Quote
Old 2009-02-20, 08:41 PM   #9
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: DLMO Dynamic Line Modeler !

thanks all...

Kozmo..I have just submitted my idea in the air...
and see what people think of it.
this is my first version....future release i will add more features.
or,..if you want to remake it like DynHatch....don't be shy !

I'll come back with more tools..
I have to much idea on my head !



thanks.
andrea.andreetti is offline   Reply With Quote
Old 2009-02-20, 10:18 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: DLMO Dynamic Line Modeler !

New release..

some bug fixed.

DLMO v.1.2
Attached Files
File Type: lsp dlmo1.2.LSP (16.1 KB, 52 views)
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
Change dynamic block visibility with command line or lisp gjp Dynamic Blocks - Technical 2 2009-06-11 09:23 PM
DLEDIT ! (Dynamic Line Editor Tool) andrea.andreetti AutoLISP 11 2009-03-18 06:47 PM
DHline (Dynamic Hidden Line Tool) andrea.andreetti AutoLISP 15 2009-01-29 05:05 PM
Calculations on command line or dynamic input box. acadwishlist ACAD-006 (Archived) 3 2007-06-25 03:29 PM
Stretch and Rotate Dynamic Line Block. d.vaneygen Dynamic Blocks - Technical 6 2006-04-10 05:50 PM


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