Search found 4 matches
- 25 Apr 2018, 14:55
- Forum: CAD .NET
- Topic: Slow behavior when loading a specific DWG
- Replies: 1
- Views: 9274
Slow behavior when loading a specific DWG
By the way I was fully successful and I'm totally happy after porting my code to CAD.NET coming from the former used CADDLL. As expected: the port solved almost all problems I had with the old CADDLL. Just one thing remained: I experienced a slow loading behavior with one specific DWG file - this ap...
- 27 Mar 2018, 11:13
- Forum: CAD .NET
- Topic: Porting CAD DLL Code to CAD.NET
- Replies: 4
- Views: 15305
Re: Porting CAD DLL Code to CAD.NET
Hello Mikhail, thanks for sharing this info! In Boundaries I see a collection of collections of CAD2DPoint(s). That's what I was trying to find! Actually I almost didn't trust my eyes after reading your reply and I asked myself: "why the heck I didn't find this earlier?". Now I know, BoundaryData sh...
- 23 Mar 2018, 17:18
- Forum: CAD .NET
- Topic: Porting CAD DLL Code to CAD.NET
- Replies: 4
- Views: 15305
Re: Porting CAD DLL Code to CAD.NET
Thanks for your quick response, Mikhail! I've checked back that immediately but my Points collection is empty (CAD2DPolyline.Points). Only Bulges and Vertexes collections are filled. Because I have a quite dated but licenced version 8.0 of your library I just downloaded a trial version of 12.0 which...
- 23 Mar 2018, 12:54
- Forum: CAD .NET
- Topic: Porting CAD DLL Code to CAD.NET
- Replies: 4
- Views: 15305
Porting CAD DLL Code to CAD.NET
I'm currently trying to port existing and working C++ Code based on CADDLL to C# using CAD.NET now. Doing so I'm experiencing a hard time... I already figured out, how to access layer info and layout entities. Simple line entities should work, but I have problems with some CADCurvePolygon entities w...