FileFormat

FileFormat class

Bestandsformaatdefinitie

public class FileFormat

Eigenschappen

NaamBeschrijving
CanExport { get; }Krijgt of Aspose.3D het exporteren van scènes naar het huidige bestandsformaat ondersteunt.
CanImport { get; }Krijgt of Aspose.3D het importeren van scènes uit het huidige bestandsformaat ondersteunt.
ContentType { get; }Krijgt bestandsformaat inhoudstype
Extension { get; }Krijgt de extensienaam van dit type.
Extensions { get; }Haalt de extensienamen van dit type op.
FileFormatType { get; }Krijgt bestandsformaat type
Version { get; }Krijgt bestandsformaat versie

methoden

NaamBeschrijving
static Detect(string)Detecteer het bestandsformaat van de bestandsnaam, het bestand moet leesbaar zijn zodat Aspose.3D het bestandsformaat kan detecteren via de bestandskop.
static Detect(Stream, string)Detecteer het bestandsformaat van de gegevensstroom, de bestandsnaam is optioneel voor het raden van typen die geen magische kop hebben.
static GetFormatByExtension(string)Haalt het gewenste bestandsformaat op uit de bestandsextensie naam De extensienaam moet beginnen met een punt (’.’).
CreateLoadOptions()Maak een standaard laadoptie voor dit bestandsformaat
CreateSaveOptions()Maak een standaard opslagoptie voor dit bestandsformaat
override ToString()Formaat naar string

Velden

NaamBeschrijving
static readonly AMFAdditief fabricagebestandsformaat
static readonly ASEASCII Scene Exporter-indeling van 3D Studio Max.
static readonly Aspose3DWebAspose.3D Webformaat.
static readonly ColladaCollada-bestandsindeling
static readonly Discreet3DSBestandsformaat van 3D Studio
static readonly DXFAutoCAD DXF
static readonly FBX6100ASCIIASCII FBX-bestandsindeling, met versie 6.1.0
static readonly FBX6100BinaryBinair FBX-bestandsformaat, met versie 6.1.0
static readonly FBX7200ASCIIASCII FBX-bestandsindeling, met versie 7.2.0
static readonly FBX7200BinaryBinair FBX-bestandsformaat, met versie 7.2.0
static readonly FBX7300ASCIIASCII FBX-bestandsindeling, met versie 7.3.0
static readonly FBX7300BinaryBinair FBX-bestandsformaat, met versie 7.3.0
static readonly FBX7400ASCIIASCII FBX-bestandsindeling, met versie 7.4.0
static readonly FBX7400BinaryBinair FBX-bestandsformaat, met versie 7.4.0
static readonly FBX7500ASCIIASCII FBX-bestandsindeling, met versie 7.5.0
static readonly FBX7500BinaryBinair FBX-bestandsformaat, met versie 7.5.0
static readonly FBX7600ASCIIASCII FBX-bestandsindeling, met versie 7.6.0
static readonly FBX7600BinaryBinair FBX-bestandsformaat, met versie 7.6.0
static readonly FBX7700ASCIIASCII FBX-bestandsindeling, met versie 7.7.0
static readonly FBX7700BinaryBinair FBX-bestandsformaat, met versie 7.7.0
static readonly GLTFglTF van Khronos Group
static readonly GLTF2glTF-versie 2.0 van Khronos Group
static readonly GLTF2_BinaryglTF-versie 2.0 van Khronos Group
static readonly GLTF_BinaryglTF van Khronos Group in binair formaat
static readonly HTML5HTML5-bestand
static readonly MayaASCIIAutodesk Maya in ASCII-indeling
static readonly MayaBinaryAutodesk Maya in binair formaat
static readonly Microsoft3MFMicrosoft 3D-productieformaat
static readonly PcdPCL-puntenwolkgegevensbestand in ASCII-modus
static readonly PcdBinaryPCL-puntenwolkgegevensbestand in binaire modus
static readonly SiemensJT8Siemens JT-bestand versie 8
static readonly SiemensJT9Siemens JT-bestand versie 9
static readonly STLASCIIASCII STL-bestandsformaat
static readonly STLBinaryBinair STL-bestandsformaat
static readonly Universal3DUniversal3D-bestandsindeling
static readonly USDUniversele scènebeschrijving
static readonly USDZGecomprimeerde universele scènebeschrijving
static readonly VRMLDe Virtual Reality-modelleringstaal
static readonly WavefrontOBJWavefront’s Obj-bestandsindeling
static readonly XBinaryDirectX X-bestand in binair formaat
static readonly XTextDirectX X-bestand in binair formaat
static readonly XyzXyz-puntenwolkbestand
static readonly ZipZip-archief dat een ander 3D-bestandsformaat bevat.
static readonly DracoGoogle Draco Mesh
static readonly PDFAdobe’s Portable Document Format
static readonly PLYPolygoon-bestandsindeling of Stanford Triangle-indeling
static readonly RvmBinaryAVEVA Plant Design Management Systeem Model in binair formaat
static readonly RvmTextAVEVA Plant Design Managementsysteem Model in tekstformaat

Zie ook