SurfaceAxis

public enum SurfaceAxis : Int, Encodable

If -1, the scatter points are not fill with a surface If 0, 1, 2, the scatter points are filled with a Delaunay surface about the x, y, z respectively.

  • off

    Undocumented

    Declaration

    Swift

    case off = -1
  • x

    Undocumented

    Declaration

    Swift

    case x = 0
  • y

    Undocumented

    Declaration

    Swift

    case y = 1
  • z

    Undocumented

    Declaration

    Swift

    case z = 2