Thank you for asking this question as I have been driving myself nuts trying to figure this out.
Using this code, is there a way to highlight each selection or maybe even have a checkbox next to each item so that i could just check each selection i want???
Also I'm wanting the selection window to appear once, make my selection(s) and have the display box appear once afterward.
Ultimately, I'm trying to add/remove/move sketches/extrusions on a model based off the selection i choose.
I design electrical transformers and i'm trying to create an ilogic to quickly model my coil based off of user input.
For example, I'm designing the model of a coil with up to 5 layers of conductor winding. Within those five layers i want to put 2 spaces for cooling between layers 2-3 & 3-4 which means i want no space for cooling between layers 1-2 & 4-5. I have a form already created to allow me to choose (1.) the amount of layers in my coil & (2.) the amount of spaces for cooling in that coil. As soon as i choose the amount of spaces for cooling in the coil (in this case only 2), i want that message box to appear allowing me to make only two selections between 1-2, 2-3, 3-4, or 4-5 (in this case i would make the selection 2-3 & 3-4). My whole goal is that i want to choose what layers i can put those cooling spaces in. I have the airspaces modeled as cut extrusions so i'm hoping once i figure out how to do the user selection list, i can write another code to suppress different extruded features based on those selections i choose
I know this is a bit much and maybe hard for some to understand what i'm trying to do, but would appreciate if anyone could help or even give me an idea of how to do what i'm trying to accomplish.