DracoFormat Class
Google Draco format
Inheritance Hierarchy
SystemObject
  Aspose.ThreeDFileFormat
    Aspose.ThreeD.FormatsDracoFormat

Namespace: Aspose.ThreeD.Formats
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public class DracoFormat : FileFormat

The DracoFormat type exposes the following members.

Properties
  NameDescription
Public propertyContentType
Gets file format content type
(Inherited from FileFormat.)
Public propertyExtension
Gets the extension name of this type.
(Inherited from FileFormat.)
Public propertyFileFormatType
Gets file format type
(Inherited from FileFormat.)
Public propertyVersion
Gets file format version
(Inherited from FileFormat.)
Methods
  NameDescription
Public methodCreateLoadOptions
Create a default load options for this file format
(Inherited from FileFormat.)
Public methodCreateSaveOptions
Create a default save options for this file format
(Inherited from FileFormat.)
Public methodDecode(Byte)
Decode the point cloud or mesh from memory data
Public methodDecode(String)
Decode the point cloud or mesh from specified file name
Public methodEncode(Entity, DracoSaveOptions)
Encode the entity to Draco raw data
Public methodEncode(Entity, Stream, DracoSaveOptions)
Encode the entity to specified stream
Public methodEncode(Entity, String, DracoSaveOptions)
Encode the entity to specified file
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Formats to string
(Inherited from FileFormat.)
See Also