 | 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
Syntaxpublic void GetConvexHull(
CPLY ply
)
public void GetConvexHull(
CPLY ply
)
Public Sub GetConvexHull (
ply As CPLY
)
Public Sub GetConvexHull (
ply As CPLY
)
public:
void GetConvexHull(
CPLY^ ply
)
public:
void GetConvexHull(
CPLY^ ply
)
member GetConvexHull :
ply : CPLY -> unit
member GetConvexHull :
ply : CPLY -> unit
Parameters
- ply
- Type: GeoEngine.Core.GXNetXCPLY
PLY object
Remarks
The convex hull is the outside boundary of the
triangulated region.
See Also