An analysis for slicing scene geometry along a cartesian plane.
Referenced by: Analyses collection item
Properties
| Property | Details | 
|---|---|
| excludedLayers[] | Collection of layers or sublayers which are to be excluded from slicing. | 
| excludeGroundSurface | Boolean property determining whether the ground surface is excluded from slicing. | 
| shape | The shape used to slice elements in a 3D scene. | 
| tiltEnabled | Boolean property determining whether the shape supports a tilt angle or not. | 
| type | String indicating the analysis type. Valid value of this property slice | 
Slice analysis Example
{
  "type": "slice",
  "shape": {
    "type": "plane",
    "heading": 180,
    "tilt": 10,
    "width": 10,
    "height": 10,
    "position": {
      "x": 0,
      "y": 0,
      "z": 10,
      "spatialReference": {
        "wkid": 102100
      }
    }
  },
  "excludeGroundSurface": true,
  "excludedLayers": [
    {
      "layerId": "layer-5",
      "sublayerId": 3
    }
  ]
}