Click or drag to resize
CSURFACEITEMComputeExtendedInfo Method
Compute more information (including validation) about of all mesh components in the surface item.

Available since Oasis montaj version: 8.5
License: Available to anyone.  

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

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