Search found 4 matches
- 04 Dec 2009, 19:29
- Forum: CAD .NET
- Topic: Best way to merge multiple dxf files into one?
- Replies: 1
- Views: 15181
Best way to merge multiple dxf files into one?
Hello, I am trying to take multiple dxf files and combine them into one big file. Each file needs to be loaded, a couple of items removed (unwanted text etc.) and then added to the big file. These files will be laid out in rows and columns, depending on how many there are. I looked at the MergeFiles...
- 03 Nov 2009, 15:22
- Forum: CAD .NET
- Topic: CADViewerControl not reflecting changes
- Replies: 1
- Views: 9979
CADViewerControl not reflecting changes
Hello, I am currently using the CADImport.NET trial (extended version). I am working with the CADViewerControl in which I load a .DXF file. This works fine but there are some items I want to hide, so I hide/freeze the appropriate layers in code. The layers are no longer shown, but operations like "F...
- 27 Oct 2009, 19:26
- Forum: CAD .NET
- Topic: AddScaledDXF not present in CADImport.NET trial?
- Replies: 3
- Views: 14432
Re: AddScaledDXF not present in CADImport.NET trial?
I don't think that is the problem - if I comment out the "AddScaledDXF" call out, your demo project compiles complete with the CADImage references.
Unless I'm confused, the trial only has CADImport.DLL anyway.
Regards,
Rob H
Unless I'm confused, the trial only has CADImport.DLL anyway.
Regards,
Rob H
- 27 Oct 2009, 13:58
- Forum: CAD .NET
- Topic: AddScaledDXF not present in CADImport.NET trial?
- Replies: 3
- Views: 14432
AddScaledDXF not present in CADImport.NET trial?
Hello, I have downloaded the CADImport.NET trial (7) and loaded up the Merge Files demo, as this contains similar functionality to that which I need (in particular AddScaledDXF). However the AddScaledDXF method of CADImage seems to be missing? Has it been deprecated and replaced with something else ...