Search found 3 matches

by dt-protec
28 Jul 2017, 14:27
Forum: CAD .NET
Topic: Losing entities when exporting DXF
Replies: 4
Views: 24107

Re: Losing entities when exporting DXF

Thanks a lot, that solved the problem!
by dt-protec
27 Jul 2017, 11:53
Forum: CAD .NET
Topic: Losing entities when exporting DXF
Replies: 4
Views: 24107

Re: Losing entities when exporting DXF

I loaded the entity from a DWG file. What I do is to open a DWG file with lots of entities, select a set of them to copy them into a new CADImage and then store them as DXF. I tried some other things: - Select all entities and store them: The INSERT entity is lost - Directly store the whole drawing ...
by dt-protec
26 Jul 2017, 18:40
Forum: CAD .NET
Topic: Losing entities when exporting DXF
Replies: 4
Views: 24107

Losing entities when exporting DXF

Hi, I'm using V11.2 of CAD.NET. I have an issue when exporting one single entity of type INSERT to DXF. When loading the file again, the entity is still there, but not visible anymore. Debugging pointed out that its box has wrong values (-1e+20, +1e+20) after reload. Any suggestions what's wrong her...