entmakex
entmakex
entmakex(dxflist: tabella) --> nil
Crea un'entità non residente nel DB, ad esempio un XRECORD. Ritorna l'entità .
Esempio 1. Esempio entmakex
local xrec = entmakex{ {0, "XRECORD"}, {100, "AcDbXrecord"}, {1, "test entmakex"} }
print("\nentmakex(XRECORD) tipo = " .. type(xrec))
Created with the Personal Edition of HelpNDoc: Easy CHM and documentation editor