LoadOptions

Overview

LoadOptions is a class in Aspose.3D FOSS for Java. Inherits from: A3DObject.

LoadOptions.LoadOptions creates a LoadOptions instance with default settings.

Properties

NameTypeAccessDescription
fileFormatFileFormatReadGets or sets the FileFormat used when loading a scene

Methods

SignatureDescription
LoadOptions()Creates a LoadOptions instance with default settings
LoadOptions(name: String)
getFileFormat()FileFormatReturns the FileFormat associated with these load options

See Also