Practical AutoLISP Programming – Beginner to Advanced
Practical AutoLISP Programming – Beginner to Advanced, available at $69.99, has an average rating of 4.5, with 80 lectures, based on 591 reviews, and has 2452 subscribers.
You will learn about You will understand and learn AutoLISP and how it is being used in AutoCAD You will have a deeper understanding of AutoCAD objects and how they can be manipulated by AutoLISP without even touching them. You will learn how to create your own AutoCAD Shortcut Commands and Macros You will be able to create simple to medium complexity Programs from scratch with the help of several exercises to reinforce what you learn By the end of this course, you should be able to develop your own programs to increase your productivity. Like, automating manual tasks and extracting objects. And most importantly, you will become an AutoLISP programmer This course is ideal for individuals who are This course is intended for Designers, Architects and Engineers, Draftsmen, CAD Operators, Quantity Surveyors, and All AutoCAD users who want to expand their knowledge beyond AutoCAD to the next level and be more productive. or This is also for those who have a passion to learn new programming language. It is particularly useful for This course is intended for Designers, Architects and Engineers, Draftsmen, CAD Operators, Quantity Surveyors, and All AutoCAD users who want to expand their knowledge beyond AutoCAD to the next level and be more productive. or This is also for those who have a passion to learn new programming language.
Enroll now: Practical AutoLISP Programming – Beginner to Advanced
Summary
Title: Practical AutoLISP Programming – Beginner to Advanced
Price: $69.99
Average Rating: 4.5
Number of Lectures: 80
Number of Published Lectures: 80
Number of Curriculum Items: 80
Number of Published Curriculum Objects: 80
Original Price: $34.99
Quality Status: approved
Status: Live
What You Will Learn
- You will understand and learn AutoLISP and how it is being used in AutoCAD
- You will have a deeper understanding of AutoCAD objects and how they can be manipulated by AutoLISP without even touching them.
- You will learn how to create your own AutoCAD Shortcut Commands and Macros
- You will be able to create simple to medium complexity Programs from scratch with the help of several exercises to reinforce what you learn
- By the end of this course, you should be able to develop your own programs to increase your productivity. Like, automating manual tasks and extracting objects.
- And most importantly, you will become an AutoLISP programmer
Who Should Attend
- This course is intended for Designers, Architects and Engineers, Draftsmen, CAD Operators, Quantity Surveyors, and All AutoCAD users who want to expand their knowledge beyond AutoCAD to the next level and be more productive.
- This is also for those who have a passion to learn new programming language.
Target Audiences
- This course is intended for Designers, Architects and Engineers, Draftsmen, CAD Operators, Quantity Surveyors, and All AutoCAD users who want to expand their knowledge beyond AutoCAD to the next level and be more productive.
- This is also for those who have a passion to learn new programming language.
You will understand and learn AutoLISP and how it is being used in AutoCAD
You will have a deeper understanding of AutoCAD objects and how they can be manipulated by AutoLISP without even touching them.
You will learn how to create your own AutoCAD Shortcut Commands and Macros
You will be able to create simple to medium complexity Programs from scratch with the help of several exercises to reinforce what you learn
By the end of this course, you should be able to develop your own programs to increase your productivity. For example:
start automating repetitive tasks
develop programs that extracts drawing information and many more…
And most importantly, you will become an AutoLISP programmer
Course Curriculum
Chapter 1: Introduction Section
Lecture 1: Introduction
Lecture 2: Course Outline
Lecture 3: Introduction to AutoLISP
Lecture 4: Who is this Course for?
Lecture 5: What will I Learn?
Lecture 6: About the Author
Lecture 7: Why Learn AutoLISP?
Lecture 8: Tools
Chapter 2: Quick Win Demo
Lecture 1: Create Zoom Command Macros
Lecture 2: Create Layer Command Macros
Lecture 3: Create Insert Command Macros
Lecture 4: Create Audit Commands
Chapter 3: AutoLISP Rules
Lecture 1: AutoLISP Rules
Chapter 4: AutoLISP Variables
Lecture 1: Understanding AutoLISP Variables
Lecture 2: Using Variables in a Real World Program – Part1
Lecture 3: Using Variables in a Real World Program – Part 2
Lecture 4: Using Variables in a Real World Program – Part 3
Lecture 5: Using Variables in a Real World Program – Part 4
Chapter 5: AutoLISP Math Functions
Lecture 1: Math Functions in Theory
Lecture 2: Math Functions by Example
Chapter 6: AutoLISP's List Functions
Lecture 1: List Functions Theory – Part 1
Lecture 2: CAR Function – Demo
Lecture 3: CDR Function – Demo
Lecture 4: CADR Function – Demo
Lecture 5: CADDR Function – Demo
Lecture 6: CAAR Function – Demo
Lecture 7: CDDR Function – Demo
Lecture 8: List Functions Theory – Part 2
Lecture 9: list Function – Demo
Lecture 10: cons Function – Demo
Lecture 11: nth Function – Demo
Lecture 12: Foreach Function – Demo
Lecture 13: List Functions Theory – Part 3
Lecture 14: Assoc Function – Demo
Lecture 15: Subst Function – Demo
Lecture 16: Last Function – Demo
Lecture 17: Reverse Function – Demo
Chapter 7: AutoLISP's User Input Functions
Lecture 1: User Input Functions Theory – Part 1
Lecture 2: User Input Functions Theory – Part 2
Lecture 3: GetPoint Function – Demo
Lecture 4: GetInt Function – Demo
Lecture 5: GetString Function – Demo
Lecture 6: GetReal Function – Demo
Lecture 7: GetDist Function – Demo
Lecture 8: GetCorner Function – Demo
Lecture 9: GetAngle Function – Demo
Lecture 10: GetKword Function – Demo
Chapter 8: Object Handling Functions
Lecture 1: Object Handling Functions – Theory
Lecture 2: Entsel Function – Demo
Lecture 3: Entnext Function – Demo
Lecture 4: Entlast Function – Demo
Lecture 5: Entget Function – Demo
Lecture 6: Object Handling Functions – Exercises
Lecture 7: Object Handling Functions – Solutions to Exercises
Chapter 9: AutoLISP's Selection Sets
Lecture 1: Selection Sets – Theory
Lecture 2: Ssget Function – Demo
Lecture 3: Ssadd Function – Demo
Lecture 4: Ssdel Function – Demo
Lecture 5: Ssmemb Function – Demo
Lecture 6: Ssname Function – Demo
Lecture 7: Sslength Function – Demo
Lecture 8: Selection Sets – Exercises
Lecture 9: Selection Sets – Solutions to Exercises
Chapter 10: Conditionals and Equality Functions
Lecture 1: Using If and Progn Statements
Lecture 2: Using While and EQ Functions
Lecture 3: Using Cond and And Functions
Chapter 11: AutoCAD Objects – Data Model
Lecture 1: AutoCAD Objects: Re-examined (Part 1)
Lecture 2: AutoCAD Objects: Re-examined (Part 2)
Lecture 3: Line Object: Re-examined (Demo)
Lecture 4: Circle Object: Re-examined (Demo)
Lecture 5: Text Object: Re-examined (Demo)
Lecture 6: Dimension Object: Re-examined (Demo)
Lecture 7: Block/Attribute Object: Re-examined (Demo)
Chapter 12: Symbol Table and Dictionary Handling Functions
Lecture 1: Symbol Table and Dictionary-Handling Functions – Theory
Lecture 2: Tblsearch – Demo
Lecture 3: Tblnext – Demo
Chapter 13: Hands-On Projects
Lecture 1: CDIM – Project
Lecture 2: CHSTYLE – Project
Lecture 3: EXTATTR – Hands-On Project
Chapter 14: Conclusion
Lecture 1: Conclusion Message and Thank you!
Instructors
-
Arnold Higuit
Sr. Software Developer
Rating Distribution
- 1 stars: 8 votes
- 2 stars: 14 votes
- 3 stars: 93 votes
- 4 stars: 208 votes
- 5 stars: 268 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Digital Marketing Foundation Course
- Google Shopping Ads Digital Marketing Course
- Multi Cloud Infrastructure for beginners
- Master Lead Generation: Grow Subscribers & Sales with Popups
- Complete Copywriting System : write to sell with ease
- Product Positioning Masterclass: Unlock Market Traction
- How to Promote Your Webinar and Get More Attendees?
- Digital Marketing Courses
- Create music with Artificial Intelligence in this new market
- Create CONVERTING UGC Content So Brands Will Pay You More
- Podcast: The top 8 ways to monetize by Podcasting
- TikTok Marketing Mastery: Learn to Grow & Go Viral
- Free Digital Marketing Basics Course in Hindi
- MailChimp Free Mailing Lists: MailChimp Email Marketing
- Automate Digital Marketing & Social Media with Generative AI
- Google Ads MasterClass – All Advanced Features
- Online Course Creator: Create & Sell Online Courses Today!
- Introduction to SEO – Basic Principles of SEO
- Affiliate Marketing For Beginners: Go From Novice To Pro
- Effective Website Planning Made Simple