Author Topic: Mlisp vs Field ??  (Read 14439 times)

0 Members and 1 Guest are viewing this topic.

CHulse

  • Swamp Rat
  • Posts: 504
Re: Mlisp vs Field ??
« Reply #30 on: October 03, 2009, 10:56:01 AM »
Code: [Select]
(length (layoutlist))

haha good example  :wink:
:) Thought you'd like that.



Ha Ha, where have I seen that one before?  :wink:


I can't wait to try this...  8-)

Did you see my solution. ;)


No, I hadn't. ...running to look now....

Cary Hulse
Urban Forestry Manager
Wetland Studies and Solutions

Civil 3D 2020 & 2023

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Mlisp vs Field ??
« Reply #31 on: October 05, 2009, 06:32:10 PM »
ok...

there it is...

MLISP v.1.0
this is my first draft...

command: MLISP  <- create a MTEXT allowing LISP.
command: MLISPEDIT  <- edit MTEXT who have LISP inside.

by pressing ShiftKey...you can see the code inside without editing the MTEXT. :kewl:

need tester..

thanks.  :-)
Keep smile...

SteveK

  • Guest
Re: Mlisp vs Field ??
« Reply #32 on: October 05, 2009, 07:05:40 PM »
Been waiting all week for this  :-) Pretty neat, thanks Andrea.

Aerdvark

  • Guest
Re: Mlisp vs Field ??
« Reply #33 on: October 06, 2009, 02:02:14 AM »
Hi Andrea,

Funny to say, maybe even a little  :ugly: but I can not think of any use for this program.
It looks cool and I wonder how to apply it any time.

I'm following this threat so I am on it...

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Mlisp vs Field ??
« Reply #34 on: October 06, 2009, 08:31:14 AM »
no problem guys...

I'm just sharing the code to free my head a little bit.. :laugh:
Keep smile...

Sebb77

  • Guest
Re: Mlisp vs Field ??
« Reply #35 on: October 06, 2009, 10:02:47 AM »
 :angel:  Really really nice Andrea.
Idea:  your program will be really useful to me, in order to code what shall be an "Auto-Updating Legend" , which i've been thinking about for a couple months.
I'll inform you on the development later down the road. Thanks!

keep lispin'

SteveK

  • Guest
Re: Mlisp vs Field ??
« Reply #36 on: October 06, 2009, 10:09:30 PM »
Funny to say, maybe even a little  :ugly: but I can not think of any use for this program.
It looks cool and I wonder how to apply it any time.
I just think it is a clever tool, somethin different. And I'll be able to learn things from the code.

If I was to use it in projects it would need a function to update all mlisps instead of having to edit each one individually.
And having it for attributes would be very handy, but not sure if that's doable...

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Mlisp vs Field ??
« Reply #37 on: October 07, 2009, 09:20:59 AM »
Funny to say, maybe even a little  :ugly: but I can not think of any use for this program.
It looks cool and I wonder how to apply it any time.
I just think it is a clever tool, somethin different. And I'll be able to learn things from the code.

If I was to use it in projects it would need a function to update all mlisps instead of having to edit each one individually.
And having it for attributes would be very handy, but not sure if that's doable...

Allready done..in test at the moment.. :roll:
Keep smile...

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: Mlisp vs Field ??
« Reply #38 on: October 07, 2009, 12:27:30 PM »
Funny to say, maybe even a little  :ugly: but I can not think of any use for this program.
It looks cool and I wonder how to apply it any time.
I just think it is a clever tool, somethin different. And I'll be able to learn things from the code.

If I was to use it in projects it would need a function to update all mlisps instead of having to edit each one individually.
And having it for attributes would be very handy, but not sure if that's doable...

Allready done..in test at the moment.. :roll:


Now we're talking. :)
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Mlisp vs Field ??
« Reply #39 on: October 07, 2009, 02:00:26 PM »
update 1

MLISP v.1.1

New Function:

MLISPUPDATE  <- allow to update existing MLISP entity

Command: mlispupdate
(S)elect Entity or (*) for All <*>: S
Select MTEXT entity...

or * to select all

Enjoy !
Keep smile...

SteveK

  • Guest
Re: Mlisp vs Field ??
« Reply #40 on: October 07, 2009, 05:30:27 PM »
Great, thanks  :-)

mkweaver

  • Bull Frog
  • Posts: 352
Re: Mlisp vs Field ??
« Reply #41 on: October 08, 2009, 12:13:24 AM »
Now that is cool!

I'm going to have to spend some time with this.

Thanks for sharing.

Aerdvark

  • Guest
Re: Mlisp vs Field ??
« Reply #42 on: October 08, 2009, 01:58:13 AM »
No very often I felt so  :? for I really can't think of the use... I know, due to my lack of knowledge... :oops:

What you are trying to say with the last gif, is that a drawing list that can be updated if one of the titleblocks is modified?
ie.: the dwg itself contains 5 identical title blocks with 5 identical attribute tags.
The attribute values differ of course.

Can you put these values (like E001 E002 etc) in the mlisp?
If so, then YES I and many others will have great use for it!
Creating drawing list!

If you'd need a tester for that, I'm here!

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Mlisp vs Field ??
« Reply #43 on: October 08, 2009, 01:05:40 PM »
No very often I felt so  :? for I really can't think of the use... I know, due to my lack of knowledge... :oops:

What you are trying to say with the last gif, is that a drawing list that can be updated if one of the titleblocks is modified?
ie.: the dwg itself contains 5 identical title blocks with 5 identical attribute tags.
The attribute values differ of course.
Absolutely...you can do what LISP can make.
In ObjectDBX you can retreive theses Values..
But for the Gif Exemble...I only take the DWG list drawing name in the curent folder.

Can you put these values (like E001 E002 etc) in the mlisp?
YES !

If so, then YES I and many others will have great use for it!
Creating drawing list!

If you'd need a tester for that, I'm here!

Thanks...
If you have any experimental problem...please let me know.

Enjoy !
Keep smile...