Search found 13 matches
- 03 Nov 2009, 09:06
- Forum: CAD .NET
- Topic: Cann't Open DXF File with AutoCAD 2009
- Replies: 4
- Views: 19064
Re: Cann't Open DXF File with AutoCAD 2009
Dear Alexander, My CADImport.Net dll version is 7.0.3334.30165 Attachment is the source DXF file. Please refer the following code. Anderson. For i = 0 To arGraph.Length - 1 Dim img1 As New CADImage() strFileName = Me.MapPath("") + "\Graph\DXF\" + arGraph(i) + ".dxf" Dim Pos As New DPoint(dPoint_X, d...
- 29 Oct 2009, 10:05
- Forum: CAD .NET
- Topic: Cann't Open DXF File with AutoCAD 2009
- Replies: 4
- Views: 19064
Cann't Open DXF File with AutoCAD 2009
Dear Sergey,
I merged two DXF files and saved it.
The new DXF file could be opend by CADImport.NET - Editor, but I got error msg when I opend it With AutoCad 2009,
Could You give me some Suggestion ?
Following attachment is the new DXF file.
Thanks!
Anderson
I merged two DXF files and saved it.
The new DXF file could be opend by CADImport.NET - Editor, but I got error msg when I opend it With AutoCad 2009,
Could You give me some Suggestion ?
Following attachment is the new DXF file.
Thanks!
Anderson
- 12 Mar 2009, 06:27
- Forum: CAD .NET
- Topic: How to transform a CADCurvePolygon
- Replies: 1
- Views: 10148
How to transform a CADCurvePolygon
Dear Sergey,
I want to change the CADCurvePolygon entity's scale & rotation.
Could you show me some sample code to transform the CADCurvePolygon entity ?
Thanks!
Anderson
I want to change the CADCurvePolygon entity's scale & rotation.
Could you show me some sample code to transform the CADCurvePolygon entity ?
Thanks!
Anderson
- 10 Mar 2009, 06:51
- Forum: CAD .NET
- Topic: MergeFiles Problem
- Replies: 10
- Views: 38207
Re: MergeFiles Problem
Dear Sir, I copyed the sample code to my program and got two files (body.dxf, test.dxf) They can be seen in "CADImport.Net - Editor", but when I opened them using AutoCAD 2009 I got the error message ERROR: something wrong in reading HATCH (from 840 line) expected group code 98 DXF invalid input or ...
- 25 Feb 2009, 06:26
- Forum: CAD .NET
- Topic: MergeFiles Problem
- Replies: 10
- Views: 38207
Re: MergeFiles Problem
Dear Sergey: My problem with program were sent to you last Dec. 25. It has been 2 months. Do you still work on my problem? Due to this problem, my project was forced to delay. Can this problem be solved? Would you please let me know the status of solving this problem? Thanks. Best regards, Anderson
- 16 Jan 2009, 17:39
- Forum: CAD .NET
- Topic: MergeFiles Problem
- Replies: 10
- Views: 38207
Re: MergeFiles Problem
Hi sergey,
Have you found any solution for my problem? I am urge to finish my project and looking forward to your reply soon.
Anderson
Have you found any solution for my problem? I am urge to finish my project and looking forward to your reply soon.
Anderson
- 25 Dec 2008, 05:45
- Forum: CAD .NET
- Topic: MergeFiles Problem
- Replies: 10
- Views: 38207
Re: MergeFiles Problem
Dear Sergey,
Now I can see the merged dxf file. Thank You!
But the "Hatch" entity in each dxf file disappeared. How can I to obtain the original Hatch entity in my merged file?
Merry X'mas,
Anderson
Now I can see the merged dxf file. Thank You!
But the "Hatch" entity in each dxf file disappeared. How can I to obtain the original Hatch entity in my merged file?
Merry X'mas,
Anderson
- 22 Dec 2008, 17:59
- Forum: CAD .NET
- Topic: How to transform a selected entity
- Replies: 4
- Views: 17719
Re: How to transform a selected entity
Dear Sergey,
My version of Visual Studio is VS.net 2005
Anderson.
My version of Visual Studio is VS.net 2005
Anderson.
- 18 Dec 2008, 12:03
- Forum: CAD .NET
- Topic: How to transform a selected entity
- Replies: 4
- Views: 17719
How to transform a selected entity
Dear Sergey,
I use CADImage.AddScaledDXF to transform my dxf file. But when I save it, I cann't open the
saved DXF file. I don't know why ?
Could you show me some sample code to transform the selected entity ? (such as scale, rotate )
Thanks!
Anderson
I use CADImage.AddScaledDXF to transform my dxf file. But when I save it, I cann't open the
saved DXF file. I don't know why ?
Could you show me some sample code to transform the selected entity ? (such as scale, rotate )
Thanks!
Anderson
- 09 Dec 2008, 11:15
- Forum: CAD .NET
- Topic: Question About Entity Rotate
- Replies: 1
- Views: 9912
Question About Entity Rotate
Dear Sir, I draw a one-entity (rectangle) dxf file, its center point is (1000,1000) and width = 600, height = 800. When I use the “MergeFileDemo.exe” program, I find If I rotate the entity 90 degree, the entity’s center point will change to (-1000,1000). Is there a formula to calculate the entity ne...
- 09 Dec 2008, 10:21
- Forum: CAD .NET
- Topic: MergeFiles Problem
- Replies: 10
- Views: 38207
MergeFiles Problem
Dear Sir,
I use the “MergeFilesDemoSite” program to merge 3 dxf files and save as a new .dxf file, but when I open the new .dxf file with “ViewerControlDemo “ program, I got nothing (cann’t see anything), could you tell me the cause?
Anderson
I use the “MergeFilesDemoSite” program to merge 3 dxf files and save as a new .dxf file, but when I open the new .dxf file with “ViewerControlDemo “ program, I got nothing (cann’t see anything), could you tell me the cause?
Anderson
- 06 Dec 2008, 09:58
- Forum: CAD .NET
- Topic: Add Hatch to Ellipse
- Replies: 4
- Views: 17995
Re: Add Hatch to Ellipse
Dear Sergey, Thanks for your reply. I can add hatch to the ellipse entity now. Is there a common way to add hatch on diffrent kind entity ? (such as circle, ellipse, PolyLine ....) I have another question : I use the “MergeFilesDemoSite” program to merge 3 dxf files and save as a new .dxf file, but ...
- 05 Dec 2008, 07:20
- Forum: CAD .NET
- Topic: Add Hatch to Ellipse
- Replies: 4
- Views: 17995
Add Hatch to Ellipse
Hello,
I have a .dxf file just contain 1 ellipse entity.
how can i add hatch on it ?
I have a .dxf file just contain 1 ellipse entity.
how can i add hatch on it ?