about autocad plugin development

about autocad plugin development

abhijit_patilJ9KUT
Explorer Explorer
377 Views
1 Reply
Message 1 of 2

about autocad plugin development

abhijit_patilJ9KUT
Explorer
Explorer

can we make autocad plugin in .net wpf application

0 Likes
378 Views
1 Reply
Reply (1)
Message 2 of 2

_gile
Consultant
Consultant

@abhijit_patilJ9KUT wrote:

can we make autocad plugin in .net wpf application


An AutoCAD plugin must be a class library (dll) 'netloaded' from a running instance of AutoCAD. This plugin can integrate WPF user interfaces (dialog boxes, palettes).

A WPF application is a stand-alone application (exe) that can get or create an instance of AutoCAD. In this case, the application can only use the AutoCAD COM API.

 



Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub

0 Likes