12345 |
- /*
- All material copyright ESRI, All Rights Reserved, unless otherwise specified.
- See https://js.arcgis.com/4.25/esri/copyright.txt for details.
- */
- 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 l}from"../core/accessorSupport/decorators/subclass.js";import m from"./FillSymbol3DLayer.js";import p from"./Symbol3D.js";var i;const y=r.ofType({base:null,key:"type",typeMap:{fill:m}});let a=i=class extends p{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)})}static fromSimpleFillSymbol(o){return new i({symbolLayers:[m.fromSimpleFillSymbol(o)]})}};o([e({type:y})],a.prototype,"symbolLayers",void 0),o([t({MeshSymbol3D:"mesh-3d"},{readOnly:!0})],a.prototype,"type",void 0),a=i=o([l("esri.symbols.MeshSymbol3D")],a);const c=a;export{c as default};
|