ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinTriangle Class


In This Topic
    TinTriangle Class Methods
    In This Topic

    For a list of all members of this type, see TinTriangle members.

    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets the list of triangle indices adjacent to this TIN triangle. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the list of triangles adjacent to this TIN triangle. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the centroid of this TIN triangle as determined by averaging the coordinates of its vertices. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the circle whose boundary passes through all three of the triangle's nodes. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the vector normal to this TIN triangle. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the set of coordinates for this TIN triangle that falls within the specified Z values. Use these coordinates to build a 3D polygonal definition for the area of the triangle that falls within the specified Z values. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the vector normal to this TIN triangle, adjusted to a magnitude of one. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodCompares two TinElement for equality. Compares ElementType and Index. (Inherited from ArcGIS.Core.Data.Analyst3D.TinElement)
    Public MethodOverridden.  Gets if this element is inside the specified extent. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets this TIN triangle as a ArcGIS.Core.Geometry.Polygon. The spatial reference of the returned polygon is set to the spatial reference of the TIN. See TinDatasetDefinition.GetSpatialReference. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also