Search found 2 matches
- 19 Jan 2018, 10:08
- Forum: CAD .NET
- Topic: CADImport.dll returns license error while trying to read dwg
- Replies: 1
- Views: 15366
CADImport.dll returns license error while trying to read dwg
We get this error after a web service is called.We didn't receive any build error. Exception thrown: 'System.Exception' in CADImport.dll An exception of type 'System.Exception' occurred in CADImport.dll but was not handled in user code License is required Note: we are using trail version. Can anyone...
- 10 Jan 2018, 16:05
- Forum: CAD .NET
- Topic: Find distance between two lines using c#
- Replies: 0
- Views: 30158
Find distance between two lines using c#
Need to calculate length of lines that are selected in the attached diagram.But the two rectangles are polylines. that's to find distance between the two lines for four sides using the vertices. For Example: Vertices of line on left outer line: A = (1,1), B = (1,8) Vertices of line on left inner lin...