codertuhin / tf-net

Automatically exported from code.google.com/p/tf-net
0 stars 0 forks source link

Incompatibility with AutoCAD 2005/2006 issues #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Abhay Menon pointed out incompatibility with AutoCAD 2005/2006 APIs.

Original issue reported on code.google.com by LivelyTe...@gmail.com on 3 Dec 2007 at 11:14

GoogleCodeExporter commented 9 years ago
I am curious what is meant by this. I try to combine the TF-NET API's with 
AutoCAD 
API's too, but they are 2 separate products. How can they be compatible?

Original comment by vanpeteg...@gmail.com on 4 May 2009 at 6:49

GoogleCodeExporter commented 9 years ago
What I mean by combination of the TF-NET API with AutoCAD MAP 2005/6. For the 
purpose 
of creating MPolygon from Polygonized output. I have done this before using the 
NTS. 
And this is been preformed using ObjectARX for DotNet.

And Maksim is correct in assuming that TF-NET is depended on 2.0 where as 
AutoCAD MAP 
2005/6 is based on 1.0/1.1 .Net Framework. So the application created in 2.0 
donot 
work as desired.

Also, Is there a possibility of doing this activity outside AutoCAD, something 
like 
ObjectDBX based activity where I need not open AutoCAD for creating or 
modifying a 
CAD DWG. 

Vanpeteghem : Have you implemented the TF-NET usage in AutoCAD 2006 environment 
as 
ObjectARX for NET or in AutoCAD 2007 and above

Original comment by abhay.me...@gmail.com on 8 May 2009 at 7:04

GoogleCodeExporter commented 9 years ago
abbhay:

- To work with ObjectDBX outside of AutoCAD, you could use RealDWG (expensive 
licence). For an 
extensive explanation: 
   http://stackoverflow.com/questions/169390/open-source-cad-drawing-dwg-library-in-c
   or http://stackoverflow.com/questions/298622/net-cad-component-that-can-read-write-dxf-dwg-files

- I have not yet implemented TF-NET in AutoCAD, I'm still trying to figure out 
a good way to 
combine AutoCAD classes with TF-NET classes. I have worked with AutoCAD Object 
ARX .NET 2007 and 
above.

Any samples on how people are combining TF-NET or other geometry frameworks 
with AutoCAD would be 
very welcome!

Original comment by vanpeteg...@gmail.com on 8 May 2009 at 9:00