Drawing AutoCAD Entities

AutoCAD Visual LISP

 
Drawing AutoCAD Entities
 
 
 

Most AutoLISP programs draw entities using one of several methods:

  • ActiveX functions
  • The entmake function
  • The command function

This lesson focuses on entity creation via ActiveX® . In Lesson 5, you will implement the entmake and AutoCAD command alternatives.