Block insert

Use this forum to ask questions about how to do things in dxflib.

Moderator: andrew

Post Reply
sekigawa
Registered Member
Posts: 1
Joined: Fri Sep 24, 2010 10:35 am

Block insert

Post by sekigawa » Sat Sep 25, 2010 7:41 am

Hello,

I want to join two existing DXF files (say, "no1.dxf" and "no2.dxf")
to create a new one (say, "no3.dxf") by "block insertion."
In the simplest case, only one instance of "no1.dxf" and "no2.dxf" are
inserted into "no3.dxf" without rotation, magnification, and transformation.
Then, the command line would look like

$ joindxf -i no1.dxf -i no2.dxf -o no3.dxf

How can I achieve this using "dxflib" ?

Thanks.

Post Reply

Return to “dxflib 'How Do I' Questions”