几何尺寸与公差论坛------致力于产品几何量公差标准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, 09:07 AM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】attribute error

attribute error
i get this error and i don't know how to resolved it :
line: set swatt = swent.findattribute(swattdef, i)
error : object variable or with block variable not set (error 91)
here is my code :
private sub mainnew()
const attdefname as string = "description"
const attlendimname as string = "pl_description"
const attlenvaluename as string = "pl_description_value"
dim swapp as sldworks.sldworks
dim swmodel as sldworks.modeldoc2
dim gopart as object
dim goconfig as object
dim swselmgr as sldworks.selectionmgr
dim swent as sldworks.entity
dim swattdef as sldworks.attributedef
dim swatt as sldworks.attribute
dim swparamname as sldworks.parameter
dim swparamvalue as sldworks.parameter
dim i as long
dim bret as boolean
set swapp = createobject("sldworks.application")
set swmodel = swapp.activedoc
set gopart = swapp.activedoc
set goconfig = gopart.getactiveconfiguration
set swselmgr = swmodel.selectionmanager
set swent = swselmgr.getselectedobject6(-1, 0)
set swattdef = swapp.defineattribute(attdefname)
bret = swattdef.addparameter(attlendimname, swparamtypestring, 0#, 0)
bret = swattdef.addparameter(attlenvaluename, swparamtypestring, 0#, 0)
bret = swattdef.register
' limit search for instances because an attribute
' on the entity may not exist
while swatt is nothing and i < 300
set swatt = swent.findattribute(swattdef, i)
i = i + 1
wend
debug.print "file = " & swmodel.getpathname
if not swatt is nothing then
if false = swatt.getentitystate(swisentityinvalid) and _
false = swatt.getentitystate(swisentitysuppressed) and _
false = swatt.getentitystate(swisentityambiguous) and _
false = swatt.getentitystate(swisentitydeleted) then
set swparamname = swatt.getparameter(attlendimname)
set swparamvalue = swatt.getparameter(attlenvaluename)
debug.print " " & attdefname & "(" & i - 1 & ") = " & swatt.getname
debug.print " name = " & swparamname.getstringvalue
debug.print " value = " & swparamvalue.getdoublevalue
else
debug.print " attribute retrieved but problems exist."
end if
else
debug.print " attribute not retrieved."
end if
end sub
steph
hey steph,
the reason you get the error is because your entity object is not set i.e. is equal to nothing.
the reason for that is that you have an index of -1 on your getselectedobject6 function call. index should be between 1 to selectionmgr::getselectedobjectcount2.
i suspect if you change that the error will go.
cheers,
--stav.
in this world i am nobody...
and nobody is perfect !!!
---------
solidworks office 2008 sp4.0
dell precision pws390
nvidia quadro fx 3450/4000 sdi
i have try :
set swent = swselmgr.getselectedobject5(1)
swent = nothing (always)
same error.
steph
edited: 05/07/2008 at 10:26 am by stephane demers
ok, what are you trying to select?
is it a feature, component?
try this:
dim feat as sldworks.feature
set feat = swselmgr.getselectedobject6(1,-1)
set swent = feat.getspecificfeature2
cheers,
--stav.
in this world i am nobody...
and nobody is perfect !!!
---------
solidworks office 2008 sp4.0
dell precision pws390
nvidia quadro fx 3450/4000 sdi
i open a part or an assembly and i would like to set an attribute. to this part or assembly. (that part of my macro seem to works)
after, i have another macro where i would like to get that attribute (that doesn't work).
i have nothing selected, just my part open.
steph
edited: 05/07/2008 at 11:30 am by stephane demers
originally posted by: stephane demers
i have nothing selected, just my part open.
thas why it fails. the getselectedobject6 function is retrieving the selected object. if nothing is selected the result of that function call will be nothing.
you need to either select your attribute or create the code that will do that for you.
--stav.
in this world i am nobody...
and nobody is perfect !!!
---------
solidworks office 2008 sp4.0
dell precision pws390
nvidia quadro fx 3450/4000 sdi
quick
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)
 


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

高级搜索
显示模式

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

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

相似的主题
主题 主题发起者 论坛 回复 最后发表
【转帖】macro to update dimension has an error message yang686526 SolidWorks二次开发 0 2009-04-12 06:56 PM
OpenCSG-1.0.2 sample yogy vc编程 2 2007-07-22 04:43 PM


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


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