Search found 7 matches
- 17 Jul 2006, 21:52
- Forum: CAD .NET
- Topic: CAD Import .NET XRefs
- Replies: 5
- Views: 18354
- 17 Jul 2006, 21:51
- Forum: CAD .NET
- Topic: CAD Import .NET XRefs
- Replies: 5
- Views: 18354
CAD Import .NET XRefs
Hi,
Did you even get CAD Import .NET to handle Xrefs?
Regards,
Fred Chateau
Did you even get CAD Import .NET to handle Xrefs?
Regards,
Fred Chateau
- 31 Dec 2005, 22:17
- Forum: CAD .NET
- Topic: Using DXFImportNET in ASP.NET
- Replies: 3
- Views: 19160
> FCADImage.SaveToFile(@"D:\1.jpg", System.Drawing.Imaging.ImageFormat.Jpeg); For anyone interested, in ASP.NET you usually are not trying to save a file locally. Most of the time the idea is to prepare the image for downloading. The link below contains example code in C# on how to do that from a .N...
- 30 Dec 2005, 02:10
- Forum: CAD VCL
- Topic: How to display Xref files?
- Replies: 3
- Views: 14329
> Our libraries support references in DXF to DXF and in DWG to DWG. Are you saying that AutoCAD does not provide the reference data when exporting a DWG file to DXF or that they just don't support it in their application? In other words, if I export a parent DWG file and two attached Xref DWG files ...
- 30 Dec 2005, 01:56
- Forum: CAD .NET
- Topic: AutoCAD DWF File Format
- Replies: 4
- Views: 22039
> We plan to release support of the DWG file format in DXFImport .NET up to the end of the February, 2006. Are you able to write managed classes to import the DWG file or do you have to write a custom managed wrapper around unmanaged code? My project manager does not want to use any managed wrappers...
- 29 Dec 2005, 03:22
- Forum: CAD VCL
- Topic: How to display Xref files?
- Replies: 3
- Views: 14329
How to display Xref files?
Can this be done?
Load DXF file which contains XRef to two other DFX attached files and display visible entities in all files.
Regards,
Fred Chateau
Load DXF file which contains XRef to two other DFX attached files and display visible entities in all files.
Regards,
Fred Chateau
- 28 Dec 2005, 00:39
- Forum: CAD .NET
- Topic: AutoCAD DWF File Format
- Replies: 4
- Views: 22039
AutoCAD DWF File Format
I originally posted a message asking if you had considered working with DWF files. I was wondering if there is a reason why DXF files are better. Afterward I managed to locate the DXF file format specification on the AutoDesk Website. It's definitely more comprehensive than DWF format. My only conce...