04-18-2024
06:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-18-2024
06:12 AM
Sure, we have an online postprocessor's API documentation. Here is tool type for example: Tool Class Reference (autodesk.com)
Also, you can take a look, how names are printed in dump.cps post.
If you want to switch behaviour depending on tool type you can check if it is equal to specific type like this:
if (tool.type == TOOL_BORING_BAR) {
// Do something special
}
Viacheslav Shapilov
Developer Technical Services
Autodesk Developer Network
Fusion