26 (edited by plc-user 2024-10-16 07:21:31)

Re: dxf2elmt

Kellermorph wrote:

Here is the dwg.

i tried it with https://download.qelectrotech.org/qet/b … .0/win_64/

Nö!
Unter dem Link ist das (inzwischen veraltete) Konvertierungsprogramm zu finden.
Es geht um die dxf-Dateien, die Du konvertieren möchtest!

Du schreibst, dass Fehlermeldungen auftreten, oder eine leere Zeichnung aus der Konvertierung herauskommt, lieferst aber die dxf nicht mit, die uns helfen würden, dir helfen zu können!

Fragen zu QET gehören in dieses Forum und werden nicht per PM beantwortet! – Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

Re: dxf2elmt

Oh ich hatte vergessen auf "Add File" zu drücken entschuldige.

Post's attachments

Attachment icon deos600.zip 21.5 kb, 7 downloads since 2024-10-16 

Re: dxf2elmt

Error: Failed to load deos600...
    Make sure the file is a valid .dxf file.

Caused by:
    an unexpected code '90' was encountered at line/offset 11

/media/backup6/download$ cat -b deos600.dxf
     1      0
     2    SECTION
     3      2
     4    HEADER
     5      9
     6    $ACADVER
     7      1
     8    AC1032
     9      9
    10    $ACADMAINTVER
    11     90
    12           55
    13      9
    14    $DWGCODEPAGE
    15      3
    16    ANSI_1252
    17      9
    18    $LASTSAVEDBY
    19      1
    20    Thomas16
    21      9
    22    $REQUIREDVERSIONS

    10    $ACADMAINTVER
    11     90

See:
https://github.com/ixmilia/dxf-rs/issues/46
https://github.com/ixmilia/dxf-rs/issues/27
https://ezdxf.mozman.at/release-v0-10-1.html

But if I open with libreCad and save the DXF in ‘drawing Exchange 2007’ format (*.dxf)... Vadoola dxf2elmt works but ... the font size was too big, it's a good start. nomicons/wink

Edit: no need to open with LibreCAD just remove these lines (10 to 13):

    10    $ACADMAINTVER
    11     90
    12           55
    13      9

https://download.qelectrotech.org/qet/forum_img_2/dxf2elmt_error8.png

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

Re: dxf2elmt

In the XML of the elmt file produced by dxf2elmt, I was able to easily separate the drawing data from the text data in order to create two QET symbols so that I could try to merge them manually from the editor.   

It is not easy to adjust the text fonts on the drawing, which is why in a symbol of this type with a lot of text and terminals, it is preferable to draw it from the editor from scratch.

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