Author Topic: AutoLISP Resource Request : List of functions and summary  (Read 8532 times)

0 Members and 1 Guest are viewing this topic.

Josh Nieman

  • Guest
AutoLISP Resource Request : List of functions and summary
« on: July 23, 2007, 10:28:36 AM »
Does anyone know of anywhere I can find a list of all autolisp functions and summary or definition of their use, hopefully all on one page, no matter how gigantic...

I'm wanting something searchable.  I've found a couple resources that list all the autolisp functions, but it'll be like a list of links on one page, and the definitions on the next sheet.

This is HORRIBLY backwards logic for someone trying to learn how to write their first complex routine.  I know what I want to do, and how to do it, I just don't know the proper function names or formatting.  If I knew the proper name, I wouldn't need the resource, now would I?

So I was hoping there would just be a massive list somewhere with the explanation on the same page, so I could just (ctrl+f) a few key words about what I'm trying to do, and sift through the results and find the function I need.

Am I barking up a wrong tree, here?  I couldn't find anything in the Autocad help, nor google.

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: AutoLISP Resource Request : List of functions and summary
« Reply #1 on: July 23, 2007, 10:41:45 AM »
{ thinking out loud }

Some ambitious copying / pasting and you could make you own custom reference from the AutoLISP Reference that ships with AutoCAD.

A utility that would make that task easier is ClipMate (I use said utility a lot).

Another might be to use Adobe Acrobat (and equivalents) to print the contents to one one file.

{ / thinking out loud }
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

Josh Nieman

  • Guest
Re: AutoLISP Resource Request : List of functions and summary
« Reply #2 on: July 23, 2007, 10:44:29 AM »
{ thinking out loud }

from the AutoLISP Reference that ships with AutoCAD.

{ / thinking out loud }

aaaaaaawha??

*starts searching through files*

Krushert

  • Seagull
  • Posts: 13679
  • FREE BEER Tomorrow!!
Re: AutoLISP Resource Request : List of functions and summary
« Reply #3 on: July 23, 2007, 11:06:27 AM »
I will take a copy of what ever you come up with and I will buy the beer, If I ever get down your way.  I am in the same boat as you.
I + XI = X is true ...  ... if you change your perspective.

I no longer CAD or Model, I just hang out here picking up the empties beer cans

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: AutoLISP Resource Request : List of functions and summary
« Reply #4 on: July 23, 2007, 11:10:48 AM »
*starts searching through files*

<AutoCAD Install Folder>\Help\acad_alr.chm

Edit: You might also be interested in --

<AutoCAD Install Folder>\Help\acad_alt.chm
« Last Edit: July 23, 2007, 11:12:30 AM by MP »
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

Josh Nieman

  • Guest
Re: AutoLISP Resource Request : List of functions and summary
« Reply #5 on: July 23, 2007, 11:36:29 AM »
*starts searching through files*

<AutoCAD Install Folder>\Help\acad_alr.chm

Edit: You might also be interested in --

<AutoCAD Install Folder>\Help\acad_alt.chm

w00t

Yes, that'll be a bit of copy/pasting, but not bad at all!!

I'll probably put together a little LSP reference WORD document with a link to the file.


..actually... scratch that... if you paste into MS Word... it automatically creates the hyperlinks to each bookmark in the file...

sweeeeeeeeet

thanks be to EM-PEE!!

I never knew of, or saw reference to, these files!  Nor would I have known of them by their file name... because I had looked through the Autocad folders out of curiosity for anything with a name that looked like it might be lisp-related...
« Last Edit: July 23, 2007, 11:37:53 AM by Josh Nieman »

Josh Nieman

  • Guest
Re: AutoLISP Resource Request : List of functions and summary
« Reply #6 on: July 23, 2007, 11:48:12 AM »
If anyone cares, this is just a .doc off each alphabetical page from the .chm file.

It may just make things easier, I dunno.  I think I'm going to probably just be using the search function within the .chm file.

Guest

  • Guest
Re: AutoLISP Resource Request : List of functions and summary
« Reply #7 on: July 23, 2007, 12:03:19 PM »
Your lack of page breaks disappoints me.  :-( :wink:

Josh Nieman

  • Guest
Re: AutoLISP Resource Request : List of functions and summary
« Reply #8 on: July 23, 2007, 12:29:15 PM »
Your lack of page breaks disappoints me.  :-( :wink:

yea I didn't waste my time with formatting since I wasn't going to use it.  I figured if someone else wanted to use it, they could apply their own special format.  Since the goal was simply to have a conglomerated mass of text that was CTRL-F'able (hehe F'able) then formatting wasn't important, since it won't be read in it's entirety, nor printed, but rather read one entity at a time (which I did make sure that a function and it's description was NOT split over a page break)

So nyah.

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
Re: AutoLISP Resource Request : List of functions and summary
« Reply #9 on: July 24, 2007, 08:52:22 AM »
Here's one I made for Vim.
TheSwamp.org  (serving the CAD community since 2003)

jbuzbee

  • Swamp Rat
  • Posts: 851
Re: AutoLISP Resource Request : List of functions and summary
« Reply #10 on: July 24, 2007, 09:38:23 AM »
I didn't see this mentioned but I'm assuming you've typed VLIDE at the command prompt?
James Buzbee
Windows 8

JohnK

  • Administrator
  • Seagull
  • Posts: 10626
Re: AutoLISP Resource Request : List of functions and summary
« Reply #11 on: July 24, 2007, 11:37:24 AM »
Here's one I made for Vim.


My favorite! (I use that one constantly!)
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

Josh Nieman

  • Guest
Re: AutoLISP Resource Request : List of functions and summary
« Reply #12 on: July 24, 2007, 11:49:12 AM »
I didn't see this mentioned but I'm assuming you've typed VLIDE at the command prompt?

I was messing around in that thing and I can't say that I'm all that comfortable using it yet.

Every bit of coding/writing I've ever done, I've always been more comfortable with using notepad.

When I was into skinning applications graphically, adding any type of additional functions, I wanted pure, stripped down notepad.
When I was into HTML/CSS when I was dabbling with website design, I wanted stripped down notepad.

I feel more comfortable with the raw language there without all the extras, doodads, and complications.

When I'm more comfortable with the Autolisp language, I may jump ships to using that editor, but while I'm just learning to get comfortable with the language, I'd prefer stripped naked notepad.

Here's one I made for Vim.


Thanks so much, Mark!

I think I'm actually going to use this instead!  Very thorough and quite a bit more information.

Guest

  • Guest
Re: AutoLISP Resource Request : List of functions and summary
« Reply #13 on: July 24, 2007, 11:49:20 AM »
I didn't see this mentioned but I'm assuming you've typed VLIDE at the command prompt?

*Tsk* *Tsk* *Tsk* Never ass-u-me.

Maverick®

  • Seagull
  • Posts: 14778
Re: AutoLISP Resource Request : List of functions and summary
« Reply #14 on: July 24, 2007, 11:53:11 AM »
...... I've always been more comfortable with using notepad.
....... I wanted stripped down notepad.
...... I'd prefer stripped naked notepad.
Thanks so much, Mark!

I think I'm actually going to use this instead!  Very thorough and quite a bit more information.

Fickle Wench, aintcha?