Click or drag to resize

CMVU.GetRangeGOCADSurface Method

Get the XYZ range of a GOCAD surface.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
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
)

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.GXNetX.CGXNETCore
A shared CGXNETCore
file
Type: System.String
GOCAD file name
min_x
Type: System.Double
Min X value
min_y
Type: System.Double
Min Y value
min_z
Type: System.Double
Min Z value
max_x
Type: System.Double
Max X value
max_y
Type: System.Double
Max Y value
max_z
Type: System.Double
Max Z value
Remarks
Required to set up a map view before doing the actual surface import.
See Also