ObjSaveOptions

ObjSaveOptions

Overview

ObjSaveOptions is a class in Aspose.3D FOSS for .NET. Inherits from: SaveOptions.

Save options for Wavefront OBJ format

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

Properties

NameTypeAccessDescription
ApplyUnitScaleboolRead/WriteGets or sets the apply unit scale.
PointCloudboolRead/WriteGets or sets the point cloud.
VerboseboolRead/WriteGets or sets the verbose.
SerializeWboolRead/WriteGets or sets the serialize w.
EnableMaterialsboolRead/WriteGets or sets the enable materials.
FlipCoordinateSystemboolRead/WriteGets or sets the flip coordinate system.
AxisSystemAxisSystemRead/WriteGets or sets the axis system.
ExportTexturesboolRead/WriteGets or sets the export textures.
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
ObjSaveOptions()Initializes a new instance with default OBJ save settings
IOConfig()

See Also