cert

Complete AutoLISP Programming

Course Overview Are you looking to gain a new in-demand skill from the comfort of your home? Well, look no …

Complete AutoLISP Programming

Complete AutoLISP Programming

$32.69

TAKE THIS COURSE

are
are
are
clender

1 Year Access

teacher

21 Students

durantion

7 hours, 26 minutes

Gift this course

Course Overview

Are you looking to gain a new in-demand skill from the comfort of your home? Well, look no further; you’ve come to the right place!

Our easy-to-follow Complete AutoLISP Programming will provide you with all the deep knowledge and insight you need to know about this topic. This comprehensive course has been broken down into several manageable modules, which we believe will assist you to easily grasp each concept – from the fundamental to the more advanced aspects of the course. 

Learn the most in-demand skills from the safety & comfort of your home. Enjoy the freedom to learn at your own comfortable pace and prepare yourself for the market of the future.

Learning Outcomes

Whether you are an aspiring professional or a complete beginner, this course will improve your expertise and boost your CV with key skills and an accredited certification attesting to your knowledge. 

Entry Requirement

    • This course is available to all learners of all academic backgrounds.
    • Learners should be aged 16 or over to undertake the qualification.
    • Some basic understanding of the English language and numeracy.  

Certification

After you have successfully completed the course, you will be able to obtain an Accredited Certificate of Achievement. You can, however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hardcopy at the cost of £29 or in PDF format at the cost of £19.

    • PDF certificate’s turnaround time is 24 hours, and for the hardcopy certificate, it is 3-9 working days

Why choose us?

      • Affordable, engaging & high-quality e-learning study materials;
      • Tutorial videos/materials from the industry-leading experts;
      • Study in a user-friendly, advanced online learning platform;
      • Efficient exam systems for the assessment and instant result;
      • The UK & internationally recognised accredited qualification;
      • Access to course content on mobile, tablet or desktop from anywhere, anytime;
      • The benefit of career advancement opportunities;
      • 24/7 student support via email.

Career path

Develop Your Career Plan is a useful qualification to possess and would be beneficial for any related profession or industry. 

Course Curriculum

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
Assignment
Assignment – Complete AutoLISP Programming 00:00:00

Course Ratings

N.A

ratings
  • 5 stars0
  • 4 stars0
  • 3 stars0
  • 2 stars0
  • 1 stars0

No Ratings found for this course.

How Do Our Courses Work?

Purchase and payment

Add your chosen course to your basket. Once you’ve added all the courses you need.

Course access

Add your chosen course to your basket. Once you’ve added all the courses you need.

Certificate

Add your chosen course to your basket. Once you’ve added all the courses you need.

Continued support

Add your chosen course to your basket. Once you’ve added all the courses you need.

Dive into an enriching online learning journey with Alpha Academy. We pride ourselves on offering a diverse range of courses tailored to your needs. Elevate your expertise or discover a new passion. With Alpha Academy, your pursuit of knowledge has no bounds.

Contact

For Business

Certificate validator

Payment methods possible

© ALPHA ACADEMY IS A PART OF ADAMS ACADEMY INC. LTD.

top
0
    0
    Your Cart
    Your cart is emptyReturn to Shop

    WINTER SALE :: ALL COURSES for $64.09 / year

    ADD OFFER TO CART

    No more than 50 active courses at any one time. Membership renews after 12 months. Cancel anytime from your account. Certain courses are not included. Can't be used in conjunction with any other offer.

      Apply Coupon