  | CMESHGetVertices Method  | 
 Returns all the vertices in a patch
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic void GetVertices(
	string mesh_name,
	int patch_id,
	CVV vert_v_vx,
	CVV vert_v_vy,
	CVV vert_v_vz
)
public void GetVertices(
	string mesh_name,
	int patch_id,
	CVV vert_v_vx,
	CVV vert_v_vy,
	CVV vert_v_vz
)
Public Sub GetVertices ( 
	mesh_name As String,
	patch_id As Integer,
	vert_v_vx As CVV,
	vert_v_vy As CVV,
	vert_v_vz As CVV
)
Public Sub GetVertices ( 
	mesh_name As String,
	patch_id As Integer,
	vert_v_vx As CVV,
	vert_v_vy As CVV,
	vert_v_vz As CVV
)
public:
void GetVertices(
	String^ mesh_name, 
	int patch_id, 
	CVV^ vert_v_vx, 
	CVV^ vert_v_vy, 
	CVV^ vert_v_vz
)
public:
void GetVertices(
	String^ mesh_name, 
	int patch_id, 
	CVV^ vert_v_vx, 
	CVV^ vert_v_vy, 
	CVV^ vert_v_vz
)
member GetVertices : 
        mesh_name : string * 
        patch_id : int * 
        vert_v_vx : CVV * 
        vert_v_vy : CVV * 
        vert_v_vz : CVV -> unit 
member GetVertices : 
        mesh_name : string * 
        patch_id : int * 
        vert_v_vx : CVV * 
        vert_v_vy : CVV * 
        vert_v_vz : CVV -> unit 
Parameters
- mesh_name
 - Type: SystemString
Mesh Name - patch_id
 - Type: SystemInt32
Patch ID - vert_v_vx
 - Type: GeoEngine.Core.GXNetXCVV
Vertices X - vert_v_vy
 - Type: GeoEngine.Core.GXNetXCVV
Vertices Y - vert_v_vz
 - Type: GeoEngine.Core.GXNetXCVV
Vertices Z 
See Also