Display full version of the post: ObjectArx et autocad

123am2007
13.09.2007, 14:31
Bonjour, est c'est possible d'utiliser ObjectARX dans une application C# sans pour autant installer autocad sur le PC. En d'autres termes, je veux créer une application qui visualise des fichier DXF et calcule la surface des zones sélectionnées en utilisant une bibliothèque .NET donc utiliser les commandes autocad.y a t-il une api qui peut m'aider?Merci.

Vladimir Michl
13.09.2007, 19:26
No, you need to have AutoCAD installed.
 
(I hope I have understood your question - this is an English language forum)

123am2007
14.09.2007, 11:04
Hello,
thank's for your reply.
I will explain more the goals of my application. I want to create a C# application that do the same thing than autocad: view DXF file, calcule area for the selected zone, etc..
 
I will use the library ObjectArx but this lib générate an arx app or a dll that need to be loaded in autocad to be executed. My goal is to create an autonomous application (exe) that can be executed without the need of autocad.
 
Is ObjectArx the rigth library that I should to use? Else there is suitable library for doing that?
Any help is welcome