Click or drag to resize
CSURFACEITEMGetMeshInfo Method
Gets information about a triangular polyhedral mesh component in the surface item.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void GetMeshInfo(
	int i1,
	ref int i2,
	ref int i3,
	ref double d4,
	ref double d5,
	ref double d6
)

Parameters

i1
Type: SystemInt32
Index of the component
i2
Type: SystemInt32
See GEO_BOOLConstant indicating if mesh is closed
i3
Type: SystemInt32
number of inner components
d4
Type: SystemDouble
Area
d5
Type: SystemDouble
Volume
d6
Type: SystemDouble
Volume confidence interval
See Also