ProSelection Array without user interaction
My program intent tis to create a Shrinkwrap of the current assembly.
I am using ProSolidShrinkwrapMdlnameCreate to create the SW. And setting options prior to the function call as shown in the examples. Export is working, but I need the Shrinkwrap to include a specific Csys. The csys is a specific name.
So to my actual issue - there are functions to set the options of the Shrinkwrap, and one is for including datum references - perfect!
ProShrinkwrapoptionsDatumrefsSet takes for the second argument a ProSelection * an array of Proselections.
Does anyone have an example where they have generated an array of ProSelection, using a selection in which they generated from a geomitem? (there are utilities in the Protk folder to find the csys by name and convert to sel) I have that.
Thanks for any Help!

