Message 1 of 3
Hole tool properties in ILogic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This may be impossible but I have to ask. Is there way for iLogic to know when the Hole Tool has been clicked?
I am trying to create an external rule that gets standard dimensions for tapped countersinks from an excel spreadsheet. There isn't a column in thread.xls so I need to write my own program. I would like the program to fill in the countersink angle and diameter in the hole tool dialog box based on the size of the hole when the countersink option is clicked.
I found the command for opening the Hole tool:
ThisApplication.CommandManager.ControlDefinition.item("PartDMHoleCmd").Execute
Is there a property to know if this command is running?