- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I am currently working on some code that is going to allow the user to select a bolt and then select several holes.
I want the code to instance the bolt as many times as there are holes and then make an insert constraint for each of them.
However right now I am using ThisApplication.CommandManager.Pick to grab holes. This has lead to some problems. namely that i need to know how many holes are going to be picked, or i need to put a message box asking if they are done yet after every selection. It feels quite cumbersome and I would like a way to have a window that just waits until they are done. kind of like the constrains window.
Does anyone know how i can make my own selection tool?
Solved! Go to Solution.