StlSaveOptions
概述
StlSaveOptions 是一个类在Aspose.3D FOSS的.NET中. 继承人: SaveOptions.
保存选项为STL格式
这个类提供了在NET程序中与StlSaveOptions对象工作的3种方法. 有的方法包括: SaveOptions, StlSaveOptions. 所有公众成员在安装了Aspose.3D FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: AxisSystem, Encoding, ExportTextures, FileFormat, FileName, FileSystem,另外还有3个.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
AxisSystem | AxisSystem | 阅读/写作 | 获取或设置导出 STL 文件中的坐标系。. |
FlipCoordinateSystem | bool | 阅读/写作 | 获取或设置出口过程中控制点/正常的转换坐标系统. |
ExportTextures | bool | 阅读/写作 | 试图复制场景中使用的纹理到输出目录. |
FileSystemFactory | FileSystemFactory | 阅读/写作 | 获取或设置 FileSystem 的工厂类。. |
FileFormat | FileFormat | 阅读 | 获取当前保存/加载选项中指定的文件格式. |
Encoding | Encoding | 阅读/写作 | 获取或设置基于文本的文件的默认编码。. |
FileSystem | FileSystem | 阅读/写作 | 允许用户在加载/保存过程中处理外部依赖. |
LookupPaths | List<string> | 阅读/写作 | 某些文件如 OBJ依赖于外部文件,查找路径将允许 Aspose.3D 搜索外来加载的文件. |
FileName | string | 阅读/写作 | 导出/进口场景的文件名. |
方法
| Signature | 描述情况 |
|---|---|
StlSaveOptions() | 创建一个新的实例. |
StlSaveOptions(contentType: FileContentType) | 创建一个新的实例. |
SaveOptions() | 启动一个新的 SaveOptions 类实例. |