Click or drag to resize
CMESH Class
High Performance Surface API.
Inheritance Hierarchy

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public class CMESH : CHANDLE

The CMESH type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneAddFace
Adds a face to a patch in a mesh
Public methodAvailable to anyoneAddVertex
Adds a vertex to a patch in a mesh
Public methodAvailable to anyoneStatic memberCreate
Creates a new Mesh
Public methodAvailable to anyoneDeletePatch
Deletes a patch specified by Patch ID from a mesh
Public methodAvailable to anyoneGetAttributeValues
Inserts an attribute set to a mesh
Public methodAvailable to anyoneGetFaces
Returns all the faces comprising of vertex indices in a patch
Public methodAvailable to anyoneGetVertexPoint
Number of faces in a patch in mesh
Public methodAvailable to anyoneGetVertices
Returns all the vertices in a patch
Public methodAvailable to anyoneStatic memberImportGridToMesh
Imports a Grid to a Surface. Creates a new Geosurface file for the surface
Public methodAvailable to anyoneInsertAttributes
Inserts an attribute set to a mesh
Public methodAvailable to anyoneInsertPatch
Inserts a new surface patch to the mesh specified by a unique ID
Public methodAvailable to anyoneNumFaces
Number of faces in a patch in mesh
Public methodAvailable to anyoneNumPatches
Returns the number of patches added to the mesh
Public methodAvailable to anyoneNumVertices
Number of vertices in a patch in mesh
Public methodAvailable to anyoneStatic memberOpen
Opens an existing Mesh
Public methodAvailable to anyonePatchExists
Checks if a patch specified by a patch ID exists in a mesh
Public methodAvailable to anyoneSave
Saves Mesh to the Project Cache and Geosurface file
Public methodAvailable to anyoneSetAttributeValues
Inserts an attribute set to a mesh
Top
See Also