Click or drag to resize
CSURFACEITEMGetGeometryInfo Method
Get the total number of vertices and triangles of all mesh components in 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 GetGeometryInfo(
	ref int vertices,
	ref int triangles
)

Parameters

vertices
Type: SystemInt32
Total number of vertices
triangles
Type: SystemInt32
Total number of triangles
See Also