Topic: how to get work importing manufacturers dxf

Hi,
I tried the new dxf importer. Works fine with dxf created by myself.
But.
If I try to import Siemens or Phoenix files nothing happens.
..............Example...........
./dxf2elmt ~/Data/TMP/Untitled.dxf -v
<?xml version = "1.0" encoding = "UTF-8"?>
<definition height="10" width="10" hotspot_x="0" hotspot_y="0" version="0.80" link_type="simple" type="element">
    <uuid uuid="{51843470-7aa6-45a5-8e21-0333332679d1}" />
    <names>
        <name lang="en">/home/td/Data/TMP/Untitled</name>
    </names>
    <informations>Created using dxf2elmt!</informations>
    <description />
</definition>
.........................
How do I get it work?

TIA
Thomas

Post's attachments

Attachment icon Untitled2.dxf 96.47 kb, 84 downloads since 2022-10-08 

2 (edited by Calypso 2022-10-09 09:38:52)

Re: how to get work importing manufacturers dxf

Hello,
try this DXF file

With best regards
Stebo

Post's attachments

Attachment icon Untitled2.dxf 225.29 kb, 106 downloads since 2022-10-09 

Re: how to get work importing manufacturers dxf

Sending issue to https://github.com/antonioaja/dxf2elmt/issues/1

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: how to get work importing manufacturers dxf

Calypso wrote:

Hello,
try this DXF file

With best regards
Stebo

What's the difference?

Re: how to get work importing manufacturers dxf

Hello,
Does the export work? If so, it's probably because the drawing elements are shown as blocks in the original drawing that the DXF2elmt can't edit. I dissolved the blocks in the original drawing.

Best Regards
Stebo

Re: how to get work importing manufacturers dxf

Calypso wrote:

Hello,
Does the export work? If so, it's probably because the drawing elements are shown as blocks in the original drawing that the DXF2elmt can't edit. I dissolved the blocks in the original drawing.

Best Regards
Stebo

Yes, it worked. And I could reproduce the dxf changes.

Thank you
Thomas

Re: how to get work importing manufacturers dxf

Hello,

Creator of the conversion program here. dxf2elmt does not currently support the entities in that the .dxf file, as mentioned by another commenter. Support for this will hopefully be added soon.

-Antonio