Options
All
  • Public
  • Public/Protected
  • All
Menu

An enumeration describing when a style should be painted in 3D in relation to other 3D data. See IconStyle.occlusionMode or ShapeStyle.occlusionMode for details and limitations.

Overview

Enumeration members

ALWAYS_VISIBLE

ALWAYS_VISIBLE: = 1

Show the entire shape even if behind by other 3D data. The shape will appear in front of other objects.

OCCLUDED_ONLY

OCCLUDED_ONLY: = 2

Shows only the part of the shape that is behind other 3D data. You typically use this to display obscured shapes in combination with another style that uses "VISIBLE" mode.

VISIBLE_ONLY

VISIBLE_ONLY: = 0

Show only the part of a shape that is not obscured by other 3D data. This is the default.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method