MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView.

See https://developers.arcgis.com/web-scene-specification/objects/meshSymbol3D/.

interface MeshSymbol3DJson {
    symbolLayers: FillSymbol3DLayerJson[];
    type: "MeshSymbol3D";
}

Hierarchy (view full)

Properties

Properties

symbolLayers: FillSymbol3DLayerJson[]

A Collection of Symbol3DLayer objects used to visualize the graphic or feature.

type

The type of symbol. See SymbolJsonType.