libredwg icon indicating copy to clipboard operation
libredwg copied to clipboard

How to explode the Block Reference ?

Open jincongcong opened this issue 4 years ago • 1 comments

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.

jincongcong avatar Jul 22 '21 01:07 jincongcong

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

rurban avatar Jul 22 '21 06:07 rurban