AutoLisp Chapter - 7

AutoLisp Chapter - 7
Site menu


Login form


Search


Site friends
  • Create your own site


  • Statistics

    Total online: 1
    Guests: 1
    Users: 0


    Welcome, Guest ยท RSS 16 September 2024
    Chapter 7: Working With Geometry


              How to Find Angles and Distances

              Understanding the Angle, Distance, and Polar Function

              Using Trigonometry to Solve a Problem

              Gathering Information

              Finding Points Using Trigonometry

              Conclusion


    Introduction

    It is inevitable that your work with AutoLISP will involve some geometric manipulations. With the box program in chapter 2, you have
    already created a program that derives new point locations based on user input. There, you learned how to take coordinate lists apart,
    then re-assemble them to produce a new coordinate. In this chapter, you will be introduced to other AutoLISP functions that will help
    you determine locations in your drawings coordinate system and in the process, you will review some basic trigonometry.

    Next -> How to Find Angles and Distances