zsolt
Guest
Hello.
my name is zsolt and sn new in this forum. I am 24 years old and work for a company that produces plants for aviculture. I have come here to ask you for help on a matter that worries me for a long time.
I have created a global ilogic module in inventor that using external rules and relying on an external excel file, compile different fields of iproperties automatically by clicking a button of this form. works perfectly, in single parts *.ipt. My problem is as follows:
I would like to make a form that also works for the assemblies and that automatically went to compile all the properties of the individual pieces present in a set. I do not know however how it would behave with the parts of the library, because those iproperties have already compiled them, so they would be excluded, or we can rename them and then they will not be saved!? ! ?
I hope some of you can help me out. Meanwhile I place you but external rule that compiles the iproperties of a single part, in practice I would like this to be repeated for each part of the whole (-freedom? ? ):
my name is zsolt and sn new in this forum. I am 24 years old and work for a company that produces plants for aviculture. I have come here to ask you for help on a matter that worries me for a long time.
I have created a global ilogic module in inventor that using external rules and relying on an external excel file, compile different fields of iproperties automatically by clicking a button of this form. works perfectly, in single parts *.ipt. My problem is as follows:
I would like to make a form that also works for the assemblies and that automatically went to compile all the properties of the individual pieces present in a set. I do not know however how it would behave with the parts of the library, because those iproperties have already compiled them, so they would be excluded, or we can rename them and then they will not be saved!? ! ?
I hope some of you can help me out. Meanwhile I place you but external rule that compiles the iproperties of a single part, in practice I would like this to be repeated for each part of the whole (-freedom? ? ):
i = goexcel.findrow("z:\disegni_inventor\descrizioni.xlsx", "valli_articoli-e-traduzioni", "code article", "=", iproperties.value ("project", "part number")
iproperties.value ("project", "description") = goexcel.currentrowvalue("descr. Article")
iproperties.value ("custom", "descr. agg. ita") = goexcel.currentrowvalue("descr.agg. Article")
iproperties.value ("project", "project") = goexcel.currentrowvalue("group membership")
iproperties.value ("custom", "English description") = goexcel.currentrowvalue("descr.transduced")
iproperties.value ("custom", "descr. agg. eng") = goexcel.currentrowvalue("descr.agg.transduced")