Name | Description | |
---|---|---|
Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) | |
GetAdjacentTriangleIndices | Gets the list of triangle indices adjacent to this TIN triangle. This method must be called on the MCT. Use QueuedTask.Run. | |
GetAdjacentTriangles | Gets the list of triangles adjacent to this TIN triangle. This method must be called on the MCT. Use QueuedTask.Run. | |
GetCentroid | 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. | |
GetCircumCircle | 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. | |
GetNormal | Gets the vector normal to this TIN triangle. This method must be called on the MCT. Use QueuedTask.Run. | |
GetPointsBetweenZs | 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. | |
GetUnitNormal | 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. | |
IsEqual | Compares two TinElement for equality. Compares ElementType and Index. (Inherited from ArcGIS.Core.Data.Analyst3D.TinElement) | |
IsInsideExtent | Overridden. Gets if this element is inside the specified extent. This method must be called on the MCT. Use QueuedTask.Run. | |
ToPolygon | Gets 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. |