Smart Assembly question
It is possible to get alle relations in a component of an assemble with this command:
GET_RELATIONS COMP_FEAT arrayOrigRelations
Now, because we have a piece of code that can be used for several different parts, we are trying to put this piece of code in a sub-tab file.
Everything works more or less, but COMP_FEAT is not known in this sub-tab.
How do I get these relations from within a sub-tab file?
We also want to remove relations from within this sub-tab.
The same problem here: REMOVE_FEATURE_RELATION COMP_FEAT --> comp_feat is an unknown parameter.
alternative (and better) solution would be the possibility to manually remove all component-relations from the current IDENT.
This is what we try to do with this piece of code.
Does this command exist?

