RvmFormat

RvmFormat class

The RVM Format

public class RvmFormat : FileFormat

Properties

NameDescription
CanExport { get; }Gets whether Aspose.3D supports export scene to current file format.
CanImport { get; }Gets whether Aspose.3D supports import scene from current file format.
ContentType { get; }Gets file format content type
Extension { get; }Gets the extension name of this type.
Extensions { get; }Gets the extension names of this type.
FileFormatType { get; }Gets file format type
Version { get; }Gets file format version

Methods

NameDescription
CreateLoadOptions()Create a default load options for this file format
CreateSaveOptions()Create a default save options for this file format
LoadAttributes(Scene, Stream, string)Load the attributes from specified stream
LoadAttributes(Scene, string, string)Load the attributes from specified file name
override ToString()Formats to string

See Also