Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

Relation

Status
Not open for further replies.

Santa123

Mechanical
Joined
Oct 2, 2006
Messages
80
Location
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
 
Try activating "Global update" checkbox in formula's properties.
 
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.

Part and Inventory Search

Sponsor

Back
Top