Click or drag to resize
CMESHUTIL Class
Mesh utility methods.
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetXCMESHUTIL

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

The CMESHUTIL type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneStatic memberClipSurfaceWithExtents
Clip a Surface with X,Y,Z extents
Public methodAvailable to anyoneStatic memberClipSurfaceWithGrid
Clip a Surface with a Grid Surface (grid converted to surface)
Public methodAvailable to anyoneStatic memberClipSurfaceWithPolygon2d
Clip a Surface a specified Polygon file
Public methodAvailable to anyoneStatic memberComputeSurfaceClip
Clip a surface with another surface, and output the clipped surfaces
Public methodAvailable to anyoneStatic memberComputeSurfaceIntersection
Computes and outputs the intersection of two closed surfaces
Public methodAvailable to anyoneStatic memberComputeSurfaceSimplification
Simplifies a surface by reducing the number of edges by half
Public methodAvailable to anyoneStatic memberComputeSurfaceSubdivision
Smooths a surface by applying a loop subdivision algorithm
Public methodAvailable to anyoneStatic memberComputeSurfaceUnion
Compute union of two surfaces
Public methodAvailable to anyoneStatic memberDoesSurfaceIntersect
Checks if the two surfaces intersect at all
Public methodAvailable to anyoneStatic memberDoesSurfaceSelfIntersect
Checks if a surface self-intersects
Public methodAvailable to anyoneStatic memberExtractIsosurfaceFromVoxel
Extracts isosurface from a voxel, and saves the voxel to a Geosurface file
Public methodAvailable to anyoneStatic memberImportGridToSurface
Imports a Grid to a Surface
Top
See Also