自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 资源 (6)
  • 收藏
  • 关注

原创 打开外部文件-如打开pdf文件

Imports ZwSoft.ZwCAD.RuntimeImports ZwSoft.ZwCAD.EditorInputImports ZwSoft.ZwCAD.ApplicationServicesPublic Class ZwApps    _    Public Sub OpenFile()        Dim process As Pro

2013-10-31 16:57:53 812

原创 获取所选取的多段线(polyline)的两个端点

Imports ZwSoft.ZwCAD.RuntimeImports ZwSoft.ZwCAD.GeometryImports ZwSoft.ZwCAD.DatabaseServicesImports ZwSoft.ZwCAD.ApplicationServicesImports ZwSoft.ZwCAD.EditorInputPublic Class Class2

2013-10-29 15:21:40 2674 1

原创 创建多引线对象(MLeader)

Imports ZwSoft.ZwCAD.RuntimeImports ZwSoft.ZwCAD.ApplicationServicesImports ZwSoft.ZwCAD.DatabaseServicesImports ZwSoft.ZwCAD.EditorInputImports ZwSoft.ZwCAD.GeometryPublic Class test

2013-10-29 10:28:23 2460

原创 创建直线(Line),PolyLine,及三维多线段(PolyLine3d)

Imports ZwSoft.ZwCAD.RuntimeImports ZwSoft.ZwCAD.ApplicationServicesImports ZwSoft.ZwCAD.DatabaseServicesImports ZwSoft.ZwCAD.GeometryPublic Class Class1     _    Public Sub AddLine

2013-10-28 14:35:43 7614

原创 创建引线对象(Leader)

Imports ZwSoft.ZwCAD.RuntimeImports ZwSoft.ZwCAD.GeometryImports ZwSoft.ZwCAD.DatabaseServicesImports ZwSoft.ZwCAD.ApplicationServicesPublic Class ZwcadApps    _    Public Sub Add

2013-10-25 17:28:31 969

转载 VB启动acad。

Public Sub StartAcad()    On Error Resume Next    Set AcadApp = GetObject(, "AutoCAD.Application")    If Err Then        Err.Clear        Set AcadApp = CreateObject("AutoCAD.Application")

2013-10-23 17:39:08 916

原创 调用系统的警告框(MessageBoxButtons)

Dim Message As String = "Invalid value! Please input again."Dim Buttons As MessageBoxButtons = MessageBoxButtons.OKSystem.Windows.MessageBox.Show(Message, "ZWCAD", Buttons)

2013-10-23 15:27:21 723

转载 WPF控件NumericUpDown-自定义微调控件

XAML代码: UserControl    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"    xmlns:d="http://schemas.microsoft.com/expr

2013-10-15 14:15:47 6640 1

转载 如何让一个函数返回多个值

private function oper(byval a as int16,byref b as int16,byref c as int16) as int16b=a+1c=a+1end function......oper(34,b,c)---------------------

2013-10-15 09:39:22 994

visual assist x crack 破解 补丁

VC2008的破解方法: 使用2008的朋友我就不多说了,直接拷贝到你选择的那个安装目录去,例如 C:\Program Files\Visual Assist\ ,直接运行补丁程序或者覆盖VA_X.dll 即可 VC2010的破解方法 使用2010的朋友,因为2010的Visual Assist X是使用Extension的方式安装的,所以你得到这个路径去破解,就是把破解补丁拷贝到这个路径下,直接运行补丁程序或者覆盖VA_X.dll 即可: Windows7路径 C:/Users/用户名/AppData/Local/Microsoft/VisualStudio/10.0/Extensions/Whole Tomato Software/Visual Assist X/10.7.1918.0 XP的路径: C:/Documents and Settings/用户名/Local Settings/Application Data/Microsoft/VisualStudio /10.0/Extensions/Whole Tomato Software/Visual Assist X/10.7.1918.0

2013-03-13

AUTOLISP&DCL;基础

AUTOLISP&DCL;基础 AUTOLISP DCL 教程 实例

2013-02-28

DCL对话框自学教程

课程简介 课程主要介绍AutoLISP 程式的编写,配合使用DCL(Dialog Control Language) 语言,作对话方框的开发及应用.本课程只适合对AutoLISP 程式设计有相当认识 之人仕.全课共分为12 篇,每篇一个主题;而每篇再分为若干小节,每天顺序显示.

2013-02-28

ZWCAD+中作任意个同心圆样例程序

可加载于ZWCAD+上的一个作同心圆的样例程序代码。

2013-01-04

ZWCAD中作任意个同心圆样例程序

可加载于ZWCAD上的一个作同心圆的样例程序代码。

2013-01-04

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除