Click or drag to resize

CTINGetConvexHull Method

Get the convex hull of the TIN.

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

public void GetConvexHull(
	CPLY ply
)

Parameters

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