Click or drag to resize
CMESHNumFaces Method
Number of faces in a patch in mesh

Available since Oasis montaj version: 9.5
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public int NumFaces(
	string mesh_name,
	int patch_id
)

Parameters

mesh_name
Type: SystemString
Mesh Name
patch_id
Type: SystemInt32
Patch ID

Return Value

Type: Int32
Returns the number of faces in a patch
See Also