Jump to content

Recommended Posts

Posted

i want a lisp to give me the summatin length of lines...

  • 2 weeks later...
  • 2 months later...
Posted

You're Welcome Any Time.

Tharwat

 

Credit should go to ;;;Juerg Menzi

;;;MENZI ENGINEERING GmbH, Switzerland

 

He wrote the code and it was originally called GETLENGTH.

The codes name has been changed and the header deleted...why?

Posted

 

Credit should go to ;;;Juerg Menzi

;;;MENZI ENGINEERING GmbH, Switzerland

 

He wrote the code and it was originally called GETLENGTH.

The codes name has been changed and the header deleted...why?

Holy LISP thievery, Batman!

Batman-Robin.jpg

Posted (edited)

Credit should go to ;;;Juerg Menzi

;;;MENZI ENGINEERING GmbH, Switzerland

 

He wrote the code and it was originally called GETLENGTH.

The codes name has been changed and the header deleted...why?

 

 

I agree with you Small Fish,

 

 

That code is all over the place without the header. I also saw it on Autodesks site as well. If anyone should find code on the NET, Its best just to direct to the site. This keeps them in the clear of anything others may find objectionable.

 

Here is the link for Juerg Menzi:

 

http://translate.google.ca/translate?hl=en&sl=zh-CN&u=http://www.menziengineering.ch/Downloads/Download.htm&ei=FoSpTMr0LYWClAfT4IDADQ&sa=X&oi=translate&ct=result&resnum=2&ved=0CBsQ7gEwAQ&prev=/search%3Fq%3DJuerg%2BMenzi%2B%2BMENZI%2BENGINEERING%2BGmbH,%2BSwitzerland%2BGETLENGTH%2BLISP%26hl%3Den%26prmd%3Dofd

 

The code is under the Free Stuff section at the bottom of the page. Real nice programs there.

Edited by The Buzzard
Posted
Holy LISP thievery, Batman!

 

Here is one try it ....

(defun C:[color=red][b]suml [/b][/color]( / CurObj CurSet FltLst TmpLgt sumlLgt)
(if (< (atof (getvar "ACADVER")) 15.0)
 (alert " [color=red][b]VxJoinLines [/b][/color]requires AutoCAD 2000(i) or higher. ")

 

lol, I thought that looked a bit odd...

Posted
Holy LISP thievery, Batman!

Batman-Robin.jpg

 

I did not expect seeing replies like this calling people that way.

Posted
I did not expect seeing replies like this calling people that way.

 

To present a lisp without the proper credits is not the decent thing to do, hence the reference to thieving. It's never a good idea to pass of work of someone else as ones own (I know that the poster here didn't state that it was his own, but whereever he got it from someone did that, why else remove the header) even if it is distributed freely. If the poster of the lisp was not aware that the credits where removed somewhere along the line, then he should add them in now as he has been made aware.

Posted
I did not expect seeing replies like this calling people that way.
The only thing you should expect is the unexpected. :wink:
Posted
The only thing you should expect is the unexpected. :wink:

 

And the Spanish Inquisition.

Posted
I did not expect seeing replies like this calling people that way.

 

Seriously? Dude, you need to lighten up if that actually offended you...

Posted
And the Spanish Inquisition.

No one expects that. :lol:

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