ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMVoxelPlane Class / Normal Property

In This Topic
    Normal Property (CIMVoxelPlane)
    In This Topic
    Gets or sets the direction vector of the plane, which is a unit vector representing the normal to the plane.
    Syntax
    public MapPoint Normal {get; set;}
    Public Property Normal As MapPoint
    Remarks
    This vector is perpendicular to the plane you are defining, and it points in the direction of what you want to remove with the plane. The X, Y, and Z values should all be between 0 and 1. For example a Normal of (0,0,1) is pointing away from the earth's surface, and this defines a horizontal plane.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also