entmakex


(entmake  [ entityData ] )

This function created a new object or entity in the current drawing; returns the entity name of the newly created object or entity.

Arguments

entityData  (optional) definition data (assoc list) to define the new object or entity

Return

entityData  if successful, NIL otherwise;
returns the block name, if entmake is used to finish a block definition (entmake of ENDBLK object);
returns NIL, if entityData is omitted

Example


Remarks

entmakex creates both graphical and non-graphical objects and entities;
see (entget) and (entmake) function for the definition data list



©  Bricsys NV. All rights reserved.