Hi all,
I would like to do something in WildFire 1.0, but I fear that this is impossible.
Suppose I have an assembly called 'Main_Assy'.
This assembly has 3 parts and 2 subassemblies.
The subassemblies also have multiple parts.
It could look something like this:
Main_assy
|--Sub_assy1
| |--sub1_part1
| |--sub1_part2
|--part1
|--part2
|--part3
|--Sub_assy2
|--sub2_part1
|--sub2_part2
Is there a way to achieve the following in a (relatively) simple matter?
I would like to move the parts in the subassemblies directly into the main assembly.
This way, I can get rid of the subassemblies.
The main assembly would only have parts like this:
Main_assy
|--sub1_part1
|--sub1_part2
|--part1
|--part2
|--part3
|--sub2_part1
|--sub2_part2
Of course, my real assembly is much more complicated than this, so if I could do this in a simple way, it would save me much time.
Kind regards
Eddy
I would like to do something in WildFire 1.0, but I fear that this is impossible.
Suppose I have an assembly called 'Main_Assy'.
This assembly has 3 parts and 2 subassemblies.
The subassemblies also have multiple parts.
It could look something like this:
Main_assy
|--Sub_assy1
| |--sub1_part1
| |--sub1_part2
|--part1
|--part2
|--part3
|--Sub_assy2
|--sub2_part1
|--sub2_part2
Is there a way to achieve the following in a (relatively) simple matter?
I would like to move the parts in the subassemblies directly into the main assembly.
This way, I can get rid of the subassemblies.
The main assembly would only have parts like this:
Main_assy
|--sub1_part1
|--sub1_part2
|--part1
|--part2
|--part3
|--sub2_part1
|--sub2_part2
Of course, my real assembly is much more complicated than this, so if I could do this in a simple way, it would save me much time.
Kind regards
Eddy