News

By Madhukar Moogala A common request from developers is how to retrieve the original Dynamic Block reference from a given anonymous block. This is useful when working with AutoCAD’s Dynamic Blocks, as ...
By Augusto Goncalves For a dynamic block we can create a Block Properties Table, which defines and controls values for parameters and properties. This is available when BEDIT’ing a dynamic block, as ...
Automating the update of a dynamic blocks “Property table” of the block in an existing drawing is not possible from LISP. As dxf groups 1010 and 1071 can’t be saved. To overcome this flaw, i did ...