首页 > 其他 > 详细

AutoCAD中Form的引导程序

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

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的引导程序

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!