ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / FaceCulling3D Enumeration

In This Topic
    FaceCulling3D Enumeration
    In This Topic
    The types of face culling.
    Syntax
    Members
    MemberDescription
    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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.FaceCulling3D

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also