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 3 methods for working with ObjSaveOptions objects in .NET programs. Available methods include: ObjSaveOptions, SaveOptions. 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/WriteApply to the mesh.
PointCloudboolRead/WriteGets or sets the flag whether the exporter should export the scene as point cloud(without topological structure), default value is false
VerboseboolRead/WriteGets or sets whether generate comments for each section
SerializeWboolRead/WriteGets or sets whether serialize W component in model’s vertex position.
EnableMaterialsboolRead/WriteGets or sets whether import/export materials for each object
FlipCoordinateSystemboolRead/WriteGets or sets whether flip coordinate system of control points/normal during importing/exporting.
AxisSystemAxisSystemRead/WriteGets or sets the axis system in the exported file.
ExportTexturesboolRead/WriteTry to copy textures used in scene to output directory.
FileSystemFactoryFileSystemFactoryRead/WriteGets or sets the factory class for FileSystem.
FileFormatFileFormatReadGets the file format that specified in current Save/Load option.
EncodingEncodingRead/WriteGets or sets the default encoding for text-based files.
FileSystemFileSystemRead/WriteAllow user to handle how to manage the external dependencies during load/save.
LookupPathsList<string>Read/WriteSome files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load.
FileNamestringRead/WriteThe file name of the exporting/importing scene.

Methods

SignatureDescription
ObjSaveOptions()Initializes a new instance of the ObjSaveOptions class
SaveOptions()Initializes a new instance of the SaveOptions class.
SaveOptions(format: FileFormat)Initializes a new instance of the SaveOptions class with a file format.

See Also

 English