Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

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