Pulling Tool Class Attributes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello All,
I am trying to create some custom modifications to a post, so I can use my posted programs in conjunction with a Python script to automate tool sheets and Sequence sheets. In order to do this, I need to output more tool related information than is by default. Specifically I need the tool 'Product ID' and 'Flute Count' added to the tool list output during the "OnOpen" function. I have located the area in which the tool list "comment" is produced and have added the changes need based on the PostProcessor Class information available to me. The result is always "Undefinied" no matter what value i have set up. It still posts, so the tool.productID obviously exists, I just can't figure out why it won't return the actual value. If anyone could provide some more information, or direct me to documentation on the tool class specifically I would very much appreciate it!