Hello everyone,
Facing a similar issue with regular parts supposed to be skeleton parts I tried
both methods mentioned above (Fhlf71 and denisvragolan).
Denisvragolan's method could lead to loss of references, e. g. for dimensions in
drawings, because you insert a new
(different) part[/b] in the assembly and then replace it with the old one. This
means that the part gets a new internal ID[/b].
The better method is one based on the method proposed by Fhlf7. This is what I
did:
* open the assembly which contains the regular part that should be a skeleton
part (exemplary name "PART2SKEL.PRT".
* Menu: 'Insert' > 'Component' > 'Create'. Then choose 'skeleton model' and name it e. g. "TEMP.PRT".
In the next dialog choose 'copy from existing' and choose "PART2SKEL.PRT".
* Save the single part "TEMP.PRT" to disk, close the assembly without
saving and erase everything from memory.
* On your disk, rename the "TEMP.PRT" to "PART2SKEL.PRT".
* Now reopen the assembly. The original part is replaced[/b] by the new skeleton part. To Pro/E however, the internal ID[/b] of he part[/b] is the same[/b], because
Pro/E now treats the file like a new version of the same part.
* Now reorder the assembly components and if necessary update their placement references
so that the skeleton(s) are nicely ordered at the top of the model tree (as
should always be the case).
Now all references are still intact and also the drawing regenerates without
loss of references
.