类 Microsoft3MFFormat
Microsoft3MFFormat class
Microsoft 3MF 的文件格式实例,包含 3MF 相关实用工具。
public class Microsoft3MFFormat : FileFormat
属性
| 名称 | 描述 |
|---|---|
| CanExport { get; } | 获取 Aspose.3D 是否支持将场景导出为当前文件格式。 |
| CanImport { get; } | 获取 Aspose.3D 是否支持从当前文件格式导入场景。 |
| ContentType { get; } | 获取文件格式的内容类型 |
| Extension { get; } | 获取此类型的扩展名 |
| Extensions { get; } | 获取此类型的扩展名列表 |
| FileFormatType { get; } | 获取文件格式类型 |
| Version { get; } | 获取文件格式版本 |
方法
| 名称 | 描述 |
|---|---|
| CreateLoadOptions() | 为此文件格式创建默认的加载选项 |
| CreateSaveOptions() | 为此文件格式创建默认的保存选项 |
| GetObjectType(Node) | 获取指定节点的模型类型。 |
| GetTransformForBuild(Node) | 获取用于构建的节点的变换矩阵。 |
| IsBuildable(Node) | 检查此节点是否标记为构建。 |
| SetBuildable(Node, bool, Matrix4?) | |
| SetObjectType(Node, string) | 设置指定节点的模型类型。可能的取值:model、surface、solidsupport、support、other |
| override ToString() | 将格式转换为字符串 |
另请参见
- class FileFormat
- namespace Aspose.ThreeD.Formats
- assembly Aspose.3D