Create a Triangular Irregular Network (TIN) or MultiPolygon from items in a named list. A TIN is a special type of surface item. If a Group is open, then graphics are added to the Group, otherwise a new Item is created.
Visual Basic |
---|
Public Function CreateTin( _ ByVal list As String _ ) As Integer |
A Named List containing items which will be used to create the TIN or MultiPolygon.
If the items are Points the x,y origin of the point will be used.
If the items are LineStrings or Polygons the vertices will be used.
sis.CreateTin ("List1")
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).