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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Required to set up a map view before doing the actual surface import.
Syntax
public static void GetRangeGOCADSurface(
	string str1,
	ref double d2,
	ref double d3,
	ref double d4,
	ref double d5,
	ref double d6,
	ref double d7
)

Parameters

str1
Type: SystemString
GOCAD file name
d2
Type: SystemDouble
Min X value
d3
Type: SystemDouble
Min Y value
d4
Type: SystemDouble
Min Z value
d5
Type: SystemDouble
Max X value
d6
Type: SystemDouble
Max Y value
d7
Type: SystemDouble
Max Z value
See Also