Yes it is the label, but you can't use it to build your formula autonum rules.
What are you trying to achieve?

BMK ?

https://github.com/qelectrotech/qelectr … mation.cpp

https://qelectrotech.org/forum/viewtopi … 545#p19545 ?

See
https://qelectrotech.org/forum/viewtopi … 579#p10579

429

(11 replies, posted in Elements)

nomicons/wink

430

(11 replies, posted in Elements)

In the past I used this workaround an element report modified in and out for Input boards:

Hallo

search for qet_labels.xml in forum search motors.

432

(2 replies, posted in FR : Aide, suggestions, discussions, ...)

Bonjour Mattéo,

il serait possible d'afficher plus d'informations en bas de liste, voila un rapide patch pour rajouter 4 accessoires aux1, aux2, aux3, aux4 avec pour chacun une designation differentes, frabricant, fournisseur, etc:
De pouvoir aussi s'en servir pour l'export CSV ou de la database, ou de pré remplir ces champs lors de la creation ou édition d'un élément.
Voir https://qelectrotech.org/bugtracker/view.php?id=214

0000214: Création de multiples références produits, pour un même élément.
Description    Il serait intéressant de pouvoir, assigner à un même composant graphique, plusieurs références produits.
En effet pour un même produit (ex. Sectionneur) plusieurs pièces sont à commander (sectionneur, poignée, prolongateur etc..) . La possibilité d'ajouter plusieurs références produits à un composant du schéma permettrait d'éditer une nomenclature complète et de pouvoir l'utiliser telle quelle pour la commande de matériel.

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


                                                 
                         ELMT_AUX1,
                         ELMT_DESCRIPTION_AUX1,
                         ELMT_DESIGNATION_AUX1,
                         ELMT_MANUFACTURER_AUX1,
                         ELMT_MANUFACTURER_REF_AUX1,
                         ELMT_MACHINE_MANUFACTURER_REF_AUX1,
                         ELMT_SUPPLIER_AUX1,
                         ELMT_QUANTITY_AUX1,
                         ELMT_UNITY_AUX1,
                         ELMT_AUX2,
                         ELMT_DESCRIPTION_AUX2,
                         ELMT_DESIGNATION_AUX2,
                         ELMT_MANUFACTURER_AUX2,
                         ELMT_MANUFACTURER_REF_AUX2,
                         ELMT_MACHINE_MANUFACTURER_REF_AUX2,
                         ELMT_SUPPLIER_AUX2,
                         ELMT_QUANTITY_AUX2,
                         ELMT_UNITY_AUX2,
                         ELMT_AUX3,
                         ELMT_DESCRIPTION_AUX3,
                         ELMT_DESIGNATION_AUX3,
                         ELMT_MANUFACTURER_AUX3,
                         ELMT_MANUFACTURER_REF_AUX3,
                         ELMT_MACHINE_MANUFACTURER_REF_AUX3,
                         ELMT_SUPPLIER_AUX3,
                         ELMT_QUANTITY_AUX3,
                         ELMT_UNITY_AUX3,
                         ELMT_AUX4,
                         ELMT_DESCRIPTION_AUX4,
                         ELMT_DESIGNATION_AUX4,
                         ELMT_MANUFACTURER_AUX4,
                         ELMT_MANUFACTURER_REF_AUX4,
                         ELMT_MACHINE_MANUFACTURER_REF_AUX4,
                         ELMT_SUPPLIER_AUX4,
                         ELMT_QUANTITY_AUX4,
                         ELMT_UNITY_AUX4


Edit: merged

433

(1 replies, posted in FR : Aide, suggestions, discussions, ...)

Bonjour,
voir:
https://qelectrotech.org/forum/viewtopi … 152#p16152

Maybe see this topic: https://qelectrotech.org/forum/viewtopic.php?id=2764
https://download.qelectrotech.org/qet/forum_img_2/1_schema.png

435

(7 replies, posted in Elements)

Added, thanks.

436

(1 replies, posted in Elements)

Added, thanks.

437

(7 replies, posted in Elements)

Added, thanks.

https://download.qelectrotech.org/qet/m … index.html

I found very old howto videos...



2020-10-28 22:43   

2020-04-06 17:56   



2020-04-11 23:17   

If you can help you.. ?

439

(209 replies, posted in Import DXF)

Re-searcher wrote:

AutoCAD Sample Files from autodesk.
These sample files apply to AutoCAD 2010 and later.

https://www.autodesk.com/support/techni … jrnQ9.html

Hi Erik,
The dxf2elmt plugin does not support DWG, which is a closed format keurk ... and same fonctionaly than the dxf file, don'use dwg when you can..

To convert dwg to dxf see https://wiki.freecad.org/FreeCAD_and_DWG_Import/en

LibreDWG https://github.com/LibreDWG/libredwg
ODA File Converter    https://www.opendesign.com/guestfiles/o … _converter

440

(209 replies, posted in Import DXF)

Interesting for check dxf convertion with new dxf2elmt new builds.
https://github.com/LibreDWG/libredwg/tr … /test-data

441

(209 replies, posted in Import DXF)

macOS Apple silicon arm64 binary

Bonjour ,

le symbole renvoi entrant en folio 2 est de type simple, ce n'est donc pas un élément de type renvoi..

443

(209 replies, posted in Import DXF)

Without your help on the dxf-rs source code and polygon.rs change I wouldn't have got far,
so you do the honours to make the few changes in your branch. nomicons/wink

Thanks you Carl.

444

(209 replies, posted in Import DXF)

I've noticed that many more DXF files are now being converted,
whereas previously they would generate an error and can't be converted.... nomicons/wink

445

(209 replies, posted in Import DXF)

macOS INTEL X86_64 binary

446

(209 replies, posted in Import DXF)

Windows 64 binary.

447

(209 replies, posted in Import DXF)

Thanks Carl, dxf2elmt compile it's now ok for me too, and correct at the same time issue 
https://github.com/ixmilia/dxf-rs/issues/46
and
https://github.com/Vadoola/dxf2elmt/issues/19


Linux debian sid 64 dxf2elmt
https://github.com/scorpio810/dxf2elmt.git

Make the File Executable

chmod +x dxf2elmt 

448

(0 replies, posted in Videos howto)

449

(209 replies, posted in Import DXF)

Edit: I tried to go to last git main branch but dxf2elmt code can't compile after patched cargo.toml and use cargo update to update cargo.lock...

diff --git a/Cargo.toml b/Cargo.toml
index 2d78bdc..9b8bc2e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ lto = true
opt-level = 3
 
[dependencies]
-dxf = "0.5.0"
+dxf = { git = "https://github.com/ixmilia/dxf-rs.git" }
simple-xml-builder = "1.1.0"
bspline = "1.1.0"
uuid = { version = "1.10.0", features = ["serde", "v4"] }


~/new_dxf2elmt_vadoola_fork$ cargo build --release
   Compiling dxf2elmt v0.4.0 (/home/laurent/new_dxf2elmt_vadoola_fork)
warning: unused import: `dxf::objects::Object`
--> src/qelmt/mod.rs:1:5
  |
1 | use dxf::objects::Object;
  |     ^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default
 
warning: unused import: `text`
--> src/qelmt/dynamictext.rs:1:13
  |
1 | use super::{text, two_dec};
  |             ^^^^
 
error[E0599]: no method named `get_is_closed` found for reference `&dxf::entities::Polyline` in the current scope
    --> src/qelmt/polygon.rs:60:26
     |
60   |             closed: poly.get_is_closed(),
     |                          ^^^^^^^^^^^^^
     |
help: there is a method `set_is_closed` with a similar name, but with different arguments
    --> /home/laurent/new_dxf2elmt_vadoola_fork/target/release/build/dxf-a92690d5c3960b91/out/generated/entities.rs:1726:5
     |
1726 |     pub fn set_is_closed(&mut self, val: bool) {
     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
error[E0599]: no method named `get_is_closed` found for reference `&dxf::entities::LwPolyline` in the current scope
    --> src/qelmt/polygon.rs:85:26
     |
85   |             closed: poly.get_is_closed(),
     |                          ^^^^^^^^^^^^^
     |
help: there is a method `set_is_closed` with a similar name, but with different arguments
    --> /home/laurent/new_dxf2elmt_vadoola_fork/target/release/build/dxf-a92690d5c3960b91/out/generated/entities.rs:1388:5
     |
1388 |     pub fn set_is_closed(&mut self, val: bool) {
     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
error[E0599]: no method named `get_is_closed` found for reference `&dxf::entities::Spline` in the current scope
    --> src/qelmt/polygon.rs:144:28
     |
144  |             closed: spline.get_is_closed(),
     |                            ^^^^^^^^^^^^^
     |
help: there is a method `set_is_closed` with a similar name, but with different arguments
    --> /home/laurent/new_dxf2elmt_vadoola_fork/target/release/build/dxf-a92690d5c3960b91/out/generated/entities.rs:2107:5
     |
2107 |     pub fn set_is_closed(&mut self, val: bool) {
     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
For more information about this error, try `rustc --explain E0599`.
warning: `dxf2elmt` (bin "dxf2elmt") generated 2 warnings
error: could not compile `dxf2elmt` (bin "dxf2elmt") due to 3 previous errors; 2 warnings emitted

450

(209 replies, posted in Import DXF)

@vadoola: FYI https://qelectrotech.org/forum/viewtopi … 496#p20496
https://github.com/ixmilia/dxf-rs/issues/46

You use last dxf-rs old tag or master git?


Edit you used the V 0.5.0
https://github.com/qelectrotech/new_dxf … o.toml#L20