Click or drag to resize
CIMUUpdatePLY Method
Update the grid boundary in the grid metadata

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
You can call the GridEdgePLY function to get an edge, perhaps alter the edge, such as thin it to a reasonable resolution, then put set it as the grid boundary by calling this funtion. This is similar to the GridPLYEx function except that you get to alter the PLY before it is placed back in the IMG.
Syntax
public static void UpdatePLY(
	CGXNETCore gxNetShared,
	CIMG img,
	CPLY ply
)

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.
See Also