日期:2014-05-17  浏览次数:21980 次

C# winform 程序怎么使用CAD控件DDVue.ocx
CAD控件DDVue.ocx,里面的函数怎么用
------解决方案--------------------
註冊,引用,輸入代碼就用提示了,但是可能會註冊不成功
------解决方案--------------------
关键是函数不会用,不如 画一条直线 这参数怎么获得 
CreateLine
[form.]control.CreateLine <Handle> <Location> <X1> <Y1> <Z1> <X2> <Y2> <Z2>
Handle: The value of the entity handle if created succesfully
Location: The layout name or modelspace name fwhere the entity will be created
X1,Y1,Z1,X2,Y2,Z2: Coordinates of the Line entity

------解决方案--------------------
你怎噩夢不用它

http://www.vdraw.com/
------解决方案--------------------
vdraw这个控件 有水印
------解决方案--------------------
引用:
vdraw这个控件 有水印

這個很強大的,百度一下,,,有特別版本的
------解决方案--------------------
我没用过
有一个函数描述手册
http://download.csdn.net/download/denhwa/4285480
------解决方案--------------------
函数描述手册
我看过了 就是不会用你面的函数啊
------解决方案--------------------
private void btnCreateLine_Click(object sender, EventArgs e)
        {
            string str = axDDVue.Handle.ToString();
            axDDVue.CreateLine(ref str, "modelspace", 1, 13, 0, 2, 80, 0);
        }

创造直线 不成功 报错:尝试读取或写入受保护的内存。这通常指示其他内存已损坏。
------解决方案--------------------
不要這個啊,有更強大的
------解决方案--------------------
新版本將來臨,,,

最新版本:、、

這裡
------解决方案--------------------
可以用这个,很方便http://hi.baidu.com/jichz/item/2912a4d8832eb02338f6f70f

引用:
你怎噩夢不用它

http://www.vdraw.com/