Click or drag to resize
CSURFACEITEMGetInfo Method
Gets information about the surface item.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void GetInfo(
	ref int i1,
	ref double d2,
	ref double d3,
	ref double d4
)

Parameters

i1
Type: SystemInt32
See GEO_BOOLConstant indicating if all meshes in item is closed
d2
Type: SystemDouble
Area
d3
Type: SystemDouble
Volume
d4
Type: SystemDouble
Volume confidence interval
See Also