Creo APIs

This is the start of information that I have gathered about the various Creo APIs.

Visual Basic API

This may be called the Visual Basic API, however it can be accessed via any of the .net languages (and i belive anything with COM access), I will show examples in:

  • C# .NET
  • Powershell

Posts will be tagged with vb-api.

J-Link API

J-Link is the Java API for Creo, it is the most powerful free API and has the ability to start when creo is loaded

Posts will be tagged with j-link.

Web.Link API

This is the ActiveX component inside the embedded browser in Creo. It can be access via JavaScript and therefore its supersets (e.g. CoffeeScript and TypeScript).

Posts will be tagged with web-link.