Creating Entities Using ActiveX Functions
From AutoCAD Visual LISP
The newest way of creating entities is by using the ActiveX functions within VLISP. ActiveX has several advantages over entmake and command.
- ActiveX functions are faster.
- ActiveX function names indicate the action they perform, resulting in easier readability, maintenance, and bug-fixing.
You will see an example of an ActiveX function later in this lesson.