Click or drag to resize

CMESHGetFaces Method

Returns all the faces comprising of vertex indices in a patch

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetFaces(
	string mesh_name,
	int patch_id,
	CVV face_v_1,
	CVV face_v_2,
	CVV face_v_3
)

public void GetFaces(
	string mesh_name,
	int patch_id,
	CVV face_v_1,
	CVV face_v_2,
	CVV face_v_3
)

Parameters

mesh_name
Type: SystemString
Mesh Name
patch_id
Type: SystemInt32
Patch ID
face_v_1
Type: GeoEngine.Core.GXNetXCVV
Face vertex 1
face_v_2
Type: GeoEngine.Core.GXNetXCVV
Face vertex 2
face_v_3
Type: GeoEngine.Core.GXNetXCVV
Face vertex 3
See Also