Showcase SDK Terminology

 
 
 

Familiarity with the following terms will be helpful in understanding the remainder of this guide. For terms relating to the Showcase application and 3D modeling, please refer to the glossary provided with the Autodesk Showcase 2013 Help.

Add-in
A Python program ("script") that augments, alters or controls the running Showcase application.
Autodesk Showcase
A real-time design visualization software package that enables you to quickly and easily prepare and present high-quality 3D presentations.
Message Passing Architecture
A protocol by which add-ins initiate behaviors in Showcase by sending it simple Messages, and by which Showcase provides feedback to the add-in.
Nodes and Node IDs

Used by advanced add-ins to navigate the scene graph.

Python Script
Being an interpreted language, Python programs are often referred to as “scripts”.
Remote Client
A remote computer program that accesses and runs an Autodesk Showcase session via a Web interface.
Scene Graph
The navigable hierarchy of nodes representing the scene in the viewport.
Showcase Console
A special version of Showcase augmented with a Windows-like console window, designed to assist in add-in development.