Save a 3D Document
Contents
[
Hide
]
The
Scene
class of the Aspose.3D API represents a 3D document and developers can save its object in any supported file format. To save a 3D Scene, simply use the Scene.save
method, it accepts a file name with complete path or a file stream object. Aspose.3D API offers another FileFormat
parameter to specify output file format.
Save a 3D Scene
The code sample below shows how to save a document to a stream.