Family Table Transforming the generic into an instance
Is there a way to transform the generic part into an instance and replace the generic element for a new element?
For example:
I have a case of a family table witches one the generic element is a part of an assembly.
The problem is, when I want to change any instance of this family table, it is mandatory to change the generic element too, and it forces me to create a new revision of the this generic...
What I'm trying to do is transforming the "actual generic" into an instance.
If that generic became an instance I wouldn't need to change the "generics" revision anymore, because I would have a new generic element ruling the family.
That would allow me to edit other instances by creating another version of the new "new generic".
Thanks.

