Uses of Class
com.aspose.threed.IOConfig
-
-
Uses of IOConfig in com.aspose.threed
Subclasses of IOConfig in com.aspose.threed Modifier and Type Class Description class
AMFSaveOptions
Save options for AMFclass
ColladaSaveOptions
Save options for colladaclass
Discreet3DSLoadOptions
Load options for 3DS file.class
Discreet3DSSaveOptions
Save options for 3DS file.class
DracoSaveOptions
Save options for Google draco filesclass
FBXSaveOptions
Save options for FBX file.class
GLTFLoadOptions
Load options for glTF formatclass
GLTFSaveOptions
Save options for glTF format.class
LoadOptions
The base class to configure options in file loading for different typesclass
ObjLoadOptions
Load options for wavefront objclass
ObjSaveOptions
Save options for wavefront obj fileclass
PlyLoadOptions
Load options for PLY filesclass
PlySaveOptions
Save options for exporting scene as PLY file.class
RvmLoadOptions
Load options for AVEVA Plant Design Management System's RVM file.class
RvmSaveOptions
Save options for Aveva PDMS RVM file.class
SaveOptions
The base class to configure options in file saving for different typesclass
STLLoadOptions
Load options for STLclass
STLSaveOptions
Save options for STLclass
U3DLoadOptions
Load options for universal 3dclass
U3DSaveOptions
Save options for universal 3dclass
XLoadOptions
The Load options for DirectX X files.Methods in com.aspose.threed with parameters of type IOConfig Modifier and Type Method Description com.aspose.csporter.helpers.Stream
DummyFileSystem. readFile(java.lang.String fileName, IOConfig options)
Create a stream for reading dependencies.abstract com.aspose.csporter.helpers.Stream
FileSystem. readFile(java.lang.String fileName, IOConfig options)
Create a stream for reading dependencies.com.aspose.csporter.helpers.Stream
LocalFileSystem. readFile(java.lang.String fileName, IOConfig options)
Create a stream for reading dependencies.com.aspose.csporter.helpers.Stream
MemoryFileSystem. readFile(java.lang.String fileName, IOConfig options)
Create a stream for reading dependencies.com.aspose.csporter.helpers.Stream
DummyFileSystem. writeFile(java.lang.String fileName, IOConfig options)
Create a stream for writing dependencies.abstract com.aspose.csporter.helpers.Stream
FileSystem. writeFile(java.lang.String fileName, IOConfig options)
Create a stream for writing dependencies.com.aspose.csporter.helpers.Stream
LocalFileSystem. writeFile(java.lang.String fileName, IOConfig options)
Create a stream for writing dependencies.com.aspose.csporter.helpers.Stream
MemoryFileSystem. writeFile(java.lang.String fileName, IOConfig options)
Create a stream for writing dependencies.
-