What @blandb said is correct, and I'll expand a little on what he said.
@Anonymous wrote:
Creating a plane to accomplish this certainly works in the ways your replies have described but I find I run into a similar problem as Inventor does not allow, using the create midplane command, to select two faces on the same part(and of course almost the exact same problem with the symmetry constraint).
If that is a Content Center channel, you don't need to create a plane at all. Just use the origin plane that is already there. If it is a channel you modeled yourself, it should have been modeled around the origin, and then you'd be able to do the same thing. So there is almost certainly no reason to create a new plane for the channel case, assuming the models were created in a reasonable way.
The one and only exception would be if some of the parts are imported geometry, and came in with their coordinate systems in goofy places as a result of the file translation. Then you would need to create your own midplane, which brings us to addressing the following:
@Anonymous wrote:
Creating a plane to accomplish this certainly works in the ways your replies have described but I find I run into a similar problem as Inventor does not allow, using the create midplane command, to select two faces on the same part(and of course almost the exact same problem with the symmetry constraint).
That is only true if you try to create that plane at the assembly level. If you use the same midplane command in the part itself, it will work just fine. Again, unless this is imported or badly modeled geometry, you probably don't need to. But if necessary, it is possible at the part level.
@Anonymous wrote:
For example I do not understand why I cannot use the midplane command and select both flange faces of the channel.
As I mentioned, you can do this if you do so at the part level instead of the assembly. The reason you can't do it at the assembly level is actually very simple. The current Symmetry constraint does not allow you to pick faces from the same part for Selection 1 and Selection 2. When you use the Midplane command at the assembly level, the plane is positioned using an automatically-created Symmetry constraint, so it is limited by the rules that apply to that constraint.
In summary:
- Model parts around the origin whenever possible, so the origin planes will be in reasonable locations for constraining parts.
- Use the origin planes for constraining if they are in a reasonable location, rather than making new planes.
- If you do need to make new planes for some reason, do so at the part level, not at the assembly level.
- The assembly won't let you create planes between faces on the same part, but the part is a more logical location for the plane to reside anyway. Think about it like this: Even if the assembly did let you create the midplane on the channel, it would exist only on that one instance of the channel. All other copies of the channel would still be missing the midplane. If you create that plane in the channel part itself, then all instances will have it, no matter how many copies of the channel are in the assembly.