AutoLISP Basics

Поделиться
HTML-код
  • Опубликовано: 15 дек 2024

Комментарии • 29

  • @georgekhaba6436
    @georgekhaba6436 3 года назад +7

    time table:
    @3:44 what is autolisp
    @5:54 lisp basics
    @8:40 data types
    @14:41 command line calls
    @18:53 function basics
    @21:51 Vocabulary
    @26:28 design philosophy
    @29:14 coding does and don'ts
    @30:59 your coding environment
    @33:27 getting help
    @34:24 coding segment
    @34:43 determine the place where the lisp code is saved
    @35:50 running hello world
    @36:30 the error function explained
    @39:09 program to select an object and change its layer color
    @40:17 step-1 - selecting the object
    @41:47 always declare local variables
    @42:18 step-2- selecting the layer
    @44:24 step-3- getting the layers color
    @47:25 step-4- changing the color
    @47:58 step-5- updating the layer
    @50:15 step-6- regen to show the changes
    @52:14 making the program send an error message when the user fails to select an object or color
    @53:05 using "progn" to execute two statement at once
    @57:01 setting access panels to see variables value
    @58:05 what to do in the code when all the objects are in layer 0

  • @CyberTrokair
    @CyberTrokair 4 года назад +2

    this short introduction has cleared up soo many difficult to grasp concepts for a non-programmer like me, thank you so much.

  • @Lee13Mac
    @Lee13Mac 6 лет назад +6

    Many thanks for the recommendation Jeremiah!

  • @federicomedinauy
    @federicomedinauy 3 года назад +1

    Great presentation, thanks for uploading it. Always fun to see a Zero Wing reference.
    I noticed that VS Code has an extension named "AutoCAD AutoLISP Extension" to assist developers in writing and debugging AutoLISP. Cheers.

  • @cyberflow3391
    @cyberflow3391 5 лет назад

    Excellent video for someone who wants to start doing Autolisp and as a basics in programming in other languages !

  • @stefanamg63
    @stefanamg63 4 года назад

    Thank you so much for this. I'm an amatuer programmer and I've been writing basic programs for 15 years but I learnt a lot from this.

  • @georgele6095
    @georgele6095 5 лет назад +1

    thanks you, for all the basic foundation of the LISP, very helpful

  • @r0b3rtdq
    @r0b3rtdq 3 года назад

    Thank you so much, this is one of the best videos i saw about AutoLisp!!!

  • @azzeddineelhachimi9030
    @azzeddineelhachimi9030 6 лет назад

    Thank you very much for this professional tutorial.
    I hope there will be other tutorials to share with us your passion for Autolisp programming, and help me to understand and handle dictionaries, Xdata and the advanced features.
    Thank you so much.

    • @forresttwilliams1218
      @forresttwilliams1218 6 лет назад +1

      As a matter of fact there will be another tutorial this friday: www.landfx.com/videos/webinars/item/4863-intermediate-autolisp.html

    • @Landfx
      @Landfx  6 лет назад

      ruclips.net/video/80m3woIyYik/видео.html

  • @pydzio
    @pydzio 5 лет назад

    18:34 Shouldn't be said "at zero radians" rather than "at zero degrees" ?

    • @honkinberry
      @honkinberry 5 лет назад

      True, that is technically a value in radians. I just said degrees to not get into radians just yet. Especially as, 0 degrees does equal 0 radians.

  • @RashidAli-qy2oo
    @RashidAli-qy2oo 2 года назад

    Great job. Love it . Thanks for your great teaching skills.

  • @edgarcortez9101
    @edgarcortez9101 Год назад

    Hi, need help with LISP
    it works with AutoCAD but it Does not work AutoCAD LT. What can I do?

    • @Landfx
      @Landfx  Год назад

      AutoCAD LT only supports limited LISP functionality as of 2024. If you're having trouble getting your routines to run in LT, make sure you're using 2024 and that it complies with the restricted functionality. If you continue having trouble I'd recommend checking with your Autodesk Reseller.

  • @TheElementalEnclave
    @TheElementalEnclave 6 лет назад

    can you post the link for the Autolisp ref website

  • @aramansolkar2203
    @aramansolkar2203 5 лет назад

    Please help.
    How to set minimum time code in autolisp . & single User option .

  • @bknbalu
    @bknbalu 6 лет назад

    Nice One, Got some good idea to start. Thanks

  • @halimkhan1813
    @halimkhan1813 Год назад

    Thanks for this content!

  • @silambua36
    @silambua36 6 лет назад

    Thank you so much... It was really helpful!

  • @alexander_kyiv
    @alexander_kyiv 6 лет назад

    Thanks you. Encourage learning.

  • @marcfauve6971
    @marcfauve6971 5 лет назад

    thank you, i learnt cool stuff : (acad_colordlg color) but i dont understand why you writte color at the end (tblobjname "layer" layername) cool ! (nentsel) thanks

    • @honkinberry
      @honkinberry 5 лет назад

      At 47:45, I assign the color of the selected object to the variable "color", and then fire the acad_colordlg with that variable, so that the dialog highlights that color.

  • @Pylon_Design
    @Pylon_Design 6 месяцев назад

    Thank You

  • @MrJGRalston
    @MrJGRalston 4 года назад

    Link to download example lsp files
    www.landfx.com/videos/webinars/item/4835-autolisp-basics.html

  • @MrJGRalston
    @MrJGRalston 4 года назад

    Link to Intermediate webinar
    ruclips.net/video/80m3woIyYik/видео.html

  • @maheshnayanipatruni8090
    @maheshnayanipatruni8090 4 года назад

    👍Thanks