CMESH Methods |
The CMESH type exposes the following members.
| Name | Description | |
|---|---|---|
| AddFace | Adds a face to a patch in a mesh | |
| AddVertex | Adds a vertex to a patch in a mesh | |
| Create | Creates a new Mesh | |
| DeletePatch | Deletes a patch specified by Patch ID from a mesh | |
| GetAttributeValues | Inserts an attribute set to a mesh | |
| GetFaces | Returns all the faces comprising of vertex indices in a patch | |
| GetVertexPoint | Number of faces in a patch in mesh | |
| GetVertices | Returns all the vertices in a patch | |
| ImportGridToMesh | Imports a Grid to a Surface. Creates a new Geosurface file for the surface | |
| InsertAttributes | Inserts an attribute set to a mesh | |
| InsertPatch | Inserts a new surface patch to the mesh specified by a unique ID | |
| NumFaces | Number of faces in a patch in mesh | |
| NumPatches | Returns the number of patches added to the mesh | |
| NumVertices | Number of vertices in a patch in mesh | |
| Open | Opens an existing Mesh | |
| PatchExists | Checks if a patch specified by a patch ID exists in a mesh | |
| Save | Saves Mesh to the Project Cache and Geosurface file | |
| SetAttributeValues | Inserts an attribute set to a mesh |