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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void GetGeometryInfo(
	ref int i1,
	ref int i2
)

Parameters

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