This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Constants > E > esri3DFaceCulling Constants (ArcObjects .NET 10.5 SDK) |
The Esri face culling options.
Constant | Value | Description |
---|---|---|
esriFaceCullingNone | 0 | No culling, both faces are rendered. |
esriFaceCullingFront | 1 | Cull the front facing polygons. |
esriFaceCullingBack | 2 | Cull the back facing polygons. |
esriFaceCullingDefinedByShape | 3 | Culling is defined by shape. |