Saving an Assembly in Various Ways
The following table lists the effects of saving an assembly in various ways.
For this example, assume that these are the active documents:
Assembly document: | c: est\Assem1 |
Referenced part documents: |
c: est\PartA c: est\PartB (changed since the last save) |
Saved files | Active assembly after saving | Referenced File Locations | |
---|---|---|---|
Save |
c: est\Assem1 c: est\PartB |
c: est\Assem1 |
c: est\PartA c: est\PartB |
Save As c:\final\Assem2 |
c:\final\Assem2 c: est\PartB |
c:\final\Assem2 |
c: est\PartA c: est\PartB You can save the references with new
names
by selecting Include all referenced
components and adding a prefix or suffix to the
component name. If you change the names, the changes you make to
PartB appear only in the newly named reference part.
|
Save as copy and continue c:\final\Assem2 |
c:\final\Assem2 c: est\PartB |
c: est\Assem1 |
c: est\PartA c: est\PartB You can save the references with new
names
by selecting Include all referenced
components and adding a prefix or suffix to the
component name. If you change the names, the changes you make to
PartB appear only in the newly named reference part.
|
Save as copy and open c:\final\Assem2 |
c:\final\Assem2 c: est\PartB |
c:\final\Assem2 is active, and c: est\Assem1 remains open |
c: est\PartA c: est\PartB You can save the references with new
names
by selecting Include all referenced
components and adding a prefix or suffix to the
component name. If you change the names, the changes you make to
PartB appear only in the newly named reference part.
|
Find References, then Copy files to c:\final |
c:\final\PartA c:\final\PartB |
c: est\Assem1 |
c: est\PartA c: est\PartB You can save the references with new
names
by
adding a prefix or suffix to the component name. If you change the
names, the changes you make to PartB appear only in the newly named
reference part.
|