public enum FaceCulling3D : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum FaceCulling3D Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum FaceCulling3D : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum FaceCulling3D Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Backface | Turns on back-face culling, eliminating those objects from view that face away from you. |
FromGeometry | Turns on the feature's built-in face culling. This option is only applicable for multipatch features. |
Frontface | Turns on front-face culling, eliminating those objects from view that face you. Use this option to see through the front of an object. |
None | Turns off culling so you view both sides. |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.CIM.FaceCulling3D
Target Platforms: Windows 10, Windows 8.1, Windows 7