Author Topic: AutoLISP Resource Request : List of functions and summary  (Read 8551 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: 10633
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?

Josh Nieman

  • Guest
Re: AutoLISP Resource Request : List of functions and summary
« Reply #15 on: July 24, 2007, 11:55:35 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?

?

Mark's file opens in Notepad

Guest

  • Guest
Re: AutoLISP Resource Request : List of functions and summary
« Reply #16 on: July 24, 2007, 11:56:41 AM »
...... I've always been more comfortable with using notepad naked.
....... I want to be stripped down using notepad.
...... I'd prefer Chris Farley being stripped naked.
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?

Somebody say stripper??  Oh wait, WHAT??



You like using Notepad naked??!?

WTF??!?



Josh Nieman

  • Guest
Re: AutoLISP Resource Request : List of functions and summary
« Reply #17 on: July 24, 2007, 11:58:49 AM »
...... I've always been more comfortable with using notepad naked.
....... I want to be stripped down using notepad.
...... I'd prefer Chris Farley being stripped naked.
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?

Somebody say stripper??  Oh wait, WHAT??



You like using Notepad naked??!?

WTF??!?




 :lmao:

I knew I should have filtered my post more...

I meant the stripped-down file format of a .txt file as opposed to using something with more tools that can possibly add more formatting to the file.

Guest

  • Guest
Re: AutoLISP Resource Request : List of functions and summary
« Reply #18 on: July 24, 2007, 11:59:53 AM »
:lmao:

I knew I should have filtered my post more...

I meant the stripped-down file format of a .txt file as opposed to using something with more tools that can possibly add more formatting to the file.


I know what you meant... I think... :roll:

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: AutoLISP Resource Request : List of functions and summary
« Reply #19 on: July 24, 2007, 12:01:40 PM »
Hey Matt can you stop using the profanity (Item 3)?

While you and I may think it harmless there are those that may find it offensive and we wish to err on the side of polite.

Thanks.

:police:
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

LE

  • Guest
Re: AutoLISP Resource Request : List of functions and summary
« Reply #20 on: July 24, 2007, 12:36:14 PM »
Hey Matt can you stop using the profanity (Item 3)?

While you and I may think it harmless there are those that may find it offensive and we wish to err on the side of polite.

Thanks.

:police:

... may we could continue keeping the customization/programming forums in a professionalism manner? as much as possible?
...  :-(

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
Re: AutoLISP Resource Request : List of functions and summary
« Reply #21 on: July 24, 2007, 01:57:45 PM »
... may we could continue keeping the customization/programming forums in a professionalism manner? as much as possible?

I'll second that!
TheSwamp.org  (serving the CAD community since 2003)

DEVITG

  • Bull Frog
  • Posts: 480
Re: AutoLISP Resource Request : List of functions and summary
« Reply #22 on: July 24, 2007, 02:07:00 PM »
This from  Ron Leigh , who teach acad in a school at usa.

Edit by MP: Temporarilly removing file until it can be confirmed it's ok to be available to the public.

I ask him to allow me to spread it , and he did it so.
Sorry to say I can not prove it , but he used to post this course for free in his web page.

« Last Edit: July 24, 2007, 05:38:12 PM by DEVITG »
Location @ Córdoba Argentina Using ACAD 2019  at Window 10

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: AutoLISP Resource Request : List of functions and summary
« Reply #23 on: July 24, 2007, 02:12:52 PM »
Forgive me DEVITG but I gotta ask -- do you have Ron's permission to post this?

Temporarilly removing it (will restore if ok).
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

CADaver

  • Guest
Re: AutoLISP Resource Request : List of functions and summary
« Reply #24 on: July 24, 2007, 02:30:17 PM »
Every bit of coding/writing I've ever done, I've always been more comfortable with using notepad.
....
 I'd prefer stripped naked notepad.
Try NOTEPAD++ or Crimson Editor .  Both have a lisp extensions that highlight paired parens and such.

Josh Nieman

  • Guest
Re: AutoLISP Resource Request : List of functions and summary
« Reply #25 on: July 24, 2007, 02:41:14 PM »
Every bit of coding/writing I've ever done, I've always been more comfortable with using notepad.
....
 I'd prefer stripped naked notepad.
Try NOTEPAD++ or Crimson Editor .  Both have a lisp extensions that highlight paired parens and such.

I'll keep those in mind if I get lost in stupid parenthesis.

vinnyg

  • Guest
Re: AutoLISP Resource Request : List of functions and summary
« Reply #26 on: July 24, 2007, 04:48:27 PM »
Josh,

You might try looking here....ronleigh.info/autolisp/index.htm

Look under II Learning AutoLisp

       C.  alphabetic list of functions

       D.  functions defined

more than 1 page though,

vinny

vinnyg

  • Guest
Re: AutoLISP Resource Request : List of functions and summary
« Reply #27 on: July 24, 2007, 04:51:57 PM »
OOPS,

Sorry, a little late......I need to start reading ALL the posts from now on!!!

vinny

DEVITG

  • Bull Frog
  • Posts: 480
Re: AutoLISP Resource Request : List of functions and summary
« Reply #28 on: July 24, 2007, 07:26:26 PM »
http://ronleigh.info/autolisp/index.htm, here it is the course and a lot of info.
Location @ Córdoba Argentina Using ACAD 2019  at Window 10

deegeecees

  • Guest
Re: AutoLISP Resource Request : List of functions and summary
« Reply #29 on: July 25, 2007, 12:03:30 PM »
*leans in*

Whats wrong with the "Developer Help"?

Or am I missing something?

*leans out*

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: AutoLISP Resource Request : List of functions and summary
« Reply #30 on: July 25, 2007, 06:36:04 PM »
*leans in*
.................

I've got'tagree.

kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Josh Nieman

  • Guest
Re: AutoLISP Resource Request : List of functions and summary
« Reply #31 on: July 26, 2007, 09:09:22 AM »
*leans in*

Whats wrong with the "Developer Help"?

Or am I missing something?

*leans out*

That's what was just pointed out to me, the specific .chm file.  TBH I hadn't ever known of the "Developer Help" on the help menu.  I've looked past it so many times going for something else, I guess it just gained invisibility in me.

JohnK

  • Administrator
  • Seagull
  • Posts: 10633
Re: AutoLISP Resource Request : List of functions and summary
« Reply #32 on: July 26, 2007, 09:22:39 AM »
I use the text version in vim when im programing, instead of the CHM, 'cause its faster for me.
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

DEVITG

  • Bull Frog
  • Posts: 480
Re: AutoLISP Resource Request : List of functions and summary
« Reply #33 on: July 26, 2007, 09:23:19 AM »
When using the VLIDE , if I remember at least a part of the function , I use the apropos icon and get all function that contains such letters, then click on the help icon and get it , if exist .
Location @ Córdoba Argentina Using ACAD 2019  at Window 10

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
Re: AutoLISP Resource Request : List of functions and summary
« Reply #34 on: July 26, 2007, 09:38:50 AM »
I made the text version for working inside Vim using the built-in help function.

The screenshot is what you get if you do :he entget inside Vim.
TheSwamp.org  (serving the CAD community since 2003)

ronjonp

  • Needs a day job
  • Posts: 7528
Re: AutoLISP Resource Request : List of functions and summary
« Reply #35 on: July 26, 2007, 11:31:10 AM »
I use the VLIDE, highlight word CNTRL+SHIFT+A:


Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC