实例介绍
达索 SolidWorks API 教程 示例 光盘 2017 参数化资料
【实例截图】
【核心代码】
SolidWorks高级教程:二次开发与API2007配套光盘文件
└── SolidWorks高级教程:二次开发与API2007配套光盘文件
├── API Training Templates
│ ├── APIAssembly.asmdot
│ ├── APIDrawing.drwdot
│ ├── APIPart_mm.prtdot
│ └── APIPart.prtdot
├── Appendix
│ ├── AssemblyTraversal
│ │ ├── AssemblyTraversal.swp
│ │ └── Watch
│ │ ├── baseplate.SLDPRT
│ │ ├── chassis.SLDPRT
│ │ ├── chronograph.SLDPRT
│ │ ├── chronohand.SLDPRT
│ │ ├── crystal.SLDPRT
│ │ ├── dial.SLDPRT
│ │ ├── face.SLDPRT
│ │ ├── hourhand.SLDPRT
│ │ ├── LatchAssy.sldasm
│ │ ├── latchpin.SLDPRT
│ │ ├── latch.SLDPRT
│ │ ├── minutehand.SLDPRT
│ │ ├── startstopbutton.SLDPRT
│ │ ├── watch.SLDASM
│ │ ├── wristbandguide.SLDPRT
│ │ ├── wristbandlong.SLDPRT
│ │ └── wristbandshort.SLDPRT
│ ├── BatchConversions
│ │ ├── BatchConversion1.swp
│ │ ├── BatchConversion2.swp
│ │ ├── dial.SLDDRW
│ │ ├── dial.SLDPRT
│ │ ├── latchpin.SLDDRW
│ │ ├── latchpin.SLDPRT
│ │ ├── latch.SLDDRW
│ │ ├── latch.SLDPRT
│ │ ├── wristbandguide.SLDDRW
│ │ └── wristbandguide.SLDPRT
│ ├── MacroFeature
│ │ ├── CounterBoreMacroFeature.swp
│ │ └── MoldCavity.SLDPRT
│ └── ModelView
│ ├── Modelview.swp
│ └── Sample.SLDPRT
├── Export
│ └── marker.txt
├── Lesson01
│ ├── Case Study
│ │ └── Completed
│ │ ├── MacroRecording.swp
│ │ └── UserFormAdded.swp
│ └── Exercises
│ └── Solutions
│ ├── 1 recording.swp
│ ├── 2 adding buttons.swp
│ ├── 3 adding fields.swp
│ └── recording a macro.SLDPRT
├── Lesson02
│ ├── Case Study
│ │ ├── Completed
│ │ │ └── ObjectModelBasics.swp
│ │ ├── frmExistingDocs.frm
│ │ ├── ObjectModelBasics.swp
│ │ ├── plug.SLDPRT
│ │ ├── sheetmetalsample.SLDASM
│ │ ├── sheetmetalsample.SLDDRW
│ │ └── sheetmetalsample.SLDPRT
│ └── Exercises
│ └── Solutions
│ ├── ExistingDocs.swp
│ └── NewDocs.swp
├── Lesson03
│ ├── Case Study
│ │ └── Completed
│ │ ├── DocumentProperties.swp
│ │ └── SystemOptions.swp
│ └── Exercises
│ └── Solutions
│ ├── DocumentProperties.swp
│ └── SystemOptions.swp
├── Lesson04
│ ├── CaseStudy
│ │ ├── Completed
│ │ │ ├── circular.bmp
│ │ │ ├── crosshatch aluminum.bmp
│ │ │ ├── crosshatch brass.bmp
│ │ │ ├── extrude.bmp
│ │ │ ├── PartAutomation.swp
│ │ │ ├── rectangular.bmp
│ │ │ └── revolve.bmp
│ │ └── PartAutomation.swp
│ └── Exercises
│ ├── AutomatingPartDesign.swp
│ ├── channel.bmp
│ ├── crosshatch steel.bmp
│ ├── lshape.bmp
│ └── Solutions
│ └── AutomatingPartDesign.swp
├── Lesson05
│ ├── Case Study
│ │ ├── AssemblyAutomation.swp
│ │ ├── Completed
│ │ │ ├── AssemblyAutomation.swp
│ │ │ └── control knob.SLDPRT
│ │ ├── control knob.SLDPRT
│ │ └── Guitar Effect Pedal
│ │ ├── bottom plate.SLDPRT
│ │ ├── chassis.SLDPRT
│ │ ├── control knob.SLDPRT
│ │ ├── Fillister Head Screw_AI.SLDPRT
│ │ ├── foot plate.SLDPRT
│ │ ├── Guitar Effect Pedal.SLDASM
│ │ ├── hex nut.SLDPRT
│ │ ├── input.SLDPRT
│ │ ├── lead.SLDPRT
│ │ ├── pcb.SLDPRT
│ │ └── spring.SLDPRT
│ └── Exercises
│ └── Solutions
│ ├── chassis2.SLDPRT
│ ├── control knob.SLDPRT
│ ├── transforms.SLDASM
│ └── Transforms.swp
├── Lesson06
│ ├── CaseStudy
│ │ ├── clinch2.SLDPRT
│ │ ├── clinch.SLDPRT
│ │ ├── Completed
│ │ │ └── Drawing Automation.swp
│ │ ├── DrawingAutomation.DWG
│ │ ├── DrawingAutomation.DXF
│ │ ├── drawingautomation.jpg
│ │ ├── DrawingAutomation.SLDASM
│ │ ├── DrawingAutomation.SLDDRW
│ │ └── drawingautomation.tif
│ └── Exercises
│ ├── AutomationDrawings.SLDASM
│ ├── AutomationDrawings.swp
│ ├── clinch2.SLDPRT
│ ├── clinch.SLDPRT
│ └── Solutions
│ └── AutomationDrawings.swp
├── Lesson07
│ ├── Case Study
│ │ ├── BodyFaceTraversal.SLDPRT
│ │ ├── Completed
│ │ │ ├── BodyFaceTraversal.swp
│ │ │ ├── FeatMgrTraversalHideAllFeatures.swp
│ │ │ ├── FeatMgrTraversalSuppressFillets.swp
│ │ │ ├── FeatMgrTraversal.swp
│ │ │ ├── FeatureByPositionReverse.swp
│ │ │ └── Preselection.swp
│ │ ├── FeatMgrTraversal.SLDPRT
│ │ ├── FeatMgrTraversal.swp
│ │ ├── Preselection.SLDPRT
│ │ └── Preselection.swp
│ └── Exercises
│ ├── 1 - Handling Preselection1
│ │ ├── bottomcase.sldprt
│ │ ├── DistanceBetweenFaces.swp
│ │ └── Solution
│ │ └── DistanceBetweenFaces.swp
│ ├── 2 - Handling Preselection2
│ │ ├── bottomcase.sldprt
│ │ ├── MultipleEdgeLength.swp
│ │ └── solution
│ │ └── MultipleEdgeLength.swp
│ ├── 3 - Traversing the FeatureManager
│ │ ├── bottomcase.sldprt
│ │ ├── CheckFillets.swp
│ │ └── Solution
│ │ └── CheckFillets.swp
│ └── bottomcase.sldprt
├── Lesson08
│ ├── Case Study
│ │ ├── Custom Properties
│ │ │ ├── Completed
│ │ │ │ ├── CustomFileSummary.swp
│ │ │ │ ├── CustomPropertyTraversal.swp
│ │ │ │ ├── CustomPropsConfig.swp
│ │ │ │ └── Custom Props.swp
│ │ │ ├── CustomFileSummary.swp
│ │ │ ├── CustomProperties.SLDPRT
│ │ │ └── CustomPropsConfig.swp
│ │ ├── Document Attributes
│ │ │ ├── Completed
│ │ │ │ └── DocumentAttributes.swp
│ │ │ └── DocumentAttributes.SLDPRT
│ │ └── Face Attributes
│ │ ├── Completed
│ │ │ └── FaceAttributes.swp
│ │ ├── Drillplate.SLDPRT
│ │ └── FaceAttributes.swp
│ └── Exercises
│ ├── EdgeAttributes.swp
│ ├── latchpin.SLDPRT
│ └── Solutions
│ ├── CustPropsMassProps.swp
│ └── EdgeAttributes.swp
├── Lesson09
│ └── CaseStudy
│ └── Completed
│ ├── SwAddin1
│ │ ├── SwAddin1
│ │ │ ├── BitmapHandler.cpp
│ │ │ ├── BitmapHandler.h
│ │ │ ├── Debug
│ │ │ │ └── BuildLog.htm
│ │ │ ├── dlldata.c
│ │ │ ├── DocView.cpp
│ │ │ ├── DocView.h
│ │ │ ├── MainIconLarge.bmp
│ │ │ ├── MainIconSmall.bmp
│ │ │ ├── PMPageHandler.cpp
│ │ │ ├── PMPageHandler.h
│ │ │ ├── Resource.h
│ │ │ ├── stdafx.cpp
│ │ │ ├── stdafx.h
│ │ │ ├── SwAddin1.aps
│ │ │ ├── SwAddin1.cpp
│ │ │ ├── _SwAddin1.h
│ │ │ ├── SwAddin1.h
│ │ │ ├── _SwAddin1_i.c
│ │ │ ├── _SwAddin1.idl
│ │ │ ├── SwAddin1_module.cpp
│ │ │ ├── _SwAddin1_p.c
│ │ │ ├── SwAddin1ps.def
│ │ │ ├── SwAddin1.rc
│ │ │ ├── SwAddin1.rgs
│ │ │ ├── _SwAddin1.tlb
│ │ │ ├── SwAddin1.vcproj
│ │ │ ├── SwAddin1.vcproj.SOLIDWORKS.jpehl.user
│ │ │ ├── SwDocument.cpp
│ │ │ ├── SwDocument.h
│ │ │ ├── toolbar_large.bmp
│ │ │ ├── toolbar_small.bmp
│ │ │ ├── UserPropertyManagerPage.cpp
│ │ │ └── UserPropertyManagerPage.h
│ │ ├── SwAddin1.ncb
│ │ └── SwAddin1.sln
│ ├── SwCSharpAddin1
│ │ ├── SwCSharpAddin1
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ └── SwCSharpAddin1.tlb
│ │ │ ├── EventHandling.cs
│ │ │ ├── MainIconLarge.bmp
│ │ │ ├── MainIconSmall.bmp
│ │ │ ├── obj
│ │ │ │ └── SwCSharpAddin1.csproj.FileList.txt
│ │ │ ├── PMPHandler.cs
│ │ │ ├── SwAddin.cs
│ │ │ ├── SwCSharpAddin1.csproj
│ │ │ ├── ToolbarLarge.bmp
│ │ │ ├── ToolbarSmall.bmp
│ │ │ └── UserPMPage.cs
│ │ └── SwCSharpAddin1.sln
│ └── SwVBAddin1
│ ├── SwVBAddin1
│ │ ├── AssemblyInfo.vb
│ │ ├── bin
│ │ │ └── SwVBAddin1.xml
│ │ ├── EventHandling.vb
│ │ ├── MainIconLarge.bmp
│ │ ├── MainIconSmall.bmp
│ │ ├── obj
│ │ │ └── SwVBAddin1.vbproj.FileList.txt
│ │ ├── PMPHandler.vb
│ │ ├── SwAddin.vb
│ │ ├── SwVBAddin1.vbproj
│ │ ├── ToolbarLarge.bmp
│ │ ├── ToolbarSmall.bmp
│ │ └── UserPMPage.vb
│ └── SwVBAddin1.sln
├── Lesson10
│ ├── Case Study
│ │ └── Completed
│ │ └── CustomSwAddin
│ │ ├── CustomSwAddin
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── bin
│ │ │ │ ├── SolidWorks.Interop.sldworks.dll
│ │ │ │ ├── SolidWorks.Interop.swconst.dll
│ │ │ │ ├── SolidWorks.Interop.swpublished.dll
│ │ │ │ └── SwVBAddin1.xml
│ │ │ ├── ClassDiagram1.cd
│ │ │ ├── CustomSwAddin.vbproj
│ │ │ ├── CustomSwAddin.vbproj.user
│ │ │ ├── EventHandling.vb
│ │ │ ├── MainIconLarge.bmp
│ │ │ ├── MainIconSmall.bmp
│ │ │ ├── obj
│ │ │ │ ├── CustomSwAddin.vbproj.FileList.txt
│ │ │ │ └── CustomSwAddin.vbproj.UnmanagedRegi.cache
│ │ │ ├── PMPHandler.vb
│ │ │ ├── SwAddin.vb
│ │ │ ├── ToolbarLarge.bmp
│ │ │ ├── ToolbarSmall.bmp
│ │ │ └── UserPMPage.vb
│ │ └── CustomSwAddin.sln
│ └── Exercises
│ └── Completed
│ ├── NewMenus
│ │ ├── NewMenus
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── bin
│ │ │ │ └── SwVBAddin1.xml
│ │ │ ├── EventHandling.vb
│ │ │ ├── MainIconLarge.bmp
│ │ │ ├── MainIconSmall.bmp
│ │ │ ├── NewMenus.vbproj
│ │ │ ├── obj
│ │ │ │ └── NewMenus.vbproj.FileList.txt
│ │ │ ├── PMPHandler.vb
│ │ │ ├── SwAddin.vb
│ │ │ ├── ToolbarLarge.bmp
│ │ │ ├── ToolbarSmall.bmp
│ │ │ └── UserPMPage.vb
│ │ └── NewMenus.sln
│ └── Sample.SLDPRT
├── Lesson11
│ ├── Case Study
│ │ ├── Completed
│ │ │ ├── DotNetNotifications
│ │ │ │ ├── DotNetNotifications
│ │ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── SwVBAddin1.xml
│ │ │ │ │ ├── DotNetNotifications.vbproj
│ │ │ │ │ ├── EventHandling.vb
│ │ │ │ │ ├── MainIconLarge.bmp
│ │ │ │ │ ├── MainIconSmall.bmp
│ │ │ │ │ ├── obj
│ │ │ │ │ │ └── DotNetNotifications.vbproj.FileList.txt
│ │ │ │ │ ├── PMPHandler.vb
│ │ │ │ │ ├── SwAddin.vb
│ │ │ │ │ ├── ToolbarLarge.bmp
│ │ │ │ │ ├── ToolbarSmall.bmp
│ │ │ │ │ └── UserPMPage.vb
│ │ │ │ └── DotNetNotifications.sln
│ │ │ ├── notifications.swp
│ │ │ └── Sample.SLDPRT
│ │ └── Sample.SLDPRT
│ └── Exercises
│ ├── bracket.sldprt
│ ├── crank-arm.sldprt
│ ├── crank-knob.sldprt
│ ├── crank-shaft.sldprt
│ ├── crank sub.SLDASM
│ ├── pin.sldprt
│ ├── Solutions
│ │ └── RefNotFound
│ │ ├── RefNotFound
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── bin
│ │ │ │ └── SwVBAddin1.xml
│ │ │ ├── EventHandling.vb
│ │ │ ├── MainIconLarge.bmp
│ │ │ ├── MainIconSmall.bmp
│ │ │ ├── obj
│ │ │ │ └── RefNotFound.vbproj.FileList.txt
│ │ │ ├── PMPHandler.vb
│ │ │ ├── RefNotFound.vbproj
│ │ │ ├── SwAddin.vb
│ │ │ ├── ToolbarLarge.bmp
│ │ │ ├── ToolbarSmall.bmp
│ │ │ └── UserPMPage.vb
│ │ └── RefNotFound.sln
│ ├── spider.sldprt
│ ├── UJ_for_INT.SLDASM
│ ├── Yoke_female.sldprt
│ └── Yoke_male_NEW.sldprt
├── SolidWorks高级教程:二次开发与API2007高清扫描 上.pdf
└── SolidWorks高级教程:二次开发与API2007高清扫描 下.pdf
101 directories, 274 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论