Automating SOLIDWORKS 2017 Using Macros

Mike Spens

  • 出版商: SDC Publications
  • 出版日期: 2017-02-03
  • 售價: $2,720
  • 貴賓價: 9.5$2,584
  • 語言: 英文
  • 頁數: 400
  • 裝訂: Perfect Paperback
  • ISBN: 1630570842
  • ISBN-13: 9781630570842
  • 相關分類: Solidwork
  • 海外代購書籍(需單獨結帳)

商品描述

Automating SOLIDWORKS 2017 Using Macros is designed as a tutorial to help beginner to intermediate programmers develop macros for SOLIDWORKS and SOLIDWORKS Workgroup or Enterprise PDM. The focus of this book is primarily on the Visual Studio Tools for Applications (VSTA) macro interface. It covers many of the major API functions through practical use cases. It teaches many Visual Basic.NET fundamentals as well as SOLIDWORKS, SOLIDWORKS Workgroup or Enterprise PDM and Excel API functions. The Author has also added a chapter dedicated to some of his favorite source code for you to use as the basis for typical automation procedures.

Table of Contents

1. Macro Basics
2. One Button PDF Publishing
3. Model Dimensions Using Excel VBA
4. Controlling Options
5. Material Properties
6. Custom Properties
7. Model Creation
8. Data Import and Export
9. Drawing Automation
10. Notes, Annotations and Tables
11. Add Assembly Components
12. Working with File References
13. Document Manager API
14. PropertyManager Pages
15. Using Notifications (Events) in SOLIDWORKS Macros
16. Workgroup PDM API Basics
17. Extract Workgroup PDM Documents
18. Workgroup PDM Check In
19. Enterprise PDM API Basics
20. Enterprise PDM Files and Variables
21. Enterprise PDM Bills of Materials
22. Favorite Code Examples