Click or drag to resize

CMVUGetRangeGOCADSurface Method

Get the XYZ range of a GOCAD surface.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GetRangeGOCADSurface(
	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
)

public static void GetRangeGOCADSurface(
	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

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
Remarks
Required to set up a map view before doing the actual surface import.
See Also