![]() |
![]() |
![]() |
DA_MAT_ASSIGN allows assignment of a specific material to a part.
*2* - only if value of :DA_TABLE is :DB_TABLE
*7* - only if value of :DA_TABLE is :PREF_TABLE or :ACT_TABLE or :DB_TABLE
*8* - only if value of :DA_TABLE is :ASSIGNED
-->DA_MAT_ASSIGN----+
|
+-------------------+
|
+---+--+--(:STUDY)----------(SELECT S_FERRUM_STUDY)-----------------+-->
| | |
| +--(:DA_OWNER)-------|part|----------------------------------+
| | |
| +--(:NAME)-----------|string|--------------------------------+
| | |
| +--(:DA_TABLE)----+--(:PREF_TABLE)--+------------------------+
| | | | |
| | +--(:ACT_TABLE)---+ |
^ | | | |
| | +--(:DB_TABLE)----+ |
| | | | |
| | +--(:ASSIGNED)----+ |
| | |
| +--(:DA_DB)------------|string|-----------------------(*2*)--+
| | |
| +--(:DA_MATERIAL)------|string|-----------------------(*7*)--+
| | |
| +--(:DA_ASSIGNED_MAT)--|SELECTION S_FERRUM_MATERIAL|--(*8*)--+
| |
+-------<-----------<----------<---------<-----------<----------+
:STUDY - specifies the associated study for the material assignment.
:DA_OWNER - specifies the name of the associated part.
:DA_TABLE - enables specification of the source materials list.
:PREF_TABLE - selects the Preferred Materials List as the source materials list.
:ACT_TABLE - selects the Session Materials List as the source materials list.
:DB_TABLE - selects a database as the source materials list.
:ASSIGNED - selects a material that is used in another study.
:DA_DB - enables selection of a source database file when :DB_TABLE is active.
:DA_MATERIAL - specifies the material to assign to the selected part.
:DA_ASSIGNED_MAT - specifies a material that is used in another study.
All input strings must be enclosed by double quotes (" ").
![]() |
![]() |
![]() |