the shaunfather
New member
i have an assembly that i am working on that depends on user input to decide what parts to add. for ease of explanation, if the user chooses a certain feature to be included in the assembly, a large version of the part needs to be included. if they choose the small version, there needs to be one of two parts. is there away to allow them to chooselarge or small, then which of the two small parts they want to use? i don't know if an IF statement in the input area will work or not.