ArcGIS Pro 3.7 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 Property Normal As MapPoint
    public MapPoint Normal {get; set;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also