Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

Relation

Status
Not open for further replies.

Santa123

Mechanical
Oct 2, 2006
80
0
0
PL
Hi,

I created relation:

Code:
 Dim MassString As String
 MassString = "volume(Extract_For_Volume_Measure\Extract.1 )*7860 * 1kg_m3"

 MyParameterMasaForumla = MyPart.Relations.CreateFormula("FormulaMass", " ", MyProduct.UserRefProperties.Item("Mass"), MassString )

when I change my Part dimensions, Reaction do not update automatically.

Regards
 
Replies continue below

Recommended for you

Hi Santa123

I did something similar a little while ago.
I wrote the formula using the PartBody as the Object which then automatically
updates when you change size and shape

Look at thread560-474598
 
Status
Not open for further replies.
Back
Top