| Maptitude GISDK Help |
Gets the scope for a TIN.
scope = TINScope(tin t)
| Argument | Contents |
|---|---|
| t | A TIN |
A scope.
SetLayer("Airports")
airport_tin = CreateTriangulation("Airports|", {{"Field","Altitude"}})
tin_scope = TINScope(airport_tin)
ShowArray(tin_scope)
| Error Type | Meaning |
|---|---|
| Error | The TIN compound variable is null |
| Function | Summary |
|---|---|
| CreateTriangulation() | Creates a Triangulated Irregular Network (TIN) |
| TINElevations() | Gets the minimum and maximum elevations in a TIN |
| EstimateElevation() | Calculates a spot elevation using a TIN |
| ©2025 Caliper Corporation | www.caliper.com |