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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Unlike GridPLY_IMU and GridPlyEx_IMU, the image is not altered. It just gives the PLY.
Syntax
public static void GridEdgePLY(
	CGXNETCore gxNetShared,
	CIMG img,
	CPLY ply,
	int min_points
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
img
Type: GeoEngine.Core.GXNetXCIMG
The Grid
ply
Type: GeoEngine.Core.GXNetXCPLY
PLY containing the edges.
min_points
Type: SystemInt32
Minimum number of points in polygons (0 for all)
See Also