Uses of Class
com.aspose.threed.LoadOptions
-
-
Uses of LoadOptions in com.aspose.threed
Subclasses of LoadOptions in com.aspose.threed Modifier and Type Class Description class
Discreet3DSLoadOptions
Load options for 3DS file.class
GLTFLoadOptions
Load options for glTF formatclass
ObjLoadOptions
Load options for wavefront objclass
PlyLoadOptions
Load options for PLY filesclass
RvmLoadOptions
Load options for AVEVA Plant Design Management System's RVM file.class
STLLoadOptions
Load options for STLclass
U3DLoadOptions
Load options for universal 3dclass
XLoadOptions
The Load options for DirectX X files.Methods in com.aspose.threed that return LoadOptions Modifier and Type Method Description LoadOptions
FileFormat. createLoadOptions()
Create a default load options for this file formatMethods in com.aspose.threed with parameters of type LoadOptions Modifier and Type Method Description void
Scene. open(com.aspose.csporter.helpers.Stream stream, LoadOptions options)
Opens the scene from given stream using specified IO config.void
Scene. open(com.aspose.csporter.helpers.Stream stream, LoadOptions options, Cancellation cancellationToken)
Opens the scene from given stream using specified IO config.void
Scene. open(java.lang.String fileName, LoadOptions options)
Opens the scene from given path using specified file format.void
Scene. open(java.lang.String fileName, LoadOptions options, Cancellation cancellationToken)
Opens the scene from given path using specified file format.
-