Save
Contents
[
Hide
]
Scene.Save method (1 of 7)
Saves the scene to stream using specified file format.
public void Save(Stream stream, FileFormat format)
Parameter | Type | Description |
---|---|---|
stream | Stream | Input stream, user is responsible for closing the stream. |
format | FileFormat | Format. |
See Also
- class FileFormat
- class Scene
- namespace Aspose.ThreeD
- assembly Aspose.3D
Scene.Save method (2 of 7)
Saves the scene to stream using specified file format.
public void Save(Stream stream, FileFormat format, CancellationToken cancellationToken)
Parameter | Type | Description |
---|---|---|
stream | Stream | Input stream, user is responsible for closing the stream. |
format | FileFormat | Format. |
cancellationToken | CancellationToken | Cancellation token to the save task |
See Also
- class FileFormat
- class Scene
- namespace Aspose.ThreeD
- assembly Aspose.3D
Scene.Save method (3 of 7)
Saves the scene to stream using specified file format.
public void Save(Stream stream, SaveOptions options, CancellationToken cancellationToken = default)
Parameter | Type | Description |
---|---|---|
stream | Stream | Input stream, user is responsible for closing the stream. |
options | SaveOptions | More detailed configuration to save the stream. |
cancellationToken | CancellationToken | Cancellation token to the save task |
See Also
- class SaveOptions
- class Scene
- namespace Aspose.ThreeD
- assembly Aspose.3D
Scene.Save method (4 of 7)
Saves the scene to specified path using specified file format.
public void Save(string fileName)
Parameter | Type | Description |
---|---|---|
fileName | String | File name. |
See Also
- class Scene
- namespace Aspose.ThreeD
- assembly Aspose.3D
Scene.Save method (5 of 7)
Saves the scene to specified path using specified file format.
public void Save(string fileName, FileFormat format)
Parameter | Type | Description |
---|---|---|
fileName | String | File name. |
format | FileFormat | Format. |
See Also
- class FileFormat
- class Scene
- namespace Aspose.ThreeD
- assembly Aspose.3D
Scene.Save method (6 of 7)
Saves the scene to specified path using specified file format.
public void Save(string fileName, FileFormat format, CancellationToken cancellationToken)
Parameter | Type | Description |
---|---|---|
fileName | String | File name. |
format | FileFormat | Format. |
cancellationToken | CancellationToken | Cancellation token to the save task |
See Also
- class FileFormat
- class Scene
- namespace Aspose.ThreeD
- assembly Aspose.3D
Scene.Save method (7 of 7)
Saves the scene to specified path using specified file format.
public void Save(string fileName, SaveOptions options,
CancellationToken cancellationToken = default)
Parameter | Type | Description |
---|---|---|
fileName | String | File name. |
options | SaveOptions | More detailed configuration to save the stream. |
cancellationToken | CancellationToken | Cancellation token to the save task |
See Also
- class SaveOptions
- class Scene
- namespace Aspose.ThreeD
- assembly Aspose.3D