Skip to content

Slice plane

A cartesian plane for defining slicing in a Slice analysis.

Referenced by: Slice analysis

Properties

Property Details
heading The heading angle (in degrees) of the slice plane.
height The height of the slice plane.
position A point specifying the position of the center of the plane.
tilt The tilt angle (in degrees) of the slice plane.
type String indicating the slicePlane type.
Valid value of this property plane
width The width of the slice plane.

SlicePlane Example

{
  "type": "plane",
  "heading": 180,
  "tilt": 10,
  "width": 10,
  "height": 10,
  "position": {
    "x": 0,
    "y": 0,
    "z": 10,
    "spatialReference": {
      "wkid": 102100
    }
  }
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.