Skip to content

Instantly share code, notes, and snippets.

@MadhukarMoogala
Last active November 15, 2019 16:50
Show Gist options
  • Save MadhukarMoogala/d91bbdc5346caab7929be163c713a589 to your computer and use it in GitHub Desktop.
Save MadhukarMoogala/d91bbdc5346caab7929be163c713a589 to your computer and use it in GitHub Desktop.
How to convert your plugin to work with Design Automation for AutoCAD

How to convert your plugin to work with Design Automation for AutoCAD

Forge Design Automation for AutoCAD Engine accepts two kinds of modules

  1. CRX, console runtime extension which is a C++ native application using AutoCAD Core ObjectARX API
  2. NET, a net assembly which is a managed application using AutoCAD Core .NET API.

Section: CRX

We will discuss how to create a crx application step by step, at the end of this tutorial you can also find a video tutorial and complete source code on GitHub.

  1. Please refer crx step by step

Section: .NET

  1. Please refer Forge Design Automation for AutoCAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment