Click or drag to resize
CMESHGetVertices Method
Returns all the vertices in a patch

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 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