- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Thanks for the reply, but I don't think that is quite what I was looking for. If I'm understanding correctly, what you wrote up will place all of the model states from the file except the active model state.
What I'm trying to do is place certain model states based on the name I've assigned it. I want to be able to place all of the model states that are not the master model state and do not contain "In-Process" in the name of the model state.
For example, if I had the following list of model states:
- Master
- Section 1
- Section 1 In-Process
- Section 2
- Section 2 In-Process
I'd want to be able to place the model states with the names "Section 1" and "Section 2" into the assembly, but ignore the rest.
My models will sometimes have the "In-Process" model states, and sometimes won't, and the number of sections can vary from a single section up to four sections, so I want the rule to be able to check the names to determine which model states to place in the model.
Does that make a little more sense?