Click or drag to resize
CTINGetConvexHull Method
Get the convex hull of the TIN.

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The convex hull is the outside boundary of the triangulated region.
Syntax
public void GetConvexHull(
	CPLY ply
)

Parameters

ply
Type: GeoEngine.Core.GXNetXCPLY
PLY object
See Also