com.esri.arcgis.analyst3d
Interface esri3DFaceCulling

All Superinterfaces:
Serializable

public interface esri3DFaceCulling
extends Serializable

The Esri face culling options.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Supported Platforms

Windows, Solaris, Linux


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