Click or drag to resize

CSURFACEITEMGetGeometryInfo Method

Get the total number of vertices and triangles of all mesh components in item.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetGeometryInfo(
	ref int vertices,
	ref int triangles
)

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