Currently I see that GetPoint Constrain method can be applied to single brep only.
However I am looking for application of the same Constrain method to be applied to several (preselected) breps simultaneously, but not to all breps in the document.
In case if I need to pick point more than one time (still on the same set of surfaces) - what would be the best practice?
Should I just enclose GetPointOnBreps() in the loop and add an Option to Exit or?