Primary Add-Ins for OEM Applications

Every Inventor OEM application requires at least one add-in. The primary add-in is the first add-in that Inventor OEM loads. The function of the primary add-in is to verify licensing, and implement functionality in the OEM application.

License Check for OEM Applications

When you activate your add-in, use the licensing technology you chose to verify that the license is valid. Perform the check in the Activate method of your add-in. If the license is valid, your add-in continues to run normally. If the license is not valid, call the Application Quit method to shut down Inventor OEM. Inventor OEM continues to load, but once loaded, it immediately terminates.

Other Functionality in OEM applications

Implement any other functionality in the OEM application.

The iBlock application demonstrates both of these concepts.

Differences between primary and other add-ins

Primary add-ins, and any other add-ins used with Inventor OEM are standard Inventor add-ins. However, there are some differences between most primary and other add-ins.