(entmake [entity-list])


Add an entity to the drawing.


This function allows you to write the entity-list to the database. The entity-list must be in the dotted pair format, as shown by the entget function. Without a valid entity-list, entmake doesn't make the entity and returns nil.

 

Example

Code Meaning:
(entmake  
'((0 . "CIRCLE") Entity = circle
(62 . 5) Color = blue
(10 1.2 3.4 0.0) Center point = 1.2,3.4
(40 . 5.6) Radius = 5.6
)  
)  

 

NOTES

 

Tell me about...

(entdel entity-name)

(entget entity-name [application-list])

(entlast)

(entmod entity-list)

(entsel [prompt])

(entupd entity-name)

(nentsel [prompt])

(nentselp [prompt] [point])

LISP Compatibility

Programming Overview of LISP (LISt Processing) Language


Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV are fully owned subsidiaries of Menhirs NV. © 2001- Menhirs NV - All rights reserved.