Interface ModelConverterManifestReport

Defines a manifest report created by xeoconvert with the --manifest-report option.

interface ModelConverterManifestReport {
    files: modelconverter.ModelConverterManifestReportFile[];
}

Properties

Properties

Information on each file in the manifest report.