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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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(
	CIMG oIMG1,
	CPLY oPLY2
)

Parameters

oIMG1
Type: GeoEngine.Core.GXNetCIMG
The Grid
oPLY2
Type: GeoEngine.Core.GXNetCPLY
PLY containing the edges.
See Also