cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

Pro/PROGRAM

Rohan7
11-Garnet

Pro/PROGRAM

Hello community! I am trying to auto generate a pedestal assembly. My question is in assembly mode is it possible to change a component's dimension included in the assembly. I have entered a code like following:

TOP_PLATE_PEDESTAL YES_NO
"Does the pedestal have top plate?:"
IF (TOP_PLATE_PEDESTAL == YES)
TOP_PLT_THK NUMBER
"Enter the top plate dimension:"
END IF

What change should I make to the code so I can vary the thickness of the top plate? (here thk is thickness).

 

1 ACCEPTED SOLUTION

Accepted Solutions

Hi,

you can define assembly relation, which assigns parameter value to appropriate dimension:

top_plate_thickness_dimension = TOP_PLT_THK


Martin Hanák

View solution in original post

1 REPLY 1

Hi,

you can define assembly relation, which assigns parameter value to appropriate dimension:

top_plate_thickness_dimension = TOP_PLT_THK


Martin Hanák
Top Tags