com.esri.arcgis.analyst3d
Interface esri3DFaceCulling

All Superinterfaces:
java.io.Serializable

public interface esri3DFaceCulling
extends java.io.Serializable

Constants from esri3DFaceCulling' enum. Generated 3/19/2015 1:20:39 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'

Description: 'The Esri face culling options.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int esriFaceCullingBack
          Cull the back facing polygons.
static int esriFaceCullingDefinedByShape
          Culling is defined by shape.
static int esriFaceCullingFront
          Cull the front facing polygons.
static int esriFaceCullingNone
          No culling, both faces are rendered.
 

Field Detail

esriFaceCullingNone

static final int esriFaceCullingNone
No culling, both faces are rendered.

See Also:
Constant Field Values

esriFaceCullingFront

static final int esriFaceCullingFront
Cull the front facing polygons.

See Also:
Constant Field Values

esriFaceCullingBack

static final int esriFaceCullingBack
Cull the back facing polygons.

See Also:
Constant Field Values

esriFaceCullingDefinedByShape

static final int esriFaceCullingDefinedByShape
Culling is defined by shape.

See Also:
Constant Field Values