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
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void GetMeshInfo(
	int index,
	ref int closed,
	ref int n_inner_comps,
	ref double area,
	ref double volume,
	ref double volume_confidence_interval
)

Parameters

index
Type: SystemInt32
Index of the component
closed
Type: SystemInt32
indicating if mesh is closed
n_inner_comps
Type: SystemInt32
Number of inner components
area
Type: SystemDouble
Area
volume
Type: SystemDouble
Volume
volume_confidence_interval
Type: SystemDouble
Volume confidence interval
See Also