Примерен код на VB.NET за създаване на TIN* модел с MapWinGIS
* TIN – Triangular Irregular Network, Нерегулярна мрежа от триъгълници
Dim utils As New Utils()
Dim tin As New Tin()
tin.CreateTinFromPoints(points.ToArray())
Dim shapefile As New Shapefile()
shapefile = utils.TinToShapefile(tin, ShpfileType.SHP_POLYGON)