 | CSURFACEITEMComputeExtendedInfo Method |
Compute more information (including validation) about of all mesh components in the surface item.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ComputeExtendedInfo(
ref int components,
ref int vertices,
ref int edges,
ref int triangles,
ref int inconsistent,
ref int invalid,
ref int intersectiona
)
public void ComputeExtendedInfo(
ref int components,
ref int vertices,
ref int edges,
ref int triangles,
ref int inconsistent,
ref int invalid,
ref int intersectiona
)
Public Sub ComputeExtendedInfo (
ByRef components As Integer,
ByRef vertices As Integer,
ByRef edges As Integer,
ByRef triangles As Integer,
ByRef inconsistent As Integer,
ByRef invalid As Integer,
ByRef intersectiona As Integer
)
Public Sub ComputeExtendedInfo (
ByRef components As Integer,
ByRef vertices As Integer,
ByRef edges As Integer,
ByRef triangles As Integer,
ByRef inconsistent As Integer,
ByRef invalid As Integer,
ByRef intersectiona As Integer
)
public:
void ComputeExtendedInfo(
int% components,
int% vertices,
int% edges,
int% triangles,
int% inconsistent,
int% invalid,
int% intersectiona
)
public:
void ComputeExtendedInfo(
int% components,
int% vertices,
int% edges,
int% triangles,
int% inconsistent,
int% invalid,
int% intersectiona
)
member ComputeExtendedInfo :
components : int byref *
vertices : int byref *
edges : int byref *
triangles : int byref *
inconsistent : int byref *
invalid : int byref *
intersectiona : int byref -> unit
member ComputeExtendedInfo :
components : int byref *
vertices : int byref *
edges : int byref *
triangles : int byref *
inconsistent : int byref *
invalid : int byref *
intersectiona : int byref -> unit
Parameters
- components
- Type: SystemInt32
Number of inner components (recomputed) - vertices
- Type: SystemInt32
Total number of valid vertices - edges
- Type: SystemInt32
Total number of valid edges - triangles
- Type: SystemInt32
Total number of valid triangles - inconsistent
- Type: SystemInt32
Number of inconsistent triangles - invalid
- Type: SystemInt32
Number of invalid triangles - intersectiona
- Type: SystemInt32
Number of self intersections
See Also