Click or drag to resize

CMESHGetVertexPoint Method

Number of faces in a patch in mesh

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int GetVertexPoint(
	string mesh_name,
	int patch_id,
	int vertex_index,
	ref double x_coordinate,
	ref double y_coordinate,
	ref double z_coordinate
)

public int GetVertexPoint(
	string mesh_name,
	int patch_id,
	int vertex_index,
	ref double x_coordinate,
	ref double y_coordinate,
	ref double z_coordinate
)

Parameters

mesh_name
Type: SystemString
Mesh Name
patch_id
Type: SystemInt32
Patch ID
vertex_index
Type: SystemInt32
Vertex Index
x_coordinate
Type: SystemDouble
X coordinate
y_coordinate
Type: SystemDouble
Y coordinate
z_coordinate
Type: SystemDouble
Z coordinate

Return Value

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