Search found 2 matches
- 21 May 2010, 19:05
- Forum: CAD .NET
- Topic: Importing issue..
- Replies: 1
- Views: 10995
Importing issue..
I'm importing all of the following entity types (LWPolyline, Line, and Polyline) from my DWG or DXF files into my application. The problem I have is that once all the lines are brought into my application and drawn there is such a huge space between them, I cant scale them to the screen (this should...
- 04 May 2010, 17:34
- Forum: CAD .NET
- Topic: Get unique Polyline name?
- Replies: 1
- Views: 11561
Get unique Polyline name?
I know its possible to get unique names from the various CADLayers, however is it possible to get the same from the polylines? When I use CADEntity.EntName it always just returns the same value.. I'm wondering if.. 1. I'm missing some logic.. 2. CAD doesn't store meaningfull names for polylines.. If...