Click or drag to resize

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
Syntax
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 void ComputeExtendedInfo(
	ref int components,
	ref int vertices,
	ref int edges,
	ref int triangles,
	ref int inconsistent,
	ref int invalid,
	ref int intersectiona
)

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