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) Version: 2024.2.0.25
Syntax
public class CMESH : CHANDLE

public class CMESH : CHANDLE

The CMESH type exposes the following members.

Methods
  NameDescription
Public methodAddFace
Adds a face to a patch in a mesh
Public methodAddVertex
Adds a vertex to a patch in a mesh
Public methodStatic memberCreate
Creates a new Mesh
Public methodDeletePatch
Deletes a patch specified by Patch ID from a mesh
Public methodGetAttributeValues
Inserts an attribute set to a mesh
Public methodGetFaces
Returns all the faces comprising of vertex indices in a patch
Public methodGetVertexPoint
Number of faces in a patch in mesh
Public methodGetVertices
Returns all the vertices in a patch
Public methodStatic memberImportGridToMesh
Imports a Grid to a Surface. Creates a new Geosurface file for the surface
Public methodInsertAttributes
Inserts an attribute set to a mesh
Public methodInsertPatch
Inserts a new surface patch to the mesh specified by a unique ID
Public methodNumFaces
Number of faces in a patch in mesh
Public methodNumPatches
Returns the number of patches added to the mesh
Public methodNumVertices
Number of vertices in a patch in mesh
Public methodStatic memberOpen
Opens an existing Mesh
Public methodPatchExists
Checks if a patch specified by a patch ID exists in a mesh
Public methodSave
Saves Mesh to the Project Cache and Geosurface file
Public methodSetAttributeValues
Inserts an attribute set to a mesh
Top
See Also