How to Select And Process Multiple Objects in AutoLISP Program

Sdílet
Vložit
  • čas přidán 16. 07. 2024
  • In this session you will learn how to select objects automatically and process them using While loop with a sample AutoLISP program
    - by Prabhu
  • Věda a technologie

Komentáře • 65

  • @SalimKhan-o9x
    @SalimKhan-o9x Před 9 dny +1

    Sir you are best teacher.aur bhi video bna do auto cadd se related

  • @georgekhaba6436
    @georgekhaba6436 Před 2 lety +2

    time table :
    @1:08 ssget function
    @3:33 sslength function to know the number of entities selected
    @4:52 how to filter a certain type of the entities when using ssget
    @7:06 to find the name f an entity using ssname
    @8:25 a program to find text entities with special character and change there coloers

  • @fytubevw
    @fytubevw Před 3 lety

    I enjoy these videos. Learned Scheme, which is a Lisp kind language, and never used it anywhere yet in real world. So these are inspiring videos!

  • @juanriveros9173
    @juanriveros9173 Před 4 lety +3

    can you please teach how to change attribute values from a given block? great videos, thank you.

  • @bmohan1990
    @bmohan1990 Před 4 lety

    sir, thanks a lot for giving this lisp lesson. we are waiting for your next video, pls post it.

  • @ForTheDivineWill
    @ForTheDivineWill Před 3 lety

    Very clear explanations! Well Done!

  • @amnoorulaman
    @amnoorulaman Před 4 lety

    Dear Master, As our previous telephone conversation, I understand clearly through this session. Thank you! Expecting more videos....

  • @Pissawi
    @Pissawi Před 3 lety

    Thank you a lot for these tutorials. they were so helpful

  • @srinivasanlakshmipathi2941

    Useful

  • @tnvsb
    @tnvsb Před 4 lety

    Excellent Illustration Sir

  • @arianacasandra7576
    @arianacasandra7576 Před 2 lety

    love from utcn, with you we pass our exam!!!!
    :)

  • @dennisdevink5667
    @dennisdevink5667 Před 2 lety

    Very useful!!! 👍👍

  • @sadamth6714
    @sadamth6714 Před 2 lety

    Nice tutorial

  • @ifty_arain
    @ifty_arain Před měsícem

    You are doing a great job, I know you must be too busy but please please don't ignore email. please help if someone approached you and contacted by email. Thanks & much appreciated for your tutorial videos.

  • @basu-ft4fk
    @basu-ft4fk Před 3 lety +1

    Dear Sir making a videos for how to draw 2d, 90degree elbows ,40degree elbow ,bend development &cone development

  • @sandeeppatel3534
    @sandeeppatel3534 Před 4 lety

    Can u shares, the autocad lisp programming course book

  • @oussamaharb1
    @oussamaharb1 Před 2 lety

    Hello Sir,
    I am searching for a Lisp that can arrange in order multiple polylines with different lengths where above each polyline a text that should follow the polyline in order to be able to use the data extraction and have them by order

  • @kumarss6321
    @kumarss6321 Před 4 lety +1

    Hi Sir, thanks for the video that is very useful for the cadd operaters
    and one more thing if their is any lisp for we have the polyline has 50 meter for that we need to offset the line on either side that means LEFT & RIGHT Side with different offset for every 5 meter this 5 meter is to be defined by the user. is their is any possibilities..

    • @cyberCADsolutions
      @cyberCADsolutions  Před 4 lety +1

      Need to develop a program.
      Thank you. Please share to your friends.

  • @mohammadahmed7932
    @mohammadahmed7932 Před 3 lety +1

    Sir could you provide "LISP" to filter polyline having area from 1 units to 3 units and similarly having area 2 sq units to 4.5 sq units .thanks

  • @rohansakpal5089
    @rohansakpal5089 Před 4 lety

    Nice Video

  • @PixelOutlaw
    @PixelOutlaw Před rokem

    Consider making those symbols local so they don't pollute the namespace. (defun c:ct (/ sset1 sslen counter txt txtData txtCont) ... )
    Also stylistically - is preferred in Lisp to seperate symbol parts. So symbols like txt-data would be preferred to txtData. The while loop could be transformed into a repeat loop since you know the number of times you need to loop sslen. It also happens that sslength may return NIL so that should also be accounted for. Just some thoughts. :) It was helpful thank you.

    • @cyberCADsolutions
      @cyberCADsolutions  Před rokem +1

      Thank you bro. This is a basic tutorial. In advance level I shall try to explain all these important things.

    • @autocad3480
      @autocad3480 Před rokem

      Hope new vedios

  • @PANDURANG99
    @PANDURANG99 Před 3 lety

    Can we use this to copy paste text

  • @ComradeMorlac
    @ComradeMorlac Před 3 lety

    why you have to use list function if cons function already creating a dotted pair?

  • @deepakshimpi4604
    @deepakshimpi4604 Před 2 lety

    How can i select multiple object by creared using lisp program...

  • @amnoorulaman
    @amnoorulaman Před 4 lety

    Dear Master,
    Need your help,
    My block name is: TUBE_RHS 80x40x3.2_3GG32_
    How to get string as: RHS 80x40x3.2 by selecting the block?

  • @georgekhabaze6619
    @georgekhabaze6619 Před 3 lety

    thank u for a helpful video i have a question can attribute be selected and managed via lisp like text direction and color since it required to be selected one by one...... and can blocks made outside the current drawing be selected by name

  • @Nimmit626
    @Nimmit626 Před 4 lety

    Hi Sir its nice to see great knowing, if I want to pick a particular colour and delete that how to write that

    • @Nimmit626
      @Nimmit626 Před 4 lety

      and if need to create a layer and give a new color to it

    • @cyberCADsolutions
      @cyberCADsolutions  Před 4 lety +1

      Use this in ssget filter list. (cons 62 ColorCode).
      color codes Red=1, Yellow=2, Green=3, Cyan=4...

  • @ludovicmoutcheu2003
    @ludovicmoutcheu2003 Před rokem

    Hello
    please how do I use AutoLISP to select object snap?

  • @zuhaib1548
    @zuhaib1548 Před rokem

    I love this video but sir please upload videos in hindi also.thank you

  • @jeetendragavli9496
    @jeetendragavli9496 Před 3 lety

    How to select multiple files from folder and process

  • @amnoorulaman
    @amnoorulaman Před 4 lety

    Dear Master,
    can you help me, whats the use of "reverse" function in lisp? and where it is used?

    • @cyberCADsolutions
      @cyberCADsolutions  Před 4 lety +1

      (reverse (list 1 2 3)) results (3 2 1)

    • @amnoorulaman
      @amnoorulaman Před 4 lety

      @@cyberCADsolutions Dear Master,
      Ok. Thanks. But what is the purpose of "reverse" function. Can you give example?

    • @krishnanmadhu9086
      @krishnanmadhu9086 Před 2 lety

      @@amnoorulaman brother when u Export cad data to excel through file handling program that time your data's are printing reverse way. So that situation if u use this reverse function u will get your cad same type order to excel.
      Example in cad u mentioned below names
      Ram
      Rajesh
      Rakesh
      While doing file handling functions like write-line through while condition
      Your excel result should be
      Rakesh
      Rajesh
      Ram
      See the cad order and excel order both are in reciprocal way..
      If u want same order to excel u should use reverse function then it wil be same order. 👍

  • @khtoday2553
    @khtoday2553 Před 4 lety

    Hi.can you make lsp AutoCAD for me .how to lock or unlock object by password ?

  • @sadamth6714
    @sadamth6714 Před 2 lety

    any prog about dcl?

  • @KishoreKumar-lj6tu
    @KishoreKumar-lj6tu Před 9 měsíci

    Hi sir
    (defun c:cl()
    (setq ss (ssget "x" '((0. "INSERT") (2. "Lighting fixture"))))
    (setq count (sslength ss))
    (alert (strcat "total no of lights: " (itoa count)))
    (princ)
    )
    When I try to run this code I am getting ssget badlist error can you please help me

  • @mohammedsayeedulhaq3174

    Sir student stump how to remove pea aek video banao sir please Auto Cad 2019 version please

    • @krishnanmadhu9086
      @krishnanmadhu9086 Před 2 lety

      First save your file as DXF formate
      Open that DXF file in cad
      Again save as dwg format
      Now open the DWG file your educational version stamp will be removed.
      (Note: actually once your trial expired u will get this issue or fake license u will get educational Verizon)

  • @ifty_arain
    @ifty_arain Před měsícem

    Hello, I have contacted by email can you please reply back. I do really need your help in creating a program for exporting data from AutoCAD into excel. Also can I have your contact number please?