UNPKG

forge-svf-utils

Version:

Utilities for working with Autodesk Forge SVF file format.

19 lines (18 loc) 1.11 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var AssetType; (function (AssetType) { AssetType["Image"] = "Autodesk.CloudPlatform.Image"; AssetType["PropertyViewables"] = "Autodesk.CloudPlatform.PropertyViewables"; AssetType["PropertyOffsets"] = "Autodesk.CloudPlatform.PropertyOffsets"; AssetType["PropertyAttributes"] = "Autodesk.CloudPlatform.PropertyAttributes"; AssetType["PropertyValues"] = "Autodesk.CloudPlatform.PropertyValues"; AssetType["PropertyIDs"] = "Autodesk.CloudPlatform.PropertyIDs"; AssetType["PropertyAVs"] = "Autodesk.CloudPlatform.PropertyAVs"; AssetType["PropertyRCVs"] = "Autodesk.CloudPlatform.PropertyRCVs"; AssetType["ProteinMaterials"] = "ProteinMaterials"; AssetType["PackFile"] = "Autodesk.CloudPlatform.PackFile"; AssetType["FragmentList"] = "Autodesk.CloudPlatform.FragmentList"; AssetType["GeometryMetadataList"] = "Autodesk.CloudPlatform.GeometryMetadataList"; AssetType["InstanceTree"] = "Autodesk.CloudPlatform.InstanceTree"; })(AssetType = exports.AssetType || (exports.AssetType = {}));