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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void SetPlaneSurfInfo(
	int i1,
	int i2,
	double d3,
	double d4,
	double d5,
	double d6
)

Parameters

i1
Type: SystemInt32
Plane index
i2
Type: SystemInt32
Sample rate (>=1)
d3
Type: SystemDouble
Base
d4
Type: SystemDouble
Scale
d5
Type: SystemDouble
Min
d6
Type: SystemDouble
Max
See Also