Using a from in and Assembly to Edit 3 parts using the same variables

Using a from in and Assembly to Edit 3 parts using the same variables

JamesMeBoi
Enthusiast Enthusiast
414 Views
2 Replies
Message 1 of 3

Using a from in and Assembly to Edit 3 parts using the same variables

JamesMeBoi
Enthusiast
Enthusiast

I'm looking to create a form that will edit 3 Part that all use the same Dimensions and Parameters names between the three of them. This will take place in an Assembly file with a form that will adjust the size of 2 seal plates and a seal in between. All 3 parts are drawn the same way and have the same parameter names, Is there a function for me to be able to put in any variable in the assembly and it effect all 3 parts.

Accepted solutions (1)
415 Views
2 Replies
Replies (2)
Message 2 of 3

JelteDeJong
Mentor
Mentor
Accepted solution

you could use a rule that looks similar to this:

Parameter("test") = 2
Parameter("Part1:1", "test") = 2
Parameter("Part2:1", "test") = 2
Parameter("Part3:1", "test") = 2

 this rule will set parameter "test" in the assembly and occurrences "Part1:1", "Part2:1" and "Part3:1" to 2.

Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Blog: hjalte.nl - github.com

Message 3 of 3

Stakin
Collaborator
Collaborator

@JamesMeBoi wrote:

I'm looking to create a form that will edit 3 Part that all use the same Dimensions and Parameters names between the three of them. This will take place in an Assembly file with a form that will adjust the size of 2 seal plates and a seal in between. All 3 parts are drawn the same way and have the same parameter names, Is there a function for me to be able to put in any variable in the assembly and it effect all 3 parts.




This problem can be solve by different ways.

1、attach a excel table with parameter your wanted in asm,and link the parameter to the three parts

2、Or create userparameter as you want in asm,and link  the parameter to the three parts

3、Or create two ipart file,one for seal plate,one for seal ring,and link the parameter together

4、Or Create one part with the Parameter, then link the asm  and other two parts together

 

the way of the parameter link, You can reference my post:

Link parameter from one part to another part - Page 4 - Autodesk Community - Inventor