Click or drag to resize

CMESHGetVertices Method

Returns all the vertices in a patch

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
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
)

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