coyote_x
Guest
hi to everyone, it's been a long time since I didn't show up around here, I started dating this forum a few years ago but then ( Luckily) the job gave me a lot to do and left me little time to read and intervene.
I write to ask who is more experienced than me if you can succeed in doing something like this, maybe it can be useful to someone else too:
we put that I have a generic set with various components, including a hypothetical component "vite.prt";
the aforementioned set contains a family table with 2 instances, in the first instance "vite.prt" is resumed, in the second is suppressed;
the axieme and its instances contain a presence_vite parameter, I need this parameter to have value if "vite.prt" is resumed, no if it is suppressed;
is it possible to write a relationship that can guide the presence_vite parameter depending on whether "vite.prt" is present or not?
I thought of something like this (the syntax is definitely wrong, it's just to make you understand):
if vine.prt = true
♪
presence_vite=yes
endif
if vine.prt = false
♪
presence_vite=no
endif
or may be the opposite, i.e. when changing the parameter the component could be resumed if yes, deleted if not.
on this type of approach I found on the net several pages, especially in many use pro\program to manage product configurations.
Of course I can't use it, not having the assembly license!
what I want to achieve is a parameter that gives me indication of the presence or not of a component in the various instances of assemblies, and then can publish it in a repeat region with &asm_mbr_user_defined.
Is it possible for you to succeed?
I write to ask who is more experienced than me if you can succeed in doing something like this, maybe it can be useful to someone else too:
we put that I have a generic set with various components, including a hypothetical component "vite.prt";
the aforementioned set contains a family table with 2 instances, in the first instance "vite.prt" is resumed, in the second is suppressed;
the axieme and its instances contain a presence_vite parameter, I need this parameter to have value if "vite.prt" is resumed, no if it is suppressed;
is it possible to write a relationship that can guide the presence_vite parameter depending on whether "vite.prt" is present or not?
I thought of something like this (the syntax is definitely wrong, it's just to make you understand):
if vine.prt = true
♪
presence_vite=yes
endif
if vine.prt = false
♪
presence_vite=no
endif
or may be the opposite, i.e. when changing the parameter the component could be resumed if yes, deleted if not.
on this type of approach I found on the net several pages, especially in many use pro\program to manage product configurations.
Of course I can't use it, not having the assembly license!
what I want to achieve is a parameter that gives me indication of the presence or not of a component in the various instances of assemblies, and then can publish it in a repeat region with &asm_mbr_user_defined.
Is it possible for you to succeed?