StlSaveOptions
Overview
StlSaveOptions is a class in Aspose.3D FOSS for .NET.
Inherits from: SaveOptions.
Save options for STL format
This class provides 4 methods for working with StlSaveOptions objects in .NET programs.
Available methods include: SaveOptions, StlSaveOptions.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: AxisSystem, Encoding, ExportTextures, FileFormat, FileName, FileSystem, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
AxisSystem | AxisSystem | Read/Write | Gets or sets the axis system in the exported stl file. |
FlipCoordinateSystem | bool | Read/Write | Gets or sets whether flip coordinate system of control points/normal during exporting. |
ExportTextures | bool | Read/Write | Try to copy textures used in scene to output directory. |
FileSystemFactory | FileSystemFactory | Read/Write | Gets or sets the factory class for FileSystem. |
FileFormat | FileFormat | Read | Gets the file format that specified in current Save/Load option. |
Encoding | Encoding | Read/Write | Gets or sets the default encoding for text-based files. |
FileSystem | FileSystem | Read/Write | Allow user to handle how to manage the external dependencies during load/save. |
LookupPaths | List<string> | Read/Write | Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load. |
FileName | string | Read/Write | The file name of the exporting/importing scene. |
Methods
| Signature | Description |
|---|---|
StlSaveOptions() | Initializes of a new instance. |
StlSaveOptions(contentType: FileContentType) | Initializes of a new instance. |
SaveOptions() | Initializes a new instance of the SaveOptions class. |
SaveOptions(format: FileFormat) | Initializes a new instance of the SaveOptions class with a file format. |