Click or drag to resize
CMVUGetRangeGOCADSurface Method
Get the XYZ range of a GOCAD surface.

Available since Oasis montaj version: 6.4
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Required to set up a map view before doing the actual surface import.
Syntax
public static void GetRangeGOCADSurface(
	CGXNETCore gxNetShared,
	string file,
	ref double min_x,
	ref double min_y,
	ref double min_z,
	ref double max_x,
	ref double max_y,
	ref double max_z
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
GOCAD file name
min_x
Type: SystemDouble
Min X value
min_y
Type: SystemDouble
Min Y value
min_z
Type: SystemDouble
Min Z value
max_x
Type: SystemDouble
Max X value
max_y
Type: SystemDouble
Max Y value
max_z
Type: SystemDouble
Max Z value
See Also