Click or drag to resize

CTINGetConvexHull Method

Get the convex hull of the TIN.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public void GetConvexHull(
	CPLY ply
)

public void GetConvexHull(
	CPLY ply
)

Parameters

ply
Type: GeoEngine.Core.GXNetCPLY
PLY object
Remarks
The convex hull is the outside boundary of the triangulated region.
See Also