Search found 16 matches
- 20 Dec 2006, 16:25
- Forum: CAD VCL
- Topic: CADtoDXF.zip
- Replies: 12
- Views: 47492
- 20 Dec 2006, 14:06
- Forum: CAD VCL
- Topic: CADtoDXF.zip
- Replies: 12
- Views: 47492
Hello Sergey, it seems that i have problems with some objects in my drawings. Some groups are at wrong position and for some groups the proportion(lenth/heigh) looks wrong. Sorry i can't send the original test data, our customer did not allow.:-( I have to build test files to desribe the problem. Wh...
- 20 Dec 2006, 13:27
- Forum: CAD VCL
- Topic: CADtoDXF.zip
- Replies: 12
- Views: 47492
- 20 Dec 2006, 13:12
- Forum: CAD VCL
- Topic: CADtoDXF.zip
- Replies: 12
- Views: 47492
- 19 Dec 2006, 18:23
- Forum: CAD VCL
- Topic: CADtoDXF.zip
- Replies: 12
- Views: 47492
CADtoDXF.zip
Hello Sergey,
i've found a link to CADtoDXF.zip in the forum. Will that tool be able to convert svg to dxf directly?(without using a metafile)
i've found a link to CADtoDXF.zip in the forum. Will that tool be able to convert svg to dxf directly?(without using a metafile)
- 08 Aug 2006, 15:26
- Forum: CAD VCL
- Topic: Problem with TdxfExportData.Scale
- Replies: 3
- Views: 15761
Hi Sergey, I change your example to explain what is my problem. 1. All blocks are inserted at the same coordinates (0,0,0) 2. No block is scaled. When i run this example the 3. block is in the 3. sector of the cross(block 1 and block 2) When i change the scale values in block 3 to (10,10,1) the star...
- 04 Aug 2006, 15:47
- Forum: CAD VCL
- Topic: Problem with TdxfExportData.Scale
- Replies: 3
- Views: 15761
Problem with TdxfExportData.Scale
Hello, I have a problem with TdxfExportData.Scale. When I insert a group and fill the Scale-attribut with data like(0.9,0.9,1) the start-position of the group change. What have I to do when i want to scale a group and freeze point down/left A example : <b>procedure</b> TTestForm.Test_Scale_BtnClick(...
- 01 Jun 2006, 17:58
- Forum: CAD VCL
- Topic: AddPolyBezier
- Replies: 3
- Views: 14790
- 01 Jun 2006, 17:02
- Forum: CAD VCL
- Topic: AddPolyBezier
- Replies: 3
- Views: 14790
AddPolyBezier
Hello,
i have some problems with Bezier curves.
Where i have to put the coordiates for the "manipulation points" in the TDataExport record?
Best regards
Armin
i have some problems with Bezier curves.
Where i have to put the coordiates for the "manipulation points" in the TDataExport record?
Best regards
Armin
- 24 May 2006, 19:12
- Forum: CAD VCL
- Topic: DXFExport Access Violation
- Replies: 2
- Views: 12906
- 24 May 2006, 16:04
- Forum: CAD VCL
- Topic: DXFExport Access Violation
- Replies: 2
- Views: 12906
DXFExport Access Violation
Hallo Sergey, my test application runs in a access violation when saving file when i use AddPolyLine or AddPolyBezier. I'm using D6 with best regards Armin <b>procedure</b> TForm1.Test(E: TsgDXFExport); <b>const</b> arrBezier: <b>array</b> [0..12] <b>of</b> TdxfPoint = ( (X:200;Y:230), (X:190;Y:310)...
- 17 May 2006, 15:50
- Forum: CAD VCL
- Topic: Problems with dxfexportvcl
- Replies: 2
- Views: 12683
- 16 May 2006, 16:28
- Forum: CAD VCL
- Topic: Problems with dxfexportvcl
- Replies: 2
- Views: 12683
Problems with dxfexportvcl
Hi, i have a problem with the dxfexportvcl. When i execute the following code i got an dxf which contains nothing. Can you help me? Where is my mistake? Greetings and thx for help <b>procedure</b> TForm1.Button1Click(Sender: TObject); <b>var</b> E : TsgDXFExport; Data : TdxfExportData; <b>function</...
- 04 Apr 2006, 12:48
- Forum: General questions and answers
- Topic: SVG2DXF
- Replies: 5
- Views: 65070
- 03 Apr 2006, 19:19
- Forum: General questions and answers
- Topic: SVG2DXF
- Replies: 5
- Views: 65070
Hello Sergy, how long we have to wait for it? <blockquote id="quote"><font size="2" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by support</i> <br />Hello, Direct export to DXF is being developed. Unfortunately import - export from SVG to ...