Modifier and Type | Class and Description |
---|---|
class |
AMFSaveOptions
Save options for AMF
|
class |
ColladaSaveOptions
Save options for collada
|
class |
Discreet3DSSaveOptions
Save options for 3DS file.
|
class |
DracoSaveOptions
Save options for Google draco files
|
class |
FBXSaveOptions
Save options for FBX file.
|
class |
GLTFSaveOptions
Save options for glTF format.
|
class |
ObjSaveOptions
Save options for wavefront obj file
|
class |
PlySaveOptions
Save options for exporting scene as PLY file.
|
class |
RvmSaveOptions
Save options for Aveva PDMS RVM file.
|
class |
STLSaveOptions
Save options for STL
|
class |
U3DSaveOptions
Save options for universal 3d
|
Modifier and Type | Method and Description |
---|---|
SaveOptions |
FileFormat.createSaveOptions()
Create a default save options for this file format
|
Modifier and Type | Method and Description |
---|---|
void |
Scene.save(com.aspose.threed.Stream stream,
SaveOptions options)
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,
SaveOptions options)
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.