Open Inventor Release 2024.2.0
 
Loading...
Searching...
No Matches
Extending the Toolkit

One of the most important aspects of Inventor is the ability to program new objects and operations as extensions to the toolkit. One way to extend the set of objects provided by Inventor is to derive new classes from existing ones. See The Inventor Toolmaker for specific examples of creating new classes.

Another way to include new features in Inventor is by using callback functions, which provide an easy mechanism for introducing specialized behavior into a scene graph or prototyping new nodes without subclassing. A callback function is a user-written function that is called under certain conditions. Callback functions provided by Inventor include the following:

Inventor Class Tree Summary (Part 1 of 3)

Inventor Class Tree Summary (Part 2 of 3)

Inventor Class Tree Summary (Part 3 of 3)