Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

generative sheet metal

Status
Not open for further replies.

JeniaL

Mechanical
Jun 3, 2014
547
IL
hi
i would like to create sheet metal parameters based on material which can be chosen from table. for each thickness and type of material
i want to assign minimum bend radius and k-factor. catia contains a formula which based on material thickness and bend radius however it's not based on material type.
how this table should look? i cant find any example over the Internet.

 
Replies continue below

Recommended for you

Hi,

Indeed, formula for k factor is = log(min(100,max(20*`Sheet Metal Parameter.1\Bend Radius`,`Sheet Metal Parameter.1\Thickness`)/`Sheet Metal Parameter.1\Thickness`))/log(100)/2

If you want to assign your own Kfactor I believe you need first to delete this formula. Then you can input all the values. Example bellow.


selection1.Search " ..Name='Sheet Metal Parameter*'"
Dim selection5 As Selection
Set selection5 = partDocument1.Selection
selection5.Search "Name=Bend Radius,sel"
Set mySelection5 = selection5.Item(1).Value

MsgBox "Current value is: " & mySelection5.Value

mySelection5.Value = 5

MsgBox "New value is: " & mySelection5.Value

I'm curious about how your table, Google shows me this for example or you can use this

Regards
Fernando

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Top