 | CMESHNumVertices Method |
Number of vertices in a patch in mesh
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int NumVertices(
string mesh_name,
int patch_id
)
public int NumVertices(
string mesh_name,
int patch_id
)
Public Function NumVertices (
mesh_name As String,
patch_id As Integer
) As Integer
Public Function NumVertices (
mesh_name As String,
patch_id As Integer
) As Integer
public:
int NumVertices(
String^ mesh_name,
int patch_id
)
public:
int NumVertices(
String^ mesh_name,
int patch_id
)
member NumVertices :
mesh_name : string *
patch_id : int -> int
member NumVertices :
mesh_name : string *
patch_id : int -> int
Parameters
- mesh_name
- Type: SystemString
Mesh Name - patch_id
- Type: SystemInt32
Patch ID
Return Value
Type:
Int32Returns the number of vertices in a patch
See Also