<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
    <channel>
        <title>iCAx开思工具箱 - SolidWorks二次开发</title>
        <link>https://t.icax.net/forum-45-1.html</link>
        <description>Latest 200 threads of SolidWorks二次开发</description>
        <copyright>Copyright(C) iCAx开思工具箱</copyright>
        <generator>Discuz! Board by Comsenz Inc.</generator>
        <lastBuildDate>Wed, 13 May 2026 04:48:54 +0000</lastBuildDate>
        <ttl>60</ttl>
        <image>
            <url>https://t.icax.net/static/image/common/logo_88_31.gif</url>
            <title>iCAx开思工具箱</title>
            <link>https://t.icax.net/</link>
        </image>
        <item>
            <title>智汇3D联合SolidWorks二次开发圈内多位资深开发者，打造史上最系统二次开发学习课程</title>
            <link>https://t.icax.net/thread-9457-1-1.html</link>
            <description><![CDATA[智汇3D联合SolidWorks二次开发圈内多位资深开发者，打造史上最系统二次开发学习课程，目前正火热报名学习中...

1课程目录



史上最系统SolidWorks二次开发学习课程内容包括：零基础入门篇、基础篇、专题篇、项目篇和最终额实战工具开发发布篇。不同篇章可以 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>智汇3D</author>
            <pubDate>Sat, 08 Dec 2018 05:26:32 +0000</pubDate>
        </item>
        <item>
            <title>提取某个特征的几何信息</title>
            <link>https://t.icax.net/thread-9336-1-1.html</link>
            <description><![CDATA[新手，对SolidWorks二次开发还不熟悉。现在想提取某个特征（如拉伸切除形成一个圆柱）的几何信息，例如几何尺寸（半径，高）或者公差。应该用哪几何个函数，API帮助里有相关函数但是具体的参数不知道怎么设置。请高手指点一下，有个具体例子更好（VC 6.0开发）谢谢！]]></description>
            <category>SolidWorks二次开发</category>
            <author>37木头人</author>
            <pubDate>Tue, 28 Apr 2015 03:37:33 +0000</pubDate>
        </item>
        <item>
            <title>（求助）关于零件表面关系的提取</title>
            <link>https://t.icax.net/thread-9335-1-1.html</link>
            <description><![CDATA[第一次做SolidWorks二次开发，对API函数不是很熟。请各位大神指点，是否可以提取单个零件的表面关系（比如说在一个立方体打了两个洞，两个洞的轴线之间会有一个距离关系，应该如何提取这类信息）如果有高手知道，请指导一二。不胜感激！]]></description>
            <category>SolidWorks二次开发</category>
            <author>37木头人</author>
            <pubDate>Sun, 26 Apr 2015 01:57:33 +0000</pubDate>
        </item>
        <item>
            <title>（求助指导）如何获取零件间的自动装配关系</title>
            <link>https://t.icax.net/thread-9329-1-1.html</link>
            <description><![CDATA[就是将一个装配体分解，获取零件信息（如面/轴线中心线（中心点）），之后记录零件间的约束关系？有没有什么教材，新手一枚，刚接触SolidWOrks二次开发，指导一下或者推荐学习资料也行。非常感谢{:soso_e100:}]]></description>
            <category>SolidWorks二次开发</category>
            <author>37木头人</author>
            <pubDate>Sun, 12 Apr 2015 12:16:51 +0000</pubDate>
        </item>
        <item>
            <title>VC6.0 二次开发SolidWorks 2013 求助</title>
            <link>https://t.icax.net/thread-9328-1-1.html</link>
            <description><![CDATA[两个软件安装没问题，SolidWorks 2013 API安装后已把swaddin文件放入VC下的ATL文件夹中。在新建 ATL 项目后，新建ATL对象，Category没有出现SolidWorks选项，无法加载swaddin模板，有高手曾经遇到这样的问题么？已经试过多种办法依旧无头绪，请专业人士指导一下，非常感 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>37木头人</author>
            <pubDate>Sat, 11 Apr 2015 03:39:11 +0000</pubDate>
        </item>
        <item>
            <title>Solidworks宏怎么建立弹出菜单</title>
            <link>https://t.icax.net/thread-9316-1-1.html</link>
            <description><![CDATA[我用下面代码

    
    Const MF_CHECKED = &amp;H8&amp;
    Const MF_APPEND = &amp;H100&amp;
    Const TPM_LEFTALIGN = &amp;H0&amp;
    Const MF_DISABLED = &amp;H2&amp;
    Const MF_GRAYED = &amp;H1&amp;
    Const MF_SEPARATOR = &amp;H800&amp;
    Const MF_STRING = &amp;H0&amp;
    Private Type P ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>api163</author>
            <pubDate>Sat, 07 Feb 2015 01:26:27 +0000</pubDate>
        </item>
        <item>
            <title>IGetFrameSymbols2函数的返回值怎么获得</title>
            <link>https://t.icax.net/thread-9314-1-1.html</link>
            <description><![CDATA[先定义   CComQIPtr              Annota_gtol； //这个是几何公差

Annota_gtol-&gt;IGetFrameValues( (short)FrameNumber,(BSTR * )Retval);   //获得公差标注的帧数和里面的数值与基准符号



得到的参数是 FrameNumber和字符串的返回值


为什么 FrameNumber  ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>ylyl6561</author>
            <pubDate>Mon, 02 Feb 2015 03:15:18 +0000</pubDate>
        </item>
        <item>
            <title>求教SolidWorks二次开发大神！零件的几何公差信息提取</title>
            <link>https://t.icax.net/thread-9310-1-1.html</link>
            <description><![CDATA[跪求大神教：SolidWorks二次开发中，在装配体中提取零件的几何公差信息用的什么方法？本人用的是 装配体中标注释再提取，此方法可行但是不合规范。要求是在零件中标注几何公差，在装配体中提取。
请问大神：用的什么API函数？提取路径是？]]></description>
            <category>SolidWorks二次开发</category>
            <author>ylyl6561</author>
            <pubDate>Wed, 21 Jan 2015 11:27:31 +0000</pubDate>
        </item>
        <item>
            <title>选一个装配关系，即可以将有关系的两个对象孤立显示的宏</title>
            <link>https://t.icax.net/thread-9178-1-1.html</link>
            <description><![CDATA[装配中发生错误经常需要调整，在层次很多的情况下，针对某个装配关系，很难选定有关系的两个对象进行调整。

我搜到国外SW论坛，有人针对这个问题开发了相应的只显示宏，国外原贴在此https://forum.solidworks.com/thread/24079

按照贴子里的宏的描述，选定一个装 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>panliang9</author>
            <pubDate>Fri, 13 Jun 2014 01:06:04 +0000</pubDate>
        </item>
        <item>
            <title>请问怎么通过DimpX标注的几何公差访问目标要素？</title>
            <link>https://t.icax.net/thread-9158-1-1.html</link>
            <description><![CDATA[RT，现有一个零件已经用DimXpert标注了几何公差，
那么我现在想通过Select这个标注公差，怎么才能找到与之对应的要素，即：该几何公差标注的几何实体（面等）？]]></description>
            <category>SolidWorks二次开发</category>
            <author>guqiqi1990</author>
            <pubDate>Sun, 04 May 2014 13:16:59 +0000</pubDate>
        </item>
        <item>
            <title>请教高手指点我三个SW开发中的问题</title>
            <link>https://t.icax.net/thread-9156-1-1.html</link>
            <description><![CDATA[三个小问题，关于尺寸标注。英文不好看API帮助非常吃力。是三个我用宏录制不了动作。有酬聊表心意。有意者请联系QQ：41752422]]></description>
            <category>SolidWorks二次开发</category>
            <author>原心</author>
            <pubDate>Tue, 29 Apr 2014 12:19:42 +0000</pubDate>
        </item>
        <item>
            <title>现在大家都在用什么语言、平台开发SW呢？</title>
            <link>https://t.icax.net/thread-9154-1-1.html</link>
            <description><![CDATA[现在大家都在用什么语言、平台开发SW呢？
我最近改用开发SW，因为觉得他的DimXpert挺好，
想问问大家，是在用什么语言、平台开发？
让小弟做做参考哈。]]></description>
            <category>SolidWorks二次开发</category>
            <author>guqiqi1990</author>
            <pubDate>Thu, 24 Apr 2014 14:28:32 +0000</pubDate>
        </item>
        <item>
            <title>VB.net安装到Solidworks菜单内的插件问题</title>
            <link>https://t.icax.net/thread-9152-1-1.html</link>
            <description><![CDATA[我本身用vb.net的，但学校图书馆只找到vb6.0的书，现在我要添加插件到sld的菜单，请大家帮我看看这段程序怎么改成vb.net的语言？
   \'含有callbacks的对象信息
        bRet = iSldWorks.SetAddinCallbackInfo(App.hInstance, Me, iCookie)
        \'加菜单项
      ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>justltj</author>
            <pubDate>Tue, 22 Apr 2014 05:36:35 +0000</pubDate>
        </item>
        <item>
            <title>请问有用Visual Studio2010（C++）开发SW的吗？64位</title>
            <link>https://t.icax.net/thread-9151-1-1.html</link>
            <description><![CDATA[请问有用Visual Studio2010（C++）开发SW的吗？
我最近在64位win7上用VS2010对64位的SW2013进行二次开发，但是好像出现很多问题，
与之前在32位系统下用VC6.0开发有差别，连照着开发资料中的例子做，都无法编译成功。
小弟想找找有没有用VS开发SW的资料，或者这方面 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>guqiqi1990</author>
            <pubDate>Sun, 20 Apr 2014 13:18:18 +0000</pubDate>
        </item>
        <item>
            <title>超牛的插件！１分钟改１０００个文件名，装配关系不丢失。</title>
            <link>https://t.icax.net/thread-9143-1-1.html</link>
            <description><![CDATA[]]></description>
            <category>SolidWorks二次开发</category>
            <author>SW二次开发</author>
            <pubDate>Wed, 09 Apr 2014 16:57:42 +0000</pubDate>
        </item>
        <item>
            <title>有酬劳，请大侠做一个SW的BOM插件</title>
            <link>https://t.icax.net/thread-9136-1-1.html</link>
            <description><![CDATA[有酬劳，请大侠做一个SW的BOM插件，联系QQ283397490 18950286387  具体要求价格祥谈]]></description>
            <category>SolidWorks二次开发</category>
            <author>34103410</author>
            <pubDate>Thu, 27 Mar 2014 03:11:34 +0000</pubDate>
        </item>
        <item>
            <title>请问，sw开发，用VB做控件时，预览窗口控件在哪？</title>
            <link>https://t.icax.net/thread-9103-1-1.html</link>
            <description><![CDATA[请问，sw开发，用VB做控件时，预览窗口控件在哪？]]></description>
            <category>SolidWorks二次开发</category>
            <author>波尔</author>
            <pubDate>Fri, 14 Feb 2014 11:56:51 +0000</pubDate>
        </item>
        <item>
            <title>请问用VB怎么样生成DLL和exe文件？</title>
            <link>https://t.icax.net/thread-9102-1-1.html</link>
            <description><![CDATA[请问用VB怎么样生成DLL和exe文件？]]></description>
            <category>SolidWorks二次开发</category>
            <author>波尔</author>
            <pubDate>Fri, 14 Feb 2014 11:53:09 +0000</pubDate>
        </item>
        <item>
            <title>盐雾腐蚀试验机的正确使用及保养方法</title>
            <link>https://t.icax.net/thread-9090-1-1.html</link>
            <description><![CDATA[盐雾腐蚀试验机的正确使用及保养方法
盐雾腐蚀试验机的使用： 　　 　　
（一）、盐雾试验机的使用环境要求： 　　 　　
1、设备周边必须有600mm以上的空间。　　 　　
2、设备无阳光直射或其他热源直接辐射　　 　　
3、设备周围的温度要保持在15℃～30℃之间。　 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>dgzhongzhi</author>
            <pubDate>Tue, 07 Jan 2014 08:11:22 +0000</pubDate>
        </item>
        <item>
            <title>冷热冲击试验机急遽变化的温差下的分析</title>
            <link>https://t.icax.net/thread-9088-1-1.html</link>
            <description><![CDATA[冷热冲击试验机急遽变化的温差下的分析冷热冲击试验机是金属、塑料、橡胶、电子等材料行业必备的测试设备，用于测试材料结构或复合材料，在瞬间下经极高温及极低温的连续环境下所能忍受的程度，得以在最短时间内检测试样因热胀冷缩所引起的化学变化或物理伤害。
冷热冲 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>dgzhongzhi</author>
            <pubDate>Sat, 04 Jan 2014 01:42:37 +0000</pubDate>
        </item>
        <item>
            <title>新人报道</title>
            <link>https://t.icax.net/thread-9087-1-1.html</link>
            <description><![CDATA[新人报道]]></description>
            <category>SolidWorks二次开发</category>
            <author>victry</author>
            <pubDate>Fri, 03 Jan 2014 05:01:09 +0000</pubDate>
        </item>
        <item>
            <title>测厚仪检测的方法</title>
            <link>https://t.icax.net/thread-9086-1-1.html</link>
            <description><![CDATA[测厚仪检测的方法

无损检测技术是一门理论上综合性较强，又非常重视实践环节的很有发展前途的学科。它涉及到材料的物理性质、产品设计、制造工艺、断裂力学以及有限元计算等诸多方面。　　 　　

在化工、电子、电力、金属等行业中，为了实现对各类材料的保护或装 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>dgzhongzhi</author>
            <pubDate>Fri, 03 Jan 2014 02:50:12 +0000</pubDate>
        </item>
        <item>
            <title>了解氙灯耐气候试验箱的基本知识</title>
            <link>https://t.icax.net/thread-9060-1-1.html</link>
            <description><![CDATA[了解氙灯耐气候试验箱的基本知识

       氙灯耐气候试验箱主要用于非金属的材料、有机材料（油漆、涂料、橡胶、塑料等）在模拟气候下的老化试验。并广泛应用于：橡胶，塑料，油漆，石油化工，汽车，纺织等行业。
      氙灯试验箱采用能模拟 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>dgzhongzhi</author>
            <pubDate>Thu, 14 Nov 2013 03:55:19 +0000</pubDate>
        </item>
        <item>
            <title>自己开发的Solidworks插件安装问题</title>
            <link>https://t.icax.net/thread-9041-1-1.html</link>
            <description><![CDATA[我是用VS2010，C#语言开发了一个插件，现在想把这个插件做成一个安装程序，安装在别的电脑上使用，即安装完之后，打开solidworks这个插件就直接挂在菜单上了，请问应该怎么制作呢？
solidworks的api帮助里面有个简单的教程，用VS自带的安装部署做的，我试了一下，将插 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>xmsgzjfx</author>
            <pubDate>Sun, 27 Oct 2013 10:30:45 +0000</pubDate>
        </item>
        <item>
            <title>Solidworks2007建模的自动化工具</title>
            <link>https://t.icax.net/thread-9034-1-1.html</link>
            <description><![CDATA[1-工程图批量dwg/pdf转换，无需人工设置，1：1转换为dwg文件（个别文件未更新会出错，请注意检查）2-工程图批量打印3-自动根据列表生成BOM为 Excel 文件4-根据装配文件自动导入slddrw文件排序5-工程图自定义属性单独/批量修改，也可进行文件名批量替换，适合不同型号产 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>leaky114</author>
            <pubDate>Tue, 15 Oct 2013 07:29:19 +0000</pubDate>
        </item>
        <item>
            <title>新人报到帖</title>
            <link>https://t.icax.net/thread-9009-1-1.html</link>
            <description><![CDATA[hello，大家好！
本人刚开始学习SOLIDWORKS和3DQUICKPRESS,请大家多多指点。谢谢大家！{:soso_e183:}{:soso_e183:}{:soso_e183:}{:soso_e183:}{:soso_e183:}{:soso_e183:}{:soso_e183:}{:soso_e183:}{:soso_e183:}{:soso_e183:}{:soso_e183:}{:soso_e183:}{:soso_e183: ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>junshi2408</author>
            <pubDate>Thu, 05 Sep 2013 13:29:02 +0000</pubDate>
        </item>
        <item>
            <title>SolidWorks卧式加工中心导轨设计验证一体化研究</title>
            <link>https://t.icax.net/thread-8991-1-1.html</link>
            <description><![CDATA[SolidWorks卧式加工中心导轨设计验证一体化研究 

一、虚拟样机的建模 
　　1.三维实体建模 
　　卧式加工中心是指主轴轴线与工作台平行设置的加工中心，主要适用于加工箱体类零件。卧式加工中心的主轴处于水平状态，通常带有可进行分度回转运动的正方形工作台。一 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>dandandmama</author>
            <pubDate>Sat, 10 Aug 2013 07:13:53 +0000</pubDate>
        </item>
        <item>
            <title>分享一个我自已写的Solidworks工程图批量转换软件</title>
            <link>https://t.icax.net/thread-8972-1-1.html</link>
            <description><![CDATA[分享一个我自已写的Solidworks工程图批量转换软件。
【概括介绍】
Solidworks工程图转换是一款将Solidworks工程图批量转换为PDF文件的软件。
【基本介绍】
当一个大型项目完成后，有成千上万的工程图需要转换为PDF文件。此时，你就得一张张地、很痛苦地、很无奈 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>SW二次开发</author>
            <pubDate>Wed, 26 Jun 2013 15:46:50 +0000</pubDate>
        </item>
        <item>
            <title>solidworks二次开发怎么添加二级菜单</title>
            <link>https://t.icax.net/thread-8964-1-1.html</link>
            <description><![CDATA[怎么用.net写二级代码的命令,求各路大师指教]]></description>
            <category>SolidWorks二次开发</category>
            <author>2627235904</author>
            <pubDate>Wed, 19 Jun 2013 07:05:56 +0000</pubDate>
        </item>
        <item>
            <title>SolidWorks 二次开发自动装配（VB）</title>
            <link>https://t.icax.net/thread-8950-1-1.html</link>
            <description><![CDATA[我最近在做二次开发的自动装配，但是Addmate3函数，一直没有使用成功，有调试成功的朋友麻烦给指导一下，谢谢，可以联系我 QQ;1179839608]]></description>
            <category>SolidWorks二次开发</category>
            <author>L1179839608</author>
            <pubDate>Sun, 19 May 2013 02:01:21 +0000</pubDate>
        </item>
        <item>
            <title>eDrawings二次开发问题</title>
            <link>https://t.icax.net/thread-8948-1-1.html</link>
            <description><![CDATA[环境配置：64位win7电脑，在做一个二次开发的时候需要用到eDrawings控件。但是发现一个问题，电脑上安装了64位的eDrawings后，在VS的工具箱的COM组件里面找不到相应的控件，但是安装32位的版本就可以找到。我试过eDrawings 2010, 2011, 2012, 2013的32位版本，在COM组件 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>xmsgzjfx</author>
            <pubDate>Thu, 02 May 2013 07:22:57 +0000</pubDate>
        </item>
        <item>
            <title>SW二次開發，使用Webpage控制SW(.NET C#)</title>
            <link>https://t.icax.net/thread-8921-1-1.html</link>
            <description><![CDATA[各位前輩大家好，

小弟我最近開始研究SW二次開發，目前所搜尋到的資料幾乎為掛載Tool.dll至SW裡的Add-in方法。目前我想嘗試以網路化的方式進行開發，也就是透過IE等瀏覽器來控制SW繪圖等功能，但是一直無法成功，目前都已經將dll文件參考進網站中，但執行時都會出 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>210332</author>
            <pubDate>Thu, 21 Feb 2013 02:32:03 +0000</pubDate>
        </item>
        <item>
            <title>新人報到</title>
            <link>https://t.icax.net/thread-8913-1-1.html</link>
            <description><![CDATA[大家好，我是剛入門的新手請大家多多指教]]></description>
            <category>SolidWorks二次开发</category>
            <author>210332</author>
            <pubDate>Wed, 23 Jan 2013 08:17:44 +0000</pubDate>
        </item>
        <item>
            <title>关于VB.NET开发的SOLIDWORKS插件</title>
            <link>https://t.icax.net/thread-8775-1-1.html</link>
            <description><![CDATA[本人用VB.NET2010开发一个SOLIDWORKS插件，在开发调试时自动挂载到SOLIDWORKS里在，但编译后无法在其他电脑上挂载……请问各位高手有如何在其他电脑上挂载呢]]></description>
            <category>SolidWorks二次开发</category>
            <author>4507990</author>
            <pubDate>Sun, 09 Sep 2012 14:22:48 +0000</pubDate>
        </item>
        <item>
            <title>有偿solidworks二次开发（￥2000~5000）</title>
            <link>https://t.icax.net/thread-8766-1-1.html</link>
            <description><![CDATA[功能：将step（或iges）格式的零件或组件添加到solidworks装配体中要求：（1）后台读取step（或者iges）格式的文件，并完成向solidworks文件格式转化，再添加到solidworks装配体中，添加后进入装配状态；（2）step（或者iges）格式的文件向solidworks文件转化时，自动判 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>jiaozi83</author>
            <pubDate>Thu, 30 Aug 2012 12:04:56 +0000</pubDate>
        </item>
        <item>
            <title>solidworks二次开发 自动装配</title>
            <link>https://t.icax.net/thread-8699-1-1.html</link>
            <description><![CDATA[想要研究solidworks二次开发 自动装配 ，利用VB
现在只能装配同心配合。想实现轨道和小车车轮的相切和重合配合，希望高手指教。Q：527507509]]></description>
            <category>SolidWorks二次开发</category>
            <author>姣儿宝贝87</author>
            <pubDate>Mon, 11 Jun 2012 07:23:10 +0000</pubDate>
        </item>
        <item>
            <title>机床夹具零部件的二次开发（工件以平面定位用零部件）</title>
            <link>https://t.icax.net/thread-8689-1-1.html</link>
            <description><![CDATA[有没有成品的《机床夹具零部件的二次开发（工件以平面定位用零部件）》的毕业设计！跪求]]></description>
            <category>SolidWorks二次开发</category>
            <author>wangjianhuahang</author>
            <pubDate>Fri, 01 Jun 2012 07:09:04 +0000</pubDate>
        </item>
        <item>
            <title>c++二次开发出现错误</title>
            <link>https://t.icax.net/thread-8650-1-1.html</link>
            <description><![CDATA[UpdateData(TRUE);
 
CComBSTR  fileName(_T(\&quot;D:\\\\SWchajian\\\\linjian1.SLDPRT\&quot;));//定义文件名
 
long  Options=swOpenDocOptions_Silent ;//定义打开文件方式
long  Errors;
 
long  Warnings;
 
//CComPtr  pDesignTable;
CComPtr m_iModelDoc ;//定义Mo ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>lufei</author>
            <pubDate>Thu, 17 May 2012 07:44:59 +0000</pubDate>
        </item>
        <item>
            <title>新人报到</title>
            <link>https://t.icax.net/thread-8614-1-1.html</link>
            <description><![CDATA[很高兴来到这里！向各位大侠学习了。。。{:soso_e100:}]]></description>
            <category>SolidWorks二次开发</category>
            <author>ankouone</author>
            <pubDate>Wed, 25 Apr 2012 12:20:58 +0000</pubDate>
        </item>
        <item>
            <title>可以给零件的某一个表面赋一个名字么？</title>
            <link>https://t.icax.net/thread-8591-1-1.html</link>
            <description><![CDATA[如题，这样编程时可以用名字来检索，求高人指点，谢谢！]]></description>
            <category>SolidWorks二次开发</category>
            <author>liangquan6</author>
            <pubDate>Tue, 10 Apr 2012 07:37:21 +0000</pubDate>
        </item>
        <item>
            <title>急！已知模型空间点的二维坐标（x、y），如何获取z坐标</title>
            <link>https://t.icax.net/thread-8582-1-1.html</link>
            <description><![CDATA[如题。能否告知相关API函数，或具体实现方法啊  忘指点！！谢谢]]></description>
            <category>SolidWorks二次开发</category>
            <author>zwxiong2000</author>
            <pubDate>Thu, 05 Apr 2012 07:17:41 +0000</pubDate>
        </item>
        <item>
            <title>多级菜单</title>
            <link>https://t.icax.net/thread-8565-1-1.html</link>
            <description><![CDATA[请问如何添加二级菜单？solidworks2008   vc++6.0]]></description>
            <category>SolidWorks二次开发</category>
            <author>410180223</author>
            <pubDate>Tue, 27 Mar 2012 08:15:04 +0000</pubDate>
        </item>
        <item>
            <title>solidworks中的VBA编写界面问题</title>
            <link>https://t.icax.net/thread-8525-1-1.html</link>
            <description><![CDATA[在用solidworks中的VBA编写界面时，里边添加的复合框（组合框），编写好添加项目后，运行，点击复合框里边的下三角按钮里边没有显示，在界面空白处点击后，再点击下三角按钮就出现了添加的项目，但是如果点击次数过多的话，里边的项目就会增多，是重复最初的那些项目， ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>tianyuran</author>
            <pubDate>Mon, 27 Feb 2012 07:33:37 +0000</pubDate>
        </item>
        <item>
            <title>实体上面旋转切除 草绘的时候老是生成错误</title>
            <link>https://t.icax.net/thread-8515-1-1.html</link>
            <description><![CDATA[错误的正确的
例如：在一个实体斜面上面打一个孔，当我对孔的形状和位子定位好了后，生成的图形老是定位出现问题]]></description>
            <category>SolidWorks二次开发</category>
            <author>562788468</author>
            <pubDate>Wed, 22 Feb 2012 04:09:30 +0000</pubDate>
        </item>
        <item>
            <title>如何用VBA宏导出Titleblock到Excel或者txt文件。</title>
            <link>https://t.icax.net/thread-8514-1-1.html</link>
            <description><![CDATA[想请教各位大大，在solidworks里面，如何用VBA代码（macro宏）实现导出Titleblock表格的信息。

找了很多国外的网站，基本上都只有代码用来导出BOM或者DesignTable的。
这些对于Titleblock好像不管用。
是不是要用swModel.Extension.SaveAs功能呢。可是不会写。汗！ ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>slife</author>
            <pubDate>Wed, 22 Feb 2012 02:26:44 +0000</pubDate>
        </item>
        <item>
            <title>使用COM封装swapi</title>
            <link>https://t.icax.net/thread-8481-1-1.html</link>
            <description><![CDATA[]]></description>
            <category>SolidWorks二次开发</category>
            <author>2323220987</author>
            <pubDate>Sun, 05 Feb 2012 07:55:17 +0000</pubDate>
        </item>
        <item>
            <title>添加二级菜单</title>
            <link>https://t.icax.net/thread-8477-1-1.html</link>
            <description><![CDATA[请教各位，我在用vc开发时，用m_iSldWorks-&gt;AddMenuItem2添加菜单，但不知道怎么添加二级菜单，求教了]]></description>
            <category>SolidWorks二次开发</category>
            <author>jessenhq</author>
            <pubDate>Sat, 21 Jan 2012 01:58:03 +0000</pubDate>
        </item>
        <item>
            <title>SW开发工具的选择</title>
            <link>https://t.icax.net/thread-8463-1-1.html</link>
            <description><![CDATA[关于SW二次开发，我查了一些资料，SW提供的API都是基于MFC开发的，那么使用VC应该是最合适的开发工具，我想请教一下，大家都用什么工具开发，支持.NET开发吗？请各位高手给予指导意见，谢谢]]></description>
            <category>SolidWorks二次开发</category>
            <author>jessenhq</author>
            <pubDate>Tue, 03 Jan 2012 04:57:48 +0000</pubDate>
        </item>
        <item>
            <title>soildworks 如何用参数法画圆</title>
            <link>https://t.icax.net/thread-8460-1-1.html</link>
            <description><![CDATA[请教各位大大:如何用soildworks画圆,需求如下:
1,已知:X=Rcos(t)
       Y=Rsin(t);
求利用该已知函数画圆.
2,要求不能调用CreateCircle或者CreatCircleByRadius等函数.
3,这个方法是否涉及到solidworks绘图原理?
希望各位高手不吝赐教.
另补充,不可用现有的方 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>lipo2002</author>
            <pubDate>Thu, 29 Dec 2011 06:30:42 +0000</pubDate>
        </item>
        <item>
            <title>硕士论文的方向是solidworks二次开发的，想请大家给点意见，谢谢</title>
            <link>https://t.icax.net/thread-8449-1-1.html</link>
            <description><![CDATA[最近接到老师给的一个课题是关于solidworks二次开发的，我是学机械的，以前从来没有做过软件开发，单纯的建模还是完全可以的，但是进行开发却是一头雾水，不知道从何着手。
这几天也看了很多关于solidworks二次开发的论文，很多都是关于什么标准件进行的开发，我这个题 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>tianyuran</author>
            <pubDate>Thu, 22 Dec 2011 09:10:51 +0000</pubDate>
        </item>
        <item>
            <title>solidworks 工程图技术要求 填写器</title>
            <link>https://t.icax.net/thread-8384-1-1.html</link>
            <description><![CDATA[软件功能：
图幅选择为时,软件自动识别SolidWorks工程图的图幅；也可直接指定图幅，图幅参数影响技术要求文字的自动写入的位置和文字高度
单击按钮或双击左侧结构树中选定的技术要求,将结构树中的当前项添加到右侧的列表中
单击按钮或双击右侧列表中的项,将当前技术 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>qhdwyq</author>
            <pubDate>Mon, 07 Nov 2011 05:24:01 +0000</pubDate>
        </item>
        <item>
            <title>图片试验</title>
            <link>https://t.icax.net/thread-8383-1-1.html</link>
            <description><![CDATA[]]></description>
            <category>SolidWorks二次开发</category>
            <author>qhdwyq</author>
            <pubDate>Mon, 07 Nov 2011 05:18:40 +0000</pubDate>
        </item>
        <item>
            <title>图片试验</title>
            <link>https://t.icax.net/thread-8382-1-1.html</link>
            <description><![CDATA[]]></description>
            <category>SolidWorks二次开发</category>
            <author>qhdwyq</author>
            <pubDate>Mon, 07 Nov 2011 05:18:22 +0000</pubDate>
        </item>
        <item>
            <title>debug assert failed 是怎么回事？代码如下：</title>
            <link>https://t.icax.net/thread-8355-1-1.html</link>
            <description><![CDATA[void BearingDlg::OnScaleDrawing() 
{
   
]]></description>
            <category>SolidWorks二次开发</category>
            <author>tiantianle88</author>			
<enclosure url="/forum///打开SW文档时API需要的选项变量
" length="int Options = 0;
" type="image/jpeg" />
            <pubDate>Fri, 28 Oct 2011 02:51:01 +0000</pubDate>
        </item>
        <item>
            <title>求助_工程图图幅</title>
            <link>https://t.icax.net/thread-8347-1-1.html</link>
            <description><![CDATA[用什么方法或属性能得到当前工程图的图幅信息,还请各位指点.先多谢了]]></description>
            <category>SolidWorks二次开发</category>
            <author>qhdwyq</author>
            <pubDate>Fri, 21 Oct 2011 06:30:55 +0000</pubDate>
        </item>
        <item>
            <title>RenderMaterial下面的SetCenterPoint怎么用啊？</title>
            <link>https://t.icax.net/thread-8185-1-1.html</link>
            <description><![CDATA[]]></description>
            <category>SolidWorks二次开发</category>
            <author>0010575853</author>
            <pubDate>Fri, 01 Jul 2011 05:06:53 +0000</pubDate>
        </item>
        <item>
            <title>求助各位大侠有关基于VB的SW二次开发的菜单问题</title>
            <link>https://t.icax.net/thread-8160-1-1.html</link>
            <description><![CDATA[我现在只能向SW中添加主菜单，但是如何能向下拉菜单中的某项继续添加二级子菜单呢？]]></description>
            <category>SolidWorks二次开发</category>
            <author>yushixiaoxi</author>
            <pubDate>Sat, 18 Jun 2011 07:57:17 +0000</pubDate>
        </item>
        <item>
            <title>请问在工程图中插入设计尺寸对应的宏命令是什么?</title>
            <link>https://t.icax.net/thread-8122-1-1.html</link>
            <description><![CDATA[如图, 对应红圈内的参数,试了记录宏,可是SW没有记录下来用到的命令,
试图用 InsertModelAnnotations3 , 可是试了所有的参数都达不到想要的效果,总是加入了不相干的尺寸. 有没有高手指点一下,谢谢!]]></description>
            <category>SolidWorks二次开发</category>
            <author>msn2009</author>
            <pubDate>Wed, 18 May 2011 12:45:49 +0000</pubDate>
        </item>
        <item>
            <title>Vs2010+ SolidWorks20111 64bit SDK 一个编译错误！如何解决？</title>
            <link>https://t.icax.net/thread-8119-1-1.html</link>
            <description><![CDATA[&gt; Description: Registering the Addin with SolidWorks
1&gt;C:\\Program Files (x86)\\MSBuild\\Microsoft.Cpp\\v4.0\\Microsoft.CppCommon.targets(183,5): error MSB3075: 命令“regsvr32 /s /c \&quot;I:\\vs2010 test\\test1\\SwAddin1\\SwAddin1\\Debug\\SwAddin1.dll\&quot; 
1&gt;C:\]]></description>
            <category>SolidWorks二次开发</category>
            <author>planting</author>
            <pubDate>Tue, 17 May 2011 02:42:50 +0000</pubDate>
        </item>
        <item>
            <title>VB solidworks 二次开发</title>
            <link>https://t.icax.net/thread-8113-1-1.html</link>
            <description><![CDATA[我在VB环境中建立了两个按钮，代码分别如下，但是在运行的时候发生错误，错误提示在“retval = swapp.RevisionNumber”这一行
Private Sub Check1_Click()
Dim retval As String
If Check1.Value = 1 Then
retval = swapp.RevisionNumber
MsgBox \&quot;当前软件版本号为 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>weichen0513</author>
            <pubDate>Sun, 15 May 2011 03:20:36 +0000</pubDate>
        </item>
        <item>
            <title>solidcam2007能否使用VB进行二次开发？</title>
            <link>https://t.icax.net/thread-8080-1-1.html</link>
            <description><![CDATA[求助各位达人，solidcam2007能否使用VB进行二次开发呢？是不是也具备solidworks记录宏一样的工具？]]></description>
            <category>SolidWorks二次开发</category>
            <author>weichen0513</author>
            <pubDate>Sun, 17 Apr 2011 12:38:16 +0000</pubDate>
        </item>
        <item>
            <title>装配体的参数化</title>
            <link>https://t.icax.net/thread-8070-1-1.html</link>
            <description><![CDATA[请问可以对装配体里面的一个零件的尺寸进行驱动吗？]]></description>
            <category>SolidWorks二次开发</category>
            <author>410180223</author>
            <pubDate>Sat, 09 Apr 2011 07:22:55 +0000</pubDate>
        </item>
        <item>
            <title>添加成员变量时出现了这样的问题，有人遇到过吗</title>
            <link>https://t.icax.net/thread-8063-1-1.html</link>
            <description><![CDATA[]]></description>
            <category>SolidWorks二次开发</category>
            <author>410180223</author>
            <pubDate>Wed, 06 Apr 2011 16:11:10 +0000</pubDate>
        </item>
        <item>
            <title>求助：SolidWorks二次开发的入门资料！</title>
            <link>https://t.icax.net/thread-8059-1-1.html</link>
            <description><![CDATA[求助：SolidWorks二次开发的入门资料！]]></description>
            <category>SolidWorks二次开发</category>
            <author>whyshanda</author>
            <pubDate>Wed, 06 Apr 2011 06:50:37 +0000</pubDate>
        </item>
        <item>
            <title>求助啊  有大侠么？关于函数问题</title>
            <link>https://t.icax.net/thread-8050-1-1.html</link>
            <description><![CDATA[]]></description>
            <category>SolidWorks二次开发</category>
            <author>永远的摩托罗拉</author>
            <pubDate>Thu, 31 Mar 2011 07:24:16 +0000</pubDate>
        </item>
        <item>
            <title>GRIP快速注释</title>
            <link>https://t.icax.net/thread-8010-1-1.html</link>
            <description><![CDATA[发个快速注释的源文件

源码如下：



STRING/ZS1(132),ZS2(132),ZS3(132),ZS4(132),ZS5(132)
STRING/ZS6(132),ZS7(132),ZS8(132),ZS9(132),ZS10(132)
ENTITY/LAB
NUMBER/n
STR:
IFTHEN/&amp;ACTPRT==1
  MESSG/\'请新建或打开一个部件后重试!\'
    ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>wangcongwei1002</author>
            <pubDate>Tue, 08 Mar 2011 16:20:26 +0000</pubDate>
        </item>
        <item>
            <title>三维激光切割离线自动编程系统（SW二次开发）</title>
            <link>https://t.icax.net/thread-8003-1-1.html</link>
            <description><![CDATA[我做的SolidWorks插件，可以切割：板材、三维零件、管材（方、圆）。
视频可以在下面的网上看到：https://fans.solidworks.com.cn/bbs/thread-19526-1-1.html]]></description>
            <category>SolidWorks二次开发</category>
            <author>lyq3278</author>
            <pubDate>Tue, 01 Mar 2011 08:26:17 +0000</pubDate>
        </item>
        <item>
            <title>求助vb 二次开发</title>
            <link>https://t.icax.net/thread-7992-1-1.html</link>
            <description><![CDATA[Private Sub Command1_Click()
   
   Dim swapp As Object
    Dim part As Object
    Dim boolstatus As Boolean
 \'定义接口
    Set swapp = CreateObject(\&quot;SldWorks.Application\&quot;)
    Set part = swapp.NewPart()
    swapp.Visible = True
  \'获取solid ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>kingxqx</author>
            <pubDate>Wed, 23 Feb 2011 10:23:31 +0000</pubDate>
        </item>
        <item>
            <title>有酬劳。。求助solidworks二次开发。。有三维数模。。</title>
            <link>https://t.icax.net/thread-7988-1-1.html</link>
            <description><![CDATA[如题。。本人已有solidworks三维数模。。求前辈帮忙简单制作个“修改尺寸改变数模”的程序界面。。利用vb就行。。数模比较简单。。。
酬劳可联系本人商议：加QQ:360345726]]></description>
            <category>SolidWorks二次开发</category>
            <author>kingxqx</author>
            <pubDate>Sun, 20 Feb 2011 05:37:33 +0000</pubDate>
        </item>
        <item>
            <title>边线倒圆角时，对称的一条线始终选不中</title>
            <link>https://t.icax.net/thread-7956-1-1.html</link>
            <description><![CDATA[大家有没有遇到过这种情况：
在二次开发时，对称的两条线需要倒圆角，用SelectByID2指令通过坐标选择两条线，结果是只能选中一条，这是怎么回事啊？]]></description>
            <category>SolidWorks二次开发</category>
            <author>xdhong</author>
            <pubDate>Fri, 14 Jan 2011 12:36:33 +0000</pubDate>
        </item>
        <item>
            <title>用solidworks提取空间相贯线</title>
            <link>https://t.icax.net/thread-7950-1-1.html</link>
            <description><![CDATA[本人现在正在做一个SW的二次开发，需要提取两立体的相贯线，不知道用什么函数，还望各位高手多多指教啊，先谢了！]]></description>
            <category>SolidWorks二次开发</category>
            <author>acting</author>
            <pubDate>Mon, 10 Jan 2011 13:00:43 +0000</pubDate>
        </item>
        <item>
            <title>二次开发，求助 UpdateCutlist函数的用法</title>
            <link>https://t.icax.net/thread-7949-1-1.html</link>
            <description><![CDATA[那位高手熟悉API中更新焊接切割表的UpdateCutlist函数的用法，请指教，提前谢谢了。]]></description>
            <category>SolidWorks二次开发</category>
            <author>jily882</author>
            <pubDate>Mon, 10 Jan 2011 12:54:37 +0000</pubDate>
        </item>
        <item>
            <title>请哪位朋友帮我转个档啊</title>
            <link>https://t.icax.net/thread-7889-1-1.html</link>
            <description><![CDATA[请哪位朋友帮我转个档啊，SOLIDWORKS的档案，帮我作个STP的格式 QQ上发图啊！
先谢谢了]]></description>
            <category>SolidWorks二次开发</category>
            <author>jimdeng</author>
            <pubDate>Sat, 11 Dec 2010 07:40:26 +0000</pubDate>
        </item>
        <item>
            <title>selectbyID2类型不匹配</title>
            <link>https://t.icax.net/thread-7864-1-1.html</link>
            <description><![CDATA[我第一次用VS2008中的VB 对Solidworks2008进行二次开发，就画一个方块，录制宏代码，但调试总出现未处理的COMException,类型不匹配。异常来自 HRESULT:0x80020005 (DISP_E_TYPEMISMATCH))。
求助各位这是怎么回事，应该怎么改啊？
原代码如下：
Public Class Form1
 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>xdhong</author>
            <pubDate>Wed, 01 Dec 2010 08:15:44 +0000</pubDate>
        </item>
        <item>
            <title>SolidWorks插件</title>
            <link>https://t.icax.net/thread-7766-1-1.html</link>
            <description><![CDATA[SolidWorks插件： 
     Autotrace
     eDrawings 2008
     SolidWorks 2D Emulator
     SolidWorks 3D meeting三维,cad,机械,技术,汽车,catia,pro/e,ug,inventor,solidedge,solidworks,caxa,时空,镇江/ D5 n5 H7 q/ _) J! C4 ~
     SolidWorks MTS7 _, l) g   ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>chen5566ying</author>
            <pubDate>Wed, 20 Oct 2010 08:12:27 +0000</pubDate>
        </item>
        <item>
            <title>SW二次开发，三维五轴激光切割机自动编程，硕士课题，如何入门</title>
            <link>https://t.icax.net/thread-7765-1-1.html</link>
            <description><![CDATA[各位论坛大侠们，我现在正在用Solidworks做二次开发，进行三维五轴激光切割机自动编程软件的研究。就是在建立了需要加工的零件的CAD模型以后，利用Solidworks提供的功能，从CAD模型中提取需要激光进行切割的曲线的法线数据，然后由此生成刀位CL文件。再由此文件完成后置 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>cyclxoath</author>
            <pubDate>Wed, 20 Oct 2010 03:27:13 +0000</pubDate>
        </item>
        <item>
            <title>SW开发视频</title>
            <link>https://t.icax.net/thread-7762-1-1.html</link>
            <description><![CDATA[https://www.cdcx.net/enews/ChooseSW_webseris.html]]></description>
            <category>SolidWorks二次开发</category>
            <author>chen5566ying</author>
            <pubDate>Tue, 19 Oct 2010 03:17:44 +0000</pubDate>
        </item>
        <item>
            <title>solidworks开发Q*Q群（124816709）</title>
            <link>https://t.icax.net/thread-7761-1-1.html</link>
            <description><![CDATA[欢迎感兴趣的同仁交流开发技术。

群简介https://www.cnblogs.com/begtostudy/archive/2010/10/14/JXIT.html]]></description>
            <category>SolidWorks二次开发</category>
            <author>begtostudy</author>
            <pubDate>Mon, 18 Oct 2010 12:33:18 +0000</pubDate>
        </item>
        <item>
            <title>SW的SWizard插件</title>
            <link>https://t.icax.net/thread-7756-1-1.html</link>
            <description><![CDATA[小弟向各位大侠跪求SW的SWizard插件……由于我要做SW二次开发的毕设……有就发分给我吧……谢谢了……]]></description>
            <category>SolidWorks二次开发</category>
            <author>沧海一</author>
            <pubDate>Sat, 16 Oct 2010 03:30:05 +0000</pubDate>
        </item>
        <item>
            <title>请问哪位大虾有SW安装Solidworks utilitiles功能模块</title>
            <link>https://t.icax.net/thread-7722-1-1.html</link>
            <description><![CDATA[请问哪位大虾有SW有这个Solidworks utilitiles模块，我的邮箱    要能安装的，谢谢]]></description>
            <category>SolidWorks二次开发</category>
            <author>xiaozhe0581</author>
            <pubDate>Sat, 18 Sep 2010 00:44:48 +0000</pubDate>
        </item>
        <item>
            <title>有没有替换装配体子零件路径的东东？</title>
            <link>https://t.icax.net/thread-7537-1-1.html</link>
            <description><![CDATA[有没有替换装配体子零件路径的东东？SW弱智，手工替换又太麻烦。]]></description>
            <category>SolidWorks二次开发</category>
            <author>taifunnyle</author>
            <pubDate>Wed, 30 Jun 2010 14:36:52 +0000</pubDate>
        </item>
        <item>
            <title>求助sw二次开发中布尔运算命令的应用问题</title>
            <link>https://t.icax.net/thread-7504-1-1.html</link>
            <description><![CDATA[VC对sw二次开发布尔运算命令IInsertCombineFeature
对第四个参数的解释不理解，
(LPBODY2*) 是什么类型 toolsArr 怎么定义  如何初始化 

status = FeatureManager-&gt;IInsertCombineFeature ( operationType, mainBody, toolsCount, toolsArr, &amp;retval )]]></description>
            <category>SolidWorks二次开发</category>
            <author>zhangbanglei</author>
            <pubDate>Sun, 13 Jun 2010 05:01:48 +0000</pubDate>
        </item>
        <item>
            <title>GRIP</title>
            <link>https://t.icax.net/thread-7502-1-1.html</link>
            <description><![CDATA[GRIP 求助···
本菜鸟--有2个小问题请教各位：
请教1：我想给组件赋予属性的时候用到了 MCHOOSE 给属性赋值，但是我不知道怎么才能让字符串的值读到ATT的值中去，大家帮我看下是不是我的思路本身就有错误呢。我的程序如下：

DATA/AA,\'A1\',\'A2\',\'A5\',\'A4\',\'A5\'
D ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>xj_05</author>
            <pubDate>Sat, 12 Jun 2010 09:18:08 +0000</pubDate>
        </item>
        <item>
            <title>SolidWorks 二次开发重建模型问题</title>
            <link>https://t.icax.net/thread-7483-1-1.html</link>
            <description><![CDATA[我在模块中定义一个函数控制模型的移动，然后在窗体中用一个按钮调用这个函数，为何函数中的调用的Part.EditRebuild3就不能更新模型了，请知道的说一下啊，谢谢]]></description>
            <category>SolidWorks二次开发</category>
            <author>toyoabc</author>
            <pubDate>Tue, 01 Jun 2010 06:25:32 +0000</pubDate>
        </item>
        <item>
            <title>如何选择已知FACE对象？</title>
            <link>https://t.icax.net/thread-7476-1-1.html</link>
            <description><![CDATA[我已经从FEATURE对象得到了FACE对象，但是没有找到方法选择这个FACE，请教达人如何选择已知FACE对象。
另：我用SelectByID2方法由于不知道FACE的名字，所以无法选择指定的FACE。]]></description>
            <category>SolidWorks二次开发</category>
            <author>gradual</author>
            <pubDate>Sun, 30 May 2010 12:43:08 +0000</pubDate>
        </item>
        <item>
            <title>寻solidworks二次开发高手</title>
            <link>https://t.icax.net/thread-7443-1-1.html</link>
            <description><![CDATA[求高手做毕业设计，要求是利用vb对solidworks进行二次开发，建立更能够以数据库（简单点即可）针对孔类（或者其他类型）零件的特征识别，从数据库中调用加工工艺，通过决策，获得该零件的加工工艺。
联系方式： 速度~~~~急~~~~~~~~]]></description>
            <category>SolidWorks二次开发</category>
            <author>hbacc1124533</author>
            <pubDate>Wed, 19 May 2010 23:20:09 +0000</pubDate>
        </item>
        <item>
            <title>基于VB的Solid wor二次开发螺纹连接件库的开发</title>
            <link>https://t.icax.net/thread-7348-1-1.html</link>
            <description><![CDATA[基于VB的Solid wor二次开发螺纹连接件库的开发
急需啊！跪求有的哥哥姐姐叔叔伯伯啊]]></description>
            <category>SolidWorks二次开发</category>
            <author>xiaoside</author>
            <pubDate>Thu, 08 Apr 2010 05:57:07 +0000</pubDate>
        </item>
        <item>
            <title>让插件显示在任务窗格中</title>
            <link>https://t.icax.net/thread-7347-1-1.html</link>
            <description><![CDATA[各位，小弟的毕业设计为设计一套标准件库，现在考虑到美观及实用性，我想把他放在右边的任务窗格中 ，就像新迪三维标准件库一样。如图所示，但是我不知道使用什么方法，还请各位指点一下。谢谢]]></description>
            <category>SolidWorks二次开发</category>
            <author>lywml</author>
            <pubDate>Thu, 08 Apr 2010 01:24:39 +0000</pubDate>
        </item>
        <item>
            <title>VB对sw自动装配的二次开发</title>
            <link>https://t.icax.net/thread-7316-1-1.html</link>
            <description><![CDATA[我最近在做SW自动装配的开发，想跟大家交流交流，我QQ363622434   谢谢]]></description>
            <category>SolidWorks二次开发</category>
            <author>西建机械</author>
            <pubDate>Thu, 18 Mar 2010 05:54:39 +0000</pubDate>
        </item>
        <item>
            <title>新人solidworks VB二次开发 求资料</title>
            <link>https://t.icax.net/thread-7307-1-1.html</link>
            <description><![CDATA[因最近要接受一个SOLIDWORKS二次开发的项目
   刚接触这个 还是新手
      求一些参数驱动 零件生成  和装配的资料
  谢谢各位了
我的邮箱是
   感激不尽~~~~ 拜谢！！]]></description>
            <category>SolidWorks二次开发</category>
            <author>mowenyi108</author>
            <pubDate>Thu, 11 Mar 2010 12:20:13 +0000</pubDate>
        </item>
        <item>
            <title>在solidworks怎样一键测出产品的长宽高，并可以打印出来?</title>
            <link>https://t.icax.net/thread-7242-1-1.html</link>
            <description><![CDATA[在solidworks怎样一键测出产品的长宽高，并可以打印出来?
谢谢!!]]></description>
            <category>SolidWorks二次开发</category>
            <author>twgtwg</author>
            <pubDate>Wed, 23 Dec 2009 16:29:34 +0000</pubDate>
        </item>
        <item>
            <title>如何更改（rename）零件的配置名称？（不打开零件）</title>
            <link>https://t.icax.net/thread-7233-1-1.html</link>
            <description><![CDATA[想要更改零件的配置名称（rename），在不打开零件或装配体时。
用SW2007api， SwDocumentMgr.SwDMConfiguration7.name2,
无法赋值，不起作用。
sw2008里好像可以，这是不是SW2007api的bug呢？

有谁碰到过啊?]]></description>
            <category>SolidWorks二次开发</category>
            <author>szhok</author>
            <pubDate>Thu, 17 Dec 2009 02:05:54 +0000</pubDate>
        </item>
        <item>
            <title>如何获得图纸中引用的零件的配置名称？</title>
            <link>https://t.icax.net/thread-7232-1-1.html</link>
            <description><![CDATA[想要在不打开图纸的情况下，获得图纸中引用的零件的配置名称。就像在图纸注释中链接的$PRPSHEET:\&quot;SW-配置名称(Configuration Name)\&quot;（图纸中所指定视图中模型），即第一次插入图纸的视图中模型的配置名称。
在装配体中根据某一配置可以获得其中子零件的配置，如GetRefe ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>szhok</author>
            <pubDate>Thu, 17 Dec 2009 01:58:11 +0000</pubDate>
        </item>
        <item>
            <title>来加入SOLIDWORKS二次开发团队吧</title>
            <link>https://t.icax.net/thread-7213-1-1.html</link>
            <description><![CDATA[我是一名机械专业的研究生，现在正在所做的课题用用到了SOLIDWORKS的二次开发功能，在这个过程中， 我自己也积累了一定的经验， 希望和大家来交流来提高我们的实力。我建了一个QQ群，42754723，希望大家加入！]]></description>
            <category>SolidWorks二次开发</category>
            <author>寻路人</author>
            <pubDate>Wed, 02 Dec 2009 14:32:44 +0000</pubDate>
        </item>
        <item>
            <title>求高手帮忙做段宏命令。</title>
            <link>https://t.icax.net/thread-7208-1-1.html</link>
            <description><![CDATA[我老是阵列，想请高手帮忙做段宏，实现横向、竖向阵列。可调整阵列个数的宏。]]></description>
            <category>SolidWorks二次开发</category>
            <author>huchangxing</author>
            <pubDate>Mon, 30 Nov 2009 03:57:59 +0000</pubDate>
        </item>
        <item>
            <title>跪求SOLEDWORKS转DWG的宏文件</title>
            <link>https://t.icax.net/thread-7192-1-1.html</link>
            <description><![CDATA[我复制的宏代码运行错误！！！跪求个SOLEDWORKS转DWG的宏文件，
错误的地方在下面红色地方，所以我求个SOLEDWORKS转DWG的宏文件，不要代码了，呵呵。有的传个给我，谢谢！
Dim swApp As Object
Dim Part As Object
Dim Filename As String
Dim No As Integer
Dim  ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>huchangxing</author>
            <pubDate>Wed, 25 Nov 2009 14:46:01 +0000</pubDate>
        </item>
        <item>
            <title>CENTERMOLD2000CN</title>
            <link>https://t.icax.net/thread-7139-1-1.html</link>
            <description><![CDATA[CENTERMOLD2000CN]]></description>
            <category>SolidWorks二次开发</category>
            <author>bddbdd</author>
            <pubDate>Sat, 07 Nov 2009 09:30:19 +0000</pubDate>
        </item>
        <item>
            <title>招聘SolidWorks二次开发人员</title>
            <link>https://t.icax.net/thread-7112-1-1.html</link>
            <description><![CDATA[我公司专业从事CAD产品研发，因项目需要，长期招聘SolidWorks二次开发人员，全职和兼职均可，要求具有SolidWorks二次开发经验，熟练掌握VC++开发工具。欢迎有兴趣的朋友发邮件到  。]]></description>
            <category>SolidWorks二次开发</category>
            <author>weipeng73</author>
            <pubDate>Tue, 27 Oct 2009 14:25:52 +0000</pubDate>
        </item>
        <item>
            <title>做solidworks的二次开发是不是不能在VB环境中， 一定要用VBA呢？</title>
            <link>https://t.icax.net/thread-7102-1-1.html</link>
            <description><![CDATA[做solidworks的二次开发是不是不能在VB环境中， 一定要用VBA呢？
请各位朋友帮我解答， 谢谢]]></description>
            <category>SolidWorks二次开发</category>
            <author>寻路人</author>
            <pubDate>Mon, 19 Oct 2009 02:45:49 +0000</pubDate>
        </item>
        <item>
            <title>各位前辈谁能给我一个Logopress3 2009 SP1.0 for SolidWorks 2008-2009(冲模插件)...</title>
            <link>https://t.icax.net/thread-7095-1-1.html</link>
            <description><![CDATA[各位前辈谁能给我一个Logopress3 2009 SP1.0 for SolidWorks 2008-2009(冲模插件)...


万分感谢！
759372252@qq.com]]></description>
            <category>SolidWorks二次开发</category>
            <author>yefeng0824</author>
            <pubDate>Fri, 16 Oct 2009 15:32:23 +0000</pubDate>
        </item>
        <item>
            <title>有做二次开发的同志做一个鼠标右键拖动模型的外挂</title>
            <link>https://t.icax.net/thread-7068-1-1.html</link>
            <description><![CDATA[有做二次开发的同志做一个鼠标右键拖动模型的外挂，有了这样的功能速度相信会快很多的，就不要老用键盘配合了，使用起来简洁快捷方便]]></description>
            <category>SolidWorks二次开发</category>
            <author>weichen2008</author>
            <pubDate>Wed, 07 Oct 2009 05:57:55 +0000</pubDate>
        </item>
        <item>
            <title>有人做过solidworks07二次开发的装配仿真和运动仿真没啊？</title>
            <link>https://t.icax.net/thread-7027-1-1.html</link>
            <description><![CDATA[att
真心for help啊]]></description>
            <category>SolidWorks二次开发</category>
            <author>hualz</author>
            <pubDate>Thu, 17 Sep 2009 17:06:14 +0000</pubDate>
        </item>
        <item>
            <title>solidworks 安装问题</title>
            <link>https://t.icax.net/thread-6955-1-1.html</link>
            <description><![CDATA[各位大哥大姐们好，
能否帮忙给小弟一个祥细的solidworks2009 安装步骤与说明啊
小弟装了几次都不能用啊
真的郁闷啊
小弟先谢过了哦]]></description>
            <category>SolidWorks二次开发</category>
            <author>双桥</author>
            <pubDate>Sat, 22 Aug 2009 01:47:08 +0000</pubDate>
        </item>
        <item>
            <title>关于实线转构造线的问题</title>
            <link>https://t.icax.net/thread-6933-1-1.html</link>
            <description><![CDATA[目的：画一个构造线圆。
录宏发现有CreateConstructionGeometry命令，但是执行宏却发现不能运行这个命令。请高手指教原因~~~万分感谢]]></description>
            <category>SolidWorks二次开发</category>
            <author>wangjunkai1010</author>
            <pubDate>Mon, 17 Aug 2009 07:51:52 +0000</pubDate>
        </item>
        <item>
            <title>二次开发：折断线遍历</title>
            <link>https://t.icax.net/thread-6912-1-1.html</link>
            <description><![CDATA[我们知道，通过 getfirstview与GetNextView 可以遍历工程视图，
例如：Set swView = swDraw.GetFirstView    
                 While Not swView Is Nothing   
                 Set swView = swView.GetNextView
                 Wend

那么，如何得到断裂视 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>gan5969</author>
            <pubDate>Sun, 09 Aug 2009 11:40:04 +0000</pubDate>
        </item>
        <item>
            <title>新手上路，对于二次开发的疑问！</title>
            <link>https://t.icax.net/thread-6839-1-1.html</link>
            <description><![CDATA[第一个问题：我看很多开发画个零件用part.就行了，为什么很多地方都用ModelDoc2.!
第二个问题：我part.extension，我怎么知道哪些函数需要用到extension.呢，例如 part.Extension.ScaleOrCopy(true,0,0,0,0,0.1);//改变比例，我都找不到ScaleOrCopy，给我讲讲下这个函 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>solidpei</author>
            <pubDate>Fri, 10 Jul 2009 03:31:42 +0000</pubDate>
        </item>
        <item>
            <title>关于Soldworks Document Manager API的问题</title>
            <link>https://t.icax.net/thread-6806-1-1.html</link>
            <description><![CDATA[请问有谁用过Soldworks Document Manager API没有？现在这个是不是一定要LICENSE KEY？谢谢！]]></description>
            <category>SolidWorks二次开发</category>
            <author>dxh-627</author>
            <pubDate>Sun, 21 Jun 2009 07:48:41 +0000</pubDate>
        </item>
        <item>
            <title>用vb调用solidworks</title>
            <link>https://t.icax.net/thread-6801-1-1.html</link>
            <description><![CDATA[请教：用vb调用solidworks实现参数化生成图形，实现在solidworks中零件圆周阵列的语句该怎样写?]]></description>
            <category>SolidWorks二次开发</category>
            <author>Steven12</author>
            <pubDate>Thu, 18 Jun 2009 09:21:31 +0000</pubDate>
        </item>
        <item>
            <title>插件无法启动</title>
            <link>https://t.icax.net/thread-6797-1-1.html</link>
            <description><![CDATA[各位高手们：

我按着书上的例子建立VB DLL插件，做了引用(SW2007)三个必须的引用，写了下面语句

编译DLL也成功了，但是在SW中打开DLL时提示 :插件无法启动，是怎么回事啊？？？

拿光盘附带的例子DLL也同样有这样的问题，我用的是SW2007，是不是版本不对？

I ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>chouchoubird</author>
            <pubDate>Wed, 17 Jun 2009 04:47:15 +0000</pubDate>
        </item>
        <item>
            <title>用文本文件控制工程图的注解</title>
            <link>https://t.icax.net/thread-6768-1-1.html</link>
            <description><![CDATA[我想把一个文本文件里的内容自动插入到工程图里作为注解，请问这要用二次开发可以做到吗？谁能帮我讲一下好吗？]]></description>
            <category>SolidWorks二次开发</category>
            <author>zxfqm</author>
            <pubDate>Mon, 08 Jun 2009 01:27:54 +0000</pubDate>
        </item>
        <item>
            <title>SolidWorks装配体工程图二次开发</title>
            <link>https://t.icax.net/thread-6701-1-1.html</link>
            <description><![CDATA[请教，在自动生成装配体工程图时，要给工程图标注几个大的尺寸（如图附件），我已经在装配体实体里面加了这几个尺寸，在工程图里手动也能生产这些尺寸，但是用宏录制这个过程后的程序却不能生成这些尺寸，不知道问题出在什么地方？
以下是录制的宏程序：
Dim swApp As ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>hongfengtl</author>
            <pubDate>Sat, 23 May 2009 09:18:06 +0000</pubDate>
        </item>
        <item>
            <title>我想将SolidWorks API Helping翻译为中文的，大家给点建议</title>
            <link>https://t.icax.net/thread-6683-1-1.html</link>
            <description><![CDATA[就我所知，目前SolidWorks API Helping全是英文的，令人看起来很是不爽，我想将其翻为中文的。不知道有多大的实用价值？]]></description>
            <category>SolidWorks二次开发</category>
            <author>xiaowenwu9</author>
            <pubDate>Tue, 19 May 2009 07:08:55 +0000</pubDate>
        </item>
        <item>
            <title>vc 开发SW视图怎么转换</title>
            <link>https://t.icax.net/thread-6671-1-1.html</link>
            <description><![CDATA[要将前视图转化为右视图
怎么转
谁能告诉我呢]]></description>
            <category>SolidWorks二次开发</category>
            <author>zhaozhaopan</author>
            <pubDate>Fri, 15 May 2009 10:47:01 +0000</pubDate>
        </item>
        <item>
            <title>07版cosmosmotion二次开发求助</title>
            <link>https://t.icax.net/thread-6636-1-1.html</link>
            <description><![CDATA[有没有哪位做过运动仿真二次开发的？我现在用getAddinObject()得不到接口，有做过的，还请指导一下，谢谢]]></description>
            <category>SolidWorks二次开发</category>
            <author>shusheng175</author>
            <pubDate>Thu, 07 May 2009 10:54:15 +0000</pubDate>
        </item>
        <item>
            <title>请教怎么把宏文件转化为VB的DLL的</title>
            <link>https://t.icax.net/thread-6623-1-1.html</link>
            <description><![CDATA[大家是怎么把宏文件转化为VB 编程插件的？一条一条语句重新编写吗？

为了省点事，我想编个DLL直接调用宏文件（SWP结尾），下面语句在SWP里面好使，在VB里面编译为DLL为什么就不好使了？ 
Dim boolstatus As Boolean
Dim SWAname As String 
SWAname = iSwApp.GetC ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>CadProE</author>
            <pubDate>Tue, 05 May 2009 14:30:00 +0000</pubDate>
        </item>
        <item>
            <title>SW参数化模型 二次开发</title>
            <link>https://t.icax.net/thread-6529-1-1.html</link>
            <description><![CDATA[谢谢~~参数化模型 二次开发 我是超级 小白 求指教~~~

.exe 和.dll 方式 有什么区别阿？ 都必须连接到Sw上么？ 不能有单独的用户界面么？]]></description>
            <category>SolidWorks二次开发</category>
            <author>tammy_2008</author>
            <pubDate>Mon, 13 Apr 2009 02:28:53 +0000</pubDate>
        </item>
        <item>
            <title>如何定义TOOLBOX中结构钢的截面形状</title>
            <link>https://t.icax.net/thread-6445-1-1.html</link>
            <description><![CDATA[谁知道TOOLBOX的钢梁计算器的钢梁截面怎么自定义啊？急！！！（SOLIDWORKS里的)]]></description>
            <category>SolidWorks二次开发</category>
            <author>yynmaster</author>
            <pubDate>Fri, 20 Mar 2009 09:41:52 +0000</pubDate>
        </item>
        <item>
            <title>迈迪标准件企业版已经开放了</title>
            <link>https://t.icax.net/thread-6439-1-1.html</link>
            <description><![CDATA[迈迪三维设计工具集for SW（企业版）终于与广大用户见面了，大家可以登陆“我的三维配件网”
https://www.my3dparts.cn下载。虽然不尽完善，但是我们相信，只要是好用的软件，关心它成长的设计者就会越
来越多。大家可以在使用中不断提出问题，提出建议，我们将尽心竭 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>silverim</author>
            <pubDate>Thu, 19 Mar 2009 03:08:53 +0000</pubDate>
        </item>
        <item>
            <title>跪求C#对solidworks二次开发的相关资料</title>
            <link>https://t.icax.net/thread-6373-1-1.html</link>
            <description><![CDATA[今年毕业,论文内容是用C#对solidworks开发出国标螺栓库,查阅相关资料基本都是用VB,虽然方法类似,但毕竟还是有所区别,那位哥哥能提供些资料,小弟将不胜感激!]]></description>
            <category>SolidWorks二次开发</category>
            <author>aaacaca</author>
            <pubDate>Sat, 28 Feb 2009 08:00:21 +0000</pubDate>
        </item>
        <item>
            <title>vc开发sw零件如何快速建模？重点在快速，谢谢！</title>
            <link>https://t.icax.net/thread-6342-1-1.html</link>
            <description><![CDATA[RT
比如草图尺寸线条较多，点击确定运行后，不想在那傻等，想直接出零件图，找不着重点，望指教，谢谢]]></description>
            <category>SolidWorks二次开发</category>
            <author>shusheng175</author>
            <pubDate>Fri, 20 Feb 2009 03:28:08 +0000</pubDate>
        </item>
        <item>
            <title>SolidWorks api常量</title>
            <link>https://t.icax.net/thread-6324-1-1.html</link>
            <description><![CDATA[以前版本有一个swconst.bas文件，用于定义api常量。但2008、2009中均没有该文件，是否改了名字，请问如何看到所用的常量？]]></description>
            <category>SolidWorks二次开发</category>
            <author>侧视图</author>
            <pubDate>Sat, 14 Feb 2009 10:03:13 +0000</pubDate>
        </item>
        <item>
            <title>关于solidworks的二次开发</title>
            <link>https://t.icax.net/thread-6194-1-1.html</link>
            <description><![CDATA[在solidworks的二次开发中,插件应用程序如何实现PropertyManagerPage2Handler2接口呢?
请大家不吝告之,万分感谢!!]]></description>
            <category>SolidWorks二次开发</category>
            <author>840203</author>
            <pubDate>Sun, 14 Dec 2008 08:47:14 +0000</pubDate>
        </item>
        <item>
            <title>C#  Solidworks二次开发 3圆同心问题</title>
            <link>https://t.icax.net/thread-6185-1-1.html</link>
            <description><![CDATA[简单地画3个圆，这3个圆都要拉伸为圆柱，而且要同心。我是给定它们的圆心坐标以保持同心。
但是由于对 solidworks二次开发不熟悉，所以请教各位，谢谢！
            Boolean boolstatus;
            SldWorks.IModelDoc2 ModDoc;
            SldWorks.SldWorks s ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>lucky_512</author>
            <pubDate>Wed, 10 Dec 2008 07:58:41 +0000</pubDate>
        </item>
        <item>
            <title>在板金中切却的问题，怎么解决呀？？？</title>
            <link>https://t.icax.net/thread-6179-1-1.html</link>
            <description><![CDATA[在板金中角的问题，怎么解决呀？？？
我应该先怎么画呀？
第一张是下料尺寸及切却(俯视)
第二张是切却的放大
第三张是折弯成形(前视)
QQ:499709228
E_mail:0363jj@163.com]]></description>
            <category>SolidWorks二次开发</category>
            <author>menghuan0363jj</author>
            <pubDate>Mon, 08 Dec 2008 16:15:35 +0000</pubDate>
        </item>
        <item>
            <title>Solidworks二次开发问题</title>
            <link>https://t.icax.net/thread-6169-1-1.html</link>
            <description><![CDATA[启动后的Solidworks系统会自动命名生成的零件1、零件2....、装配体1、装配体2.....，在生成零件1或者装配体1后关闭零件1或者装配体1，在不重启solidworks的情况下还是让solidworks生成零件1或者装配1，而不是零件2和装配体2，有没有办法啊？]]></description>
            <category>SolidWorks二次开发</category>
            <author>hongfengtl</author>
            <pubDate>Fri, 05 Dec 2008 07:58:26 +0000</pubDate>
        </item>
        <item>
            <title>SW层怎么用啊 是图层吗</title>
            <link>https://t.icax.net/thread-6156-1-1.html</link>
            <description><![CDATA[高手啊 指点我啊 我是新手]]></description>
            <category>SolidWorks二次开发</category>
            <author>877240569</author>
            <pubDate>Mon, 01 Dec 2008 07:13:44 +0000</pubDate>
        </item>
        <item>
            <title>曲面大家试试看啊</title>
            <link>https://t.icax.net/thread-6155-1-1.html</link>
            <description><![CDATA[用扫描 或 网格做出曲面 SW没有网格曲面吗 那怎么做呢 高手指点]]></description>
            <category>SolidWorks二次开发</category>
            <author>877240569</author>
            <pubDate>Mon, 01 Dec 2008 07:11:48 +0000</pubDate>
        </item>
        <item>
            <title>求助各位了</title>
            <link>https://t.icax.net/thread-6124-1-1.html</link>
            <description><![CDATA[我是个新手，特别新，还从来没接触过二次开发，但现在老师让做一个SolidWorks二次开发，用VB，但我现在不知道该如何入手，大家帮忙指条路！！
    具体内容是通过一条曲线，用放样功能，生成类似管道的东西（各处半径可能不一样），在SolidWorks画我会，可是如果只给出 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>qizhen19851125</author>
            <pubDate>Tue, 18 Nov 2008 15:14:51 +0000</pubDate>
        </item>
        <item>
            <title>请教怎么获得loop的包络框</title>
            <link>https://t.icax.net/thread-6123-1-1.html</link>
            <description><![CDATA[GetBox函数好像只能获得face，body和草图的包络框呀，loop的怎么获得呢？获得edge的包络框函数貌似也没提供。。。
哪位高手能帮帮我。]]></description>
            <category>SolidWorks二次开发</category>
            <author>perjury</author>
            <pubDate>Tue, 18 Nov 2008 11:08:17 +0000</pubDate>
        </item>
        <item>
            <title>sw二次开发怎么测量两个面的角度</title>
            <link>https://t.icax.net/thread-6111-1-1.html</link>
            <description><![CDATA[如问，谢谢]]></description>
            <category>SolidWorks二次开发</category>
            <author>cyclone3q</author>
            <pubDate>Fri, 14 Nov 2008 11:58:03 +0000</pubDate>
        </item>
        <item>
            <title>C#  Solidworks二次开发问题</title>
            <link>https://t.icax.net/thread-6108-1-1.html</link>
            <description><![CDATA[问题就是: 用C#.net做了一个小程序,实现的是往一个箱子里装物品,箱子大小有多种,物品大小也有多种,在程序里一次能计算出多个物品分别装进多个箱子里,并且箱子和物品的参数,每个物品在某个箱子里的位置,都存放在SQL Server数据库里.
想实现一个动画,就是针对某个箱子,根 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>lucky_512</author>
            <pubDate>Thu, 13 Nov 2008 02:41:02 +0000</pubDate>
        </item>
        <item>
            <title>关于C#的WinForm界面显示SolidWorks图档。</title>
            <link>https://t.icax.net/thread-6101-1-1.html</link>
            <description><![CDATA[项目需要一个小模块，见图片描述，找高手开发一下，付点开发辛苦费。
QQ：694305698，给我留言。

谢谢。]]></description>
            <category>SolidWorks二次开发</category>
            <author>sfykemble</author>
            <pubDate>Mon, 10 Nov 2008 17:08:04 +0000</pubDate>
        </item>
        <item>
            <title>关于&amp;quot;螺旋滚球动画教程&amp;quot;的问题</title>
            <link>https://t.icax.net/thread-6094-1-1.html</link>
            <description><![CDATA[无法选取曲线作为路径配合的路径,崩溃,高手请指点]]></description>
            <category>SolidWorks二次开发</category>
            <author>micksiwei</author>
            <pubDate>Sat, 08 Nov 2008 03:03:54 +0000</pubDate>
        </item>
        <item>
            <title>SOLIDWORKS2007中用VBA二次开发- 画圆问题</title>
            <link>https://t.icax.net/thread-6026-1-1.html</link>
            <description><![CDATA[为什么画圆的直径不对？圆心位置也不对？
是我的程序有问题吗？
请明人指点。多谢！

Dim swApp As Object
Dim Part As Object
Dim SelMgr As Object
Dim boolstatus As Boolean
Dim longstatus As Long, longwarnings As Long
Dim Feature As Object
Sub mai ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>davisdudong</author>
            <pubDate>Wed, 15 Oct 2008 09:40:07 +0000</pubDate>
        </item>
        <item>
            <title>找SolidWorks二次開發兼職(VC or VC++)</title>
            <link>https://t.icax.net/thread-6019-1-1.html</link>
            <description><![CDATA[找SolidWorks二次開發兼職(VC or VC++),
有興趣的人請簡單寫個開發經驗資料寄給我,
我的email:]]></description>
            <category>SolidWorks二次开发</category>
            <author>YYHSU</author>
            <pubDate>Tue, 14 Oct 2008 12:12:42 +0000</pubDate>
        </item>
        <item>
            <title>SolidWorks二次开发</title>
            <link>https://t.icax.net/thread-5976-1-1.html</link>
            <description><![CDATA[可上传的文件尺寸限制的太小了，还有几篇没法上传，谁要的话留邮箱吧]]></description>
            <category>SolidWorks二次开发</category>
            <author>xiaoyueryd</author>
            <pubDate>Fri, 26 Sep 2008 01:33:15 +0000</pubDate>
        </item>
        <item>
            <title>SolidWorks二次开发问题</title>
            <link>https://t.icax.net/thread-5975-1-1.html</link>
            <description><![CDATA[近期在学SolidWorks二次开发，遇到一些问题，请高手帮忙解答，不胜感激！
程序如下：
Private Sub CommandButton2_Click() 
Const filedir As String = \&quot;e:\\sld练习\\模板\&quot; 
Dim swapp As SldWorks.SldWorks 
Set swapp = Application.SldWorks 
Dim swmodel As Sl ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>xiaoyueryd</author>
            <pubDate>Fri, 26 Sep 2008 00:53:07 +0000</pubDate>
        </item>
        <item>
            <title>请教高手solidworks2008装配体二次开发中的镜像命令怎么用？</title>
            <link>https://t.icax.net/thread-5967-1-1.html</link>
            <description><![CDATA[请教高手solidworks2008装配体二次开发中的镜像命令ResultantComponents = AssemblyDoc.MirrorComponents ( Plane, ComponentsToInstance, ComponentsToMirror, MirroredComponentFilenames, RecreateMates, ComponentModifier, ComponentNameModifier, MirroredF ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>hongfengtl</author>
            <pubDate>Sun, 21 Sep 2008 03:19:20 +0000</pubDate>
        </item>
        <item>
            <title>请教高手solidworks2008装配体二次开发</title>
            <link>https://t.icax.net/thread-5957-1-1.html</link>
            <description><![CDATA[请教高手solidworks2008装配体二次开发中的镜像命令ResultantComponents = AssemblyDoc.MirrorComponents ( Plane, ComponentsToInstance, ComponentsToMirror, MirroredComponentFilenames, RecreateMates, ComponentModifier, ComponentNameModifier, MirroredFileLoc ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>hongfengtl</author>
            <pubDate>Tue, 16 Sep 2008 08:42:28 +0000</pubDate>
        </item>
        <item>
            <title>VC+SW二次开发具体零件实例</title>
            <link>https://t.icax.net/thread-5936-1-1.html</link>
            <description><![CDATA[急需具体零件VC+SW二次开发的代码。本人初学，急需代码作参考，以便让自己知道怎么开始。
请各位帮个忙，谢谢了。]]></description>
            <category>SolidWorks二次开发</category>
            <author>lovezhf1984</author>
            <pubDate>Fri, 05 Sep 2008 02:01:49 +0000</pubDate>
        </item>
        <item>
            <title>用VC开发SolidWorks交互式界面</title>
            <link>https://t.icax.net/thread-5935-1-1.html</link>
            <description><![CDATA[用ATL组件开发，在dialog中添加的函数一直都不能调试通过，这段函数在别处能够运行成功，网上这方面的资料全是用向导编译的，请问哪位高人有这方面的经验，指导小弟一下，比较着急用 邮箱是：]]></description>
            <category>SolidWorks二次开发</category>
            <author>liang-863</author>
            <pubDate>Fri, 05 Sep 2008 00:41:18 +0000</pubDate>
        </item>
        <item>
            <title>solidworks 2008中的vba是vb6.0结构的还是vb.net的。</title>
            <link>https://t.icax.net/thread-5924-1-1.html</link>
            <description><![CDATA[如题，
是指vba编辑器中的代码的语法结构，几它的界面操作方面接近哪个软件。
先谢！]]></description>
            <category>SolidWorks二次开发</category>
            <author>jqhjqh</author>
            <pubDate>Tue, 02 Sep 2008 05:23:07 +0000</pubDate>
        </item>
        <item>
            <title>CAXA二维图结合solidworks快速生成三维模型.pdf</title>
            <link>https://t.icax.net/thread-5892-1-1.html</link>
            <description><![CDATA[caxa exchange to sd]]></description>
            <category>SolidWorks二次开发</category>
            <author>lxkang</author>
            <pubDate>Sat, 23 Aug 2008 02:38:01 +0000</pubDate>
        </item>
        <item>
            <title>SW-api在压铸模具CAD中的应用.pdf</title>
            <link>https://t.icax.net/thread-5891-1-1.html</link>
            <description><![CDATA[网上收集,供参考]]></description>
            <category>SolidWorks二次开发</category>
            <author>lxkang</author>
            <pubDate>Sat, 23 Aug 2008 02:33:04 +0000</pubDate>
        </item>
        <item>
            <title>SW二次开发的相关文章</title>
            <link>https://t.icax.net/thread-5890-1-1.html</link>
            <description><![CDATA[第一次发帖,请多指教]]></description>
            <category>SolidWorks二次开发</category>
            <author>lxkang</author>
            <pubDate>Sat, 23 Aug 2008 02:30:42 +0000</pubDate>
        </item>
        <item>
            <title>难啊</title>
            <link>https://t.icax.net/thread-5879-1-1.html</link>
            <description><![CDATA[我用SW做了一个四杆机构的运动仿真，然后想把这个模型文件怎样调入到VC的环境下，？/
             在VC的环境下，我如果直接修改一些连杆的参数，能否实现该机构的自动更新及运动？]]></description>
            <category>SolidWorks二次开发</category>
            <author>weiter2004</author>
            <pubDate>Tue, 19 Aug 2008 01:41:08 +0000</pubDate>
        </item>
        <item>
            <title>delphi7.0做solidworks2008的二次开发遇到问题</title>
            <link>https://t.icax.net/thread-5831-1-1.html</link>
            <description><![CDATA[在delphi7.0中注册solidworks2008的类型库（图1，2，3）时出现错误
有没有大侠可以指教一下如何解决该问题，在线等着哦，谢谢了]]></description>
            <category>SolidWorks二次开发</category>
            <author>安逸小仙</author>
            <pubDate>Sun, 03 Aug 2008 07:54:32 +0000</pubDate>
        </item>
        <item>
            <title>齿轮的画法</title>
            <link>https://t.icax.net/thread-5805-1-1.html</link>
            <description><![CDATA[请教大虾们,齿型怎么画?]]></description>
            <category>SolidWorks二次开发</category>
            <author>sijun</author>
            <pubDate>Thu, 24 Jul 2008 01:51:38 +0000</pubDate>
        </item>
        <item>
            <title>求助用VB在SW 装配中自动识别螺孔并装配螺钉</title>
            <link>https://t.icax.net/thread-5763-1-1.html</link>
            <description><![CDATA[想在装配图中自动识别螺纹孔并计算数量
自动进行装配]]></description>
            <category>SolidWorks二次开发</category>
            <author>gzxifeng</author>
            <pubDate>Tue, 15 Jul 2008 07:12:01 +0000</pubDate>
        </item>
        <item>
            <title>如果知道一个面顶点的X,Y,Z坐标, 那么怎样自动才能选择这个顶点?</title>
            <link>https://t.icax.net/thread-5750-1-1.html</link>
            <description><![CDATA[Solidworks有没有类似的命令?]]></description>
            <category>SolidWorks二次开发</category>
            <author>slayerran</author>
            <pubDate>Thu, 10 Jul 2008 07:59:04 +0000</pubDate>
        </item>
        <item>
            <title>新手求助，谁有VC++6.0对soldworks二次开发的案例，exe的，万分感谢，，</title>
            <link>https://t.icax.net/thread-5678-1-1.html</link>
            <description><![CDATA[新手求助，谁有VC++6.0对soldworks二次开发的案例，exe的，万分感谢，，
发一份给我，最好有原代码，]]></description>
            <category>SolidWorks二次开发</category>
            <author>charcle</author>
            <pubDate>Tue, 24 Jun 2008 12:21:42 +0000</pubDate>
        </item>
        <item>
            <title>solidworks的参数化设计</title>
            <link>https://t.icax.net/thread-5596-1-1.html</link>
            <description><![CDATA[小弟的毕业论文是solidworks的参数化设计，用VC开发，现在有些地方不明白，大哥们指点指点！留下QQ啊！]]></description>
            <category>SolidWorks二次开发</category>
            <author>liushaofeng007</author>
            <pubDate>Tue, 20 May 2008 02:05:48 +0000</pubDate>
        </item>
        <item>
            <title>solidworks中装配体遍历的问题</title>
            <link>https://t.icax.net/thread-5539-1-1.html</link>
            <description><![CDATA[solidworks中装配体遍历零件和子装配体，所得到的零件顺序与特征树的顺序不一致，请问有没有好的方法控制？多谢]]></description>
            <category>SolidWorks二次开发</category>
            <author>yang001001</author>
            <pubDate>Mon, 21 Apr 2008 13:45:32 +0000</pubDate>
        </item>
        <item>
            <title>VB+SW二次开发，访问特征后如何提取出变量？</title>
            <link>https://t.icax.net/thread-5521-1-1.html</link>
            <description><![CDATA[我想要选中一个直线和一个曲面，
为后续求取两者交点作准备。
但不知道如何正确提取直线和曲面等特征的变量指针。
在这个网站我看到了类似的例子：
https://www.wangchao.net.cn/bbsdetail_64989.html
 
它就是采用先访问特征（本例为一个拉伸实体特征），
bools ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>pinkfly</author>
            <pubDate>Fri, 11 Apr 2008 13:02:10 +0000</pubDate>
        </item>
        <item>
            <title>基于VB的SW二次开发，从txt中输入点</title>
            <link>https://t.icax.net/thread-5507-1-1.html</link>
            <description><![CDATA[我要从txt中读取点云数据的三维坐标值，并输入到SolidWorks中绘成点，
其中txt格式为多行，每行三个数字值，分别表示x，y和z坐标；
比如text3的内容如下（共12行）：
33.4391 -13.80677 -18.66343
33.1812 -13.80677 -18.89947
32.71694 -13.80677 -19.27025
32.4 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>pinkfly</author>
            <pubDate>Sun, 06 Apr 2008 06:14:35 +0000</pubDate>
        </item>
        <item>
            <title>solidworks二次开发</title>
            <link>https://t.icax.net/thread-5485-1-1.html</link>
            <description><![CDATA[各位大侠：
  我要用VB编写程序打开solidworks零部件，程序如下：
Option Explicit
Const filedir As String = \&quot;F:\\solidworks\\\&quot;
Dim WithEvents swapp As SldWorks.SldWorks
Dim WithEvents swmodel As SldWorks.ModelView
Private Sub cmdSldworks_Click()
  S ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>wxp510288</author>
            <pubDate>Mon, 17 Mar 2008 01:01:24 +0000</pubDate>
        </item>
        <item>
            <title>求助!各位高手们!关于SW2008的C++二次开发的问题.</title>
            <link>https://t.icax.net/thread-5477-1-1.html</link>
            <description><![CDATA[我用IGetCustomInfoNames去取零件图的所有自定义属性的名称,
API是status = ModelDoc-&gt;IGetCustomInfoNames( retval )
Output:    (BSTR*) retval                            Array of the custom property names 
Return: (HRESULT) status                        ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>zww2001001</author>
            <pubDate>Thu, 13 Mar 2008 03:04:45 +0000</pubDate>
        </item>
        <item>
            <title>&amp;lt;求助&amp;gt;关于sw螺纹联结标准零件库_论文</title>
            <link>https://t.icax.net/thread-5471-1-1.html</link>
            <description><![CDATA[以前论坛里有这个，当时没下载，现在没了
现在要写毕业论文，想参考一下，哪位老大以前下过的，麻烦再传一次，谢谢了]]></description>
            <category>SolidWorks二次开发</category>
            <author>Zguy</author>
            <pubDate>Sun, 09 Mar 2008 10:27:46 +0000</pubDate>
        </item>
        <item>
            <title>请问在solidworks中如何遍历指定的面?不是所有的面也不是某一种</title>
            <link>https://t.icax.net/thread-5451-1-1.html</link>
            <description><![CDATA[请问在solidworks中如何遍历指定的面?不是所有的面也不是某一种,就像下面这张图]]></description>
            <category>SolidWorks二次开发</category>
            <author>slayerran</author>
            <pubDate>Tue, 22 Jan 2008 08:12:21 +0000</pubDate>
        </item>
        <item>
            <title>[求助]如何更新删除solidworks组件的装配体呢？</title>
            <link>https://t.icax.net/thread-5446-1-1.html</link>
            <description><![CDATA[通过二次开发来实现的删除，删除是这个函数RemoveFromFeatureScope，函数返回为true的时候说明是删除成功了但是树上和图形区都没有更新，我已经调用了跟新的所有函数了但是还不行啊，请大侠帮忙了，含泪跪谢了。]]></description>
            <category>SolidWorks二次开发</category>
            <author>my_dear2002</author>
            <pubDate>Thu, 17 Jan 2008 02:16:53 +0000</pubDate>
        </item>
        <item>
            <title>集合起来开发一款SW的开源插件如何？</title>
            <link>https://t.icax.net/thread-5204-1-1.html</link>
            <description><![CDATA[现在SW在电子行业中的应用越来越广

很多朋友也许都遇到了这样的问题，空间的限制越来越小，我们不得不一遍遍检验电子器件的高度和相互之间的位置。

麻烦，相当的麻烦。

还好，现在已经有相应的软件来进行解决

SolidWorks IDF 3D Modeler 和CircuitWorks 都 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>geminilele</author>
            <pubDate>Tue, 31 Jul 2007 03:06:51 +0000</pubDate>
        </item>
        <item>
            <title>如何用vc6.0开发出solidworks的exe格式的插件</title>
            <link>https://t.icax.net/thread-5091-1-1.html</link>
            <description><![CDATA[因为需要，不能使用DLL格式的插件，好像solidworks可以生成exe的插件，但不知如何去做，不知有人懂相关的知识吗？还望不吝赐教。
PS:貌似这里讨论solidworks的二次开发很冷清，不知道哪儿还有更好的地方]]></description>
            <category>SolidWorks二次开发</category>
            <author>silenter</author>
            <pubDate>Tue, 22 May 2007 16:15:24 +0000</pubDate>
        </item>
        <item>
            <title>关于Solidworks展开长度的二次开发</title>
            <link>https://t.icax.net/thread-5024-1-1.html</link>
            <description><![CDATA[请教高手：

我打算在Solidworks中作一个二次开发，功能是将零件的展开长度读取到文件属性中，例如：零件为60x10mm的铜材，加工折弯成  L  形，成形后的零件必有展开长度，而我在文件的属性里有一栏为展开尺寸栏，需要填入该展长。因此，我想作一二次开发，能自动读取 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>dewey-xf</author>
            <pubDate>Wed, 04 Apr 2007 09:31:12 +0000</pubDate>
        </item>
        <item>
            <title>如何读取SolidWorks工程图的材料明细栏,急!</title>
            <link>https://t.icax.net/thread-4952-1-1.html</link>
            <description><![CDATA[如何读取SolidWorks 工程图的材料明细栏的内容.]]></description>
            <category>SolidWorks二次开发</category>
            <author>sunmz_wjxy</author>
            <pubDate>Wed, 07 Mar 2007 02:51:40 +0000</pubDate>
        </item>
        <item>
            <title>SolidWorks中,如何计算工程图对象的宽度?紧急!!</title>
            <link>https://t.icax.net/thread-4943-1-1.html</link>
            <description><![CDATA[我把SFSymbol用GetAnnotation转为了Annotation，但Annotation也没有相关属性。只用Note有一个GetExtent可以读取坐标，再计算宽度。 读取高度还算是比较方便的，但为什么Solidworks中，读取一个对象的宽度那么难呢？
请问如何使用GetExtent,它得出的值是什么坐标?如何使 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>sunmz_wjxy</author>
            <pubDate>Wed, 28 Feb 2007 06:59:48 +0000</pubDate>
        </item>
        <item>
            <title>solidworks二次开发时使用swdocumentmgr.dll遇到的问题</title>
            <link>https://t.icax.net/thread-4902-1-1.html</link>
            <description><![CDATA[我导入这个动态库以后，使用ISwDMClassFactory接口的方法GetAppliction(BSTR LicKey);不知道这个参数lickey是什么，是指安装时的CDKEY吗？我用了好像也会出错，请高人指教]]></description>
            <category>SolidWorks二次开发</category>
            <author>gradual</author>
            <pubDate>Thu, 25 Jan 2007 01:59:06 +0000</pubDate>
        </item>
        <item>
            <title>关于solidworks调用特征库的问题</title>
            <link>https://t.icax.net/thread-4896-1-1.html</link>
            <description><![CDATA[我现在想用程序实现对特征库的调用，就是把以前手动选择库特征的位置，并把它拖进窗口的操作改作用程序实现，然后再手动的选择所需的参考。通过宏录制发现，所用的函数主要就两个，一个是OpenDoc6(),一个是InsertLiberaryFeature(),但是在使用InsertLiberaryFeature（） ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>silenter</author>
            <pubDate>Sat, 20 Jan 2007 18:47:18 +0000</pubDate>
        </item>
        <item>
            <title>请问：Solidworks里如何通过二次开发获取点的坐标值</title>
            <link>https://t.icax.net/thread-4889-1-1.html</link>
            <description><![CDATA[比如，点的名称为 “点1@零件-1@装配体”，如何获得该点的坐标值。
其中，点不是事先用鼠标选中的，而是通过ID获得。]]></description>
            <category>SolidWorks二次开发</category>
            <author>surfling</author>
            <pubDate>Tue, 16 Jan 2007 07:25:28 +0000</pubDate>
        </item>
        <item>
            <title>为何solidworks中，调用assemblydoc的方法会异常？</title>
            <link>https://t.icax.net/thread-4843-1-1.html</link>
            <description><![CDATA[代码如下：
IModelDoc2Ptr pModelDoc = NULL;
m_pSldWorks-&gt;get_IActiveDoc2(&amp;pModelDoc);
IAssemblyDocPtr pAssembly = pModelDoc;
VARIANT varChildren;
varChildren.vt = VT_ARRAY|VT_DISPATCH;
varChildren.parray = NULL;
pAssembly-&gt;GetComponents(VARIANT ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>gradual</author>
            <pubDate>Tue, 12 Dec 2006 06:34:35 +0000</pubDate>
        </item>
        <item>
            <title>请教一个关于solidworks的eDrawing的问题</title>
            <link>https://t.icax.net/thread-4802-1-1.html</link>
            <description><![CDATA[本人现在用VC做二次开发，遇到一个问题想向各位高手请教一下。

       我现在想在一个对话框中实现对3D模型的预览，已经加载了eDrawings的ACTIVEX控件，把此控件拖放到对话框中，作为一个预览窗口，把这个窗口映射一个成员变量，然后调用openDoc()和CloseActiveDoc() ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>silenter</author>
            <pubDate>Tue, 28 Nov 2006 15:43:38 +0000</pubDate>
        </item>
        <item>
            <title>solidworks的问题求助 跪求阿</title>
            <link>https://t.icax.net/thread-4770-1-1.html</link>
            <description><![CDATA[我是做solidworks 二次开发的，初学者，请教一个问题。编译时提示swoptions.h这个文件找不到？
我用的是solidworks2006。。向导文件好像是2001版的。
我暂时没用atl模板作//
请告知，谢谢。]]></description>
            <category>SolidWorks二次开发</category>
            <author>kleven</author>
            <pubDate>Fri, 17 Nov 2006 10:59:45 +0000</pubDate>
        </item>
        <item>
            <title>solidworks二次开发文章</title>
            <link>https://t.icax.net/thread-4546-1-1.html</link>
            <description><![CDATA[好文章]]></description>
            <category>SolidWorks二次开发</category>
            <author>lxb75108</author>
            <pubDate>Mon, 07 Aug 2006 08:29:44 +0000</pubDate>
        </item>
        <item>
            <title>求购Solidworks二次开发的程序</title>
            <link>https://t.icax.net/thread-4462-1-1.html</link>
            <description><![CDATA[小第毕业设计做得一塌糊涂，没有什么进展，请高人帮助一下~
我的题目是：基于Solidworks的工程图形智能化公差标注，有没有人能帮一下哈，即使是简单一点的程序也行，只要过了，必重谢，最好7月2日前能寄过来~我邮箱是
QQ：274855464。手机号：13545910168]]></description>
            <category>SolidWorks二次开发</category>
            <author>sherry1860</author>
            <pubDate>Mon, 26 Jun 2006 02:51:03 +0000</pubDate>
        </item>
        <item>
            <title>Solidworks二次开发求助（关于配合关系获取）</title>
            <link>https://t.icax.net/thread-4435-1-1.html</link>
            <description><![CDATA[我在做solidworks二次开发时，碰到一个问题，遍历整个装配体时需要获取某个件下的配合关系（约束类型，配合特征等），在手册里没有发现类似功能说明，不知道这里有没有人做过这方面工作的，分享下经验。
如果没法获取与某个件相关的配合关系，能获取所有的配合关系也行 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>obana</author>
            <pubDate>Mon, 12 Jun 2006 04:29:16 +0000</pubDate>
        </item>
        <item>
            <title>请教xawit一个sw开发问题!!!</title>
            <link>https://t.icax.net/thread-4428-1-1.html</link>
            <description><![CDATA[我在装配体文件中插入了两个part,然后选中其中一个part,点击工具栏里的\&quot;零件旋转\&quot;,选择\&quot;三角形x , y ,z \&quot;,随便给一个角度,应用后part会旋转(第一个被插入的实体是固定的,需先将其\&quot;固定\&quot;属性改为\&quot;浮动\&quot;)一个角度

但是录出的宏如果运行的话,part并没有旋转,因为录出的 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>aicer</author>
            <pubDate>Fri, 09 Jun 2006 07:45:38 +0000</pubDate>
        </item>
        <item>
            <title>solidworks 二次开发困扰很久 的一个问题！！！！</title>
            <link>https://t.icax.net/thread-4424-1-1.html</link>
            <description><![CDATA[在装配体中插入了两个零件，点击其中一个零件零件，点击工具栏里的旋转零件，然后选择“由三角形x，y，z”，然后在三个输入框里任意输入三个角度，应用后，零件旋转。但是如果将这个操作录成宏，再执行，零件并没有旋转，因为打开宏可以看到语句是：
Part.RotateCompon ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>aicer</author>
            <pubDate>Thu, 08 Jun 2006 11:35:01 +0000</pubDate>
        </item>
        <item>
            <title>solidworks中动态创建树控件问题</title>
            <link>https://t.icax.net/thread-4419-1-1.html</link>
            <description><![CDATA[我写了一段代码想动态创建树控件，但是运行到    Root=pTreeCtrl.InsertItem(_T(\&quot;station 1\&quot;))时出现Assertion failed错误Afxcmn.inl line:242 ASSERT(IsWindow(m_wnd)),请帮忙看看，如何解决。

  谢谢了。

         CComBSTR ImageFile;
    CComPtr iModelView ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>DieDesigner</author>
            <pubDate>Wed, 07 Jun 2006 08:58:17 +0000</pubDate>
        </item>
        <item>
            <title>求助:solidwork中如何改变Sketch颜色?</title>
            <link>https://t.icax.net/thread-4404-1-1.html</link>
            <description><![CDATA[solidwork中用什么函数可以改变Sketch颜色?]]></description>
            <category>SolidWorks二次开发</category>
            <author>hua32000</author>
            <pubDate>Tue, 30 May 2006 04:23:32 +0000</pubDate>
        </item>
        <item>
            <title>求助：用VB调用solidworks遇到一个问题</title>
            <link>https://t.icax.net/thread-4378-1-1.html</link>
            <description><![CDATA[Private Sub Command1_Click()
Dim swApp As SldWorks.SldWorks
Dim Part As SldWorks.ModelDoc2
Dim boolstatus As Boolean
Dim longstatus As Long, longwarnings As Long
Set swApp = CreateObject(\&quot;sldworks.application\&quot;)
swApp.UserControl = True
Set Par ..]]></description>
            <category>SolidWorks二次开发</category>
            <author>howard2002</author>
            <pubDate>Mon, 22 May 2006 23:32:57 +0000</pubDate>
        </item>
        <item>
            <title>毕业设计做Solidworks VC++的链轮的二次开发，求助！！！</title>
            <link>https://t.icax.net/thread-4344-1-1.html</link>
            <description><![CDATA[如题，如果大家有相关资料或者什么指导意见的话，在这里先谢谢啦！！！
QQ：23063613  MSN：]]></description>
            <category>SolidWorks二次开发</category>
            <author>allanis</author>
            <pubDate>Sun, 14 May 2006 02:35:27 +0000</pubDate>
        </item>
        <item>
            <title>做SW开发的帮个忙，关于平面选择问题！！急</title>
            <link>https://t.icax.net/thread-4324-1-1.html</link>
            <description><![CDATA[最近在带一个本科生做毕设，关于solidworks二次开发的(VB)，现碰到一个问题，假如我已经在一个零件中定义好了几个面（也就是赋个名称），然后把零件加到装配体中，接着选择面，然后加约束。问题来了，怎么也得不到那几个面
我用的函数是SelectByID2，具体代码如下

 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>obana</author>
            <pubDate>Tue, 09 May 2006 08:40:22 +0000</pubDate>
        </item>
        <item>
            <title>求助solidworks插件问题,谢谢!!</title>
            <link>https://t.icax.net/thread-4316-1-1.html</link>
            <description><![CDATA[我是个新手,希望大家能帮助我，谢谢了!
我首先用MFC程序生成一个普通的对话框程序,实现了打开solidworks的功能,然后又用ATL模板生成一个dll文件,就是一个插件(实现solidworks中的一些功能的),然后我想在启动对话框程序的时候自动调用这个dll文件,应该怎么实现啊.谢谢了 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>mengyubest</author>
            <pubDate>Fri, 05 May 2006 09:16:47 +0000</pubDate>
        </item>
        <item>
            <title>请问solidworks两个齿轮或者蜗轮蜗杆可以实现动画吗？</title>
            <link>https://t.icax.net/thread-4308-1-1.html</link>
            <description><![CDATA[请问大家：两个齿轮实体，或者一个蜗轮和一个蜗杆实体，可以方便的实现动画吗？
用SolidWorks2004自带的Animator插件可以实现吗？
谢谢！]]></description>
            <category>SolidWorks二次开发</category>
            <author>johnny516</author>
            <pubDate>Sun, 30 Apr 2006 14:02:54 +0000</pubDate>
        </item>
        <item>
            <title>求助：如何得到SolidWorks文件的内部ID？</title>
            <link>https://t.icax.net/thread-4279-1-1.html</link>
            <description><![CDATA[每个SolidWorks文件都有自己的唯一内部ID，一直没有查到这方面的API函数，请问这个ID如何获取？


路过的兄弟能帮忙指点下吗？

先谢谢了]]></description>
            <category>SolidWorks二次开发</category>
            <author>qliao774</author>
            <pubDate>Mon, 24 Apr 2006 06:39:23 +0000</pubDate>
        </item>
        <item>
            <title>用VB开发Solidworks的界面问题</title>
            <link>https://t.icax.net/thread-4168-1-1.html</link>
            <description><![CDATA[用VB开发SW，有什么办法可以让SW在后台运行，但可以在VB界面显示零件图，并且可以缩放旋转零件图？]]></description>
            <category>SolidWorks二次开发</category>
            <author>iamyetom</author>
            <pubDate>Sat, 01 Apr 2006 07:01:32 +0000</pubDate>
        </item>
        <item>
            <title>[求助solidworks二次开发]关于InsertMoveCopyBody2</title>
            <link>https://t.icax.net/thread-4112-1-1.html</link>
            <description><![CDATA[我用sldworks宏录制了一段macro，大致操作是插入一个零件，然后零件沿y轴移动一定距离，录完宏然后执行，发现可以插入零件，但却没有移动到指定位置，也就是说InsertMoveCopyBody2所在的一行代码未执行，请那位大侠指点一下该怎么解决？

非常感谢～

附：

代码 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>xawit</author>
            <pubDate>Tue, 21 Mar 2006 08:30:34 +0000</pubDate>
        </item>
        <item>
            <title>求solidworks二次开发教程</title>
            <link>https://t.icax.net/thread-4030-1-1.html</link>
            <description><![CDATA[那位哥哥姐姐有solidworks二次开发教程阿，最好使用vb 进行开发的]]></description>
            <category>SolidWorks二次开发</category>
            <author>Hailey_79</author>
            <pubDate>Mon, 06 Mar 2006 01:32:09 +0000</pubDate>
        </item>
        <item>
            <title>用vb开发solidworks，怎样提取它的结构树</title>
            <link>https://t.icax.net/thread-4029-1-1.html</link>
            <description><![CDATA[需要用vb提取solidworks的结构树，那位高手给指点一下，最好有代码
多谢了]]></description>
            <category>SolidWorks二次开发</category>
            <author>Hailey_79</author>
            <pubDate>Mon, 06 Mar 2006 01:28:52 +0000</pubDate>
        </item>
        <item>
            <title>求助！请教有关solidworks参考平面的问题</title>
            <link>https://t.icax.net/thread-3954-1-1.html</link>
            <description><![CDATA[请问各位高手，斑竹：
        我最近需要用vb对solidworks进行二次开发，遇到一个问题，就是如何设定参考平面，参考平面的表达式是：retval=ModelDoc2::CreatePlaneFixed2(P1,P2,P3,usegloabal),帮助文件说P1,P2,P3是三维双精度（x,y,z）数组类型变量，我对这个说明不 ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>slayerran</author>
            <pubDate>Tue, 14 Feb 2006 11:32:57 +0000</pubDate>
        </item>
        <item>
            <title>各位老大怎么获得solidworks的材料明细表那</title>
            <link>https://t.icax.net/thread-3914-1-1.html</link>
            <description><![CDATA[各位老大怎么获得solidworks的材料明细表那，我在solidworks的api help中看到有许多概念也搞不清楚他们是什么关系，例如bomtable ，bomfeature ，BomTableAnnotation，请各位大侠多多指教，在线等候！！！]]></description>
            <category>SolidWorks二次开发</category>
            <author>tianmowang</author>
            <pubDate>Tue, 17 Jan 2006 01:56:45 +0000</pubDate>
        </item>
        <item>
            <title>求救！ 多谢！ 利用c#开发solidworks的材料或例子 我的邮箱是 wc20020618@163.com</title>
            <link>https://t.icax.net/thread-3859-1-1.html</link>
            <description><![CDATA[我见过很多关于solidworks二次开发的材料，但没有用c#，哪位大侠帮帮我。
我的邮箱是]]></description>
            <category>SolidWorks二次开发</category>
            <author>wc20020618</author>
            <pubDate>Sun, 25 Dec 2005 08:12:09 +0000</pubDate>
        </item>
        <item>
            <title>solidworks 二次开发问题，求助！！！</title>
            <link>https://t.icax.net/thread-3805-1-1.html</link>
            <description><![CDATA[小弟最近在用vb对solidworks进行二次开发，遇到一个对我来说很难的问题：如何把已经绘制并定义好的草图移动或复制到另一平面上？敬请各位大侠不吝赐教，小弟不胜感激涕零！十万火急！在此小弟先行谢过！！！]]></description>
            <category>SolidWorks二次开发</category>
            <author>slayerran</author>
            <pubDate>Sat, 10 Dec 2005 05:15:28 +0000</pubDate>
        </item>
        <item>
            <title>solidworks二次开发问题，大家看看</title>
            <link>https://t.icax.net/thread-3789-1-1.html</link>
            <description><![CDATA[https://www.simwe.com/forum/post/view?bid=22&amp;id=650815&amp;sty=1&amp;tpg=1&amp;age=0]]></description>
            <category>SolidWorks二次开发</category>
            <author>my_dear2002</author>
            <pubDate>Mon, 05 Dec 2005 03:36:26 +0000</pubDate>
        </item>
        <item>
            <title>求solidworks的Swizard.awx</title>
            <link>https://t.icax.net/thread-3716-1-1.html</link>
            <description><![CDATA[我正在学习用VC做solidworks的二次开发，找不到Swizard.awx，那位好心人帮帮我，先谢了！！我的邮箱：]]></description>
            <category>SolidWorks二次开发</category>
            <author>rdprdp</author>
            <pubDate>Thu, 17 Nov 2005 02:57:46 +0000</pubDate>
        </item>
        <item>
            <title>SolidWorks二次开发(VB) 螺纹联结标准零件库_程序</title>
            <link>https://t.icax.net/thread-3627-1-1.html</link>
            <description><![CDATA[SolidWorks二次开发(VB) 螺纹联结标准零件库_程序

我的毕业设计！！

EXE版本的，编译好了的，有一个人要的话，我就传上来，

还有菜单插件DLL版本的！！！

现已修复了第40块的问题！本人自己下载回来已经成功解压！

论文：https://t.icax.net/thread- ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>jmanlang</author>
            <pubDate>Fri, 28 Oct 2005 18:00:00 +0000</pubDate>
        </item>
        <item>
            <title>SolidWorks二次开发(VB) 螺纹联结标准零件库_论文</title>
            <link>https://t.icax.net/thread-3626-1-1.html</link>
            <description><![CDATA[VB开发的 螺纹联结标准零件库_论文


论文部分，要的自己看吧，

由于上传文件大小限制，只好分成5块了，要的就一一下载到同一目录解开就可以阅读了。

看完后，你要是还不会用VB开发数据库应用程序，用VB对SolidWorks进行二次开发的话，你骂我

程序：h ...]]></description>
            <category>SolidWorks二次开发</category>
            <author>jmanlang</author>
            <pubDate>Fri, 28 Oct 2005 17:36:02 +0000</pubDate>
        </item>
        <item>
            <title>请教关于SolidWorks二次开发的问题!</title>
            <link>https://t.icax.net/thread-3600-1-1.html</link>
            <description><![CDATA[想知道,能不能在SolidWorks中实现这样的功能:对于已经建立好的模型，将所有的孔都删除.希望各位大哥大姐不吝赐教!先谢过了!]]></description>
            <category>SolidWorks二次开发</category>
            <author>fangyiqin</author>
            <pubDate>Sat, 22 Oct 2005 05:54:13 +0000</pubDate>
        </item>
        <item>
            <title>为啥讨论SW二次开发的这么少？？</title>
            <link>https://t.icax.net/thread-3554-1-1.html</link>
            <description><![CDATA[唉，不知道大家都是怎么学的，能交流下，教教我这个菜鸟吗？QQ:65471927谢谢！]]></description>
            <category>SolidWorks二次开发</category>
            <author>mengyubest</author>
            <pubDate>Mon, 10 Oct 2005 12:27:12 +0000</pubDate>
        </item>
        <item>
            <title>【 SolidWorks 】vc++开发装配体的问题</title>
            <link>https://t.icax.net/thread-3553-1-1.html</link>
            <description><![CDATA[CComPtr pModelDocExten;
]]></description>
            <category>SolidWorks二次开发</category>
            <author>mengyubest</author>			
<enclosure url="/forum/   CComBSTR type2;
       VARIANT_BOOL retval;

    pModelDoc=NULL;
    m_iSldWorks->get_IActiveDoc2 (&pModelDoc);
    hres=pModelDoc->get_Extension (&pModelDocExten);
" length="if(hres!=S_OK||pModelDocExten ..." type="image/jpeg" />
            <pubDate>Mon, 10 Oct 2005 12:24:03 +0000</pubDate>
        </item>
        <item>
            <title>请教用VB和SW计算冲模压力中心？拜托</title>
            <link>https://t.icax.net/thread-3393-1-1.html</link>
            <description><![CDATA[请教用VB和SW计算冲模压力中心？拜托]]></description>
            <category>SolidWorks二次开发</category>
            <author>needhelp</author>
            <pubDate>Wed, 07 Sep 2005 03:15:32 +0000</pubDate>
        </item>
    </channel>
</rss>