Hide menu
Loading...
Searching...
No Matches
Element Removal Example

Table of Contents

Modifies the model by removing scene graph elements with a given name.

Description

This example demonstrates how to remove scene graph elements from the model safely. First, the candidates for removal are searched in model roots and they are removed. Then the model is traversed and non-root candidates are found. The recorded non-root removals are performed and the resulting model is saved.

Files