libredwg
libredwg copied to clipboard
How to explode the Block Reference ?
How to explode the block reference by using the libredwg ?Just like the AutoCAD's command "explode", and get all of the entities in the block reference.
You could implement explode by taking the insertion point, rotation and scale factor into a transformation matrix, and applying it to every point in the block. As in every CAD program. The dwg2SVG converter does similar things