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

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

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

Parameters

oPLY1
Type: GeoEngine.Core.GXNetCPLY
PLY object
See Also