 | 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
Syntaxpublic 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
)
Public Sub GetMeshInfo (
index As Integer,
ByRef closed As Integer,
ByRef n_inner_comps As Integer,
ByRef area As Double,
ByRef volume As Double,
ByRef volume_confidence_interval As Double
)
Public Sub GetMeshInfo (
index As Integer,
ByRef closed As Integer,
ByRef n_inner_comps As Integer,
ByRef area As Double,
ByRef volume As Double,
ByRef volume_confidence_interval As Double
)
public:
void GetMeshInfo(
int index,
int% closed,
int% n_inner_comps,
double% area,
double% volume,
double% volume_confidence_interval
)
public:
void GetMeshInfo(
int index,
int% closed,
int% n_inner_comps,
double% area,
double% volume,
double% volume_confidence_interval
)
member GetMeshInfo :
index : int *
closed : int byref *
n_inner_comps : int byref *
area : float byref *
volume : float byref *
volume_confidence_interval : float byref -> unit
member GetMeshInfo :
index : int *
closed : int byref *
n_inner_comps : int byref *
area : float byref *
volume : float byref *
volume_confidence_interval : float byref -> unit
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