Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hi all,
any idea how to create drawing with different/translated value of parameter in drw table?
Ex. Having “PART_TYPE as string parameter I would like to have “wheel” for English customer, and “rad” for German. Is wiritng if/else relations the only option??
I would like to achieve samething similar to cogars.cz (ADTL) solution.
Thx in advance for all tips.
Hi,
using default Creo functionality you can do following.
1.] in model ... create parameter groups, eg. PARAM_EN, PARAM_GER
2.] in drawing ... create duplicate overlapping items (one for English second for German)
3.] in drawing ... create drawing parameter for language switching, eg. DRW_LANG (values ... en, ger)
4.] in drawing ... define drawing program which displayes/hides duplicate overlapping items according to DRW_LANG current value
Note:
The above mentioned procedure is time consuming.
hi Martin,
thx for your tip.
I did it in a different way:
1) for *.prt: restricted val parameters with table that contains values in all language (en -> Wheel, pl -> kolo, ge -> rad);
2) *.frm files for all regions/languages
3) main *.drw ex. en
4) next drw (ex. ge) with specific *.frm and with overlay for views
all works as I expected ( also with Windchill) 🙂