Would anyone be able to share an example of referencing selection boxes on a custom property manager page menu, to use the selections made in a procedure to be ran on user closes PMP menu page - reason checkbox clicked?
I have a property manager page made with 5 selection boxes, each that is set to only allow a singular selection to be used to create and define a part to selected skeleton faces and edges in my model.
Where I get stuck is on how to use selection marks or any other method to use the selected entities later on in the code that defines the part to the selections - since edges and faces do not have specific names (as far as I am aware, i am newer to vba and my experience comes from cobbling code via trial and error until it works.)
Any advice on how to get the entities from selection boxes on property manager pages is much appreciated, I tried looking for example here and online elsewhere, so apologies if I have missed a good example somewhere here.
I can post the code I have made if it is beneficial, but all it contains right now is the code to create the selection boxes and ensure they populate with only one entity per array.
See the image below for an example of the menu page in use within a test assembly. trying to use the sleections from each box is te checkbox on the menu is clicked to close the menu.
//
Thanks for your time.
//
addtnl info: (I do have the macro for inserting and defining the part to selections working via msgboxes and having the user select one entity at a time before being prompted for the next selection. Having a user select all the needed faces/edges and then run the code via a pmp page/menu would be highly beneficial to ease of use!)