MeshSymbol3D.js 1.1 KB

12345
  1. /*
  2. All material copyright ESRI, All Rights Reserved, unless otherwise specified.
  3. See https://js.arcgis.com/4.24/esri/copyright.txt for details.
  4. */
  5. import{_ as o}from"../chunks/tslib.es6.js";import r from"../core/Collection.js";import{clone as s}from"../core/lang.js";import{property as e}from"../core/accessorSupport/decorators/property.js";import"../core/accessorSupport/ensureType.js";import{enumeration as t}from"../core/accessorSupport/decorators/enumeration.js";import{subclass as p}from"../core/accessorSupport/decorators/subclass.js";import m from"./FillSymbol3DLayer.js";import l from"./Symbol3D.js";var i;const y=r.ofType({base:null,key:"type",typeMap:{fill:m}});let c=i=class extends l{constructor(o){super(o),this.symbolLayers=new y,this.type="mesh-3d"}clone(){return new i({styleOrigin:s(this.styleOrigin),symbolLayers:s(this.symbolLayers),thumbnail:s(this.thumbnail)})}};o([e({type:y})],c.prototype,"symbolLayers",void 0),o([t({MeshSymbol3D:"mesh-3d"},{readOnly:!0})],c.prototype,"type",void 0),c=i=o([p("esri.symbols.MeshSymbol3D")],c);const a=c;export{a as default};