Over the past 6 months, I have had to resort to command line options for plugins from CadWorx and others. The one was 2DREPH and I wanted to do it on X viewports. I had these viewports in an array, but how can I make a command line string that would consistently work? Well, it came down to making a selection set, then making a group with the same name (prefixed with lets say “GRP”), then using the commandline selection based on group. So, for instance, when prompted for objects here is a selection example:
“SELECT G GRPMYFAVGROUP ” (note the 2 spaces at the end)
Handy. I then deleted the group to put things back to the way they were.Why? Well… Continue reading