Scene:Write Scene File Method

Short Name: Scene.Write Scene File

Requires: Full Development System

Class: Application Methods

To Use: Create a method.

Writes a new 3D scene file. The filename must end with a .lvsg or .dae extension.

If the scene includes textures, this method writes the textures as .png files to the same directory as the .lvsg or .dae file. The filenames for the textures consist of an enumerated integer followed by the name of the .lvsg or .dae file.

Parameters

Data typeNameRequiredDescription
SceneYesReference to a 3D scene.
FileYesSpecifies the filename for the 3D scene. The filename must end with a .lvsg or .dae extension.

Remarks

The following table lists the characteristics of this method.

Data typeNo return value
Available in Run-Time EngineYes (Read/Write)
Available in Real-Time Operating SystemYes
Remote access allowedYes