类 FileFormat

FileFormat class

文件格式定义

public class FileFormat

属性

名称描述
CanExport { get; }获取 Aspose.3D 是否支持将场景导出为当前文件格式。
CanImport { get; }获取 Aspose.3D 是否支持从当前文件格式导入场景。
ContentType { get; }获取文件格式的内容类型
Extension { get; }获取此类型的扩展名
Extensions { get; }获取此类型的扩展名列表
FileFormatType { get; }获取文件格式类型
Version { get; }获取文件格式版本
static Formats { get; }访问所有受支持的格式

方法

名称描述
static Detect(string)从文件名检测文件格式,文件必须可读取,以便 Aspose.3D 能通过文件头检测文件格式。
static Detect(Stream, string)从数据流检测文件格式,文件名是可选的,用于猜测没有魔术头的类型。
static GetFormatByExtension(string)从文件扩展名获取首选文件格式。扩展名应以点(’.’)开头。
CreateLoadOptions()为此文件格式创建默认的加载选项
CreateSaveOptions()为此文件格式创建默认的保存选项
override ToString()将格式转换为字符串

字段

名称描述
static readonly AMF增材制造文件格式
static readonly ASE3D Studio Max 的 ASCII 场景导出器格式。
static readonly Aspose3DWebAspose.3D Web 格式。
static readonly BlenderBlender 的 3D 文件格式
static readonly ColladaCollada 文件格式
static readonly Discreet3DS3D Studio 的文件格式
static readonly DXFAutoCAD DXF
static readonly FBX6100ASCIIASCII FBX 文件格式,版本为 6.1.0
static readonly FBX6100BinaryBinary FBX 文件格式,版本为 6.1.0
static readonly FBX7200ASCIIASCII FBX 文件格式,版本为 7.2.0
static readonly FBX7200BinaryBinary FBX 文件格式,版本为 7.2.0
static readonly FBX7300ASCIIASCII FBX 文件格式,版本为 7.3.0
static readonly FBX7300BinaryBinary FBX 文件格式,版本为 7.3.0
static readonly FBX7400ASCIIASCII FBX 文件格式,版本为 7.4.0
static readonly FBX7400BinaryBinary FBX 文件格式,版本为 7.4.0
static readonly FBX7500ASCIIASCII FBX 文件格式,版本为 7.5.0
static readonly FBX7500BinaryBinary FBX 文件格式,版本为 7.5.0
static readonly FBX7600ASCIIASCII FBX 文件格式,版本为 7.6.0
static readonly FBX7600BinaryBinary FBX 文件格式,版本为 7.6.0
static readonly FBX7700ASCIIASCII FBX 文件格式,版本为 7.7.0
static readonly FBX7700BinaryBinary FBX 文件格式,版本为 7.7.0
static readonly GLTFKhronos Group 的 glTF
static readonly GLTF2Khronos Group 的 glTF 2.0 版
static readonly GLTF2_BinaryKhronos Group 的 glTF 2.0 版
static readonly GLTF_BinaryKhronos Group 的 glTF 二进制格式
static readonly HTML5HTML5 文件
static readonly IFCISO 16739-1 行业基础类数据模型。
static readonly MayaASCIIAutodesk Maya 的 ASCII 格式
static readonly MayaBinaryAutodesk Maya 的二进制格式
static readonly PcdASCII 模式的 PCL 点云数据文件
static readonly PcdBinary二进制模式的 PCL 点云数据文件
static readonly SiemensJT8西门子 JT 文件版本 8
static readonly SiemensJT9西门子 JT 文件版本 9
static readonly STLASCIIASCII STL 文件格式
static readonly STLBinary二进制 STL 文件格式
static readonly Universal3DUniversal3D 文件格式
static readonly USD通用场景描述
static readonly USDAASCII 格式的通用场景描述。
static readonly USDZ压缩的通用场景描述
static readonly VRML虚拟现实建模语言
static readonly WavefrontOBJWavefront 的 Obj 文件格式
static readonly XBinary二进制格式的 DirectX X 文件
static readonly XText二进制格式的 DirectX X 文件
static readonly XyzXyz 点云文件
static readonly Zip包含其他 3D 文件格式的 Zip 压缩包。
static readonly DracoGoogle Draco 网格
static readonly Microsoft3MFMicrosoft 3D 制造格式
static readonly PDFAdobe 的可移植文档格式(PDF)
static readonly PLY多边形文件格式或斯坦福三角形格式
static readonly RvmBinary二进制格式的 AVEVA Plant Design Management System 模型
static readonly RvmText文本格式的 AVEVA Plant Design Management System 模型

另请参见