ObjLoadOptions

ObjLoadOptions

Overview

ObjLoadOptions is a class in Aspose.3D FOSS for .NET. Inherits from: LoadOptions.

Load options for Wavefront OBJ format

This class provides 2 methods for working with ObjLoadOptions objects in .NET programs. Available methods include: IOConfig, ObjLoadOptions. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: EnableMaterials, Encoding, FileFormat, FileName, FileSystem, FileSystemFactory, and 4 more.

Properties

NameTypeAccessDescription
FlipCoordinateSystemboolRead/WriteGets or sets the flip coordinate system.
EnableMaterialsboolRead/WriteGets or sets the enable materials.
ScaledoubleRead/WriteGets or sets the scale.
NormalizeNormalboolRead/WriteGets or sets the normalize normal.
FileSystemFactoryFileSystemFactoryRead/WriteGets or sets the file system factory.
FileFormatFileFormatReadGets the file format.
EncodingEncodingRead/WriteGets or sets the encoding.
FileSystemFileSystemRead/WriteGets or sets the file system.
LookupPathsList<string>Read/WriteGets or sets the lookup paths.
FileNamestringRead/WriteGets or sets the file name.

Methods

SignatureDescription
ObjLoadOptions()Creates a new instance with default OBJ loading settings
IOConfig()

See Also