Uses of Class
com.aspose.threed.FileContentType
-
-
Uses of FileContentType in com.aspose.threed
Methods in com.aspose.threed that return FileContentType Modifier and Type Method Description FileContentType
FileFormat. getContentType()
Gets file format content typestatic FileContentType
FileContentType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FileContentType[]
FileContentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.aspose.threed with parameters of type FileContentType Constructor Description GLTFSaveOptions(FileContentType contentType)
Constructor ofGLTFSaveOptions
PlySaveOptions(FileContentType contentType)
Constructor ofPlySaveOptions
RvmLoadOptions(FileContentType contentType)
Construct aRvmLoadOptions
instanceRvmSaveOptions(FileContentType contentType)
Constructor ofRvmSaveOptions
STLLoadOptions(FileContentType contentType)
Initializes of a newSTLLoadOptions
instance.STLSaveOptions(FileContentType contentType)
Initializes of a newSTLSaveOptions
instance.XLoadOptions(FileContentType contentType)
Constructor ofXLoadOptions
-