Search found 10 matches
- 20 Sep 2005, 06:05
- Forum: CAD .NET
- Topic: DXFExport .NET - how to use DC?
- Replies: 26
- Views: 144817
Thanks, I'm looking forward to the new release. Also, can you please make sure that the MetaForm.mfGraph.Transform property works correctly since we make multiple changes to the Graphics.Transform during the process of drawing of our graphics. I think that there is something weird happening, but I w...
- 19 Sep 2005, 05:59
- Forum: CAD .NET
- Topic: DXFExport .NET - how to use DC?
- Replies: 26
- Views: 144817
Thanks for the update, we have almost reached the point of success. Unfortunately there appears to be a problem with the MetaForm.mfGraph property that prevents you from drawing a GraphicsPath object. See the following two examples that illustrate the problem: public string Works() { Form form = new...
- 15 Sep 2005, 01:29
- Forum: CAD .NET
- Topic: DXFExport .NET - how to use DC?
- Replies: 26
- Views: 144817
Thanks for the reply, but it still does not work for me. As said above, I want to get the DXF string ***without using a file***. In your VB.NET sample above you save the DXF to a file. I do NOT want to save it to a file. Please give me a translation of the following method that will return a DXF str...
- 14 Sep 2005, 01:58
- Forum: CAD .NET
- Topic: DXFExport .NET - how to use DC?
- Replies: 26
- Views: 144817
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"> It's ready: http://www.cadsofttools.com/download/DXFExportNET.zip <hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">Guys, help me out here please! I do...
- 12 Sep 2005, 03:03
- Forum: CAD .NET
- Topic: DXFExport .NET - how to use DC?
- Replies: 26
- Views: 144817
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">We will provide DXF Export .NET version which does not need a temporary file soon.<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote"> Can you give me a t...
- 07 Sep 2005, 01:31
- Forum: CAD .NET
- Topic: DXFExport .NET - how to use DC?
- Replies: 26
- Views: 144817
- 05 Sep 2005, 05:44
- Forum: CAD .NET
- Topic: DXFExport .NET - how to use DC?
- Replies: 26
- Views: 144817
Thanks for the reply. My first attempt at converting a GraphicsPath to DXF looked like the following -- except it doesn't work since the output from this method appears to be a binary EMF file(?). Is there anyway that I can avoid creating a file at all since I want to save the DXF to a database and ...
- 31 Aug 2005, 00:42
- Forum: CAD .NET
- Topic: DXFExport .NET - how to use DC?
- Replies: 26
- Views: 144817
- 29 Aug 2005, 07:13
- Forum: CAD .NET
- Topic: DXFExport .NET - how to use DC?
- Replies: 26
- Views: 144817
DXFExport .NET - how to use DC?
In the following page: http://www.cadsofttools.com/?PageName=DXFExportNET you say that "...All you need here is to draw image using Windows GDI+ functions onto DXF Exporter’s DC...". Can you please give a small example of how to do this? How do I access the DC on the DXFExport object? Looking at y...
- 29 Aug 2005, 07:02
- Forum: CAD .NET
- Topic: DXFExport - 3D DXF?
- Replies: 1
- Views: 12841
DXFExport - 3D DXF?
Using the following code snippet to create a simple 3D DXF does not appear to work correctly in that the DXF file will not be 3D when viewing inside a DXF viewer like Volo View (it will flatten the 3D by apparently ignoring the Z-coordinates): void TestAngledFaces() { DXFExport export = new DXFExpor...