UNPKG

@itwin/core-frontend

Version:
18 lines 897 B
"use strict"; /*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ /** @packageDocumentation * @module Rendering */ Object.defineProperty(exports, "__esModule", { value: true }); exports.MeshPrimitiveType = void 0; /** @internal */ var MeshPrimitiveType; (function (MeshPrimitiveType) { MeshPrimitiveType[MeshPrimitiveType["Mesh"] = 0] = "Mesh"; MeshPrimitiveType[MeshPrimitiveType["Polyline"] = 1] = "Polyline"; MeshPrimitiveType[MeshPrimitiveType["Point"] = 2] = "Point"; })(MeshPrimitiveType || (exports.MeshPrimitiveType = MeshPrimitiveType = {})); //# sourceMappingURL=MeshPrimitive.js.map