Multiple selections during function
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I have made a small tool to repeat a thickening process. The tools requires that I can select multiple faces at once and then I would need to continue. I have most of it done and I'm currently adding my selected parts to a collection however, I cant seem to break of the selection process.
Currently I'm using the ThisApplication.CommandManager.Pick method but it seems that once this function has started, it MUST click something. Can this method be cancelled allowing the function to continue after?
I would prefer something like:
Start function
click a variable amount of faces (keep clicking until I need to stop)
click an ok button or something that can break the picking process
function continues to process the thickening process
Does the Select Class allow this and if so, how can I implement the cancel process?
Cheers
Nacho
Nacho
Automation & Design Engineer
Inventor automation Programmer (C#, VB.Net / iLogic)
Furniture, Sheet Metal, Structural, Metal fab, Tradeshow, Fabrication, CNC
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.