Command Syntax
- Last UpdatedDec 12, 2022
- 2 minute read
The Design Reuse functionality can be accessed from three different commands, MCEXP for export operations, MCIMP for import operations and MCCONF for user configuration.
MCEXP
|
ADD |
Add element as Transfer Item to selection for export. |
|
ADD REF |
Add referred elements as Transfer Items to selection for export. |
|
REMOVE |
Remove Transfer Item from current export selection. |
|
LIST |
List current selection of Transfer Items for export. |
|
EXP |
Export to specified Transfer Set. If the file path specified not is complete, default folder for Transfer Set is used (see General Settings file). |
MCIMP
|
OPEN |
Open specified a Transfer Set. If the file path specified is not complete, default folder for Transfer Set is used (see General Settings File). |
|
EXCLUDE |
Exclude a Transfer Item from being imported even though in Transfer Set. |
|
INCLUDE |
Bring back in an excluded Transfer Item for import. |
|
SHOW |
Show Transfer Items for import. |
|
IMP |
Import Transfer Items. |
Typical scenario for export is:
|
> MCEXP ADD CE |
//add current element to selection for export. |
|
> MCEXP ADD REF ALL |
//add all referred elements based on current export selection. |
|
> MCEXP LIST |
//show current export selection. |
|
> MCEXP EXP /MyTSet |
//export MyTSet to default folder (according to settings). |
|
>MCEXP EXP /c:\temp\ MyTransferSet |
//export MyTSet to c:\temp\. |
Typical scenario for import is:
|
> MCIMP OPEN /MyTSet |
//open MyTSet from default folder (according to settings). |
|
> MCIMP SHOW |
//show contents of opened Transfer Set. |
|
> MCIMP EXCLUDE <text> |
//exclude a Transfer Item from being imported. |
|
> MCIMP IMP |
//import the opened Transfer Set. |
>- MCEXP -+- REMOVE ------'
| |
|- ADD -+- REF -+- ALL ------'
| | | |
| '-------| |
| | |
|- CON ---------'- <selele> -|
| |
|- LIST ---------------------|
| |
|- EXP ---- filename --------'-->
>- MCIMP -+- OPEN --- filename ----'
| |
|- EXCLUDE --' |
| | |
|- INCLUDE --'- text ----|
| |
|- SHOW -----------------|
| |
|- IMP ------------------'-->
>- MCCONF - RESET -->