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.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void ComputeExtendedInfo(
	ref int i1,
	ref int i2,
	ref int i3,
	ref int i4,
	ref int i5,
	ref int i6,
	ref int i7
)

Parameters

i1
Type: SystemInt32
Number of inner components (recomputed)
i2
Type: SystemInt32
Total number of valid vertices
i3
Type: SystemInt32
Total number of valid edges
i4
Type: SystemInt32
Total number of valid triangles
i5
Type: SystemInt32
Number of inconsistent triangles
i6
Type: SystemInt32
Number of invalid triangles
i7
Type: SystemInt32
Number of self intersections
See Also