Luis,
- put all needed materials into your part (eg. BRONZE, BRASS)
- define parameter that you will use to switch materials (eg. A)
- setup relation (see below)
if a=="bronze"
PTC_MATERIAL_NAME="BRONZE"
else
PTC_MATERIAL_NAME="BRASS"
endif
Martin Hanak