Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Guru's
I don't know if what I'm asking can be done but thoguht I'd ask anyway?
I have an assembly #1which has two jaws in it driven by a skeleton and layout. This assembly is used in 4 different top level assemblies where the jaws need to be in different positions (driven by layout). Is there a way I could write a relation or such like to say when assembly #1 is called up in the higher assembly toset parameter (the layout parameter which drives the jaw spacing) to X? so as automatically I can have 4 assemblies but with different jaw sizes?
I know I can do this with family tables and not use the skeleton but thats not the way we want it to work
I don't know if I've explained this well enough but hope you get the idea
cheers
Colin
I don't know if you're wanting the jaws to articulate open and close or not but I've used relations in assemblies before that control datum dimensions either to give motions to a slide or rotate around an axis. It's basically IF statements that give values so that each time you regen the values change and the parts/assemblies move. If you use connections instead of static constraints on the jaws I would think creating as many subsets of hinged datums as you need in your top level which have their own sets of relations to control them would work? There are examples to be found on here on the Users site for this, it's adapting what you find to your specific purposes that gets tricky...trial and error.