Add Regular Explode Step Example (C#)
This example shows how to add a regular (translate and rotate) explode step to an explode view.
//-----------------------------------------------------------------------------
// Preconditions:
// 1. Open public_documents\samples\tutorial\api\RegularExplodeStep.sldasm.
// 2. Open an Immediate window.
//
// Postconditions:
// 1. Creates an explode view.
// 2. Deletes the first explode step.
// 3. Adds a regular explode step.
// 4. Inspect the Immediate window and the graphics area.
//
// Note: Because the model is used elsewhere, do not save any changes.
//----------------------------------------------------------------------------