![]() | CTIN Methods |
The CTIN type exposes the following members.
Name | Description | |
---|---|---|
![]() | Copy | Copy TIN |
![]() ![]() | Create | This method creates a TIN object. |
![]() ![]() | CreateS | Create TIN from a serialized source |
![]() | Dispose | (Overrides CHANDLEDispose(Boolean).) |
![]() ![]() | ExportXML | Export a TIN object as XML |
![]() | GetConvexHull | Get the convex hull of the TIN. |
![]() | GetIPJ | Get the projection. |
![]() | GetJoins | Get joins from a TIN mesh. |
![]() | GetMesh | Get lines from a TIN mesh. |
![]() | GetNodes | Get the X,Y locations and Z values of the TIN nodes. |
![]() | GetTriangle | Get the locations of the vertices of a specific triangle |
![]() | GetTriangles | Get the triangle nodes. |
![]() | GetVoronoiEdges | Get line segments defining Voronoi cells. |
![]() | iIsZValued | Does the TIN contain Z values with each X,Y? |
![]() | iLocateTriangle | Get the index of the triangle containing X, Y. |
![]() | iNodes | Returns the number of nodes in the TIN |
![]() | InterpVV | Interp TINned values using the natural neighbour method. |
![]() | iTriangles | Returns the number of triangles in the TIN. |
![]() | LinearInterpVV | Interp TINned values using the linear interpolation |
![]() | NearestVV | Interp TINned values using the nearest neighbour. |
![]() | RangeXY | Find the range in X and Y of the TINned region. |
![]() | Serial | Serialize TIN |
![]() | SetIPJ | Set the projection. |