Click or drag to resize

CSURFACEITEMGetMeshInfo Method

Gets information about a triangular polyhedral mesh component in the surface item.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
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
)

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