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
| Name | Type | Access | Description |
|---|---|---|---|
ApplyUnitScale | bool | Read/Write | Gets or sets the apply unit scale. |
PointCloud | bool | Read/Write | Gets or sets the point cloud. |
Verbose | bool | Read/Write | Gets or sets the verbose. |
SerializeW | bool | Read/Write | Gets or sets the serialize w. |
EnableMaterials | bool | Read/Write | Gets or sets the enable materials. |
FlipCoordinateSystem | bool | Read/Write | Gets or sets the flip coordinate system. |
AxisSystem | AxisSystem | Read/Write | Gets or sets the axis system. |
ExportTextures | bool | Read/Write | Gets or sets the export textures. |
FileSystemFactory | FileSystemFactory | Read/Write | Gets or sets the file system factory. |
FileFormat | FileFormat | Read | Gets the file format. |
Encoding | Encoding | Read/Write | Gets or sets the encoding. |
FileSystem | FileSystem | Read/Write | Gets or sets the file system. |
LookupPaths | List<string> | Read/Write | Gets or sets the lookup paths. |
FileName | string | Read/Write | Gets or sets the file name. |
Methods
| Signature | Description |
|---|---|
ObjSaveOptions() | Initializes a new instance with default OBJ save settings |
IOConfig() |