Click or drag to resize

CMESHNumPatches Method

Returns the number of patches added to the mesh

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int NumPatches(
	string mesh_name
)

public int NumPatches(
	string mesh_name
)

Parameters

mesh_name
Type: SystemString
Mesh Name

Return Value

Type: Int32
The number of patches added to the mesh
See Also