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

The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.

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).

 

ACCEPTED SOLUTION

Accepted Solutions
MartinHanak
24-Ruby III
(To:Rohan7)

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
MartinHanak
24-Ruby III
(To:Rohan7)

Hi,

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

top_plate_thickness_dimension = TOP_PLT_THK


Martin Hanák
Announcements


Top Tags