transfer command
transfer command
(OP)
hello
I have a big assembly and i want to use some of it's sub-assemblies to a new one without changing the structure of original one.
I thought i might use the transfer command from assembly environment. someone can give me some details about this command?
A good day everyone
I have a big assembly and i want to use some of it's sub-assemblies to a new one without changing the structure of original one.
I thought i might use the transfer command from assembly environment. someone can give me some details about this command?
A good day everyone





RE: transfer command
You could create your new assembly by copying the old one and making changes if they're similar enough.
Transfer actually moves the components of the assy you do it on to another assy as I recall, not what it sounds like you're trying to do.
KENAT, probably the least qualified checker you'll ever meet...
RE: transfer command
Say you want to 'copy' sub-assemblies X,Y & Z from assembly A into assembly B.
Copy assembly A as assembly C, attach C to B and THEN use the transfer command. Finally delete assembly C from B and from the system.
bc.
2.4GHz Core2 Quad, 4GB RAM,
Quadro FX4600.
RE: transfer command
thank you for your answers . so basically i find no real use for this command .
a happy day for everybody.
RE: transfer command
In my post I should have said "THEN use the transfer command to move the parts from C to B".
It's real use is for re-structuring an assembly.
Remember that it does exactly what it's name says - it TRANSFERS ie. MOVES models from one assembly to another.
It does NOT copy.
Alternatively just copy your original assembly as Kenat suggested, and delete the unwanted parts.
bc.
2.4GHz Core2 Quad, 4GB RAM,
Quadro FX4600.
RE: transfer command
Last year they saved me a bunch of hours when we had to completely re-structure several assemblies.
KENAT, probably the least qualified checker you'll ever meet...
RE: transfer command
To get round this problem I've done copies of the subs called -1,-2 etc and substituted them for the original sub-assys. You can then transfer parts from each without affecting the overall part count.
The disperse command only moves parts from lower level to a higher level but I'm not sure if it affects all instances of a sub-assy if the sub-assy occurrs several times.
That's one to try out.
bc.
2.4GHz Core2 Quad, 4GB RAM,
Quadro FX4600.
RE: transfer command
A good day everyone.