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!

Add Relations and parameters to Dimensions

Status
Not open for further replies.

NaWin55

Mechanical
Joined
Mar 21, 2020
Messages
98
Location
IN
Hi Everyone
Is there any way to add relations to dimensions of a sketch quickly using automation technique
What i want is select a dimension and add relation to it with other dimension so that if one dimensions parameter is changed the part should get updated according to different input of parameters
this can be done using KBE but any way in VBA automation

Thanks
 
Access dimensions' parameters with Parameters property and then use Part.Relations.CreateFormula to link them with a formula.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top