几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量  


返回   几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 » 仿射空间:CAX软件开发(三)二次开发与程序设计 » CAD二次开发 » SolidWorks二次开发
用户名
密码
注册 帮助 会员 日历 银行 搜索 今日新帖 标记论坛为已读


回复
 
主题工具 搜索本主题 显示模式
旧 2009-04-13, 02:17 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】sheet metal api

sheet metal api
i am trying to create a macro within solidworks 2k8 sp3.0 that allows me to apply a base flange to a sketch. i recorded a macro of the steps and commented out one line to get some of the functionality i wanted. here is what it looks like:
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 main()
set swapp = application.sldworks
set part = swapp.activedoc
set selmgr = part.selectionmanager
part.shownamedview2 "*trimetric", 8
swapp.activedoc.activeview.framestate = 1
swapp.activedoc.activeview.framestate = 1
swapp.activedoc.activeview.framestate = 1
swapp.activedoc.activeview.framestate = 1
swapp.activedoc.activeview.framestate = 1
swapp.activedoc.activeview.framestate = 1
'part.closefamilytable
set custombendallowancedata = part.featuremanager.createcustombendallowance
custombendallowancedata.bendtablefile = "l:\library\solidworks bend tables\galvhr.xls"
part.featuremanager.insertsheetmetalbaseflange 0.00100584, 0, 0.00127, 0.254, 0.00254, 0, 6, 0, 1, custombendallowancedata, 0, 0, 0.0001, 0.0001, 0.5, 1
part.clearselection2 true
end sub
my question now is, how do i set the bend radius, thickness and direction for this base flange using my macro? api help says that the command should work like this:
retval = featuremanager.insertsheetmetalbaseflange ( thickness, thickendir, radius, extrudedist1, extrudedist2, flipextrudir, endcondition1, endcondition2, dirtouse, pcba, usedefaultrelief, relieftype, reliefwidth, reliefdepth, reliefratio, usereliefratio )
this is not right because when i just change the first number it messes with some other thickness, not material thickness.
any help would be much appreciated.
thanks
hi mark,
from the main menu in solidworks
/ help / api help
search tab
and enter: insertsheetmetalbaseflange
you will get a complete description of the command.
from that you will see that the third input parameter is the bend radius.
you can learn a lot by pasting any of the recorded commands in api help this way.
remember the parameter values you recorded are in solidworks internal units. (meters i think) you will have to convert your desired radius into those units.
~t
edited: 07/22/2008 at 08:34 pm by tom groff
quick
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)
回复


主题工具 搜索本主题
搜索本主题:

高级搜索
显示模式

发帖规则
不可以发表新主题
不可以回复主题
不可以上传附件
不可以编辑您的帖子

vB 代码开启
[IMG]代码开启
HTML代码关闭

相似的主题
主题 主题发起者 论坛 回复 最后发表
【转帖】inventor api yang686526 SolidWorks二次开发 0 2009-04-13 12:22 PM
【转帖】api hooks for new bom reorganization functionality yang686526 SolidWorks二次开发 0 2009-04-12 11:04 PM
【转帖】solidworks 2008 api book - released yang686526 SolidWorks二次开发 0 2009-04-12 07:38 PM
【转帖】外挂开发中的封包技术 huangyhg vc编程 0 2007-12-03 04:41 PM
【转帖】对于hook函数的一点认识 huangyhg vc编程 0 2007-03-27 11:53 AM


所有的时间均为北京时间。 现在的时间是 09:11 AM.


于2004年创办,几何尺寸与公差论坛"致力于产品几何量公差标准GD&T | GPS研究/CAD设计/CAM加工/CMM测量"。免责声明:论坛严禁发布色情反动言论及有关违反国家法律法规内容!情节严重者提供其IP,并配合相关部门进行严厉查处,若內容有涉及侵权,请立即联系我们QQ:44671734。注:此论坛须管理员验证方可发帖。
沪ICP备06057009号-2
更多