Embark on a transformative journey into the realm of AutoLISP programming with our comprehensive course titled “Complete AutoLISP Programming.” Crafted with precision and expertise, this course is not just a curriculum; it’s a key to unlocking a world of possibilities within AutoCAD customization. Imagine seamlessly creating macros for essential commands, mastering AutoLISP rules, variables, math functions, list functions, user input functions, object handling functions, selection sets, conditionals, and delving into the intricacies of AutoCAD objects and data models. Authored by industry experts, this course goes beyond the basics, providing a Quick Win Demo and hands-on projects that reinforce your newfound skills.
Learning Outcomes
This Complete AutoLISP Programming does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Complete AutoLISP Programming was made by professionals and it is compatible with all PC’s, Mac’s, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection.
After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8.
Unit 01: Introduction | |||
Module 01: Introduction | 00:01:00 | ||
Module 02: Course Outline | 00:05:00 | ||
Module 03: Introduction to AutoLISP | 00:02:00 | ||
Module 04: Who is this Course for? | 00:02:00 | ||
Module 05: What will I Learn? | 00:01:00 | ||
Module 06: About the Author | 00:02:00 | ||
Module 07: Why Learn AutoLISP? | 00:02:00 | ||
Module 08: Tools | 00:04:00 | ||
Unit 02: Quick Win Demo | |||
Module 01: Create Zoom Command Macros | 00:13:00 | ||
Module 02: Create Layer Command Macros | 00:10:00 | ||
Module 03: Create Insert Command Macros | 00:07:00 | ||
Module 04: Create Audit Commands | 00:06:00 | ||
Unit 03: AutoLISP Rules | |||
Module 01: AutoLISP Rules | 00:05:00 | ||
Unit 04: AutoLISP Variables | |||
Module 01: Understanding AutoLISP Variables | 00:05:00 | ||
Module 02: Using Variables in a Real World Program – Part 1 | 00:08:00 | ||
Module 03: Using Variables in a Real World Program – Part 2 | 00:08:00 | ||
Module 04: Using Variables in a Real World Program – Part 3 | 00:05:00 | ||
Module 05: Using Variables in a Real World Program – Part 4 | 00:07:00 | ||
Unit 05: AutoLISP Math Functions | |||
Module 01: Math Functions in Theory | 00:06:00 | ||
Module 02: Math Functions by Example | 00:15:00 | ||
Unit 06: AutoLISP's List Functions | |||
Module 01: List Functions Theory – Part 1 | 00:06:00 | ||
Module 02: CAR Function – Demo | 00:02:00 | ||
Module 03: CDR Function – Demo | 00:02:00 | ||
Module 04: CADR Function – Demo | 00:02:00 | ||
Module 05: CADDR Function – Demo | 00:02:00 | ||
Module 06: CAAR Function – Demo | 00:02:00 | ||
Module 07: CDDR Function – Demo | 00:01:00 | ||
Module 08: List Functions Theory – Part 2 | 00:05:00 | ||
Module 09: list Function – Demo | 00:01:00 | ||
Module 10: cons Function – Demo | 00:02:00 | ||
Module 11: nth Function – Demo | 00:01:00 | ||
Module 12: Foreach Function – Demo | 00:04:00 | ||
Module 13: List Functions Theory – Part 3 | 00:05:00 | ||
Module 14: Assoc Function – Demo | 00:04:00 | ||
Module 15: Subst Function – Demo | 00:06:00 | ||
Module 16: Last Function – Demo | 00:02:00 | ||
Module 17: Reverse Function – Demo | 00:02:00 | ||
Unit 07: AutoLISP's User Input Functions | |||
Module 01: User Input Functions Theory – Part 1 | 00:05:00 | ||
Module 02: User Input Functions Theory – Part 2 | 00:04:00 | ||
Module 03: GetPoint Function – Demo | 00:02:00 | ||
Module 04: GetInt Function – Demo | 00:03:00 | ||
Module 05: GetString Function – Demo | 00:04:00 | ||
Module 06: GetReal Function – Demo | 00:02:00 | ||
Module 07: GetDist Function – Demo | 00:04:00 | ||
Module 08: GetCorner Function – Demo | 00:04:00 | ||
Module 09: GetAngle Function – Demo | 00:10:00 | ||
Module 10: GetKword Function – Demo | 00:05:00 | ||
Unit 08: Object Handling Functions | |||
Module 01: Object Handling Functions – Theory | 00:04:00 | ||
Module 02: Entsel Function – Demo | 00:03:00 | ||
Module 03: Entnext Function – Demo | 00:03:00 | ||
Module 04: Entlast Function – Demo | 00:02:00 | ||
Module 05: Entget Function – Demo | 00:04:00 | ||
Module 06: Object Handling Functions – Exercises | 00:02:00 | ||
Module 07: Object Handling Functions – Solutions to Exercises | 00:06:00 | ||
Unit 09: AutoLISP's Selection Sets | |||
Module 01: Selection Sets – Theory | 00:08:00 | ||
Module 02: Ssget Function – Demo | 00:11:00 | ||
Module 03: Ssadd Function – Demo | 00:05:00 | ||
Module 04: Ssdel Function – Demo | 00:03:00 | ||
Module 05: Ssmemb Function – Demo | 00:03:00 | ||
Module 06: Ssname Function – Demo | 00:03:00 | ||
Module 07: Sslength Function – Demo | 00:05:00 | ||
Module 08: Selection Sets – Exercises | 00:04:00 | ||
Module 09: Selection Sets – Solutions to Exercises | 00:13:00 | ||
Unit 10: Conditionals And Equality Functions | |||
Module 01: Using If and Progn Statements | 00:05:00 | ||
Module 02: Using While and EQ Functions | 00:05:00 | ||
Module 03: Using Cond and And Functions | 00:04:00 | ||
Unit 11: AutoCAD Objects - Data Model | |||
Module 01: AutoCAD Objects: Re-examined (Part 1) | 00:04:00 | ||
Module 02: AutoCAD Objects: Re-examined (Part 2) | 00:05:00 | ||
Module 03: Line Object: Re-examined (Demo) | 00:05:00 | ||
Module 04: Circle Object: Re-examined (Demo) | 00:04:00 | ||
Module 05: Text Object: Re-examined (Demo) | 00:08:00 | ||
Module 06: Dimension Object: Re-examined (Demo) | 00:11:00 | ||
Module 07: Block/Attribute Object: Re-examined (Demo) | 00:28:00 | ||
Unit 12: Symbol Table And Dictionary Handling Functions | |||
Module 01: Symbol Table and Dictionary-Handling Functions – Theory | 00:05:00 | ||
Module 02: Tblsearch – Demo | 00:13:00 | ||
Module 03: Tblnext – Demo | 00:09:00 | ||
Unit 13: Hands-On Projects | |||
Module 01: CDIM – Project | 00:12:00 | ||
Module 02: CHSTYLE – Project | 00:16:00 | ||
Module 03: EXTATTR – Hands-On Project | 00:26:00 | ||
Unit 14: Conclusion | |||
Module 01: Conclusion Message and Thank you! | 00:01:00 |
Step into the world of seamless content creation with The OBS Course for Recording, your gateway to professional-quality video production. …
0
Delve deeper into the powerful world of Java with Java Mastery Intermediate: Methods, Collections, and Beyond. This course is designed …
0
Take your Java programming skills to new heights with Mastering Advanced Java with Object-Oriented Programming. This course delves deep into …
0