码迷,mamicode.com
首页 > 其他好文 > 详细

AutoCAD中Form的引导程序

时间:2014-07-09 14:23:36      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:des   cti   for   io   new   window   

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Autodesk.AutoCAD.DatabaseServices;
using Autodesk.AutoCAD.EditorInput;
using Autodesk.AutoCAD.Runtime;
using Autodesk.AutoCAD.Geometry;
using Autodesk.AutoCAD.ApplicationServices;
using System.Windows.Forms;

namespace Cylinder
{
    public class Shell
    {
        Cylinder SS = new Cylinder();
        [CommandMethod("Shell")]
        public void LoadShell()
        {
            Autodesk.AutoCAD.ApplicationServices.Application.ShowModalDialog(SS);
        }
    }
}

AutoCAD中Form的引导程序,布布扣,bubuko.com

AutoCAD中Form的引导程序

标签:des   cti   for   io   new   window   

原文地址:http://www.cnblogs.com/swtool/p/3832417.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!