The build #0.6 of AutoCAD .Net Addin Wizard (AcadNetAddinWizard) has been rolled out. It has a lot of new features and feature enhancements. It has also addressed some issues and bugs.
It supports AutoCAD Mechanical (ACM) both old versions and the latest 2013 now. Let’s take the C# New Project and AutoCAD Mechanical (ACM) 2012 as an example here.
Here is the wizard page of product selection.
Here is the option dialog of ‘Assemblies to Reference for the Flavor’.
Other wizard pages are more or less the same.
Here are all the namespaces of the AutoCAD and AutoCAD Mechanical API assemblies as chosen above.
#region Namespaces
using System;
using System.Text;
using System.Linq;
using System.Xml;
using System.Reflection;
using System.ComponentModel;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Windows;
using System.Windows.Media.Imaging;
using System.Windows.Forms;
using System.Drawing;
using System.IO;
using Autodesk.AutoCAD.ApplicationServices;
using Autodesk.AutoCAD.DatabaseServices;
using Autodesk.AutoCAD.Runtime;
using Autodesk.AutoCAD.EditorInput;
using Autodesk.AutoCAD.Geometry;
using Autodesk.AutoCAD.Windows;
using MgdAcApplication = Autodesk.AutoCAD.ApplicationServices.Application;
using MgdAcDocument = Autodesk.AutoCAD.ApplicationServices.Document;
using AcWindowsNS = Autodesk.AutoCAD.Windows;
using Autodesk.AutoCAD.Interop;
using Autodesk.AutoCAD.Interop.Common;
using Autodesk.AutoCADM;
using Autodesk.AutoCADM.Interop;
using Autodesk.AutoCADM.Interop.ManagedWrapper;
using Autodesk.AutoCADM.Interop.Ribbon;
using Autodesk.AutoCADM.Interop.RibbonCIP;
using Autodesk.AutoCADM.Interop.Windows;
using AcadmAuto;
using GEAuto;
using StdPAuto;
using SymBBAuto;
#endregion
Here are the assembly references of the AutoCAD Mechanical (ACM) APIs in the Solution Explorer window:
The leading edge AutoCAD .NET Addin Wizard (AcadNetAddinWizard) provides various project wizards, item wizards, coders to help program AutoCAD .NET addins.
Recent Comments