Method ImportScene
ImportScene(string)
Imports a scene in the current scene. Does the same as "File|Import|Scene" KitchenDraw menu item.
Declaration
public void ImportScene(string filename)
Parameters
Type | Name | Description |
---|---|---|
string | filename | Filename of the scene to import (with path and extension). |
Remarks
The items of the imported scene are grouped after the import.
Some interactive requests (e.g. "The article is missing" message box) may appear during the scene import.