Login | Sign Up
 





 
AutoLISP Function Detail
Name: entmod

Syntax:
(entmod elist)

Description:
Allows the data for the entity to be directly altered with out the add of a modifying command.

Example(s):
(setq en (entget (car (entsel))))
...
(entmod en)
[varies results]