Share
 
 

Creating Entities Using ActiveX Functions

The newest way of creating entities is by using the ActiveX functions within Visual LISP. 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.

Was this information helpful?