[qet] [3349] dxfTOelmt problem of double </parts> solved, acad blocks are converted

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 3349
Author:   rdsivd
Date:     2014-10-05 16:17:42 +0200 (Sun, 05 Oct 2014)
Log Message:
-----------
dxfTOelmt problem of double </parts> solved, acad blocks are converted
to parts

Modified Paths:
--------------
    branches/dxftoelmt/src/ui/dxf_elmt_output.cpp
    branches/dxftoelmt/src/ui/dxf_elmt_output.h

Modified: branches/dxftoelmt/src/ui/dxf_elmt_output.cpp
===================================================================
--- branches/dxftoelmt/src/ui/dxf_elmt_output.cpp	2014-10-05 13:35:01 UTC (rev 3348)
+++ branches/dxftoelmt/src/ui/dxf_elmt_output.cpp	2014-10-05 14:17:42 UTC (rev 3349)
@@ -22,7 +22,7 @@
 
 	ResultElmt.append(elmt_BlockCreation(BlockCount,Flag,BlockList,Filename1));
 
-	ResultElmt.append(elmt_BlockCreationEinde(BlockCount,Flag,BlockList,Filename1));
+	ResultElmt2=elmt_BlockCreationEinde(BlockCount,Flag,BlockList,Filename1);
 
 	ResultElmt.append(elmt_Eof());
 

Modified: branches/dxftoelmt/src/ui/dxf_elmt_output.h
===================================================================
--- branches/dxftoelmt/src/ui/dxf_elmt_output.h	2014-10-05 13:35:01 UTC (rev 3348)
+++ branches/dxftoelmt/src/ui/dxf_elmt_output.h	2014-10-05 14:17:42 UTC (rev 3349)
@@ -20,6 +20,7 @@
 	QString height1;
 
 	QString ResultElmt;
+	QString ResultElmt2;
 	QString Filename;
 
 
@@ -35,7 +36,9 @@
 	QString elmt_Info();
 	QString elmt_BlockCreation(int BlockCount, int Flag, struct _Block_ACAD BlockList[2000], QString Filename1);
 	QString elmt_BlockCreationBegin(int BlockCount, int Flag, struct _Block_ACAD BlockList[2000], QString Filename1);
+
 	QString elmt_BlockCreationEinde(int BlockCount, int Flag, struct _Block_ACAD BlockList[2000], QString Filename1);
+
 };
 
 #endif // DXF_ELMT_OUTPUT_H


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/