几何尺寸与公差论坛

 找回密码
 注册
查看: 922|回复: 0

【转帖】equation question

[复制链接]
发表于 2009-4-13 10:43:02 | 显示全部楼层 |阅读模式
equation question
is there a way in the part's equation to make an equation that will pick one or the other dimension based on the biggest one?
im trying to make equations that will auto create my blank size for me and we put the shortest one first, so if we edit the part then what if d1@sketch1 becomes the longest one?
so far after trying everything all i can get is "the syntax of this equation is incorrect"
i have tried a lot of different texts to make the equation so i dont know what i could be doing wrong, thanks a bunch everyone
just trying to figure it all out
chris,
i don't think so. you could consider using excel functionality in a design table instead. excel can do it.
jorn bjarning
cswp
cad & plm consultant
sw2008 sp5 / sw2009 sp2
you could use an iif statement.. iif(dim1 > dim2,var1 = dim1,var1 = dim2)
now thats a bit archaic, but it should get the point across..
sw2009 sp3.0
pentium d 840-3.2 ghz
4gb ddr2 667
ati firegl v5600 - driver ver. 8.440.0.0
winxp pro 32bit
an understanding that without any understanding, we would all be misunderstood..
i know that dim1 and var1 are generic terms
dim1 is "d1@sketch1" in solidworks
but i still get an invalid equation, what do i put in for var1?
just trying to figure it all out
throw your equation here.. i'll see if i can get it to work..
sw2009 sp3.0
pentium d 840-3.2 ghz
4gb ddr2 667
ati firegl v5600 - driver ver. 8.440.0.0
winxp pro 32bit
an understanding that without any understanding, we would all be misunderstood..
blah = (iif("d1@sketch6" > "<A href="mailto:d2@sketch6",var1">d2@sketch6",var1 = "<A href="mailto:d1@sketch6",var1">d1@sketch6",var1 = "d2@sketch6")
just trying to figure it all out
ok, so i'm guessing that blah is your variable for your blank, and you just need the biggest size of the two dims?
blah = iff(d1@sketch6 > d2@sketch6,d1sketch6,d2@sketch6)
add quotes where needed..
sw2009 sp3.0
pentium d 840-3.2 ghz
4gb ddr2 667
ati firegl v5600 - driver ver. 8.440.0.0
winxp pro 32bit
an understanding that without any understanding, we would all be misunderstood..
edited: 09/17/2008 at 09:08 am by tom nicholson
blah = (iif("d1@sketch6" > "<A href="mailto:d2@sketch6",var1">d2@sketch6",var1 = "<A href="mailto:d1@sketch6",var1">d1@sketch6",var1 = "d2@sketch6")
blah was just a generic name i was giving the equation im still trying to start this whole blank size bom system for our sheet metal parts so i dont have a full name for it yet that will go to the titleblock in the drawing
maybe im not as good as i thought (i have mdb history) but where do i put the quotes in that equation because its just not working wherever i put them
i know this is getting close though and im sure it will work for me as soon as i figure out those little things
thanks a bunch tom
just trying to figure it all out
this is just for an equation in your part, or this is for a macro?
sw2009 sp3.0
pentium d 840-3.2 ghz
4gb ddr2 667
ati firegl v5600 - driver ver. 8.440.0.0
winxp pro 32bit
an understanding that without any understanding, we would all be misunderstood..
just for an equation in my part to put into the file's properties and then carry over to the bom in the drawing
just trying to figure it all out
here is an equation driven sketch using an iff statement.. the equation is
"d3@sketch1" = iif("d1@sketch1" > "d2@sketch1", "d1@sketch1" / 2, "d2@sketch1" / 2)
hth..
sw2009 sp3.0
pentium d 840-3.2 ghz
4gb ddr2 667
ati firegl v5600 - driver ver. 8.440.0.0
winxp pro 32bit
an understanding that without any understanding, we would all be misunderstood..
click for full image
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|几何尺寸与公差论坛

GMT+8, 2024-12-24 02:35 , Processed in 0.037904 second(s), 19 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表