Click or drag to resize
CMVIEWSetPlaneSurfInfo Method
Set the surface information

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void SetPlaneSurfInfo(
	int plane,
	int sample,
	double base,
	double scale,
	double min,
	double max
)

Parameters

plane
Type: SystemInt32
Plane index
sample
Type: SystemInt32
Sample rate (>=1)
base
Type: SystemDouble
Base
scale
Type: SystemDouble
Scale
min
Type: SystemDouble
Min
max
Type: SystemDouble
Max
See Also