I have an assembly that has two ranges of motion that I want ultimately show in a drawing. My logic tells me that I can create two different configurations, one showing the minimum range and the other showing the maximum, then define the views per configuration in my drawing. I guess I have two questions:
1. Is this the most efficient way to create my different views?
2. How do you define a specific configuration to be used when placing a mate?
That sounds like a good plan. To stop a mate you add in one configuration becoming active in another you have to set the properties of the configurations. If you have already created the configurations this means right clicking on each one and choosing properties, you need to make sure "Suppress new features and mates" is ticked.
With this option selected a mate added to one config is not added to the others. Alternatively if you need to turn the mate on/off in specific configs find it in the feature manager right click and choose configure feature.
To show the range of movement on the drawing you could use the alternate postion view, this allows you to pick an existing config or create a new one (using collision detection usually) My preferred method is creating configs as it is less likely to get messed up later.
If you don't want to use the alternate postion view you can simple add duplicate views and choose which configurations is shown for each in the property manager on the left.
Cheers
Alan