手机版

Inventor二次开发入门(3)

发布时间:2021-06-06   来源:未知    
字号:

4. Add the code:

In the code window, type the code below into the Sub Button1_Click. (This is what runs when the button is clicked.) You may need to scroll down towards the

bottom of the code to find the place to add the below code, looking for the words ‘Add code for Lesson 1 here’.To get the full experience of developing with Visual Basic Express – including the use of features such as IntelliSense – we recommend you type the code from this guide rather than copying and pasting it.

That said, if constrained for time you can also copy and paste into the Visual Basic Express code window, although this will reduce the experience you gain from working with the code directly.

If _invApp.Documents.Count = 0 Then

MsgBox("Need to open an Assembly document")

Return

End If

If _invApp.ActiveDocument.DocumentType <> _

DocumentTypeEnum.kAssemblyDocumentObject Then

MsgBox("Need to have an Assembly document active")

Return

Inventor二次开发入门(3).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
×
二维码
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)