Click or drag to resize
CIMUGridEdgePLY Method
Get grid edge points

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Unlike GridPLY_IMU and GridPlyEx_IMU, the image is not altered. It just gives the PLY.
Syntax
public static void GridEdgePLY(
	CIMG oIMG1,
	CPLY oPLY2,
	int i3
)

Parameters

oIMG1
Type: GeoEngine.Core.GXNetCIMG
The Grid
oPLY2
Type: GeoEngine.Core.GXNetCPLY
PLY containing the edges.
i3
Type: SystemInt32
Minimum number of points in polygons (0 for all)
See Also