cyber CAD solutions
cyber CAD solutions
  • 115
  • 6 149 647

Відео

How to Read and Modify Block Attributes in AutoLISP (AutoCAD)
Переглядів 278День тому
How to Read and Modify Block Attributes in AutoLISP (AutoCAD) -Prabhu
How to use System Variables in AutoLISP Program
Переглядів 356Місяць тому
How to use System Variables in AutoLISP Program - by Prabhu
Why DIST command shows wrong value in AutoCAD?
Переглядів 2792 місяці тому
Why DIST command shows wrong value in AutoCAD?
What is the difference between ByLayer and ByBlock color ?
Переглядів 7274 місяці тому
In this session you will learn the difference between bylayer and byblock color -by Prabhu
How to Validate inputs in Auto Lisp Program
Переглядів 6385 місяців тому
In this video you will learn How to Validate inputs in Auto Lisp Program -by Prabhu
How to provide options to user in AutoLISP program
Переглядів 5706 місяців тому
In this video you will learn how to provide options to user in AutoLISP program
How to Create New Menu in AutoCAD
Переглядів 7486 місяців тому
In this video you will learn how to create a new menu in AutoCAD
How to Work with 2D Polyline in AutoLISP
Переглядів 1,2 тис.9 місяців тому
How to Work with 2D Polyline in AutoLISP by Prabhu
How to create an ARC using AutoLISP program
Переглядів 1,7 тис.Рік тому
In this session you will learn How to create an ARC using AutoLISP program by Prabhu.
How to set Justification for Text & MText in AutoLISP
Переглядів 1,6 тис.Рік тому
How to set Justification for Text & MText in AutoLISP - by Prabhu
How to use Visual Lisp ActiveX Methods in AutoLISP
Переглядів 4,4 тис.Рік тому
In this video you will learn how to load Visual Lisp ActiveX Interface and how to use Visual Lisp ActiveX methods to read and write object properties in AutoLISP
What are the Common Problems & Solutions in AutoCAD
Переглядів 3,5 тис.2 роки тому
In this session I have discussed about few problems we come across generally while drafting in AutoCAD and their possible solutions.
How to use AND OR Logical Operators in AutoLISP
Переглядів 2,1 тис.2 роки тому
In this session you will learn how to use AND OR operators in AutoLISP programming.
How to write Sub Functions in AutoLISP
Переглядів 2,9 тис.2 роки тому
In this session you will learn how to write Sub Functions in AutoLISP.
How to process a list of elements in AutoLISP
Переглядів 4,5 тис.2 роки тому
How to process a list of elements in AutoLISP
How to Export Text to Excel & How to Export Pline Coordinates to Excel using AutoLISP Program
Переглядів 5 тис.3 роки тому
How to Export Text to Excel & How to Export Pline Coordinates to Excel using AutoLISP Program
How to Change Object Properties with AutoLISP
Переглядів 6 тис.3 роки тому
How to Change Object Properties with AutoLISP
How to Work with Text in AutoLISP
Переглядів 5 тис.3 роки тому
How to Work with Text in AutoLISP
How to use Object Snap Tracking And Point Filters in AutoCAD
Переглядів 6 тис.3 роки тому
How to use Object Snap Tracking And Point Filters in AutoCAD
How to write AutoLisp Program to draw Window in Plan
Переглядів 4,1 тис.3 роки тому
How to write AutoLisp Program to draw Window in Plan
How to write AutoLisp Program to place Room Size text
Переглядів 6 тис.3 роки тому
How to write AutoLisp Program to place Room Size text
How to Read Excel from AutoLISP program
Переглядів 13 тис.3 роки тому
How to Read Excel from AutoLISP program
Foreach in AutoLISP Programming
Переглядів 5 тис.3 роки тому
Foreach in AutoLISP Programming
How to Select Linear Objects Within Length Range
Переглядів 1,5 тис.3 роки тому
How to Select Linear Objects Within Length Range
How to Select And Process Multiple Objects in AutoLISP Program
Переглядів 16 тис.4 роки тому
How to Select And Process Multiple Objects in AutoLISP Program
How to execute a set of statements repeatedly in AutoLISP
Переглядів 8 тис.4 роки тому
How to execute a set of statements repeatedly in AutoLISP
How to Control the Flow of AutoLISP Program
Переглядів 8 тис.4 роки тому
How to Control the Flow of AutoLISP Program
What are Geometric Functions used in AutoLisp
Переглядів 12 тис.4 роки тому
What are Geometric Functions used in AutoLisp
Which dxf codes are required to Create a Line Circle And a Text in AutoLISP
Переглядів 18 тис.5 років тому
Which dxf codes are required to Create a Line Circle And a Text in AutoLISP

КОМЕНТАРІ

  • @cadworkchennai1496
    @cadworkchennai1496 2 дні тому

    Thanks for clear explanation.

  • @adarshreddyjonnala6181
    @adarshreddyjonnala6181 2 дні тому

    Very useful content sir

  • @cyberCADsolutions
    @cyberCADsolutions 2 дні тому

    vlax-invoke getattributes vla-get-tagstring vla-get-textstring vla-put-textstring (setq blk(car (entsel " Select block object:"))) (setq attLst(vlax-invoke (vlax-ename->vla-object blk) 'getattributes)) (foreach att attLst (setq tag(vla-get-tagstring att) val(vla-get-textstring att) ) (princ (strcat " " tag "=" val)) (princ) );for ;change height value to 15m (foreach att attLst (setq tag(vla-get-tagstring att) val(vla-get-textstring att) ) (if (= (strcase tag) "HEIGHT") (vla-put-textstring att "20") );if );for

  • @bragadeeshc8456
    @bragadeeshc8456 2 дні тому

    Bro pls update how to use scale for plan , sec and details Also how to choose annotations scale according to our drawing scale

  • @Belive_trust_wait
    @Belive_trust_wait 2 дні тому

    🎉🎉🎉

  • @Engineer4free-24
    @Engineer4free-24 4 дні тому

    I want learn the auto cad 2D, 3D full course please share the contact details

  • @ksjrb73
    @ksjrb73 6 днів тому

    Thank you for your video. Would you please upload all activex functions in visual lisp?

  • @yijianzeng5017
    @yijianzeng5017 6 днів тому

    Thanks for the information.

  • @eduardohing7237
    @eduardohing7237 6 днів тому

    Gracias, muy útil

  • @cadworkchennai1496
    @cadworkchennai1496 7 днів тому

    Dear sir, Can we done this task by using normal lisp program instead of vlax program?

  • @enriqueflores5778
    @enriqueflores5778 9 днів тому

    Thanks for the information.

  • @cadworkchennai1496
    @cadworkchennai1496 10 днів тому

    Thanks for the information.

  • @rajudasari6457
    @rajudasari6457 10 днів тому

    Good sir. Little bit advanced

  • @syamkumar6620
    @syamkumar6620 10 днів тому

    please make a video on debugging and other tools in Visual Code for AutoLISP

  • @rocky8004
    @rocky8004 10 днів тому

    I think 🤔 you are from karnataka awesome teaching Sir

    • @cyberCADsolutions
      @cyberCADsolutions 10 днів тому

      Thank you. Please subscribe and share

    • @rocky8004
      @rocky8004 10 днів тому

      @@cyberCADsolutions ok 👌

    • @rocky8004
      @rocky8004 10 днів тому

      ​@@cyberCADsolutions already subscribed

  • @rocky8004
    @rocky8004 10 днів тому

    Awesome teaching Sir

  • @iamgokulrnair
    @iamgokulrnair 28 днів тому

    THANK YOU FOR THE INFORMATION🥰

  • @anupamasanu2023
    @anupamasanu2023 29 днів тому

    Thanks

  • @jogicadsolution
    @jogicadsolution Місяць тому

    Thanks sir, it's very useful to us but i have one query same like this process can i use in publish command.....

  • @parthi4893
    @parthi4893 Місяць тому

    It would be great if you took a similar sketchup and v-ray course and you would have a high chance of becoming a subscriber.

  • @parthi4893
    @parthi4893 Місяць тому

    Awesome work, very good explanation.

    • @cyberCADsolutions
      @cyberCADsolutions Місяць тому

      Many thanks! Please subscribe and share

    • @parthi4893
      @parthi4893 Місяць тому

      @@cyberCADsolutions already subscribe sir..make Sketchup and vray class videos waiting Sir

  • @BOONE.PARINYA
    @BOONE.PARINYA Місяць тому

    Hi Prabhu, I really enjoyed learning AutoCAD from your videos. Your explanations are very clear and easy to understand. Also, I like how you add tips and tricks to your examples from time to time. Thank you for the effort you put into making the videos. Cheers!🙏🙏🙏

  • @henrimaung2922
    @henrimaung2922 Місяць тому

    Very helpful for me thanks teacher 😊

  • @aiswaryavs3861
    @aiswaryavs3861 Місяць тому

    thank you

  • @jiashkassim1883
    @jiashkassim1883 Місяць тому

    Thankyou sir

  • @rajudasari6457
    @rajudasari6457 Місяць тому

    Very valuable video sir. Thank you sir

  • @noorulaman-zk6xx
    @noorulaman-zk6xx Місяць тому

    Very nice explanation. Thank you sir!

  • @Belive_trust_wait
    @Belive_trust_wait Місяць тому

    Sir do you know AutoCAD electrical,if you know make electrical Cad also sir,Your video is crystal clear sir...i love it,way of teaching is also super sir.thank you

    • @cyberCADsolutions
      @cyberCADsolutions Місяць тому

      Thank you. But I don't know that electrical cad. Sorry friend. Please subscribe and share my video.

  • @user-nt3bh4ly8v
    @user-nt3bh4ly8v Місяць тому

    Sir scale kaise set kre a3 sheet p plzz bata diye sir

  • @meghanathbejjanki3279
    @meghanathbejjanki3279 Місяць тому

    Good explanation

  • @user-ns6cn3zm6p
    @user-ns6cn3zm6p Місяць тому

    thank you 😊

  • @rasoulkhoshravan5912
    @rasoulkhoshravan5912 Місяць тому

    Thanks. I want to put rebar data on rebars which are simple lines. Is it possible to use this technique and store rebar data, numbers, size, length in the attribute?

  • @shafiq605
    @shafiq605 Місяць тому

    so good titurial

  • @SalimKhan-o9x
    @SalimKhan-o9x Місяць тому

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

  • @SalimKhan-o9x
    @SalimKhan-o9x Місяць тому

    Thanks sir ❤❤

  • @user-qu4mo9bw6d
    @user-qu4mo9bw6d Місяць тому

    Thanks

  • @agmupmtgj
    @agmupmtgj Місяць тому

    Thanks a lot for the detailed video sir

  • @ifty_arain
    @ifty_arain Місяць тому

    Big thanks Prabhu Gee. I have watched all your videos and gained a lot of knowledge to create AutoLISP programs. You explained very well. No need to ask, I have shared your Chanel to my friends and work colleagues. Waiting desperately for your next videos. Please upload more videos on ActiveX method and please don’t ignore if someone need help and explanation on any function, please advise asap.

    • @cyberCADsolutions
      @cyberCADsolutions Місяць тому

      So nice of you

    • @ifty_arain
      @ifty_arain Місяць тому

      @@cyberCADsolutions just need more explanation on using Vl, vlax, vla. how to keep remember which one to use vl, vlax or vla in Activex methods.

  • @angkas7479
    @angkas7479 Місяць тому

    Is it possible for the selection to be more general like selecting lines on all layers

  • @mikaelengstrom6639
    @mikaelengstrom6639 Місяць тому

    Excellent tutorial! Really nice step-by-step clarifying how the LISP-commands work, what the syntax is and why.

    • @cyberCADsolutions
      @cyberCADsolutions Місяць тому

      Syntax means the way of writing program statement.

  • @ifty_arain
    @ifty_arain Місяць тому

    I have tried VLA on different objects with different colors and always get color of object as "256". What's the reason please?

  • @ifty_arain
    @ifty_arain Місяць тому

    Do you have more videos on VL activeX?

  • @dinoroy8962
    @dinoroy8962 Місяць тому

    very nice, thank you a lot ...

  • @mohamadkhatib8624
    @mohamadkhatib8624 Місяць тому

    can we add dynamics block like rotation

  • @ifty_arain
    @ifty_arain 2 місяці тому

    Any function to change position of UCS from one object to another in autoLISP program? please help

  • @avidrationalist7281
    @avidrationalist7281 2 місяці тому

    What is the relationship of limits with drawing dimensions? For example, if my actual drawing object is 10X20 feet, how should I set limits?

    • @cyberCADsolutions
      @cyberCADsolutions Місяць тому

      It is not necessary to set limits to prepare drawings.

  • @ifty_arain
    @ifty_arain 2 місяці тому

    Can we not create an excel file by using file extension .xlsx? I did try, file was created in drive d but couldn't open it.

    • @cyberCADsolutions
      @cyberCADsolutions Місяць тому

      We can do using activex methods.

    • @ifty_arain
      @ifty_arain Місяць тому

      @@cyberCADsolutions Do you have any tutorial videos on activex methods?

  • @ifty_arain
    @ifty_arain 2 місяці тому

    What will happen if we don't localize variables to get these removed from memory?

    • @cyberCADsolutions
      @cyberCADsolutions 2 місяці тому

      Memory exploitation

    • @ifty_arain
      @ifty_arain 2 місяці тому

      Thanks for reply. I asked above bcoz autoCAD was getting freeze. So apart from memory exploitation there is no any harmful effect if we don’t localise variables

    • @ifty_arain
      @ifty_arain 2 місяці тому

      Just wana to say thanks, I am really learning well by watching your videos . Is there any full playlist for VLA as I am more interested to learn how to export coordinates from AutoCAD to excel.

  • @ifty_arain
    @ifty_arain 2 місяці тому

    Can you please explain about getvar & setvar functions? thanks

  • @cadworkchennai1496
    @cadworkchennai1496 2 місяці тому

    This is an important point to create drawing.