Modifier and Type | Method and Description |
---|---|
void |
Scene.open(com.aspose.threed.Stream stream,
Cancellation cancellationToken)
Opens the scene from given stream
|
void |
Scene.open(com.aspose.threed.Stream stream,
FileFormat format,
Cancellation cancellationToken)
Opens the scene from given stream using specified file format.
|
void |
Scene.open(com.aspose.threed.Stream stream,
LoadOptions options,
Cancellation cancellationToken)
Opens the scene from given stream using specified IO config.
|
void |
Scene.open(String fileName,
Cancellation cancellationToken)
Opens the scene from given path
|
void |
Scene.open(String fileName,
FileFormat format,
Cancellation cancellationToken)
Opens the scene from given path using specified file format.
|
void |
Scene.open(String fileName,
LoadOptions options,
Cancellation cancellationToken)
Opens the scene from given path using specified file format.
|
void |
Scene.save(com.aspose.threed.Stream stream,
FileFormat format,
Cancellation cancellationToken)
Saves the scene to stream using specified file format.
|
void |
Scene.save(com.aspose.threed.Stream stream,
SaveOptions options,
Cancellation cancellationToken)
Saves the scene to stream using specified file format.
|
void |
Scene.save(String fileName,
FileFormat format,
Cancellation cancellationToken)
Saves the scene to specified path using specified file format.
|
void |
Scene.save(String fileName,
SaveOptions options,
Cancellation cancellationToken)
Saves the scene to specified path using specified file format.
|
Copyright © 2019. All rights reserved.