: Public <<type>> Class
Created: 23.5.2022 18.05.07
Modified: 1.8.2022 13.54.07
Project:
Advanced:
A GM_Tin (Figure 21) is a GM_TriangulatedSurface that uses the Delaunay algorithm or a similar algorithm complemented with consideration for breaklines, stoplines and maximum length of triangle sides (Figure 22). These networks satisfy the Delaunay criterion away from the modifications: For each triangle in the network, the circle passing through its vertexes does not contain, in its interior, the vertex of any other triangle.<br/>
Attribute
Public Set<GM_LineString>
  breakLines
Details:
 
Public GM_Position
  controlPoint
Details:
 
Public Distance
  maxLength
Details:
 
Public Set<GM_LineString>
  stopLines
Details:
 
Operation
Public
GM_Tin( post: Set<GM_Position>,
stopLines: Set<GM_LineString>,
breakLines: Set<GM_LineString>,
maxLength: Number,
):GM_Tin
Details:
Sequential
Tag Value
persistence persistent
Details:
 
Property Value
isFinalSpecialization: 0
Object Type Connection Direction Notes
«type» GM_TriangulatedSurface Class Generalization To