CMESHUTIL Class |
Namespace: GeoEngine.Core.GXNetX
The CMESHUTIL type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplyTransformation | Applies a transformation to a surface, see <define>SURFACE_TRANSFORMATION_METHOD</define>for available operations. The existing mesh will be preserved, and a new mesh will be created with the target name in the target file. Reprojection willbe handled automatically in the case that the coordinate systems differ. | |
| ClipSurfaceWithExtents | Clip a Surface with X,Y,Z extents | |
| ClipSurfaceWithGrid | Clip a Surface with a Grid Surface (grid converted to surface) | |
| ClipSurfaceWithPolygon2d | Clip a Surface a specified Polygon file | |
| ComputeSurfaceClip | Clip a surface with another surface, and output the clipped surfaces | |
| ComputeSurfaceIntersection | Computes and outputs the intersection of two closed surfaces | |
| ComputeSurfaceSimplification | Simplifies a surface by reducing the number of edges by half | |
| ComputeSurfaceSubdivision | Smooths a surface by applying a loop subdivision algorithm | |
| ComputeSurfaceUnion | Compute union of two surfaces | |
| CopyMeshToGeoSurfaceFile | Copy a mesh from one geosurface file to another | |
| DoesSurfaceIntersect | Checks if the two surfaces intersect at all | |
| DoesSurfaceSelfIntersect | Checks if a surface self-intersects | |
| ExtractIsosurfaceFromVoxel | Extracts isosurface from a voxel, and saves the voxel to a Geosurface file | |
| ImportGridToSurface | Imports a Grid to a Surface | |
| ProjectGeosurfaceOntoGrid | Repoject surface with the coordinate system of the IPJ. | |
| ReprojectGeosurfaceFile | Repoject surface with the coordinate system of the IPJ. |