Click or drag to resize

CIMUGridEdgePLY Method

Get grid edge points

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GridEdgePLY(
	CIMG img,
	CPLY ply,
	int min_points
)

public static void GridEdgePLY(
	CIMG img,
	CPLY ply,
	int min_points
)

Parameters

img
Type: GeoEngine.Core.GXNetCIMG
The Grid
ply
Type: GeoEngine.Core.GXNetCPLY
PLY containing the edges.
min_points
Type: SystemInt32
Minimum number of points in polygons (0 for all)
Remarks
Unlike GridPLY_IMU and GridPlyEx_IMU, the image is not altered. It just gives the PLY.
See Also