Click or drag to resize
CMESHGetFaces Method
Returns all the faces comprising of vertex indices 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 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