ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMShapeVertex Class
Members

In This Topic
    CIMShapeVertex Class
    In This Topic
    Represents a shape vertex.
    Object Model
    CIMShapeVertex ClassCIMShapeVertex ClassCIMShapeVertex ClassMapPoint ClassMapPoint ClassMapPoint Class
    Syntax
    Remarks
    Each Vertex in a 3DShapeGraphic is represented by three points, contained in a ShapeVertex. The first point is the actual position of the Vertex. The second represents the normalized vector that describes the orientation of the point. The last point is optional - it defines the coordinates of the texture that correspond with this point in the shape. In this case only x and y are used as the traditional texture coordinates S and T.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.CIM.CIMObject
          ArcGIS.Core.CIM.CIMShapeVertex

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also