ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object.

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

interface ExtrudeSymbol3DLayerJson {
    enable?: boolean;
    material?: MaterialJson;
    size?: number;
    type: "Extrude";
}

Hierarchy (view full)

Properties

enable?: boolean

Type: Boolean.

material?: MaterialJson

The material used to shade the geometry.

size?: number

Extrusion height in meters, positive only.

type

The type of the Symbol3DLayer. See Symbol3DLayerJsonType.